Re: [csswg-drafts] [css-color-6] Let's finally settle contrast-color() syntax (#7937)

I like that `contrast-color(wheat tbd-bg wcag2 / bisque var(--accent-color) olive sienna color(display-p3 0 1 0) maroon)` has a clear separation between the background color and the possible foreground colors.

But `/` as a separator inside a function seems a bit weird, why not a comma as usual?

```css
contrast-color(wheat tbd-bg wcag2, bisque var(--accent-color) olive sienna color(display-p3 0 1 0) maroon)
```

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


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

Received on Friday, 21 October 2022 19:59:02 UTC