<?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>
 <author>Ian Hickson</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>10 of 19 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>2001-11-12</data> </item>
  <item> <name>Revision</name> <data>1.1</data> </item>
 </metadata>
   <requirement>User interaction is required for this test.</requirement>
  <content>
 <div xmlns="http://www.w3.org/1999/xhtml" class="stub">
  <p> <span>The color of this text should be green when the pointing device hovers over it.</span> </p>
  <p> <a href="http://dummy.example.org/dummy">The color of this text should be green when the pointing device hovers over it.</a> </p>
 </div>
</content>
  <source>
   <css>div.stub * { color: lime; text-decoration: none; }
div.stub &gt; * &gt; *:not(:hover) { color: black }
</css>
   <xml>
 &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;stub&quot;&gt;
  &lt;p&gt; &lt;span&gt;The color of this text should be green when the pointing device hovers over it.&lt;/span&gt; &lt;/p&gt;
  &lt;p&gt; &lt;a href=&quot;http://dummy.example.org/dummy&quot;&gt;The color of this text should be green when the pointing device hovers over it.&lt;/a&gt; &lt;/p&gt;
 &lt;/div&gt;
</xml>
  </source>
</test>