Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="match" href="registered-property-computation-color-003-ref.html">
<style>
@property --x {
inherits: true;
initial-value: black;
syntax: "<color>";
}
div {
color-scheme: dark;
--x: Canvas;
background-color: var(--x);
width: 100px;
height: 100px;
}
</style>
<div></div>