- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
 - Date: Thu, 23 Apr 2020 09:18:44 +0000
 - To: public-css-archive@w3.org
 
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