<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-64.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED :active 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-65.xml">NEGATED :focus pseudo-class</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-63.xml">NEGATED :hover pseudo-class</data> </item>
  <item> <name>Test #</name> <data>7 of 9 of the interactive tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED :active pseudo-class</data> </item>
  <item> <name>ID</name> <data>64</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">
<div xmlns="http://www.w3.org/1999/xhtml" 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>
</content>
  <source>
   <css>div.stub * { color : lime }
div.stub > * > *:not(:active) { color : black }
</css>
   <xml>
&lt;div xmlns="http://www.w3.org/1999/xhtml" class="stub">
&lt;p>
&lt;a href="http://dummy.example.org/dummy">This is an anchor&lt;/a>
&lt;/p>
&lt;p>
&lt;button>The color of the anchor above and the current text should be
   black in normal state, and green when you make it active.&lt;/button>
&lt;/p>
&lt;/div>
</xml>
  </source>
</test>