Skip to content

Commit 4e13252

Browse files
Update draft features (#4022)
1 parent fe85558 commit 4e13252

88 files changed

Lines changed: 770 additions & 846 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-04-14
1+
draft_date: 2026-05-08
22
name: Crash Reporting
33
description: TODO
44
spec: https://wicg.github.io/crash-reporting/
@@ -8,4 +8,7 @@ compat_features:
88
- api.CrashReportContext.initialize
99
- api.CrashReportContext.set
1010
- api.Window.crashReport
11-
- http.headers.Reporting-Endpoints.crash-reporting
11+
12+
# The following features in the spec are already part of web-features:
13+
# - Crash reporting:
14+
# - http.headers.Reporting-Endpoints.crash-reporting

features/draft/spec/crash-reporting.yml.dist

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ status:
88
chrome_android: "145"
99
edge: "145"
1010
compat_features:
11-
# baseline: false
12-
# support:
13-
# chrome: "139"
14-
# chrome_android: "139"
15-
# edge: "139"
16-
- http.headers.Reporting-Endpoints.crash-reporting
17-
18-
# ⬇️ Same status as overall feature ⬇️
19-
# baseline: false
20-
# support:
21-
# chrome: "145"
22-
# chrome_android: "145"
23-
# edge: "145"
2411
- api.CrashReportContext
2512
- api.CrashReportContext.delete
2613
- api.CrashReportContext.initialize

features/draft/spec/csp3.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-03-16
1+
draft_date: 2026-05-08
22
name: Content Security Policy Level 3
33
description: TODO
44
spec: https://w3c.github.io/webappsec-csp/
@@ -39,7 +39,6 @@ compat_features:
3939
# - http.headers.Content-Security-Policy.meta-element-support
4040
# - http.headers.Content-Security-Policy.object-src
4141
# - http.headers.Content-Security-Policy.report-sample
42-
# - http.headers.Content-Security-Policy.report-to
4342
# - http.headers.Content-Security-Policy.sandbox
4443
# - http.headers.Content-Security-Policy.script-src
4544
# - http.headers.Content-Security-Policy.script-src.external_scripts
@@ -54,7 +53,6 @@ compat_features:
5453
# - http.headers.Content-Security-Policy.worker-src
5554
# - http.headers.Content-Security-Policy.worker_support
5655
# - http.headers.Content-Security-Policy-Report-Only
57-
# - Reporting API:
56+
# - CSP violation reports:
5857
# - api.ReportingObserver.ReportingObserver.options_parameter.types_property.csp-violation
59-
# - Speculation rules:
60-
# - http.headers.Content-Security-Policy.script-src.inline-speculation-rules
58+
# - http.headers.Content-Security-Policy.report-to

features/draft/spec/css-anchor-position-2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-04-28
1+
draft_date: 2026-05-08
22
name: CSS Anchor Positioning Module Level 2
33
description: TODO
44
spec: https://drafts.csswg.org/css-anchor-position-2/
@@ -329,7 +329,6 @@ compat_features:
329329
# - css.properties.width.anchor-size
330330
# - css.types.anchor
331331
# - css.types.anchor-size
332-
# - css.types.anchor-size.inset_margin
333332
# - html.elements.button.popovertarget.implicit_anchor_reference
334333
# - html.elements.input.popovertarget.implicit_anchor_reference
335334
# - Anchor position container queries:

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-03-16
1+
draft_date: 2026-05-08
22
name: CSS Animations Level 2
33
description: TODO
44
spec: https://drafts.csswg.org/css-animations-2/
@@ -64,14 +64,15 @@ compat_features:
6464
# - css.properties.animation-play-state.paused
6565
# - css.properties.animation-play-state.running
6666
# - css.properties.animation-timing-function
67-
# - css.properties.animation-timing-function.jump
6867
# - Web animations:
6968
# - api.Element.animationcancel_event
7069
# - api.Element.animationend_event
7170
# - api.Element.animationiteration_event
7271
# - api.Element.animationstart_event
73-
# - Scroll-driven animations:
74-
# - css.properties.animation.animation-timeline_included
75-
# - css.properties.animation-timeline
7672
# - animation-composition:
7773
# - css.properties.animation-composition
74+
# - Scroll-driven animations:
75+
# - css.properties.animation-timeline
76+
# - Grid animation:
77+
# - css.properties.grid-template-columns.animation
78+
# - css.properties.grid-template-rows.animation

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-05-07
1+
draft_date: 2026-05-08
22
name: CSS Color Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-color-5/
@@ -86,13 +86,14 @@ compat_features:
8686
# - css.properties.lighting-color.transparent
8787
# - opacity:
8888
# - css.properties.opacity
89-
# - css.properties.opacity.percentages
9089
# - svg.global_attributes.opacity
9190
# - outline:
9291
# - css.properties.outline.currentColor
9392
# - css.properties.outline.transparent
9493
# - Outlines:
9594
# - css.properties.outline-color.transparent
95+
# - shape-outside:
96+
# - css.properties.shape-image-threshold.percentages
9697
# - SVG:
9798
# - css.properties.stop-color.currentColor
9899
# - css.properties.stop-color.transparent
@@ -111,10 +112,8 @@ compat_features:
111112
# - css.properties.text-emphasis-color.transparent
112113
# - attr():
113114
# - css.types.attr.type_function.color
114-
# - color():
115-
# - css.types.color.color
116-
# - css.types.color.color.mixed_type_parameters
117115
# - Relative colors:
116+
# - css.types.calc.color_component
118117
# - css.types.color.color.relative_syntax
119118
# - css.types.color.hsl.relative_syntax
120119
# - css.types.color.hwb.relative_syntax
@@ -123,23 +122,21 @@ compat_features:
123122
# - css.types.color.oklab.relative_syntax
124123
# - css.types.color.oklch.relative_syntax
125124
# - css.types.color.rgb.relative_syntax
125+
# - color():
126+
# - css.types.color.color
126127
# - color-mix():
127128
# - css.types.color.color-mix
128129
# - contrast-color():
129130
# - css.types.color.contrast-color
130131
# - HSL:
131132
# - css.types.color.hsl
132133
# - css.types.color.hsl.alpha_parameter
133-
# - css.types.color.hsl.mixed_type_parameters
134134
# - css.types.color.hsl.space_separated_parameters
135135
# - HWB:
136136
# - css.types.color.hwb
137-
# - css.types.color.hwb.mixed_type_parameters
138137
# - Lab and LCH:
139138
# - css.types.color.lab
140-
# - css.types.color.lab.mixed_type_parameters
141139
# - css.types.color.lch
142-
# - css.types.color.lch.mixed_type_parameters
143140
# - light-dark():
144141
# - css.types.color.light-dark
145142
# - light-dark() image values:
@@ -150,14 +147,10 @@ compat_features:
150147
# - css.types.color.named-color.transparent
151148
# - Oklab and OkLCh:
152149
# - css.types.color.oklab
153-
# - css.types.color.oklab.mixed_type_parameters
154150
# - css.types.color.oklch
155-
# - css.types.color.oklch.mixed_type_parameters
156151
# - RGB:
157152
# - css.types.color.rgb
158153
# - css.types.color.rgb.alpha_parameter
159-
# - css.types.color.rgb.float_values
160-
# - css.types.color.rgb.mixed_type_parameters
161154
# - css.types.color.rgb.space_separated_parameters
162155
# - css.types.color.rgb_hexadecimal_notation
163156
# - css.types.color.rgb_hexadecimal_notation.alpha_hexadecimal_notation
@@ -167,3 +160,8 @@ compat_features:
167160
# - css.types.color.system-color.buttonborder
168161
# - css.types.color.system-color.mark
169162
# - css.types.color.system-color.marktext
163+
# - Gradient interpolation:
164+
# - css.types.gradient.conic-gradient.hue_interpolation_method
165+
# - css.types.gradient.conic-gradient.interpolation_color_space
166+
# - css.types.gradient.linear-gradient.hue_interpolation_method
167+
# - css.types.gradient.linear-gradient.interpolation_color_space

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-04-28
1+
draft_date: 2026-05-08
22
name: CSS Conditional Rules Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-conditional-5/
@@ -12,6 +12,7 @@ compat_features:
1212
- css.properties.container.normal
1313
- css.properties.container.scroll-state
1414
- css.properties.container.size
15+
- css.types.if.style
1516

1617
# The following features in the spec are already part of web-features:
1718
# - CSS.supports():
@@ -34,6 +35,7 @@ compat_features:
3435
# - css.properties.container-type.inline-size
3536
# - css.properties.container-type.normal
3637
# - css.properties.container-type.size
38+
# - css.types.length.container_query_length_units
3739
# - @supports:
3840
# - api.CSSSupportsRule
3941
# - css.at-rules.supports
@@ -56,6 +58,3 @@ compat_features:
5658
# - css.at-rules.media.media_features
5759
# - css.at-rules.media.media_query_values
5860
# - css.at-rules.media.nested-queries
59-
# - css.at-rules.media.or_syntax
60-
# - Media query range syntax:
61-
# - css.at-rules.media.range_syntax

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ compat_features:
5858
# safari_ios: "26.4"
5959
- css.at-rules.container.container-query_optional
6060

61+
# baseline: false
62+
# support:
63+
# chrome: "137"
64+
# chrome_android: "137"
65+
# edge: "137"
66+
- css.types.if.style
67+
6168
# baseline: false
6269
# support:
6370
# chrome: "144"

features/draft/spec/css-content-3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
draft_date: 2026-01-19
1+
draft_date: 2026-05-08
22
name: CSS Generated Content Module Level 3
33
description: TODO
44
spec: https://drafts.csswg.org/css-content-3/
55
compat_features:
6-
- css.properties.content.alt_text.counters
76
- css.selectors.marker.quotes_support
87

98
# The following features in the spec are already part of web-features:

features/draft/spec/css-content-3.yml.dist

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

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
firefox: "147"
8+
firefox_android: "147"
79
compat_features:
8-
# baseline: false
9-
# support:
10-
# firefox: "147"
11-
# firefox_android: "147"
1210
- css.selectors.marker.quotes_support
13-
14-
# ⬇️ Same status as overall feature ⬇️
15-
# baseline: false
16-
# support: {}
17-
- css.properties.content.alt_text.counters

0 commit comments

Comments
 (0)