Skip to content

Commit

Permalink
Use flat tree instead of shadow-including
Browse files Browse the repository at this point in the history
  • Loading branch information
David Awogbemila committed Jan 13, 2025
1 parent 1f28b52 commit 743c431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -103892,8 +103892,8 @@ location.href = '#foo';</code></pre>
<code>Document</code> <var>document</var>:</p>

<ol>
<li><p>Let <var>scrollers</var> be a <span>list</span> of every element which is a <span
data-x="shadow-including descendant">shadow-including descendant</span> of <var>document</var>
<li><p>Let <var>scrollers</var> be a <span>list</span> of every element which is a
<span>flat tree</span> descendant of <var>document</var>
and establishes a <span data-x="scrolling box">scrolling box</span>.</p></li>

<li>
Expand Down

0 comments on commit 743c431

Please sign in to comment.