Skip to content

Commit

Permalink
Run specfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Dec 20, 2024
1 parent 84883e8 commit 6a79572
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79848,10 +79848,10 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
is a negative integer.</p></li>
</ul>

<p>By default, the order within a <span>tabindex-ordered focus navigation scope</span> is determined
by each 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>By default, the order within a <span>tabindex-ordered focus navigation scope</span> is
determined by each 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 class="note">The <span>tabindex value</span> rules do not give a precise ordering, as they are
composed mostly of "<!--non-normative-->should" statements and relative orderings.</p>
Expand Down Expand Up @@ -80128,8 +80128,8 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
<li><p>Let <var>items</var> be <var>container</var>'s <span>rendering-defined sibling reading
flow</span>.</p></li>

<li><p><span>Assert</span>: <var>items</var> is a <span>list</span> of <span
data-x="reading flow item">reading flow items</span>.</p></li>
<li><p><span>Assert</span>: <var>items</var> is a <span>list</span> of <span data-x="reading flow
item">reading flow items</span>.</p></li>

<li>
<p><span data-x="list iterate">For each</span> <var>item</var> of <var>items</var>:</p>
Expand Down Expand Up @@ -80184,8 +80184,8 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
</li>

<li>
<p><span data-x="list iterate">For each</span> <var>child</var> of <var>owner</var> element's <span
data-x="concept-tree-child">children</span>, in <span>tree order</span>:</p>
<p><span data-x="list iterate">For each</span> <var>child</var> of <var>owner</var> element's
<span data-x="concept-tree-child">children</span>, in <span>tree order</span>:</p>

<ol>
<li><p>If <var>scope</var> <span data-x="list contains">contains</span> <var>child</var> and
Expand Down Expand Up @@ -80373,8 +80373,8 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
ordinary <span>tabindex-ordered focus navigation scope</span> previously mentioned, are all
recursively composed to form the following: « <code data-x="">A</code>, <code data-x="">B</code>,
<code data-x="">DC</code>, <code data-x="">F</code>, <code data-x="">C</code>, <code
data-x="">E</code>, <code data-x="">D</code>, <code data-x="">H</code>, <code data-x="">PA</code>,
<code data-x="">G</code> ».</p>
data-x="">E</code>, <code data-x="">D</code>, <code data-x="">H</code>, <code
data-x="">PA</code>, <code data-x="">G</code> ».</p>
</div>

<div w-nodev>
Expand Down

0 comments on commit 6a79572

Please sign in to comment.