Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>currentcolor and visited inherited parent color fallback</title>
<style>
a {
color: green;
}
</style>
<div>
<a href="">This should be green</a>
</div>
<div>
<a href="">This should be green</a>
</div>