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

This is an anchor

div.stub * { color : lime }
div.stub > * > *:not(:active) { color : black }
<div class="stub">
<p>
<a href="http://dummy.example.org/dummy">This is an anchor</a>
</p>
<p>
<button>The color of the anchor above and the current text should be
   black in normal state, and green when you make it active.</button>
</p>
</div>