CSS 3 Module <== Test # ==>
W3C Selectors 56 of 78
Testing Date Revision
NEGATED :focus pseudo-class (ID #65) 11-july-2001 1.0

The background color of all anchors should be green turn to white when it has the focus.

a:not(:focus) { background-color : lime }
<p>The background color of all <a href="#foo">anchors</a>
  should be green turn <a href="#foo">to white</a> when it has the
  <a href="#foo">focus</a>.</p>