forked from whatwg/html
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Window and Document named/indexed properties exclude shadow trees
Per discussion in WICG/webcomponents#145 and WICG/webcomponents#536, elements in shadow trees should not contribute to the named properties of Window and Document objects, and should not contribute to the indexed properties of Window objects. This makes that very clear, by using "in a document tree" appropriately and defining "document-tree child browsing context" for use in the Window case. Fixes WICG/webcomponents#145. Fixes WICG/webcomponents#536.
- Loading branch information
Showing
1 changed file
with
102 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters