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
1. Let |document| be |transition|'s [=relevant global object's=] [=associated document=].
1651
1638
1652
-
1. [=Assert=]: |document|'s [=document/active view transition=] is |transition|.
1653
-
1654
1639
1. [=Assert=]: |transition|'s [=ViewTransition/phase=] is not "`done`".
1655
1640
1656
1641
1. If |transition|'s [=ViewTransition/phase=] is before "`update-callback-called`", then [=queue a global task=] on the [=DOM manipulation task source=],
1657
1642
given |transition|'s [=relevant global object=], to [=call the update callback=] of |transition|.
1658
1643
1659
1644
1. Set [=document/rendering suppression for view transitions=] to false.
1660
1645
1661
-
1. [=Clear view transition=] |transition|.
1646
+
1. If |document|'s [=document/active view transition=] is |transition|,
1647
+
[=Clear view transition=] |transition|.
1662
1648
1663
1649
1. Set |transition|'s [=ViewTransition/phase=] to "`done`".
1664
1650
@@ -1948,6 +1934,7 @@ Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230
1948
1934
* Animate back-drop filter similar to transform/size. See <a href="https://github.com/w3c/csswg-drafts/issues/9358">issue 9358</a>.
1949
1935
* Copy `color-scheme` from DOM element to ''::view-transition-group()''. See <a href="https://github.com/w3c/csswg-drafts/issues/9276">issue 9276</a>.
1950
1936
* Expose [=auto-skip view transition=] for a {{Document}}, to allow having outbound cross-document transitions preceed programmatic view transiitons. see <a href="https://github.com/w3c/csswg-drafts/issues/9512">issue 9512</a>.
1937
+
1951
1938
<h3 id="changes-since-2022-05-25">
1952
1939
Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230525/">2022-05-25 Working Draft</a>
0 commit comments