- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 May 2025 10:02:40 +0000
- To: public-css-archive@w3.org
> > Rendering and hit-testing suppression only applies to the scope > > What does that mean exactly? In regular view transitions will suppress `requestAnimationFrame` and virtually all steps of the rendering loop, and display the "old" content. When rendering is suppressed on scoped view transitions, presumably that won't happen? What do you display instead? @vmpstr can correct me if I'm wrong, but in broad terms the old element should render a frozen snapshot that is presented while the rest of the document can continue rendering as usual. We want to prevent a case where a lengthy callback promise on some scoped element would freeze the whole document. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9890#issuecomment-2862482046 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 May 2025 10:02:40 UTC