CSS 3 Module <== Test # ==>
W3C Selectors 60 of 140 of the static tests category
Testing Date Revision
NEGATED substring matching attribute selector on beginning (ID #54) 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([title^="si on"]) { color : lime }
<div class="stub">
<p>This paragraph should be in green characters.</p>
<p title="on chante?">This paragraph should be in green characters.</p>
<p title="si on chantait">
     <span title="si il chantait">This paragraph should be in green characters.</span>
</p>
</div>