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
Copy file name to clipboardExpand all lines: css-view-transitions-2/Overview.bs
+21
Original file line number
Diff line number
Diff line change
@@ -1470,3 +1470,24 @@ this still presents two potential threats:
1470
1470
See <a href="https://github.com/w3c/csswg-drafts/issues/8684">Issue #8684</a> and
1471
1471
<a href="https://github.com/WICG/view-transitions/issues/200">WICG/view-transitions#200</a> for
1472
1472
detailed discussion.
1473
+
1474
+
<h2 class="no-num non-normative" id="changes">Appendix A. Changes</h2>
1475
+
1476
+
This appendix is <em>informative</em>.
1477
+
1478
+
<h3 id="changes-since-2024-05-16">
1479
+
Changes from <a href="https://www.w3.org/TR/2024/WD-css-view-transitions-2-20240516/">2024-05-16 Working Draft</a>
1480
+
</h3>
1481
+
1482
+
* First pass at layered capture (<a href="https://github.com/w3c/csswg-drafts/issues/10585">#10585</a>)
1483
+
* Allow transitions when traversing into a document that was created using cross-origin redirects (<a href="https://github.com/w3c/csswg-drafts/issues/11063">#11063</a>#11063)
1484
+
* Clarify a few nesting details (<a href="https://github.com/w3c/csswg-drafts/issues/10780">#10780</a> and <a href="https://github.com/w3c/csswg-drafts/issues/10633">#10633</a>)
1485
+
* Allow `auto` as a keyword (<a href="https://github.com/w3c/csswg-drafts/issues/8320">#8320</a>)
1486
+
* Clarify timeout behavior for inbound view transition (<a href="https://github.com/w3c/csswg-drafts/issues/10800">#10800</a>)
1487
+
* When hiding the document, and inbound cross-document view transition should be skipped. (<a href="https://github.com/w3c/csswg-drafts/issues/9822">#9822</a>)
1488
+
* Rename UpdateCallback to something more specific.
1489
+
* Clarify that CSSViewTransitionRule returns an empty string for invalid/missing navigation descriptor (<a href="https://github.com/w3c/csswg-drafts/issues/10654">#10654</a>)
1490
+
* Initial spec for nested view transitions (<a href="https://github.com/w3c/csswg-drafts/issues/10334">#10334</a>)
1491
+
* `view-transition-class` is a tree-scoped name (<a href="https://github.com/w3c/csswg-drafts/issues/10529">#10529</a>)
1492
+
* Fix typo: if => of
1493
+
* Stop extending CSSRule with obsolete pattern (See <a href="https://github.com/w3c/csswg-drafts/issues/10606">#10606</a>)
0 commit comments