Re: [csswg-drafts] [css-color] Allow <angle> or <hue> in color() (#4489)

Closing because the current spec allows percent already

```
color() = color( [ [<ident> | <dashed-ident>]? [ <number-percentage>+ | <string> ] 
[ / <alpha-value> ]? ]# , <color>? )
```
none of the predefined spaces in `color()` use a hue or angle, and ICC profiles take parameters in the range 0.0 to 1.0, not angles, as already mentioned.

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4489#issuecomment-618236440 using your GitHub account

Received on Thursday, 23 April 2020 07:40:51 UTC