[csswg-drafts] [css-values-5] Do we need media-progress() and container-progress()? (#11826)

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

== [css-values-5] Do we need media-progress() and container-progress()? ==
Given you can write `progress(100vw, 200px, 4000px)` and `progress(100cqw, 100px, 400px)`... do we even really need `media-progress()` and `container-progress()`?

`progress()` with viewport units even has the advantage of letting you choose among `sv*`,`lv*`, and `dv*`.

So are there use cases that require `media-progress()` or `container-progress()` or should we keep things simple and drop them in favor of `progress()`?

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


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

Received on Wednesday, 5 March 2025 00:06:57 UTC