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
If failure is returned, then [=skip the view transition=] for |transition| with an "{{InvalidStateError}}" {{DOMException}} in |transition|'s [=relevant Realm=],
1208
1219
and return.
1209
1220
1221
+
1. If |transition|'s [=ViewTransition/process old state captured=] is not null, then call [=ViewTransition/process old state captured=] and return.
1222
+
1210
1223
1. Set |document|'s [=document/rendering suppression for view transitions=] to true.
1211
1224
1212
1225
1. [=Queue a global task=] on the [=DOM manipulation task source=],
Note: Since the rejection of |transition|'s [=ViewTransition/update callback done promise=] isn't explicitly handled here,
1588
1601
if |transition|'s [=ViewTransition/update callback done promise=] rejects,
1589
1602
then |transition|'s [=ViewTransition/finished promise=] will reject with the same reason.
1603
+
1604
+
1. If |transition|'s [=ViewTransition/process old state captured=] is not null, then call |transition|'s [=ViewTransition/process old state captured=].
1590
1605
</div>
1591
1606
1592
1607
## [=Capture the image=] ## {#capture-the-image-algorithm}
0 commit comments