Skip to content

Commit

Permalink
[Fix #70] Refer Document.styleSheets in the definition of ShadowRoot.…
Browse files Browse the repository at this point in the history
…styleSheets.
  • Loading branch information
hayatoito committed Jan 13, 2016
1 parent 92dd76b commit 981eeda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/shadow/index.html
Expand Up @@ -1325,8 +1325,9 @@ <h3>The <code>ShadowRoot</code> interface</h3>

<dt>readonly attribute StyleSheetList styleSheets</dt>
<dd>
<p>Represents the <a>shadow root style sheets</a>.</p>
<p>On getting, the attribute <strong>must</strong> return a <a><code>StyleSheetList</code></a> sequence containing the <a>shadow root style sheets</a>.
<p>Represents the style sheets in the shadow tree.</p>
<p>
This is defined in the similar way as defined in Document's <code>styleSheets</code>. On getting, the attribute <strong>must</strong> return a <a><code>StyleSheetList</code></a> sequence containing the style sheets in the shadow tree</a>.
</p>
</dd>
</dl>
Expand Down

0 comments on commit 981eeda

Please sign in to comment.