Skip to content

Commit b8b3eb0

Browse files
Update draft features (#3774)
1 parent ae6a26e commit b8b3eb0

28 files changed

Lines changed: 435 additions & 60 deletions
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
draft_date: 2026-02-16
2+
name: Clipboard API and events
3+
description: TODO
4+
spec: https://w3c.github.io/clipboard-apis/
5+
compat_features:
6+
- api.Clipboard.clipboardchange_event
7+
8+
# The following features in the spec are already part of web-features:
9+
# - Async clipboard:
10+
# - api.Clipboard
11+
# - api.Clipboard.read
12+
# - api.Clipboard.readText
13+
# - api.Clipboard.type_image-png
14+
# - api.Clipboard.type_text-html
15+
# - api.Clipboard.type_text-plain
16+
# - api.Clipboard.write
17+
# - api.Clipboard.writeText
18+
# - api.ClipboardItem
19+
# - api.ClipboardItem.ClipboardItem
20+
# - api.ClipboardItem.getType
21+
# - api.ClipboardItem.presentationStyle
22+
# - api.ClipboardItem.types
23+
# - api.Navigator.clipboard
24+
# - api.Permissions.permission_clipboard-write
25+
# - Read unsanitized clipboard data:
26+
# - api.Clipboard.read.formats_unsanitized_parameter
27+
# - clipboardchange:
28+
# - api.ClipboardChangeEvent
29+
# - api.ClipboardChangeEvent.ClipboardChangeEvent
30+
# - api.ClipboardChangeEvent.changeId
31+
# - api.ClipboardChangeEvent.types
32+
# - Clipboard events:
33+
# - api.ClipboardEvent
34+
# - api.ClipboardEvent.ClipboardEvent
35+
# - api.ClipboardEvent.clipboardData
36+
# - api.Element.copy_event
37+
# - api.Element.cut_event
38+
# - api.Element.paste_event
39+
# - ClipboardItem.supports():
40+
# - api.ClipboardItem.supports_static
41+
# - SVG clipboard items:
42+
# - api.ClipboardItem.type_image_svg_xml
43+
# - Custom formats for clipboard items:
44+
# - api.ClipboardItem.type_web
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Generated from: clipboard-apis.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "144"
8+
chrome_android: "144"
9+
edge: "144"
10+
compat_features:
11+
- api.Clipboard.clipboardchange_event
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
draft_date: 2026-02-16
2+
name: Crash Reporting
3+
description: TODO
4+
spec: https://wicg.github.io/crash-reporting/
5+
compat_features:
6+
- api.CrashReportContext
7+
- api.CrashReportContext.delete
8+
- api.CrashReportContext.initialize
9+
- api.CrashReportContext.set
10+
- api.Window.crashReport
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated from: crash-reporting.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "145"
8+
chrome_android: "145"
9+
compat_features:
10+
- api.CrashReportContext
11+
- api.CrashReportContext.delete
12+
- api.CrashReportContext.initialize
13+
- api.CrashReportContext.set
14+
- api.Window.crashReport

features/draft/spec/css-animations-2.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-12-08
1+
draft_date: 2026-02-16
22
name: CSS Animations Level 2
33
description: TODO
44
spec: https://drafts.csswg.org/css-animations-2/
@@ -8,8 +8,22 @@ compat_features:
88
- css.properties.animation-composition.replace
99
- css.properties.animation-timeline.auto
1010
- css.properties.animation-timeline.none
11+
- css.properties.animation-trigger
12+
- css.properties.animation-trigger.none
1113
- css.properties.animation.paused
1214
- css.properties.animation.running
15+
- css.properties.timeline-trigger
16+
- css.properties.timeline-trigger-name
17+
- css.properties.timeline-trigger-name.none
18+
- css.properties.timeline-trigger-source
19+
- css.properties.timeline-trigger-source.auto
20+
- css.properties.timeline-trigger-source.none
21+
- css.properties.timeline-trigger.auto
22+
- css.properties.timeline-trigger.none
23+
- css.properties.timeline-trigger.normal
24+
- css.properties.trigger-scope
25+
- css.properties.trigger-scope.all
26+
- css.properties.trigger-scope.none
1327

1428
# The following features in the spec are already part of web-features:
1529
# - Animations (CSS):

features/draft/spec/css-animations-2.yml.dist

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

44
status:
55
baseline: false
6-
support:
7-
chrome: "115"
8-
chrome_android: "115"
9-
edge: "115"
10-
safari: "26"
11-
safari_ios: "26"
6+
support: {}
127
compat_features:
138
# baseline: high
149
# baseline_low_date: 2020-01-15
@@ -39,7 +34,6 @@ compat_features:
3934
- css.properties.animation-composition.add
4035
- css.properties.animation-composition.replace
4136

42-
# ⬇️ Same status as overall feature ⬇️
4337
# baseline: false
4438
# support:
4539
# chrome: "115"
@@ -49,3 +43,21 @@ compat_features:
4943
# safari_ios: "26"
5044
- css.properties.animation-timeline.auto
5145
- css.properties.animation-timeline.none
46+
47+
# ⬇️ Same status as overall feature ⬇️
48+
# baseline: false
49+
# support: {}
50+
- css.properties.animation-trigger
51+
- css.properties.animation-trigger.none
52+
- css.properties.timeline-trigger
53+
- css.properties.timeline-trigger-name
54+
- css.properties.timeline-trigger-name.none
55+
- css.properties.timeline-trigger-source
56+
- css.properties.timeline-trigger-source.auto
57+
- css.properties.timeline-trigger-source.none
58+
- css.properties.timeline-trigger.auto
59+
- css.properties.timeline-trigger.none
60+
- css.properties.timeline-trigger.normal
61+
- css.properties.trigger-scope
62+
- css.properties.trigger-scope.all
63+
- css.properties.trigger-scope.none

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
draft_date: 2025-12-08
1+
draft_date: 2026-02-16
22
name: CSS Conditional Rules Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-conditional-5/
55
compat_features:
6+
- css.at-rules.container.scroll-state_queries.scrolled
67
- css.properties.container-type.weak_containment
78
- css.properties.container.inline-size
89
- css.properties.container.none

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: low
6-
baseline_low_date: 2025-03-31
5+
baseline: false
76
support:
8-
chrome: "129"
9-
chrome_android: "129"
10-
edge: "129"
11-
firefox: "133"
12-
firefox_android: "133"
13-
safari: "18.4"
14-
safari_ios: "18.4"
7+
chrome: "144"
8+
chrome_android: "144"
9+
edge: "144"
1510
compat_features:
1611
# baseline: high
1712
# baseline_low_date: 2023-02-14
@@ -42,7 +37,6 @@ compat_features:
4237
# safari_ios: "16"
4338
- css.properties.container.normal
4439

45-
# ⬇️ Same status as overall feature ⬇️
4640
# baseline: low
4741
# baseline_low_date: 2025-03-31
4842
# support:
@@ -54,3 +48,11 @@ compat_features:
5448
# safari: "18.4"
5549
# safari_ios: "18.4"
5650
- css.properties.container-type.weak_containment
51+
52+
# ⬇️ Same status as overall feature ⬇️
53+
# baseline: false
54+
# support:
55+
# chrome: "144"
56+
# chrome_android: "144"
57+
# edge: "144"
58+
- css.at-rules.container.scroll-state_queries.scrolled

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-12-18
1+
draft_date: 2026-02-16
22
name: CSS Overflow Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-overflow-5/
@@ -13,6 +13,9 @@ compat_features:
1313
- css.properties.overflow-inline.hidden
1414
- css.properties.overflow-inline.scroll
1515
- css.properties.overflow-inline.visible
16+
- css.properties.overflow-x.replaced_elements
17+
- css.properties.overflow-y.replaced_elements
18+
- css.properties.overflow.replaced_elements
1619

1720
# The following features in the spec are already part of web-features:
1821
# - line-clamp:

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: low
6-
baseline_low_date: 2025-09-15
5+
baseline: false
76
support:
87
chrome: "135"
98
chrome_android: "135"
109
edge: "135"
11-
firefox: "81"
12-
firefox_android: "81"
13-
safari: "26"
14-
safari_ios: "26"
1510
compat_features:
1611
# baseline: low
1712
# baseline_low_date: 2025-09-15
@@ -32,7 +27,6 @@ compat_features:
3227
- css.properties.overflow-inline.scroll
3328
- css.properties.overflow-inline.visible
3429

35-
# ⬇️ Same status as overall feature ⬇️
3630
# baseline: low
3731
# baseline_low_date: 2025-09-15
3832
# support:
@@ -45,3 +39,12 @@ compat_features:
4539
# safari_ios: "26"
4640
- css.properties.overflow-block.clip
4741
- css.properties.overflow-inline.clip
42+
43+
# baseline: false
44+
# support:
45+
# chrome: "108"
46+
# chrome_android: "108"
47+
# edge: "12"
48+
- css.properties.overflow-x.replaced_elements
49+
- css.properties.overflow-y.replaced_elements
50+
- css.properties.overflow.replaced_elements

0 commit comments

Comments
 (0)