Visited

Syntax

Class
Properties
{...}visited:{...}
{...}:visited{...}
<a class="t1 block color-blue visited:color-purple hover:underline" href="/"> Home page </a> <a class="t1 block color-blue visited:color-purple hover:underline" href="/?unique=12"> Home page with unique query </a>

Specification test cases

The test cases below are imported from the Turbo CSS specification. They have been executed upon loading this page.
Visited elements shall have a purple color.
t1 visited:color-hex-8030C0
.t1.visited\:color-hex-8030C0:visited { color: #8030C0; }