Skip to content

Commit

Permalink
Address format review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dizhang168 committed Oct 28, 2024
1 parent c5bd4ec commit afc58f8
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -80784,21 +80784,19 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
focusable</span>.</p>
</li>

<li>
<p>If <var>candidate</var> is a <span data-x="reading-flow-item">reading flow item</span> or
null, <var>direction</var> is <i>forward</i>, and <var>starting point</var> is in a
<span>reading-flow focus navigation scope</span> <var>scope</var>, then let <var>new
candidate</var> be the result of running the <span>reading flow sequential navigation search
algorithm</span> with <var>candidate</var> as the first argument, <var>direction</var> as the
second, and <var>starting point</var>'s focus navigation <var>scope</var> as the third.</p>

<p>If <var>starting point</var> is a <span data-x="reading-flow-item">reading flow item</span>,
<var>direction</var> is <i>backward</i>, and <var>starting point</var> is in a
<span>reading-flow focus navigation scope</span> <var>scope</var>, then let <var>new
candidate</var> be the result of running the <span>reading flow sequential navigation search
algorithm</span> with <var>starting point</var> as the first argument, <var>direction</var> as
the second, and <var>starting point</var>'s focus navigation <var>scope</var> as the third.</p>
</li>
<li><p>If <var>candidate</var> is a <span data-x="reading-flow-item">reading flow item</span> or
null, <var>direction</var> is <i>forward</i>, and <var>starting point</var> is in a
<span>reading-flow focus navigation scope</span> <var>scope</var>, then let <var>new
candidate</var> be the result of running the <span>reading flow sequential navigation search
algorithm</span> given <var>candidate</var>, <var>direction</var>, and <var>starting
point</var>'s focus navigation <var>scope</var>.</p></li>

<li><p>If <var>starting point</var> is a <span data-x="reading-flow-item">reading flow
item</span>, <var>direction</var> is <i>backward</i>, and <var>starting point</var> is in a
<span>reading-flow focus navigation scope</span> <var>scope</var>, then let <var>new
candidate</var> be the result of running the <span>reading flow sequential navigation search
algorithm</span> given <var>starting point</var>, <var>direction</var>, and <var>starting
point</var>'s focus navigation <var>scope</var>.</p></li>

<li>
<p>If <var>candidate</var> is a <span>navigable container</span> with a non-null <span>content
Expand Down

0 comments on commit afc58f8

Please sign in to comment.