Re: [csswg-drafts] [css-view-transitions-2] Reflecting `view-transition-group` in computed style (#10638)

I think the overhead here is worth considering. The problem is that if done at style computation, then this needs to be kept up to date with things like topology changes and style invalidations all the time. However, this properly only has an effect when a view transition starts which is a rare event compared to style computation. 

My preference would be to have the computed value be the specified value, and then figure out the used value at capture time (or whenever the transition actually begins)

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


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

Received on Monday, 29 July 2024 16:44:33 UTC