Re: [csswg-drafts] [css-color-5] Nested relative colors (#7963)

Ah, I see the problem. The RCS productions in CSS Color 5 are linking to the definition of `<color>` in CSS Color 4 (which does not include RCS).

Yes, if `<color>` includes `rgb()` and 

```css
rgb( [ from <color> ]? [ <number> | <percentage> | none]{3} 
     [ / [<alpha-value> | none] ]?  )
```

then nesting is possible (and intended). 

We haven't yet discussed a limit on the degree of nesting.

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


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

Received on Thursday, 27 October 2022 18:46:18 UTC