Skip to content

Commit eb3fba5

Browse files
committed
1 parent 702cc27 commit eb3fba5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

selectors3/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,10 +1877,11 @@ <h4><a name=negation></a>6.6.7. The negation pseudo-class</h4>
18771877
<p>The negation pseudo-class, <code>:not(<var>X</var>)</code>, is a
18781878
functional notation taking a <a href="#simple-selectors-dfn">simple
18791879
selector</a> (excluding the negation pseudo-class itself) as an argument.
1880-
It represents an element that is not represented by the argument.
1880+
It represents an element that is not represented by its argument.
18811881

1882-
<p class="note"><strong>Note:</strong> Since pseudo-elements are not
1883-
simple selectors, they are not a valid argument to <code>:not()</code>.</p>
1882+
<p>Negations may not be nested; <code>:not(:not(...))</code> is invalid.
1883+
Note also that since pseudo-elements are not simple selectors, they are
1884+
not a valid argument to <code>:not()</code>.</p>
18841885

18851886
<div class="example">
18861887
<p>Examples:</p>

0 commit comments

Comments
 (0)