Skip to content

Commit

Permalink
[Shadow DOM] [Bug 24867] Support a negation pseudo-class, :not(), in …
Browse files Browse the repository at this point in the history
…the matching criteria.
  • Loading branch information
hayatoito committed May 8, 2014
1 parent 666db42 commit 5631194
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -92,6 +92,7 @@ var autolinkConfig = {
'class selector': '#class-selector',
'compound selector': '#compound',
'id selector': '#id-selector',
'negation pseudo-class': '#negation',
'reference element set': '#reference-element-set',
'relative selector': '#relative-selectors',
'scope contained selectors': '#scope-contained-selectors',
Expand Down
1 change: 1 addition & 0 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ <h3>Satisfying Matching Criteria</h3>
<li><a title="class selector">class selector(s)</a></li>
<li>An <a>ID selector</a></li>
<li><a title="attribute selector">attribute selector(s)</a></li>
<li>A <a>negation pseudo-class</a>, <code>:not()</code></li>
</ul>

<p>A <a>node</a> <dfn title="satisfies-matching-criteria">satisfies</dfn> a <a>matching criteria</a> only if:</p>
Expand Down

0 comments on commit 5631194

Please sign in to comment.