Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and add missing selectors #295

Merged
merged 1 commit into from
Aug 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,14 @@ <h3>Composed trees</h3>
<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:
Specifically, it defines the following selectors related to Shadow DOM:
</p>

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