CSS 3 Module <== Test # ==>
W3C Selectors 65 of 140 of the static tests category
Testing Date Revision
NEGATED ID selector (ID #60) 11-july-2001 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>