Re: [csswg-drafts] [css-color-5] color-contrast needs another comma (#5087)

In fact, I just realized there *is* precedent of the opposite of what is being proposed: Commas and slashes on the same level, where the slashes are higher precedence than the commas. In the background shorthand!!

```css
background: url(foo.png) center / cover, url(bar.svg);
```

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

Received on Tuesday, 2 June 2020 10:01:29 UTC