Skip to content

Commit 4431101

Browse files
authored
Fix incorrect syntax in active-view-transition.yml (#2379)
1 parent 277115e commit 4431101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/active-view-transition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Active view transition
2-
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.
2+
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.
33
spec: https://drafts.csswg.org/css-view-transitions-2/#the-active-view-transition-pseudo
44
group:
55
- view-transitions

0 commit comments

Comments
 (0)