- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Tue, 12 Nov 2024 17:02:14 +0000
- To: public-css-archive@w3.org
I've actually prototyped a 5th option that I think works pretty well. - We copy the `overflow`, `contain`, and `overflow-clip-margin` properties as is - We capture the scrollable rect and scroll position - The `::view-transition-image-pair` receives margins that would extend the group's scrollable area, and position the content in its original place (with nothing on either side) - The `::view-transition-group` is scrolled to the scroll position - The nested groups position is adjusted to account for the scroll position. This makes it so that by default, the scrollbars are painted at the right place and work correctly with nesting. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11079#issuecomment-2471095327 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 12 November 2024 17:02:15 UTC