Skip to content

Commit 1b4a385

Browse files
Update draft features (#3229)
1 parent e36d45a commit 1b4a385

19 files changed

+307
-15
lines changed

features/draft/spec/css-borders-4.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-07-03
1+
draft_date: 2025-08-15
22
name: CSS Borders and Box Decorations Module Level 4
33
description: TODO
44
spec: https://drafts.csswg.org/css-borders-4/
@@ -20,3 +20,12 @@ compat_features:
2020
- css.properties.corner-top-left-shape
2121
- css.properties.corner-top-right-shape
2222
- css.properties.corner-top-shape
23+
- css.types.corner-shape-value
24+
- css.types.corner-shape-value.bevel
25+
- css.types.corner-shape-value.notch
26+
- css.types.corner-shape-value.round
27+
- css.types.corner-shape-value.scoop
28+
- css.types.corner-shape-value.square
29+
- css.types.corner-shape-value.squircle
30+
- css.types.corner-shape-value.superellipse
31+
- css.types.superellipse

features/draft/spec/css-borders-4.yml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ compat_features:
2525
- css.properties.corner-top-left-shape
2626
- css.properties.corner-top-right-shape
2727
- css.properties.corner-top-shape
28+
- css.types.corner-shape-value
29+
- css.types.corner-shape-value.bevel
30+
- css.types.corner-shape-value.notch
31+
- css.types.corner-shape-value.round
32+
- css.types.corner-shape-value.scoop
33+
- css.types.corner-shape-value.square
34+
- css.types.corner-shape-value.squircle
35+
- css.types.corner-shape-value.superellipse
36+
- css.types.superellipse

features/draft/spec/css-mixins-1.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-07-03
1+
draft_date: 2025-08-15
22
name: CSS Functions and Mixins Module
33
description: TODO
44
spec: https://drafts.csswg.org/css-mixins-1/
@@ -11,3 +11,7 @@ compat_features:
1111
- api.CSSFunctionRule.getParameters
1212
- api.CSSFunctionRule.name
1313
- api.CSSFunctionRule.returnType
14+
- css.at-rules.function
15+
- css.at-rules.function.result
16+
- css.types.dashed-function
17+
- css.types.type

features/draft/spec/css-mixins-1.yml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ compat_features:
1616
- api.CSSFunctionRule.getParameters
1717
- api.CSSFunctionRule.name
1818
- api.CSSFunctionRule.returnType
19+
- css.at-rules.function
20+
- css.at-rules.function.result
21+
- css.types.dashed-function
22+
- css.types.type

features/draft/spec/css-overflow-5.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
draft_date: 2025-03-25
1+
draft_date: 2025-08-15
22
name: CSS Overflow Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-overflow-5/
55
compat_features:
6+
- css.properties.scroll-target-group
7+
- css.properties.scroll-target-group.auto
8+
- css.properties.scroll-target-group.none
69
- css.selectors.scroll-button
710
- css.selectors.scroll-button.block-end
811
- css.selectors.scroll-button.block-start

features/draft/spec/css-overflow-5.yml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ compat_features:
3030
# ⬇️ Same status as overall feature ⬇️
3131
# baseline: false
3232
# support: {}
33+
- css.properties.scroll-target-group
34+
- css.properties.scroll-target-group.auto
35+
- css.properties.scroll-target-group.none
3336
- css.selectors.scroll-button.next
3437
- css.selectors.scroll-button.prev

features/draft/spec/css-ui-4.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
draft_date: 2025-07-03
1+
draft_date: 2025-08-15
22
name: CSS Basic User Interface Module Level 4
33
description: TODO
44
spec: https://drafts.csswg.org/css-ui-4/
55
compat_features:
6+
- css.properties.caret-animation
7+
- css.properties.caret-animation.auto
8+
- css.properties.caret-animation.manual
69
- css.properties.interactivity
710
- css.properties.interactivity.auto
811
- css.properties.interactivity.inert

features/draft/spec/css-ui-4.yml.dist

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,19 @@
33

44
status:
55
baseline: false
6-
support:
7-
chrome: "135"
8-
edge: "135"
6+
support: {}
97
compat_features:
8+
# baseline: false
9+
# support:
10+
# chrome: "135"
11+
# edge: "135"
1012
- css.properties.interactivity
1113
- css.properties.interactivity.auto
1214
- css.properties.interactivity.inert
15+
16+
# ⬇️ Same status as overall feature ⬇️
17+
# baseline: false
18+
# support: {}
19+
- css.properties.caret-animation
20+
- css.properties.caret-animation.auto
21+
- css.properties.caret-animation.manual
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
draft_date: 2025-08-15
2+
name: CSS View Transitions Module Level 2
3+
description: TODO
4+
spec: https://drafts.csswg.org/css-view-transitions-2/
5+
compat_features:
6+
- css.properties.view-transition-group
7+
- css.properties.view-transition-group.contain
8+
- css.properties.view-transition-group.nearest
9+
- css.properties.view-transition-group.normal
10+
11+
# The following features in the spec are already part of web-features:
12+
# - Cross-document view transitions:
13+
# - api.CSSViewTransitionRule
14+
# - api.CSSViewTransitionRule.navigation
15+
# - api.CSSViewTransitionRule.types
16+
# - css.at-rules.view-transition
17+
# - View transitions:
18+
# - api.Document.startViewTransition
19+
# - api.Document.startViewTransition.callbackOptions_parameter
20+
# - api.Document.startViewTransition.updateCallback_parameter
21+
# - api.ViewTransition
22+
# - api.ViewTransition.finished
23+
# - api.ViewTransition.ready
24+
# - api.ViewTransition.skipTransition
25+
# - api.ViewTransition.updateCallbackDone
26+
# - css.properties.view-transition-name
27+
# - css.properties.view-transition-name.match-element
28+
# - css.properties.view-transition-name.none
29+
# - css.selectors.view-transition
30+
# - css.selectors.view-transition-group
31+
# - css.selectors.view-transition-image-pair
32+
# - css.selectors.view-transition-new
33+
# - css.selectors.view-transition-old
34+
# - Active view transition:
35+
# - api.ViewTransition.types
36+
# - api.ViewTransitionTypeSet
37+
# - api.ViewTransitionTypeSet.@@iterator
38+
# - api.ViewTransitionTypeSet.add
39+
# - api.ViewTransitionTypeSet.clear
40+
# - api.ViewTransitionTypeSet.delete
41+
# - api.ViewTransitionTypeSet.entries
42+
# - api.ViewTransitionTypeSet.forEach
43+
# - api.ViewTransitionTypeSet.has
44+
# - api.ViewTransitionTypeSet.keys
45+
# - api.ViewTransitionTypeSet.size
46+
# - api.ViewTransitionTypeSet.values
47+
# - css.selectors.active-view-transition
48+
# - css.selectors.active-view-transition-type
49+
# - view-transition-class:
50+
# - css.properties.view-transition-class
51+
# - css.properties.view-transition-class.none
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Generated from: css-view-transitions-2.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- css.properties.view-transition-group
9+
- css.properties.view-transition-group.contain
10+
- css.properties.view-transition-group.nearest
11+
- css.properties.view-transition-group.normal

0 commit comments

Comments
 (0)