Skip to content

Commit 388b132

Browse files
committed
Address editorial comment from Zack Weinberg <http://lists.w3.org/Archives/Public/www-style/2009Mar/0130.html>
1 parent 112a929 commit 388b132

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

selectors3/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,9 +1855,8 @@ <h4><a name=negation></a>6.6.7. The negation pseudo-class</h4>
18551855

18561856
<p>The negation pseudo-class, <code>:not(<var>X</var>)</code>, is a
18571857
functional notation taking a <a href="#simple-selectors-dfn">simple
1858-
selector</a> (excluding the negation pseudo-class itself and
1859-
pseudo-elements) as an argument. It represents an element that is not
1860-
represented by the argument.
1858+
selector</a> (excluding the negation pseudo-class itself) as an argument.
1859+
It represents an element that is not represented by the argument.
18611860

18621861
<p class="note"><strong>Note:</strong> Since pseudo-elements are not
18631862
simple selectors, they are not a valid argument to <code>:not()</code>.</p>

0 commit comments

Comments
 (0)