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
When this is true, [=this=]'s [=active DOM transition=]'s [=ViewTransition/transition root pseudo-element=] renders as a child of [=this=]'s [=document element=],
876
+
When this is true, [=this=]'s [=active view transition=]'s [=ViewTransition/transition root pseudo-element=] renders as a child of [=this=]'s [=document element=],
877
877
and [=this=]'s [=document element=] is its [=originating element=].
878
878
879
879
Note: The position of the [=ViewTransition/transition root pseudo-element=] within the [=document element=] does not matter, as the [=ViewTransition/transition root pseudo-element=]'s [=containing block=] is the [=snapshot root=].
1. Let |document| be [=this's=][=relevant global object's=][=associated document=].
918
918
919
-
1. If |document|'s [=active DOM transition=] is not null,
920
-
then [=skip the view transition=] |document|'s [=active DOM transition=]
919
+
1. If |document|'s [=active view transition=] is not null,
920
+
then [=skip the view transition=] |document|'s [=active view transition=]
921
921
with an "{{AbortError}}" {{DOMException}} in [=this's=][=relevant Realm=].
922
922
923
923
Note: This can result in two asynchronous [=ViewTransition/update callbacks=] running concurrently.
924
-
One for the |document|'s current [=active DOM transition=], and another for this |transition|.
924
+
One for the |document|'s current [=active view transition=], and another for this |transition|.
925
925
As per the [design of this feature](#transitions-as-enhancements), it's assumed that the developer is using another feature or framework to correctly schedule these DOM changes.
926
926
927
-
1. Set |document|'s [=active DOM transition=] to |transition|.
927
+
1. Set |document|'s [=active view transition=] to |transition|.
928
928
929
929
Note: The process continues in [=setup view transition=], via [=perform pending transition operations=], which is called in [[#monkey-patch-to-rendering-algorithm]].
0 commit comments