Skip to content

Commit

Permalink
move ol into li
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Jan 21, 2022
1 parent 0d6b2eb commit b411034
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -77821,17 +77821,18 @@ body { display:none }
match</span>.</p></li>

<li><p><span>Queue a global task</span> on the <span>user interaction task source</span> given
<var>node</var>'s <span>relevant global object</span> to run the following steps:</p></li>
<var>node</var>'s <span>relevant global object</span> to run the following steps:</p>

<ol>
<li><p>Run the <span>ancestor details revealing algorithm</span> on <var>node</var>.</p></li>
<ol>
<li><p>Run the <span>ancestor details revealing algorithm</span> on <var>node</var>.</p></li>

<li><p>Run the <span>ancestor hidden=until-found revealing algorithm</span> on
<var>node</var>.</p></li>
<li><p>Run the <span>ancestor hidden=until-found revealing algorithm</span> on
<var>node</var>.</p></li>

<li><p><span data-x="scroll an element into view">Scroll <var>node</var> into
view</span>.</p></li>
</ol>
<li><p><span data-x="scroll an element into view">Scroll <var>node</var> into
view</span>.</p></li>
</ol>
</li>
</ol>

<p class="warning">
Expand Down

0 comments on commit b411034

Please sign in to comment.