Re: [csswg-drafts] [css-transitions] Transition to height (or width) "auto" (#626)

Agenda+ just to confirm with the group that, per dbaron's research, supporting direct "`0px` to `auto`" interpolations are indeed not going to be possible, and authors have to "opt into" transitioning with `calc-size()` by wrapping at least one of the values in `calc-size()` to start with.

(But the syntax is designed such that you can literally just slap the `calc-size()` around the value and it works; there are useful defaulting rules to figure out whether `calc-size(N)` is meant to be `calc-size(N, size)` or `calc-size(none, N)`, and they mean that all transitions work out-of-the-box if they're possible at all.)

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


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

Received on Tuesday, 30 April 2024 23:53:07 UTC