<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-65.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED :focus pseudo-class</title>
 <author>Daniel Glazman</author>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Next</name> <data xlink:type="simple" xlink:href="css3-modsel-66.xml">NEGATED :target pseudo-class</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-64.xml">NEGATED :active pseudo-class</data> </item>
  <item> <name>Test #</name> <data>8 of 9 of the interactive tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED :focus pseudo-class</data> </item>
  <item> <name>ID</name> <data>65</data> </item>
  <item> <name>Date</name> <data>11-july-2001</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml">
<p xmlns="http://www.w3.org/1999/xhtml">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>
</content>
  <source>
   <css>a:not(:focus) { background-color : lime }
</css>
   <xml>
&lt;p xmlns="http://www.w3.org/1999/xhtml">The background color of all &lt;a href="#foo">anchors&lt;/a>
  should be green turn &lt;a href="#foo">to white&lt;/a> when it has the
  &lt;a href="#foo">focus&lt;/a>.&lt;/p>
</xml>
  </source>
</test>