Re: [csswg-drafts] [css-values-5] Interpolating calc-size() more generally (#10294)

> @flackr Do you mean that just by `* {interpolation: calc-lengths;}` and then with `transition: height .3s` we can enable transitions everywhere?

Yes, exactly. When we determine whether we can interpolate between `auto` and `100px` we check the computed `interpolation` property, and with it being `calc-lengths` it would coerce these to interpolable calc-size values, which is what the [prototype patch](https://chromium-review.googlesource.com/c/chromium/src/+/5379394) that @dbaron [shared](https://github.com/w3c/csswg-drafts/issues/626#issuecomment-2071016522) did, but did so unconditionally which results in compat issues.

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


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

Received on Friday, 17 May 2024 15:29:44 UTC