Re: [csswg-drafts] [css-color-4] Allow `none` in all legacy color function syntaxes (#7137)

Ok, thank you. 

I hope you will forgive me to not create a new issue for the following question: is there also a reason not to allow `none` for `<alpha-value>` in `<color()>`?

```
color() = color( <colorspace-params> [ / <alpha-value> ]? )
<alpha-value> = <number> | <percentage>
```

Other (non legacy) color values allow it:

```
rgb() = rgb( [<percentage> | none]{3} [ / [<alpha-value> | none] ]? ) | ... )
hsl() = hsl( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )
etc...
```

And while I'm on this `none` topic, please note this redundancy:

```
hsl() = hsl( [<hue> | none] ... )
<hue> = <number> | <angle> | none
```

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 14 March 2022 13:15:13 UTC