CSS 3 Module <== Test # ==>
W3C Selectors 70 of 153 of the static tests category
Testing Date Revision
NEGATED :visited pseudo-class (ID #62) 2001-11-01 1.1

NOTE: The UA must support the concept of a session history for this test.

This anchor should have a green background (Don't follow this link.)
div.stub > * { background-color : red }
div.stub *:not(:visited) { background-color : lime }
<div 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>