Skip to content

Commit

Permalink
Handle shadow host with delegatesFocus=true in focusing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rakina authored and domenic committed Jul 30, 2019
1 parent 1e1697d commit 99c8181
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -74025,6 +74025,17 @@ END:VCARD</pre>

</dd>

<dt>If <var>new focus target</var> is a <span>shadow host</span> whose <span
data-x="concept-element-shadow-root">shadow root</span>'s <span>delegates focus</span> is true
and whose <span>flattened tabindex-ordered focus navigation scope</span> <var>scope</var> is
not empty</dt>

<dd>

<p>Let <var>new focus target</var> be the first <span>focusable area</span> in
<var>scope</var>.</p>

</dd>

<dt>Otherwise</dt>

Expand Down

0 comments on commit 99c8181

Please sign in to comment.