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 any [=flat tree=] ancestor of |capturedElement|'s [=new element=][=skips its contents=],
1679
-
or |capturedElement|'s [=new element=] is [=element-not-rendered|not rendered=],
1680
-
then return failure.
1675
+
1. Return failure if any of the following conditions is true:
1676
+
- |capturedElement|'s [=new element=] has a [=flat tree=] ancestor that [=skips its contents=].
1677
+
1678
+
- |capturedElement|'s [=new element=] is [=element-not-rendered|not rendered=].
1679
+
1680
+
- |capturedElement| has more than one [=box-fragment=].
1681
1681
1682
1682
Note: Other rendering constraints are enforced via |capturedElement|'s [=new element=] being [=involved in a view transition=].
1683
1683
@@ -1794,6 +1794,7 @@ Changes from <a href="https://www.w3.org/TR/2022/WD-css-view-transitions-1-20221
1794
1794
* When skipping a transition, the {{UpdateCallback}} is called in own task rather than synchronosly. See <a href="https://github.com/w3c/csswg-drafts/issues/7904">issue 7904</a>
1795
1795
* When capturing images, at least the in-viewport part of the image should be captured, downscale if needed. See <a href="https://github.com/w3c/csswg-drafts/issues/8561">issue 8561</a>.
1796
1796
* Applying the [=ink overflow=] to the captured image is implementation defined, and doesn't affect the image's [=natural size=]. See <a href="https://github.com/w3c/csswg-drafts/issues/8597">issue 8597</a>.
1797
+
* Fragmented elements don't participate in view transitions. See <a href="https://github.com/w3c/csswg-drafts/issues/8339">issue 8339</a>.
1797
1798
1798
1799
<h3 id="changes-since-2022-10-25">
1799
1800
Changes from <a href="https://www.w3.org/TR/2022/WD-css-view-transitions-1-20221025/">2022-10-25 Working Draft (FPWD)</a>
0 commit comments