Sam Weinig
Sam Weinig
> Btw @weinig I strongly suggest double-checking the to-xyz and from-xyz matrices, the chromatic adaptation matrices, and the matrices to and from oklab in WebKit against the ones in the...
I put up a PR for the ones discussed so far. In addition though, there are css/css-color/lch-009.html css/css-color/lch-010.html css/css-color/oklch-009.html css/css-color/oklch-010.html which depend on gamut mapping always mapping lightness levels of...
Additionally, it is invalid WebIDL. Currently, WebIDL only allows for constant [primitive types](https://heycam.github.io/webidl/#dfn-primitive-type), which are "bigint, boolean and the numeric types."
This fixes support resolving nested `currentcolor`, but it opened at least one additional question, should `light-dark()` be supported? Adding support would be really trivial, we just need set the `appearance`...