Re: [csswg-drafts] [css-color-4] Allow percent as well as float 0.0 to 1.0 (#3450)

This change would also affect the `gray()` notation, which takes a number in the range [0,100] for example `gray(50)`. If percentages were optional, the spec would need to specify that `gray(50%)` meant `gray(50)` not `gray(0.5)` which is very different.

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

Received on Wednesday, 30 October 2019 18:24:50 UTC