You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and whose [=ViewTransition/is inbound cross-document transition=] is true.
526
526
527
-
1. [=Call the update callback=] for |newDocument|'s [=active view transition=].
527
+
1. Let |newDocument|'s [=active view transition=] be |inboundTransition|.
528
+
529
+
1. [=Call the update callback=] for |inboundTransition|.
528
530
529
531
1. Call |onReady|.
530
532
533
+
1. At any given time, the UA may decide to skip |inboundTransition|, e.g. after an [=implementation-defined=] timeout.
534
+
To do so, the UA should [=queue a global task=] on the [=DOM manipulation task source=] given |document|'s [=relevant global object=] to perform the following step:
535
+
If |transition|'s [=ViewTransition/phase=] is not "`done`", then [=skip the view transition=] |transition| with a "{{TimeoutError}}" {{DOMException}}.
536
+
531
537
Note: |outboundTransition| is not exposed to JavaScript, it is used only for capturing
0 commit comments