[csswg-drafts] [css-color-5] Should there be a comma after the colorspace in color-mix()? (#6050)

weinig has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-5] Should there be a comma after the colorspace in color-mix()?  ==
In CSS Color 5's color-mix() function, https://drafts.csswg.org/css-color-5/#color-mix, should there be a comma after the colorspace? For example, which of the following is correct:

```css
color-mix(lch, red 40%, blue);
```

or

```css
color-mix(lch red 40%, blue);
```

The grammar requires one:

```
color-mix() = color-mix(<colorspace>?, <mix-component>#{2})
```

but the examples all exclude it. See Example 7 and Example 9.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6050 using your GitHub account


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

Received on Saturday, 27 February 2021 19:20:40 UTC