- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Tue, 14 Jun 2022 19:21:58 +0000
- To: public-css-archive@w3.org
cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-color-5] Invalid value definition of `<rgb()>` ==
The current value definition of [`<rgb()>`](https://drafts.csswg.org/css-color-5/#funcdef-rgb) is:
> `rgb( [<percentage> | none]{3} [ / [<alpha-value> | none] ]? ) | `
> `rgb( [<number> | none]{3} [ / [<alpha-value> | none] ]?`
> `rgb( [ from <color> ]? [ <number> | <percentage> | none]{3} [ / [<alpha-value> | none] ]? )`
I think only the last line should remain.
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7363 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 14 June 2022 19:22:00 UTC