Skip to content

Commit

Permalink
Make the list of the descendant browsing contexts account for shadow …
Browse files Browse the repository at this point in the history
…trees
  • Loading branch information
annevk committed Nov 15, 2019
1 parent e639005 commit 27f25b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -78646,9 +78646,8 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {

<li>
<p>For each <span>nested browsing context</span> <var>nestedBC</var> of a <span>browsing context
container</span> that is <span data-x="in a document">in the <code>Document</code></span>
<var>d</var>, in the <span>tree order</span> of the <span data-x="browsing context
container">browsing context containers</span>:</p>
container</span> whose <span>shadow-including root</span> is <var>d</var>, in
<span>shadow-including tree order</span> of <var>d</var>'s <span>node tree</span>:</p>

<ol>
<li><p>Append <var>nestedBC</var> to <var>list</var>.</p>
Expand Down

0 comments on commit 27f25b2

Please sign in to comment.