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.
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't follow this link.) </div>