[css-houdini-drafts] [css-typed-om] type for hue angles (#1033)

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

== [css-typed-om] type for hue angles ==
In [4.6 CSSColorValue objects](https://drafts.css-houdini.org/css-typed-om/#colorvalue-objects), the type for hue angles is given as (for example, from HSL)

> attribute CSSNumericValue h;

I would like to understand why `CSSNumericValue` was chosen, when there seems to be [a more suitable angle type](https://drafts.css-houdini.org/css-typed-om/#dom-cssnumericbasetype-angle). I don't see the benefit of the flexibility to use other subtypes like `time` or `flex` here.

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/1033 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 16:10:31 UTC