[csswg-drafts] [css-values-5] Define `<progress>` with `<calc-sum>` (#10797)

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

== [css-values-5] Define `<progress>` with `<calc-sum>` ==
Start/end values of [`calc-mix()`](https://drafts.csswg.org/css-values-5/#calc-mix) can be specified using calculations but not for its `<progress>`. For example, `calc-mix(1 / 2, 0 + 1, 3)` is invalid but `calc-mix(calc(1 / 2), 0 + 1, 3)` is valid.

I suspect `calc-mix()` is not mainly intented for authors, so using a calculation for `<progress>` may be unexpected.

If not, I think it could be defined with `<calc-sum> && [by <easing-function>]?`.

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


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

Received on Wednesday, 28 August 2024 09:46:01 UTC