[csswg-drafts] [css-values] Define `mix()` with `<declaration-value>` (#8096)

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

== [css-values] Define `mix()` with `<declaration-value>` ==
https://drafts.csswg.org/css-values-4/#interpolate

> ```js
> mix( <percentage> ';' <start-value> ';' <end-value> )
> ```
> 
> - [`<start-value>`](https://drafts.csswg.org/css-values-4/#typedef-mix-start-value)
>     The value at the “start” (0%) of the interpolation range. 
> - [`<end-value>`](https://drafts.csswg.org/css-values-4/#typedef-mix-end-value)
>     The value at the “end” (100%) of the interpolation range.

It doesn't say what's the grammar for `<start-value>` and `<end-value>`.

I think they should be defined to be equivalent to [`<declaration-value>`](https://drafts.csswg.org/css-syntax-3/#typedef-declaration-value), or just use `<declaration-value>` directly.

Related: #8091

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


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

Received on Friday, 18 November 2022 01:32:50 UTC