Re: [csswg-drafts] `<absolute-color-base>` not enough anymore (#9555)

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