[csswg-drafts] [css-view-transitions-2] Starting a same-doc view transition while a cross-doc view transition is pending (#9512)

noamr has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-view-transitions-2] Starting a same-doc view transition while a cross-doc view transition is pending ==
The current behavior in the spec is that starting any view transition cancels the active one, which means that the following edge cases might have unexpected results:

- A capture is initiated for a document navigation and script initiates a transition before the document unloads. should we ignore `document.startViewTransition()` calls during a navigation initiated transition?

- On the new Document, script initiates transition before the navigation initiated transition could finish (before `pagereveal`). Given that the navigation initiated transition will be before the first frame of the new Document was rendered, should we ignore it and let the MPA transition go through?

@khushalsagar @bokand @vmpstr 



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9512 using your GitHub account


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

Received on Monday, 23 October 2023 09:38:44 UTC