We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112a929 commit 388b132Copy full SHA for 388b132
1 file changed
selectors3/Overview.html
@@ -1855,9 +1855,8 @@ <h4><a name=negation></a>6.6.7. The negation pseudo-class</h4>
1855
1856
<p>The negation pseudo-class, <code>:not(<var>X</var>)</code>, is a
1857
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.
+selector</a> (excluding the negation pseudo-class itself) as an argument.
+It represents an element that is not represented by the argument.
1861
1862
<p class="note"><strong>Note:</strong> Since pseudo-elements are not
1863
simple selectors, they are not a valid argument to <code>:not()</code>.</p>
0 commit comments