Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="match" href="currentcolor-004-ref.html">
<title>currentcolor and visited inherited parent color</title>
<link rel="author" title="Matthieu Dubet" href="https://github.com/mdubet">
<style>
a { color: red; }
a:visited { color: green; }
div {
color: currentcolor;
}
</style>
<div>
<a href=""><div>This should be green and not red.</div></a>
</div>