CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 67 of 153 of the static tests category | |
Testing | Date | Revision |
NEGATED class selector (ID #59) | 2001-07-11 | 1.0 |
This paragraph should be in green characters.
div.stub > * { color : red } div.stub *:not(.foo) { color : lime }
<div class="stub"> <p>This paragraph should be in green characters.</p> <p class="bar foofoo tut">This paragraph should be in green characters.</p> <p class="bar foo tut"> <span class="tut foo2">This paragraph should be in green characters.</span> </p> </div>