Re: [csswg-drafts] [css-values-4] Validity of generic interpolation function mix() (#6700)

What are the use cases for `calc-mix()` or whatever it ends up being called? Is it just a shorthand for `calc(a * p + b * (1 - p))`? Or would it also accept keywords like `auto`, `min-height` etc?
I’m a little concerned that we're adding multiple syntaxes authors need to be able to decide between, doing very similar things, for parsing reasons that are really difficult to explain to authors.

-- 
GitHub Notification of comment by LeaVerou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6700#issuecomment-970245759 using your GitHub account


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

Received on Tuesday, 16 November 2021 12:56:55 UTC