Skip to content

Commit 9720dbc

Browse files
authored
[css-view-transitions-2] Add changelog (w3c#11163)
1 parent f1fffef commit 9720dbc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

css-view-transitions-2/Overview.bs

+21
Original file line numberDiff line numberDiff line change
@@ -1470,3 +1470,24 @@ this still presents two potential threats:
14701470
See <a href="https://github.com/w3c/csswg-drafts/issues/8684">Issue #8684</a> and
14711471
<a href="https://github.com/WICG/view-transitions/issues/200">WICG/view-transitions#200</a> for
14721472
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

Comments
 (0)