Re: [csswg-drafts] [css-color-5] Commas in color-mix()? (#6066)

I tend to agree that the commas add clarity, and would favor that over flexible ordering. As mentioned in the linked issue (#6064), it seems important to me that we establish a relationship between the percentage and the color it applies to. I like that the comma syntax allows me to clearly see the difference between:

```css
color-mix(in lch, red 20%, white)
color-mix(in lch, red, 20% white)
```

Ideally the colorspace could still be first or last (and eventually optional).

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


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

Received on Tuesday, 2 March 2021 20:29:44 UTC