Skip to content

Commit 2807509

Browse files
Update draft features (web-platform-dx#3980)
1 parent ada5f0f commit 2807509

12 files changed

Lines changed: 40 additions & 41 deletions

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-04-20
1+
draft_date: 2026-04-23
22
name: CSS Color Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-color-5/
@@ -54,7 +54,6 @@ compat_features:
5454
- css.properties.text-emphasis.transparent
5555
- css.types.color.color-mix.variadic_color_arguments
5656
- css.types.color.color.colorSpace_parameter_accepts_display-p3-linear_value
57-
- css.types.color.light-dark.image_value
5857

5958
# The following features in the spec are already part of web-features:
6059
# - background:
@@ -128,6 +127,8 @@ compat_features:
128127
# - css.types.color.lch.mixed_type_parameters
129128
# - light-dark():
130129
# - css.types.color.light-dark
130+
# - light-dark() image values:
131+
# - css.types.color.light-dark.image_value
131132
# - Named colors:
132133
# - css.types.color.named-color
133134
# - css.types.color.named-color.rebeccapurple

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,3 @@ compat_features:
170170
# baseline: false
171171
# support: {}
172172
- css.types.color.color-mix.variadic_color_arguments
173-
- css.types.color.light-dark.image_value

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-04-20
1+
draft_date: 2026-04-23
22
name: CSS Fonts Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-fonts-5/
@@ -38,7 +38,6 @@ compat_features:
3838
- css.properties.font-synthesis.none
3939
- css.properties.font-variation-settings.normal
4040
- css.properties.font-width.percentage
41-
- html.elements.meta.name.text-scale
4241
- svg.global_attributes.font-stretch
4342

4443
# The following features in the spec are already part of web-features:
@@ -314,3 +313,5 @@ compat_features:
314313
# - css.properties.font-variant-position.normal
315314
# - css.properties.font-variant-position.sub
316315
# - css.properties.font-variant-position.super
316+
# - <meta name="text-scale">:
317+
# - html.elements.meta.name.text-scale

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ compat_features:
5353
# firefox_android: "34"
5454
- css.properties.font-language-override.normal
5555

56-
# baseline: false
57-
# support:
58-
# chrome: "146"
59-
# chrome_android: "146"
60-
# edge: "146"
61-
- html.elements.meta.name.text-scale
62-
6356
# baseline: false
6457
# support:
6558
# safari: "26"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
draft_date: 2026-04-20
1+
draft_date: 2026-04-23
22
name: CSS Text Module Level 4
33
description: TODO
44
spec: https://drafts.csswg.org/css-text-4/
55
compat_features:
6-
- css.properties.hanging-punctuation.force-end
76
- css.properties.hyphens.manual
87
- css.properties.hyphens.none
98
- css.properties.letter-spacing.percentages
@@ -27,6 +26,7 @@ compat_features:
2726
# - css.properties.hanging-punctuation
2827
# - css.properties.hanging-punctuation.allow-end
2928
# - css.properties.hanging-punctuation.first
29+
# - css.properties.hanging-punctuation.force-end
3030
# - css.properties.hanging-punctuation.last
3131
# - css.properties.hanging-punctuation.none
3232
# - Hyphenate character:

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,3 @@ compat_features:
100100
# firefox: "124"
101101
# firefox_android: "124"
102102
- css.properties.white-space.preserve-spaces
103-
104-
# ⬇️ Same status as overall feature ⬇️
105-
# baseline: false
106-
# support: {}
107-
- css.properties.hanging-punctuation.force-end

features/draft/spec/fetch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-03-16
1+
draft_date: 2026-04-23
22
name: Fetch
33
description: TODO
44
spec: https://fetch.spec.whatwg.org/
@@ -51,7 +51,6 @@ compat_features:
5151
# - api.Request.destination
5252
# - api.Request.duplex
5353
# - api.Request.headers
54-
# - api.Request.integrity
5554
# - api.Request.isHistoryNavigation
5655
# - api.Request.json
5756
# - api.Request.keepalive
@@ -102,6 +101,8 @@ compat_features:
102101
# - Fetch form data:
103102
# - api.Request.formData
104103
# - api.Response.formData
104+
# - Subresource integrity:
105+
# - api.Request.integrity
105106
# - Abortable fetch:
106107
# - api.Request.signal
107108
# - api.fetch.init_signal_parameter

features/draft/spec/html.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-04-20
1+
draft_date: 2026-04-23
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -36,6 +36,7 @@ compat_features:
3636
- api.HTMLInputElement.showPicker.month_input
3737
- api.HTMLInputElement.showPicker.time_input
3838
- api.HTMLInputElement.showPicker.week_input
39+
- api.HTMLLinkElement.integrity
3940
- api.HTMLMediaElement.getStartDate
4041
- api.HTMLMediaElement.playbackRate.negative_values
4142
- api.HTMLOptionsCollection
@@ -51,7 +52,6 @@ compat_features:
5152
- api.HTMLSourceElement.src
5253
- api.HTMLSourceElement.type
5354
- api.HTMLSourceElement.width
54-
- api.HTMLTemplateElement.shadowRootSlotAssignment
5555
- api.HTMLUnknownElement
5656
- api.ImageData.ImageData.settings_parameter
5757
- api.ImageData.ImageData.settings_parameter.colorSpace_option
@@ -1447,7 +1447,6 @@ compat_features:
14471447
# - api.HTMLLinkElement.disabled
14481448
# - api.HTMLLinkElement.href
14491449
# - api.HTMLLinkElement.hreflang
1450-
# - api.HTMLLinkElement.integrity
14511450
# - api.HTMLLinkElement.media
14521451
# - api.HTMLLinkElement.rel
14531452
# - api.HTMLLinkElement.relList
@@ -1459,7 +1458,6 @@ compat_features:
14591458
# - html.elements.link.disabled
14601459
# - html.elements.link.href
14611460
# - html.elements.link.hreflang
1462-
# - html.elements.link.integrity
14631461
# - html.elements.link.media
14641462
# - html.elements.link.rel
14651463
# - html.elements.link.sizes
@@ -1762,7 +1760,6 @@ compat_features:
17621760
# - api.HTMLScriptElement.async
17631761
# - api.HTMLScriptElement.crossOrigin
17641762
# - api.HTMLScriptElement.defer
1765-
# - api.HTMLScriptElement.integrity
17661763
# - api.HTMLScriptElement.src
17671764
# - api.HTMLScriptElement.supports_static
17681765
# - api.HTMLScriptElement.text
@@ -1772,9 +1769,12 @@ compat_features:
17721769
# - html.elements.script.async
17731770
# - html.elements.script.crossorigin
17741771
# - html.elements.script.defer
1775-
# - html.elements.script.integrity
17761772
# - html.elements.script.src
17771773
# - html.elements.script.type
1774+
# - Subresource integrity:
1775+
# - api.HTMLScriptElement.integrity
1776+
# - html.elements.link.integrity
1777+
# - html.elements.script.integrity
17781778
# - showPicker() for <select>:
17791779
# - api.HTMLSelectElement.showPicker
17801780
# - <slot>:
@@ -1866,6 +1866,7 @@ compat_features:
18661866
# - api.HTMLTemplateElement.shadowRootDelegatesFocus
18671867
# - api.HTMLTemplateElement.shadowRootMode
18681868
# - api.HTMLTemplateElement.shadowRootSerializable
1869+
# - api.HTMLTemplateElement.shadowRootSlotAssignment
18691870
# - html.elements.template.shadowrootclonable
18701871
# - html.elements.template.shadowrootdelegatesfocus
18711872
# - html.elements.template.shadowrootmode

features/draft/spec/html.yml.dist

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,19 @@ compat_features:
374374
# safari_ios: "11.3"
375375
- api.ServiceWorker.error_event
376376

377+
# baseline: high
378+
# baseline_low_date: 2018-04-30
379+
# baseline_high_date: 2020-10-30
380+
# support:
381+
# chrome: "45"
382+
# chrome_android: "45"
383+
# edge: "17"
384+
# firefox: "43"
385+
# firefox_android: "43"
386+
# safari: "11.1"
387+
# safari_ios: "11.3"
388+
- api.HTMLLinkElement.integrity
389+
377390
# baseline: high
378391
# baseline_low_date: 2018-05-09
379392
# baseline_high_date: 2020-11-09
@@ -1079,7 +1092,6 @@ compat_features:
10791092
# ⬇️ Same status as overall feature ⬇️
10801093
# baseline: false
10811094
# support: {}
1082-
- api.HTMLTemplateElement.shadowRootSlotAssignment
10831095
- api.Navigator.authentication
10841096
- html.elements.template.shadowrootslotassignment
10851097
- html.elements.track.kind.descriptions

features/draft/spec/manifest-incubations.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
draft_date: 2026-04-06
1+
draft_date: 2026-04-23
22
name: Manifest Incubations
33
description: TODO
44
spec: https://wicg.github.io/manifest-incubations/
55
compat_features:
66
- manifests.webapp.display_override
77
- manifests.webapp.display_override.tabbed
8-
- manifests.webapp.migrate_from
9-
- manifests.webapp.migrate_to
108
- manifests.webapp.note_taking
119
- manifests.webapp.note_taking.new_note_url
1210
- manifests.webapp.scope_extensions
@@ -17,6 +15,9 @@ compat_features:
1715
# - api.Window.beforeinstallprompt_event
1816
# - File handlers:
1917
# - manifests.webapp.file_handlers
18+
# - Web app origin migration:
19+
# - manifests.webapp.migrate_from
20+
# - manifests.webapp.migrate_to
2021
# - Related apps:
2122
# - manifests.webapp.prefer_related_applications
2223
# - manifests.webapp.related_applications

0 commit comments

Comments
 (0)