[csswg-drafts] [css-values-5] Special case equal progress/start/end values in progress functions? (#10980)

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

== [css-values-5] Special case equal progress/start/end values in progress functions? ==
Per [spec](https://drafts.csswg.org/css-values-5/#progress-func), the result of `progress(1 from 1 to 1)` is `NaN`, which *might be* censored to `0` at the top-level of a calculation tree (#10979).

This case is very unlikely, but I wonder if it should not also resolve to `0` when it is used in another calculation, rather than infecting it with NaN.

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


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

Received on Tuesday, 1 October 2024 12:11:18 UTC