- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Oct 2021 00:45:58 +0000
- To: public-css-archive@w3.org
So if I get it right, - `mix()` is just top-level, but accepts arbitrary values that can be used in that property, and interpolates according to the property. For example, `aspect-ratio: mix(50%, 1, 9)` is `3`. - `interp()` or something from #6697 is lower-level, but only interpolates calculation values, and interpolates according to the type of the calculation. For example, `aspect-ratio: calc(interp(50%, 1, 9))` is `5`. With both of them, I guess most usecases will be covered. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6700#issuecomment-931805717 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 1 October 2021 00:46:00 UTC