CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 68 of 153 of the static tests category | |
Testing | Date | Revision |
NEGATED ID selector (ID #60) | 2001-07-11 | 1.0 |
This paragraph should be in green characters.
This paragraph should be in green characters.
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 id="foo2">This paragraph should be in green characters.</p> <p id="foo"> <span>This paragraph should be in green characters.</span> </p> </div>