Skip to content

Commit

Permalink
Fix #477, Fix #391, Fix #184. Clarify the current consensus
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Apr 8, 2016
1 parent 9e360fa commit 08793be
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,36 @@ <h3>Attributes</h3>
</div>
</section>

<section>
<h3>Other Clarifications</h3>

<p class="note">
This section is used to state what needs to be clarified.
Each clarification will be upstreamed to the HTML Standard or other specifications, eventually, if required.
</p>

<p>
<code>Document.currentScript</code> <strong>must</strong> return null if the <code>script</code> element is in a <a>shadow tree</a>.
See <a href="https://github.com/w3c/webcomponents/issues/477">Issue #477</a>.
</p>

<p>
Style elements inside a <a>shadow tree</a> <strong>must</strong> not be able to set the preferred style sheet set for the <a>document tree</a>.
Style elements inside a <a>shadow tree</a> should still be applied if it has a <code>title</code> attribute not matching the preferred style sheet set
of the <a>document tree</a>.
See <a href="https://github.com/w3c/webcomponents/issues/391">Issue #391</a>.
</p>

<p>
An iframe in a <a>shadow tree</a> <strong>must</strong> not have any effect on <code>window.history</code> neither <code>window.frames</code>.
See <a href="https://github.com/w3c/webcomponents/issues/184">Issue #184</a>.
</p>

<p>
<code>:root</code> pseudo class does not match any element if the rule is used in a <a>shadow tree</a>.
</p>
</section>

</section>

<section>
Expand Down

0 comments on commit 08793be

Please sign in to comment.