<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-63.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED :hover 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-64.xml">NEGATED :active pseudo-class</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-40.xml">::selection pseudo-element</data> </item>
  <item> <name>Test #</name> <data>6 of 9 of the interactive tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED :hover pseudo-class</data> </item>
  <item> <name>ID</name> <data>63</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>
<span>The color of the anchor above and of the current text should be
   black when the mouse does NOT hover over it, and green when the mouse hovers
   over it.</span>
</p>
</div>
</content>
  <source>
   <css>div.stub * { color : lime }
div.stub > * > *:not(:hover) { 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;span>The color of the anchor above and of the current text should be
   black when the mouse does NOT hover over it, and green when the mouse hovers
   over it.&lt;/span>
&lt;/p>
&lt;/div>
</xml>
  </source>
</test>