Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-cascade/all-prop-initial-visited.html - WPT Dashboard Interop Dashboard
 
 
<!doctype html>
<title>CSS Cascade: Apply all:initial to a visited link overriding with a color</title>
<link rel="match" href="all-prop-initial-visited-ref.html">
<style>
  a { all: initial }
  a:visited { color: green }
</style>
<a href="">This text must be green.</a>