Skip to content

Commit e2baab0

Browse files
authored
[css-view-transitions] Specify with kind of exception gets used when skipping on resize. (#11062)
Fixes #11059
1 parent f894d41 commit e2baab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
18161816
1. Return.
18171817

18181818
1. If |transition|'s [=ViewTransition/initial snapshot containing block size=] is not equal to the [=snapshot containing block size=],
1819-
then [=skip the view transition=] for |transition|, and return.
1819+
then [=skip the view transition=] for |transition| with an "{{InvalidStateError}}" {{DOMException}} in |transition|'s [=relevant Realm=],
1820+
and return.
18201821

18211822
1. [=Update pseudo-element styles=] for |transition|.
18221823

0 commit comments

Comments
 (0)