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
- Specify which documents is used for rendering supression
- Specify reason for skipping transition when capture fails
- Specify the correct document element in new capture
Closes#11721Closes#11723Closes#11725
Note: This happens if |transition| was [=skip the view transition|skipped=] before this point.
1293
1293
1294
-
1. Set [=document/rendering suppression for view transitions=] to false.
1294
+
1. Set |transition|'s [=relevant global object's=] [=associated document=]'s [=document/rendering suppression for view transitions=] to false.
1295
1295
1296
1296
1. If |transition|'s [=ViewTransition/initial snapshot containing block size=] is not equal to the [=snapshot containing block size=],
1297
-
then [=skip the view transition=] for |transition|, and return.
1297
+
then [=skip the view transition|skip=] |transition| with an "{{InvalidStateError}}" {{DOMException}} in |transition|'s [=relevant Realm=],
1298
+
and return.
1298
1299
1299
1300
1. [=Capture the new state=] for |transition|.
1300
1301
1301
-
If failure is returned, then [=skip the view transition=] for |transition| with an "{{InvalidStateError}}" {{DOMException}} in |transition|'s [=relevant Realm=],
1302
+
If failure is returned, then [=skip the view transition|skip=] |transition| with an "{{InvalidStateError}}" {{DOMException}} in |transition|'s [=relevant Realm=],
1302
1303
and return.
1303
1304
1304
1305
1. [=list/For each=] |capturedElement| of |transition|'s [=ViewTransition/named elements=]'[=map/values=]:
0 commit comments