Skip to content

Commit

Permalink
Small clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Nov 27, 2024
1 parent adc4888 commit 512e4fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79848,8 +79848,10 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
is a negative integer.</p></li>
</ul>

<p>The order within a <span>tabindex-ordered focus navigation scope</span> is determined by each
element's <span>tabindex value</span>.</p>
<p>By default, the order within a <span>tabindex-ordered focus navigation scope</span> is
determined by each of its element's <span>tabindex value</span>. This ordering criteria is
sometimes overridden, as is the case with <span data-x="reading-flow-ordered focus navigation
scope">reading-flow-ordered focus navigation scopes</span>.</p>

<p>A <dfn>reading-flow-ordered focus navigation scope</dfn> is a <span>tabindex-ordered focus
navigation scope</span> whose <span>focus navigation scope owner</span> is a
Expand Down Expand Up @@ -80711,7 +80713,7 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {

<p class="note">As a <span>reading-flow-ordered focus navigation scope</span> is a
<span>tabindex-ordered focus navigation scope</span>, it is flattened in <span>reading flow
order</span> into the <span>flattened tabindex-ordered focus navigation scope</span>.</p>
order</span> into a <span>flattened tabindex-ordered focus navigation scope</span>.</p>

<p>If a <span>focusable area</span> is omitted from the <span>sequential focus navigation
order</span> of its <code>Document</code>, then it is unreachable via <span>sequential focus
Expand Down

0 comments on commit 512e4fb

Please sign in to comment.