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 |usedTransitionNames| be a new [=/set=] of strings.
1404
1405
1405
1406
1. [=list/For each=] |element| of every [=/element=] that is [=/connected=],
1406
-
and has a [=node document=] equal to to |document|,
1407
+
and has a [=node document=] equal to |document|,
1408
+
and has a [=tree context=] equal to |document|,
1407
1409
in [paint order](https://drafts.csswg.org/css2/#painting-order):
1408
1410
1409
1411
1. If any [=flat tree=] ancestor of this |element| [=skips its contents=], then [=continue=].
@@ -1941,8 +1943,8 @@ This should be feasible since access to this data should already be prevented in
1941
1943
1942
1944
This appendix is <em>informative</em>.
1943
1945
1944
-
<h3 id="changes-since-2022-05-30">
1945
-
Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230530/">2022-05-30 Working Draft</a>
1946
+
<h3 id="changes-since-2023-05-30">
1947
+
Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230530/">2023-05-30 Working Draft</a>
1946
1948
</h3>
1947
1949
* Use a keyframe to add plus-lighter blending during cross-fade. See <a href="https://github.com/w3c/csswg-drafts/issues/8924">issue 8924</a>.
1948
1950
* Add mix-blend-mode to list of properties copied over to the ''::view-transition-group''. See <a href="https://github.com/w3c/csswg-drafts/issues/8962">issue 8962</a>.
@@ -1964,6 +1966,8 @@ Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230
1964
1966
* Remove references to cross-document view-transitions, to keep the L1 spec clean. See <a href="https://github.com/w3c/csswg-drafts/issues/9886">Issue 9886</a>.
1965
1967
* Export an algorithm to skip the active transition when the page is hidden. See <a href="https://github.com/w3c/csswg-drafts/issues/9543">issue 9543</a>.
1966
1968
* Use snapshot containing block when capturing new state for document element. See <a href="https://github.com/w3c/csswg-drafts/issues/10177">issue #10177</a>.
1969
+
* Fix algorithm for dispatching updateDOMCallback promise.
1970
+
* Scope view transition names to matching tree context. See <a href="https://github.com/w3c/csswg-drafts/issues/10145">issue 10145</a>.
1967
1971
1968
1972
<h3 id="changes-since-2022-05-25">
1969
1973
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