CSS 3 Module <== Test # ==>
W3C Selectors 12 of 20 of the interactive tests category
Testing Date Revision
NEGATED :active pseudo-class (ID #64) 2001-11-12 1.1

NOTE: User interaction is required for this test.

This text should turn green while it is active.

div.stub * { color : lime }
div.stub > * > *:not(:active) { color : black }
 <div class="stub">
  <p> <a href="http://dummy.example.org/dummy">This text should turn green while it is active.</a> </p>
  <p> <button>This text should turn green while it is active.</button> </p>
 </div>