- From: Martin Trapp via GitHub <noreply@w3.org>
- Date: Mon, 16 Feb 2026 17:25:57 +0000
- To: public-css-archive@w3.org
Yes! More control over when `::view-transition-new` snapshots are taken in cross-document view transitions would be fantastic. I am just not convinced `waitUntil()` is the right fit. For same document transitions, you can already await inside the update callback before capture of new images runs, so there is no real gap there. For cross document transitions, you would listen to the `pagereveal` event and call `event.viewTransition.waitUntil()`. That feels conceptually off to me. I had understood `pagereveal` to imply that now is the time to dynamically configure view transitions and the next frame, including capture, follows immediately, rather than after an open ended pause. I would find it cleaner if `<script blocking="render" type="module" async>` could somehow delay rendering not only for the synchronous part of the module, but also for any top level awaits. -- GitHub Notification of comment by martrapp Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13013#issuecomment-3909694185 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 16 February 2026 17:25:58 UTC