Skip to content

Commit

Permalink
Define "child browsing context" to pierce shadow trees
Browse files Browse the repository at this point in the history
Part of WICG/webcomponents#145. Although we
don't want to expose such shadow-encapsulated browsing contexts via
indexed or named property access on the Window, we in general do want
to treat them as child browsing contexts. (A subsequent commit will
change named and indexed property access.)
  • Loading branch information
domenic authored and Alice Boxhall committed Jan 7, 2019
1 parent 0e265f5 commit b9ea633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -77133,10 +77133,10 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
<li><p><var>child</var> is a <span>nested browsing context</span> of a <span>browsing context
container</span> <var>element</var></p></li>

<li><p><var>element</var> is <span>in a document</span> <var>document</var></p></li>
<li><p><var>element</var> is <span>connected</span></p></li>

<li><p><var>document</var>'s <span data-x="concept-document-bc">browsing context</span> is
<var>parent</var></p></li>
<li><p><var>element</var>'s <span>shadow-including root</span>'s <span
data-x="concept-document-bc">browsing context</span> is <var>parent</var></p></li>
</ul>

<p>A <span>browsing context</span> <var>child</var> may have a <dfn>parent browsing context</dfn>.
Expand Down

0 comments on commit b9ea633

Please sign in to comment.