Skip to content

Commit 59ed9f6

Browse files
Update draft features (#3284)
1 parent a119388 commit 59ed9f6

File tree

8 files changed

+14
-115
lines changed

8 files changed

+14
-115
lines changed

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

Lines changed: 0 additions & 71 deletions
This file was deleted.

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

Lines changed: 0 additions & 11 deletions
This file was deleted.

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
draft_date: 2025-08-15
1+
draft_date: 2025-08-28
22
name: CSS Basic User Interface Module Level 4
33
description: TODO
44
spec: https://drafts.csswg.org/css-ui-4/
55
compat_features:
66
- css.properties.caret-animation
77
- css.properties.caret-animation.auto
88
- css.properties.caret-animation.manual
9-
- css.properties.interactivity
10-
- css.properties.interactivity.auto
11-
- css.properties.interactivity.inert
129

1310
# The following features in the spec are already part of web-features:
1411
# - accent-color:
@@ -72,6 +69,10 @@ compat_features:
7269
# - css.properties.cursor.zoom-in
7370
# - css.properties.cursor.zoom-out
7471
# - svg.global_attributes.cursor
72+
# - interactivity:
73+
# - css.properties.interactivity
74+
# - css.properties.interactivity.auto
75+
# - css.properties.interactivity.inert
7576
# - outline:
7677
# - css.properties.outline
7778
# - Outlines:

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ status:
55
baseline: false
66
support: {}
77
compat_features:
8-
# baseline: false
9-
# support:
10-
# chrome: "135"
11-
# edge: "135"
12-
- css.properties.interactivity
13-
- css.properties.interactivity.auto
14-
- css.properties.interactivity.inert
15-
16-
# ⬇️ Same status as overall feature ⬇️
17-
# baseline: false
18-
# support: {}
198
- css.properties.caret-animation
209
- css.properties.caret-animation.auto
2110
- css.properties.caret-animation.manual

features/draft/spec/ecmascript.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-07-10
1+
draft_date: 2025-08-28
22
name: ECMAScript® 2026 Language Specification
33
description: TODO
44
spec: https://tc39.es/ecma262/multipage/
@@ -662,7 +662,6 @@ compat_features:
662662
# - javascript.builtins.Object.getOwnPropertyNames
663663
# - javascript.builtins.Object.getOwnPropertySymbols
664664
# - javascript.builtins.Object.getPrototypeOf
665-
# - javascript.builtins.Object.hasOwn
666665
# - javascript.builtins.Object.hasOwnProperty
667666
# - javascript.builtins.Object.is
668667
# - javascript.builtins.Object.isExtensible
@@ -684,6 +683,8 @@ compat_features:
684683
# - javascript.operators.object_initializer.shorthand_property_names
685684
# - javascript.operators.object_initializer.spread_properties
686685
# - javascript.operators.optional_chaining
686+
# - Object.hasOwn():
687+
# - javascript.builtins.Object.hasOwn
687688
# - Promise (initial support):
688689
# - javascript.builtins.Promise
689690
# - javascript.builtins.Promise.@@species

features/draft/spec/html.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-08-26
1+
draft_date: 2025-08-28
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -52,7 +52,6 @@ compat_features:
5252
- api.HTMLSourceElement.type
5353
- api.HTMLSourceElement.width
5454
- api.HTMLUnknownElement
55-
- api.HTMLVideoElement.playsInline
5655
- api.ImageData.ImageData.settings_parameter
5756
- api.ImageData.ImageData.settings_parameter.colorSpace_option
5857
- api.ImageData.pixelFormat
@@ -122,7 +121,6 @@ compat_features:
122121
- html.elements.textarea.autocomplete.one-time-code
123122
- html.elements.textarea.autocomplete.webauthn
124123
- html.elements.track.kind.descriptions
125-
- html.elements.video.playsinline
126124
- html.global_attributes.class
127125
- html.global_attributes.data_attributes
128126
- html.global_attributes.dir
@@ -1501,6 +1499,7 @@ compat_features:
15011499
# - api.HTMLMediaElement.waiting_event
15021500
# - api.HTMLVideoElement
15031501
# - api.HTMLVideoElement.height
1502+
# - api.HTMLVideoElement.playsInline
15041503
# - api.HTMLVideoElement.poster
15051504
# - api.HTMLVideoElement.resize_event
15061505
# - api.HTMLVideoElement.videoHeight
@@ -1520,6 +1519,7 @@ compat_features:
15201519
# - html.elements.video.height
15211520
# - html.elements.video.loop
15221521
# - html.elements.video.muted
1522+
# - html.elements.video.playsinline
15231523
# - html.elements.video.poster
15241524
# - html.elements.video.preload
15251525
# - html.elements.video.src

features/draft/spec/html.yml.dist

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -735,16 +735,6 @@ compat_features:
735735
# firefox_android: ≤49
736736
- html.elements.iframe.sandbox.allow-orientation-lock
737737

738-
# baseline: false
739-
# support:
740-
# chrome: "75"
741-
# chrome_android: "75"
742-
# edge: "79"
743-
# safari: "10"
744-
# safari_ios: "10"
745-
- api.HTMLVideoElement.playsInline
746-
- html.elements.video.playsinline
747-
748738
# baseline: false
749739
# support:
750740
# chrome: "90"

features/draft/spec/resource-timing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-01-20
1+
draft_date: 2025-08-28
22
name: Resource Timing
33
description: TODO
44
spec: https://w3c.github.io/resource-timing/
@@ -8,11 +8,11 @@ compat_features:
88
# The following features in the spec are already part of web-features:
99
# - Performance:
1010
# - api.Performance
11+
# - http.headers.Timing-Allow-Origin
12+
# - Resource timing:
1113
# - api.Performance.clearResourceTimings
1214
# - api.Performance.resourcetimingbufferfull_event
1315
# - api.Performance.setResourceTimingBufferSize
14-
# - http.headers.Timing-Allow-Origin
15-
# - Resource timing (initial support):
1616
# - api.PerformanceResourceTiming
1717
# - api.PerformanceResourceTiming.connectEnd
1818
# - api.PerformanceResourceTiming.connectStart

0 commit comments

Comments
 (0)