Skip to content

Commit d9808ae

Browse files
Update draft features (#2906)
1 parent c32eafc commit d9808ae

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

features/draft/spec/html.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-04-17
1+
draft_date: 2025-04-28
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -64,9 +64,6 @@ compat_features:
6464
- api.HTMLVideoElement.playsInline
6565
- api.ImageData.ImageData.settings_parameter
6666
- api.ImageData.ImageData.settings_parameter.colorSpace_option
67-
- api.MediaError
68-
- api.MediaError.code
69-
- api.MediaError.message
7067
- api.MouseEvent.relatedTarget.drag_events
7168
- api.NavigateEvent.sourceElement
7269
- api.Navigator.authentication
@@ -1486,6 +1483,9 @@ compat_features:
14861483
# - api.HTMLVideoElement.videoHeight
14871484
# - api.HTMLVideoElement.videoWidth
14881485
# - api.HTMLVideoElement.width
1486+
# - api.MediaError
1487+
# - api.MediaError.code
1488+
# - api.MediaError.message
14891489
# - html.elements.video
14901490
# - html.elements.video.autoplay
14911491
# - html.elements.video.controls

features/draft/spec/html.yml.dist

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,6 @@ compat_features:
130130
- api.HTMLSourceElement.src
131131
- api.HTMLSourceElement.type
132132

133-
# baseline: high
134-
# baseline_low_date: 2015-07-29
135-
# baseline_high_date: 2018-01-29
136-
# support:
137-
# chrome: "3"
138-
# chrome_android: "18"
139-
# edge: "12"
140-
# firefox: "4"
141-
# firefox_android: "4"
142-
# safari: "3.1"
143-
# safari_ios: "2"
144-
- api.MediaError
145-
- api.MediaError.code
146-
147133
# baseline: high
148134
# baseline_low_date: 2015-07-29
149135
# baseline_high_date: 2018-01-29
@@ -606,19 +592,6 @@ compat_features:
606592
# safari_ios: "15"
607593
- api.HTMLCanvasElement.getContext.webgl2_context
608594

609-
# baseline: high
610-
# baseline_low_date: 2021-09-20
611-
# baseline_high_date: 2024-03-20
612-
# support:
613-
# chrome: "59"
614-
# chrome_android: "59"
615-
# edge: "79"
616-
# firefox: "52"
617-
# firefox_android: "52"
618-
# safari: "15"
619-
# safari_ios: "15"
620-
- api.MediaError.message
621-
622595
# baseline: high
623596
# baseline_low_date: 2021-12-13
624597
# baseline_high_date: 2024-06-13

features/draft/spec/service-workers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2024-12-18
1+
draft_date: 2025-04-28
22
name: Service Workers
33
description: TODO
44
spec: https://w3c.github.io/ServiceWorker/
@@ -88,7 +88,6 @@ compat_features:
8888
# - api.ServiceWorkerGlobalScope.fetch_event
8989
# - api.ServiceWorkerGlobalScope.install_event
9090
# - api.ServiceWorkerGlobalScope.message_event
91-
# - api.ServiceWorkerGlobalScope.messageerror_event
9291
# - api.ServiceWorkerGlobalScope.registration
9392
# - api.ServiceWorkerGlobalScope.serviceWorker
9493
# - api.ServiceWorkerGlobalScope.skipWaiting
@@ -116,5 +115,6 @@ compat_features:
116115
# - api.ServiceWorker.ecmascript_modules
117116
# - messageerror:
118117
# - api.ServiceWorkerContainer.messageerror_event
118+
# - api.ServiceWorkerGlobalScope.messageerror_event
119119
# - Push messages:
120120
# - api.ServiceWorkerRegistration

0 commit comments

Comments
 (0)