Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!doctype html>
<style>
p {
color: color-mix(in srgb, Canvas, transparent);
}
</style>
<p>
I should be semi-transparent.
</p>
<!doctype html>
<style>
p {
color: color-mix(in srgb, Canvas, transparent);
}
</style>
<p>
I should be semi-transparent.
</p>