Skip to content

Commit

Permalink
[Shadow DOM [Bug 28157] Add a link to [CSS-SCOPING-1] as an informati…
Browse files Browse the repository at this point in the history
…ve reference.
  • Loading branch information
hayatoito committed Mar 9, 2015
1 parent 07cc0cf commit fc05800
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,20 @@ <h3>Composed trees</h3>
<p>
In resolving CSS <a>inheritance</a>, an element <strong>must</strong> inherit from the parent node in the <a>composed tree</a>, if applicable.
</p>

<div class="note">
<p>
The editor's draft of CSS Scoping specification [[css-scoping-1]] defines the selectors which are related to Shadow DOM.
For those who would search this Shadow DOM specifaction with the name of these selectors, mentioning these selectores here:
</p>

<ul>
<li><code>:shadow</code> pseudo element</li>
<li><code>/deep/</code> combinator, which was replaced with a <code>>>></code> combinator (or <strong>shadow piecing descendant combinator</strong>)</li>
<li><code>::content</code> pseudo-element</li>
<li><code>:host-context()</code> functional pseudo-class</li>
</ul>
</div>
</section>

</section>
Expand Down

0 comments on commit fc05800

Please sign in to comment.