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. If |namedElements|[|transitionName|] does not [=map/exist=],
1459
1459
then set |namedElements|[|transitionName|] to a new [=captured element=] struct.
1460
1460
1461
+
Note: We intentionally add this struct to the end of this ordered map.
1462
+
This implies than names which only exist in the new DOM (entry animations) will be painted on top of names only in the old DOM (exit animations) and names in both DOMs (paired animations).
1463
+
This might not be the right layering for all cases. See <a href="https://github.com/w3c/csswg-drafts/issues/8941">issue 8941</a>.
1464
+
1461
1465
1. Set |namedElements|[|transitionName|]'s [=new element=] to |element|.
1462
1466
</div>
1463
1467
@@ -1944,6 +1948,7 @@ Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230
1944
1948
* 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>.
1945
1949
* Add a note about why 'view-transition-name' should be animatable.
1946
1950
* `view-transition-name: auto` should be an invalid value. See <a href="https://github.com/w3c/csswg-drafts/issues/9639">issue 9639</a>.
1951
+
* Add note to explain paint order for entry animations. See <a href="https://github.com/w3c/csswg-drafts/issues/9672">issue 9672</a>.
1947
1952
1948
1953
<h3 id="changes-since-2022-05-25">
1949
1954
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