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

I guess the calculation may become quite expensive in a depply nested document with all nested `div`s heights being transitioned between `auto` and another value.

To determine each `div`'s `auto` height, the algorithm would need to get their current heights in transition, so `calc()` would be required to be called on each of them.

I simulated this using `padding` in this example:

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


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

Received on Wednesday, 2 March 2022 13:20:36 UTC