File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
18781878functional notation taking a < a href ="#simple-selectors-dfn "> simple
18791879selector</ 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 >
You can’t perform that action at this time.
0 commit comments