- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Nov 2023 16:41:35 +0000
- To: public-css-archive@w3.org
So we would have a grammar like
```
<color> = <color-base> | currentcolor | <system-color>
<color-base> = <hex-color> | <color-function> | <named-color> | transparent
<color-function> = <rgb()> | <rgba()> |
<hsl()> | <hsla()> | <hwb()> |
<lab()> | <lch()> | <oklab()> | <oklch()> |
<color()> |
<device-cmyk()> | <color-mix()> | <light-dark()>
```
--
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9555#issuecomment-1791092732 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 2 November 2023 16:41:37 UTC