- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Fri, 17 May 2024 15:29:43 +0000
- To: public-css-archive@w3.org
> @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