We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b924e45 commit f894d41Copy full SHA for f894d41
css-view-transitions-1/Overview.bs
@@ -1352,7 +1352,13 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
1352
or |element| is [=element-not-rendered|not rendered=],
1353
then [=continue=].
1354
1355
- 1. If |usedTransitionNames| [=list/contains=] |transitionName|, then return failure.
+ 1. If |usedTransitionNames| [=list/contains=] |transitionName|, then:
1356
+
1357
+ 1. [=list/For each=] |element| in |captureElements|:
1358
1359
+ 1. Set |element|'s [=captured in a view transition=] to false.
1360
1361
+ 1. return failure.
1362
1363
1. [=set/Append=] |transitionName| to |usedTransitionNames|.
1364
0 commit comments