CSS2 Test Suite: 5.11.2 :link and :visited

[index page] [section] [Previous] [Next] [Specification]

The style declarations contained within this page:

A {color: green;}
A:link {color: purple;}
A:visited {color: lime;}
#id1 {color: #006600;}
A.external:link {color: olive;}
A.external:visited {color: maroon;}

The following hyperlinks should be purple if the site is unvisited, lime (light green) if visited:

Dark green in any circumstance:

The quoted word "anchor" should be green, NOT purple, since it's part of an anchor. It's a named anchor, and styles declared for the A tag are applied to them under CSS1. It also should NOT turn orange when clicked upon.


[index page] [section] [Previous] [Next] [Specification]