You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()?