Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: currentColor is inherited correctly with a nested color-mix() for the color attribute</title>
<style>
div {
color: color(srgb 0.5 0.75 0.75);
}
</style>
<div>
<div>This text should be a light blue-green</div>
</div>