[csswg-drafts] [css-values-4] Out of range progress of generic interpolation function / mix() (#6701)

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

== [css-values-4] Out of range progress of generic interpolation function / mix() ==
In https://github.com/w3c/csswg-drafts/issues/581 and https://github.com/w3c/csswg-drafts/issues/2854 we resolved to add a generic interpolation function, which takes a percentage, a start value, and an end value.

One outstanding question is, what happens if the progress percentage is outside the 0-100% range? Do we clamp the values to the range? Do we interpolate past the range? Do we need a syntactic switch between the two (e.g. a `clamp` keyword in the first arg)?


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


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

Received on Wednesday, 29 September 2021 23:03:56 UTC