Skip to content

Commit 02ef990

Browse files
Update draft features (#3359)
1 parent c4a19f9 commit 02ef990

13 files changed

+174
-103
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
draft_date: 2025-09-17
2+
name: Credential Management Level 1
3+
description: TODO
4+
spec: https://w3c.github.io/webappsec-credential-management/
5+
compat_features:
6+
- api.FederatedCredential.iconURL
7+
- api.FederatedCredential.name
8+
9+
# The following features in the spec are already part of web-features:
10+
# - Credential management:
11+
# - api.Credential
12+
# - api.Credential.id
13+
# - api.Credential.isConditionalMediationAvailable_static
14+
# - api.Credential.type
15+
# - api.CredentialsContainer
16+
# - api.CredentialsContainer.create
17+
# - api.CredentialsContainer.get
18+
# - api.CredentialsContainer.preventSilentAccess
19+
# - api.CredentialsContainer.store
20+
# - api.Navigator.credentials
21+
# - Federated credentials:
22+
# - api.FederatedCredential
23+
# - api.FederatedCredential.FederatedCredential
24+
# - api.FederatedCredential.protocol
25+
# - api.FederatedCredential.provider
26+
# - Password credentials:
27+
# - api.PasswordCredential
28+
# - api.PasswordCredential.PasswordCredential
29+
# - api.PasswordCredential.iconURL
30+
# - api.PasswordCredential.name
31+
# - api.PasswordCredential.password
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: credential-management-1.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "51"
8+
chrome_android: "51"
9+
edge: "79"
10+
compat_features:
11+
- api.FederatedCredential.iconURL
12+
- api.FederatedCredential.name

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

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

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

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
draft_date: 2025-09-17
2+
name: Event Timing API
3+
description: TODO
4+
spec: https://w3c.github.io/event-timing/
5+
compat_features:
6+
- api.Performance.interactionCount
7+
8+
# The following features in the spec are already part of web-features:
9+
# - Event timing:
10+
# - api.EventCounts
11+
# - api.EventCounts.@@iterator
12+
# - api.EventCounts.entries
13+
# - api.EventCounts.forEach
14+
# - api.EventCounts.get
15+
# - api.EventCounts.has
16+
# - api.EventCounts.keys
17+
# - api.EventCounts.size
18+
# - api.EventCounts.values
19+
# - api.Performance.eventCounts
20+
# - api.PerformanceEventTiming
21+
# - api.PerformanceEventTiming.cancelable
22+
# - api.PerformanceEventTiming.interactionId
23+
# - api.PerformanceEventTiming.processingEnd
24+
# - api.PerformanceEventTiming.processingStart
25+
# - api.PerformanceEventTiming.target
26+
# - api.PerformanceEventTiming.toJSON
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated from: event-timing.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- api.Performance.interactionCount

features/draft/spec/fenced-frame.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-01-07
1+
draft_date: 2025-09-17
22
name: Fenced Frame
33
description: TODO
44
spec: https://wicg.github.io/fenced-frame/
@@ -11,7 +11,6 @@ compat_features:
1111
# - api.Fence.getNestedConfigs
1212
# - api.Fence.reportEvent
1313
# - api.Fence.setReportEventDataForAutomaticBeacons
14-
# - api.Fence.setReportEventDataForAutomaticBeacons.start_commit_eventType
1514
# - api.FencedFrameConfig
1615
# - api.FencedFrameConfig.setSharedStorageContext
1716
# - api.HTMLFencedFrameElement

features/draft/spec/indexeddb-3.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
draft_date: 2025-09-08
1+
draft_date: 2025-09-17
22
name: Indexed Database API 3.0
33
description: TODO
44
spec: https://w3c.github.io/IndexedDB/
55
compat_features:
6+
- api.IDBDatabase.abort_event
67
- api.IDBIndex.getAllRecords
78
- api.IDBObjectStore.getAllRecords
89
- api.IDBRecord

features/draft/spec/indexeddb-3.yml.dist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ status:
55
baseline: false
66
support: {}
77
compat_features:
8+
# baseline: high
9+
# baseline_low_date: 2015-07-29
10+
# baseline_high_date: 2018-01-29
11+
# support:
12+
# chrome: "24"
13+
# chrome_android: "25"
14+
# edge: "12"
15+
# firefox: "16"
16+
# firefox_android: "22"
17+
# safari: "8"
18+
# safari_ios: "8"
19+
- api.IDBDatabase.abort_event
20+
821
# baseline: false
922
# support:
1023
# chrome: "132"
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
draft_date: 2025-09-17
2+
name: Notifications API
3+
description: TODO
4+
spec: https://notifications.spec.whatwg.org/
5+
compat_features:
6+
- api.Notification.navigate
7+
8+
# The following features in the spec are already part of web-features:
9+
# - Notifications:
10+
# - api.Notification
11+
# - api.Notification.Notification
12+
# - api.Notification.actions
13+
# - api.Notification.badge
14+
# - api.Notification.body
15+
# - api.Notification.click_event
16+
# - api.Notification.close
17+
# - api.Notification.close_event
18+
# - api.Notification.data
19+
# - api.Notification.dir
20+
# - api.Notification.error_event
21+
# - api.Notification.icon
22+
# - api.Notification.image
23+
# - api.Notification.lang
24+
# - api.Notification.maxActions_static
25+
# - api.Notification.permission_static
26+
# - api.Notification.renotify
27+
# - api.Notification.requestPermission_static
28+
# - api.Notification.requestPermission_static.returns_promise
29+
# - api.Notification.requireInteraction
30+
# - api.Notification.secure_context_required
31+
# - api.Notification.show_event
32+
# - api.Notification.silent
33+
# - api.Notification.tag
34+
# - api.Notification.timestamp
35+
# - api.Notification.title
36+
# - api.Notification.vibrate
37+
# - api.Notification.worker_support
38+
# - api.NotificationEvent
39+
# - api.NotificationEvent.NotificationEvent
40+
# - api.NotificationEvent.action
41+
# - api.NotificationEvent.notification
42+
# - api.ServiceWorkerGlobalScope.notificationclick_event
43+
# - api.ServiceWorkerGlobalScope.notificationclose_event
44+
# - api.ServiceWorkerRegistration.getNotifications
45+
# - api.ServiceWorkerRegistration.showNotification
46+
# - api.ServiceWorkerRegistration.showNotification.options_actions_parameter
47+
# - api.ServiceWorkerRegistration.showNotification.options_badge_parameter
48+
# - api.ServiceWorkerRegistration.showNotification.options_data_parameter
49+
# - api.ServiceWorkerRegistration.showNotification.options_image_parameter
50+
# - api.ServiceWorkerRegistration.showNotification.options_renotify_parameter
51+
# - api.ServiceWorkerRegistration.showNotification.options_requireInteraction_parameter
52+
# - api.ServiceWorkerRegistration.showNotification.options_vibrate_parameter

0 commit comments

Comments
 (0)