Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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