[csswg-drafts] [css-values-5] Syntax of progress() vs mix() functions (#10489)

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

== [css-values-5] Syntax of progress() vs mix() functions ==
We currently have the `progress()` functions defined like

```
progress(<value> from <start> to <end>)
```

but the `mix()` functions are defined like

```
mix(<progress>, <start>, <end>)
```

Would it make sense to align these a bit more, e.g.

```
mix(<progress> of <start> to <end>)
```
?

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


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

Received on Monday, 24 June 2024 20:57:25 UTC