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

@tabatkins suggests maybe using a keyword (like we do in gradients), so a few more options could be:

```
color-contrast(wheat vs tan, sienna, var(--myAccent), #d2691e)
color-contrast(vs wheat, tan, sienna, var(--myAccent), #d2691e)
color-contrast(tan, sienna, var(--myAccent), #d2691e vs wheat)
```


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

Received on Tuesday, 19 May 2020 19:22:07 UTC