Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -20833,8 +20833,12 @@ interface <dfn interface>HTMLHeadingElement</dfn> : <span>HTMLElement</span> {
and has a <code data-x="attr-headingreset">headingreset</code> attribute, then return
<var>offset</var>.</p></li>

<li><p>Set <var>inclusiveAncestor</var> to the parent node of <var>inclusiveAncestor</var>
within the <span>flat tree</span>.</p></li>
<li><p>If <var>inclusiveAncestor</var>'s parent is a <span>shadow root</span>, then set
<var>inclusiveAncestor</var> to that <span>shadow root</span>'s <span
data-x="concept-DocumentFragment-host">host</span> and <span>continue</span>.</p></li>

<li><p>Set <var>inclusiveAncestor</var> to <var>inclusiveAncestor</var>'s <span>parent
element</span>.</p></li>
</ol>
</li>

Expand Down
Loading