Skip to content

Commit

Permalink
Make list of the descendant browsing contexts account for shadow trees
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 19, 2019
1 parent 1fca31a commit c1438f8
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 @@ -78647,8 +78647,8 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {

<li>
<p>For each <span>browsing context container</span> <var>container</var>, whose <span>nested
browsing context</span> is non-null, <span data-x="in a document">in the
<code>Document</code></span> <var>d</var>, in <span>tree order</span>:
browsing context</span> is non-null and whose <span>shadow-including root</span> is
<var>d</var>, in <span>shadow-including tree order</span>:</p>

<ol>
<li><p>Let <var>nestedBC</var> be <var>container</var>'s <span>nested browsing
Expand Down

0 comments on commit c1438f8

Please sign in to comment.