Skip to content

Commit

Permalink
Fix wrong nesting of node
Browse files Browse the repository at this point in the history
  • Loading branch information
dizhang168 committed Dec 4, 2024
1 parent 97a14d9 commit 910492d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -80141,12 +80141,12 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {

<li><p><span>Break</span>.</p></li>
</ol>
</li>

<p class="note"> Different <var>item</var>s can have the same <span>inclusive ancestor</span>.
Only add to <var>output</var> if it is not already in the <span>reading flow order</span>. This
loop stops when the <span>inclusive ancestor</span> of <var>item</var> within the <span>flat
tree</span> is in the <var>scope</var>.</p>
<p class="note"> Different <var>item</var>s can have the same <span>inclusive ancestor</span>.
Only add to <var>output</var> if it is not already in the <span>reading flow order</span>. This
loop stops when the <span>inclusive ancestor</span> of <var>item</var> within the <span>flat
tree</span> is in the <var>scope</var>.</p>
</li>

<li><p>Set <var>item</var> to the parent element of <var>item</var> within the <span>flat
tree</span>.</p></li>
Expand Down

0 comments on commit 910492d

Please sign in to comment.