Skip to content

Commit 5765e8e

Browse files
committed
draft updates
1 parent 8b5f6eb commit 5765e8e

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/content/docs/basics/api.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,31 @@ While I add more pages, I'm also happy that I can offer some links to previous w
2929

3030
* Level 1: *CSS View Transitions Module Level 1* (Editor's Draft) [https://drafts.csswg.org/css-view-transitions-1/](https://drafts.csswg.org/css-view-transitions-1/)
3131

32+
3233
* Level 2: *CSS View Transitions Module Level 2* (Editor's Draft) [https://drafts.csswg.org/css-view-transitions-2/](https://drafts.csswg.org/css-view-transitions-2/)
3334

35+
#### Recent Changes
36+
37+
|When|What|Where|
38+
|---|---|---|
39+
|2025-06-18| The `old`, `new`, and `image-pair` pseudos now also inherit the timing function, iteration count, direction, play state animation poperties.|[Level 1, User Agent Styles](https://drafts.csswg.org/css-view-transitions-1/#ua-styles)
40+
|2025-06-16| Nested view transition groups are children of a new pseudo-element, which is the sibling of the image pair. The border width of this `::view-transition-group-children()` pseudo-element gets automatically copied over from the original element.|[Level 2, Group Children](https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-children-pseudo)|
41+
|2025-03-24| Change to `view-transition-name: auto` when the element has an id property: Instead of using the id as view transition name, now generates a random name like match-element. |[Level 2, View Transition Name](https://drafts.csswg.org/css-view-transitions-2/#additions-to-vt-name) |
42+
|2025-02-20| Added `view-transition-name: match-element;` for automatically assigning element specific view transition names.|[Level 2, View Transition Name](https://drafts.csswg.org/css-view-transitions-2/#additions-to-vt-name)|
43+
44+
#### Upcoming Topics
45+
46+
These may or may not make it into the spec.
47+
48+
|When|What|Where|
49+
|---|---|---|
50+
|2025-06-27|Expose currently active view transitions objects as `activeViewTransition` on the document or an element.| [#12407](https://github.com/w3c/csswg-drafts/issues/12407) |
51+
|2025-06-18| Also copy border radius and corner shape form old and new original elements and animate the `::view-transition-group-children()` from old to new values.|[#12357](https://github.com/w3c/csswg-drafts/issues/12357), [#12363](https://github.com/w3c/csswg-drafts/issues/12363) |
52+
|2025-05-28|User defined view transition names must not start with `-ua-` as those are reserved for the user agent, e.g. for `match-element` and `auto`.|[#12241](https://github.com/w3c/csswg-drafts/issues/12241) |
53+
|2025-01-29| `::view-transition-new(*) { pointer-events: auto }` to forward pointer events from the pseudo-element to the original element.|[#11596](https://github.com/w3c/csswg-drafts/issues/11596) |
54+
55+
56+
3457
### MDN
3558
* The Documentation of the View Transition API on MDN [https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API)
3659

0 commit comments

Comments
 (0)