Re: [csswg-drafts] [css-view-transitions-2] Proposal for a view-transition-tree property (name tbd) (#10334)

> when an authors opts-in to preserve the tree, do they expect things to be clipped by the parent group in that case?

I'd expect that would depend on whether the element with `view-transition-tree` is clipping its children or not. If yes, then it should continue clipping otherwise not. We could copy over the `overflow` value if this is used.

IMO, this is another example of why this feature would feel complete with granular capture. Because then the group is properly mirroring the container's box including clipping and other effects. The most common case I've seen is the container having a rounded corner and just copying over `overflow` or using a separate pseudo won't get that clipping right.

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


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

Received on Thursday, 13 June 2024 11:37:53 UTC