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

I expected nothing else. Perhaps I should have rephrased the issue to: _Allow polar coordinates for arbitrary color spaces_. 

```` ebnf
color([ <ident>? 
        [ <string>
        | <polar>
        | <component>+ 
        ] [ / <component> ]? 
      ]#[, <color> ]?)

<polar> = <hue> || <component>{0,2}
<component> = <number> | <percentage>
````

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

Received on Thursday, 23 April 2020 09:18:46 UTC