<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-62.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED :visited 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-66b.xml">NEGATED :target pseudo-class</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-61.xml">NEGATED :link pseudo-class</data> </item>
  <item> <name>Test #</name> <data>78 of 272 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED :visited pseudo-class</data> </item>
  <item> <name>ID</name> <data>62</data> </item>
  <item> <name>Date</name> <data>2001-11-01</data> </item>
  <item> <name>Revision</name> <data>1.1</data> </item>
 </metadata>
   <requirement>The UA must support the concept of a session history for this test.</requirement>
  <content>
<div xmlns="http://www.w3.org/1999/xhtml" class="stub">
<a href="http://unvisited.example.org/css3-modsel-62/">This anchor should have a green background</a>
(Don&#39;t follow this link.)
</div>
</content>
  <source>
   <css>div.stub &gt; * { background-color : red }
div.stub *:not(:visited) { background-color : lime }
</css>
   <xml>
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;stub&quot;&gt;
&lt;a href=&quot;http://unvisited.example.org/css3-modsel-62/&quot;&gt;This anchor should have a green background&lt;/a&gt;
(Don&amp;#39;t follow this link.)
&lt;/div&gt;
</xml>
  </source>
</test>