- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Aug 2024 10:26:58 +0000
- To: public-css-archive@w3.org
> One thing I'm not sure on is the exact shape of the ancestor since the clipping boundaries of the two containers might not be square. Ideally, the pseudo-ancestor would have its exact shape determined by some sort fill between the two containers that leaves their far edges as they are and only includes the space between that an element would be travelling through. I think the most common problem would be rounded corners and maybe more fancy, nine-sliced corners/edges. > > Also, here's my real-world example of this causing issues: > > CrossUniverseClipping.webm Thanks for this! I am not sure how we can translate this into a solution though. Note that clipping is just one example, there is also opacity blending and filters. My current thinking is that "last capture wins" is the simplest and more consistent with existing stuff, especially since "nearest common ancestor" is trivial to achieve by using that ancestor in `view-transition-group`. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10631#issuecomment-2270938645 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 6 August 2024 10:26:59 UTC