CSS 3 Module <== Test # ==>
W3C Selectors 65 of 153
Testing Date Revision
NEGATED class selector (ID #59) 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 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>