Skip to content

Commit

Permalink
[Shadow DOM] [Bug 26365] Define 'in a document deeply'
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Nov 19, 2014
1 parent 8ed6822 commit 7b4bdc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/shadow/autolink-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var autolinkConfig = {
'currentTarget': '#dom-event-currenttarget',
'descendant': '#concept-tree-descendant',
'document': '#concept-document',
'document element': '#document-element',
'document.getElementById': '#dom-nonelementparentnode-getelementbyid',
'document.getElementsByClassNameId': '#dom-document-getelementsbyclassname',
'document.getElementsByTagName': '#dom-document-getelementsbytagname',
Expand Down
4 changes: 4 additions & 0 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ <h3>Shadow trees</h3>
An <dfn>inclusive deep descendant</dfn> is a node or one of its <a title="deep descendant">deep descendants</a>.
</p>

<p>
When an element is an <a>inclusive deep descendant</a> of a <a>document element</a>, it is <dfn>in a document deeply</dfn>.
</p>

<p class="note">
For convenience, the <a>shadow root</a> provides its own set of <a title="DOM tree accessors">DOM tree accessor</a> methods.
No <a title="node">nodes</a> other than the <a>shadow root</a> descendants are accessible with these methods.
Expand Down

0 comments on commit 7b4bdc8

Please sign in to comment.