[css-houdini-drafts] [css-typed-om] Do not reference CSS Color 3 for `<color>` (#1029)

svgeesus has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] Do not reference CSS Color 3 for `<color>` ==
In [4.6 CSSColorValue objects](https://drafts.css-houdini.org/css-typed-om/#colorvalue-objects), the `parse(cssText)` method states

> Parse `cssText` as a `<color>` and let result be the result. 

It links to [CSS Color 3](https://drafts.csswg.org/css-color-3/#valuea-def-color), which states "A <color> is either a keyword or a numerical specification" and then defines a legacy set of sRGB-only ways to define a color. It misses out Lab, LCH, HWB, and `color()` so is an inappropriate reference.

I suspect this is merely a bikeshed issue and that the intent was to link to the CSS Color 4 definition of `<color>`.

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/1029 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 11 May 2021 15:23:27 UTC