| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 75 of 172 | |
| 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>