Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>CSS Cascade: all:unset in :visited</title>
<style>
:root { color: green; }
a:visited { color: red; }
a:visited { color: unset; }
</style>
<a href="">Test passes if this text is green.</a>