Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/active-view-transition.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active view transition
description: The `::active-view-transition` CSS pseudo-class matches the root element when a view transition is active. The `::active-view-transition-type()` CSS pseudo-class matches only when the active view transition was started with the specified type.
description: The `:active-view-transition` CSS pseudo-class matches the root element when a view transition is active. The `:active-view-transition-type()` CSS pseudo-class matches only when the active view transition was started with the specified type.
spec: https://drafts.csswg.org/css-view-transitions-2/#the-active-view-transition-pseudo
group:
- view-transitions
Expand Down
Loading