Skip to content

Commit

Permalink
Fix bad refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 2, 2021
1 parent 1bc83ec commit c10c601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -75053,7 +75053,7 @@ END:VCARD</pre>
<span>currently focused area of a top-level browsing context</span>'s <span>DOM anchor</span>,
then return null.</p></li>

<li><p>Return the <span>focus delegate</span> for <var>focus target</var> given <var>focus
<li><p>Return the <span>focus delegate</span> for <var>root</var> given <var>focus
trigger</var>.</p></li>
</ol>

Expand All @@ -75075,19 +75075,19 @@ END:VCARD</pre>

<ol>
<li><p>Let <var>autofocus delegate</var> be the <span>autofocus delegate</span> for
<var>root</var> given <var>focus trigger</var>.</p></li>
<var>focus target</var> given <var>focus trigger</var>.</p></li>

<li><p>If <var>autofocus delegate</var> is not null, then return <var>autofocus
delegate</var>.</p></li>

<li><p>If <var>focus trigger</var> is "<code data-x="">click</code>", then let <var>possible
focus delegates</var> be the list of all <span>click focusable</span> <span data-x="focusable
area">focusable areas</span> whose <span>DOM anchor</span> is a <span>shadow-including
descendant</span> of <var>root</var>.</p></li>
descendant</span> of <var>focus target</var>.</p></li>

<li><p>Otherwise, let <var>possible focus delegates</var> be the list of all <span
data-x="focusable area">focusable areas</span> whose <span>DOM anchor</span> is a
<span>shadow-including descendant</span> of <var>root</var>.</p></li>
<span>shadow-including descendant</span> of <var>focus target</var>.</p></li>

<li><p>If <var>possible focus delegates</var> is empty, then return null.</p></li>

Expand Down

0 comments on commit c10c601

Please sign in to comment.