Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions features/draft/spec/background-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
draft_date: 2024-10-17
name: Web Background Synchronization
description: TODO
spec: https://wicg.github.io/background-sync/spec/
compat_features:
- api.SyncManager.worker_support

# The following features in the spec are already part of web-features:
# - Background sync:
# - api.ServiceWorkerGlobalScope.sync_event
# - api.ServiceWorkerRegistration.sync
# - api.SyncEvent
# - api.SyncEvent.SyncEvent
# - api.SyncEvent.lastChance
# - api.SyncEvent.tag
# - api.SyncManager
# - api.SyncManager.getTags
# - api.SyncManager.register
11 changes: 11 additions & 0 deletions features/draft/spec/background-sync.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Generated from: background-sync.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "61"
chrome_android: "61"
edge: "79"
compat_features:
- api.SyncManager.worker_support
20 changes: 20 additions & 0 deletions features/draft/spec/battery-status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
draft_date: 2024-10-17
name: Battery Status API
description: TODO
spec: https://w3c.github.io/battery/
compat_features:
- api.BatteryManager.secure_context_required
- api.Navigator.getBattery.secure_context_required

# The following features in the spec are already part of web-features:
# - Battery status:
# - api.BatteryManager
# - api.BatteryManager.charging
# - api.BatteryManager.chargingTime
# - api.BatteryManager.chargingchange_event
# - api.BatteryManager.chargingtimechange_event
# - api.BatteryManager.dischargingTime
# - api.BatteryManager.dischargingtimechange_event
# - api.BatteryManager.level
# - api.BatteryManager.levelchange_event
# - api.Navigator.getBattery
12 changes: 12 additions & 0 deletions features/draft/spec/battery-status.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated from: battery-status.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "103"
chrome_android: "103"
edge: "103"
compat_features:
- api.BatteryManager.secure_context_required
- api.Navigator.getBattery.secure_context_required
3 changes: 2 additions & 1 deletion features/draft/spec/clear-site-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-09-09
draft_date: 2024-10-21
name: Clear Site Data
description: TODO
spec: https://w3c.github.io/webappsec-clear-site-data/
Expand All @@ -8,4 +8,5 @@ compat_features:
- http.headers.Clear-Site-Data.clientHints
- http.headers.Clear-Site-Data.cookies
- http.headers.Clear-Site-Data.executionContexts
- http.headers.Clear-Site-Data.secure_context_required
- http.headers.Clear-Site-Data.storage
1 change: 1 addition & 0 deletions features/draft/spec/clear-site-data.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ compat_features:
# safari: "17"
# safari_ios: "17"
- http.headers.Clear-Site-Data
- http.headers.Clear-Site-Data.secure_context_required

# baseline: false
# support:
Expand Down
11 changes: 10 additions & 1 deletion features/draft/spec/compat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-09-09
draft_date: 2024-10-21
name: Compatibility Standard
description: TODO
spec: https://compat.spec.whatwg.org/
Expand All @@ -12,3 +12,12 @@ compat_features:
- css.properties.-webkit-text-stroke-color
- css.properties.-webkit-text-stroke-width
- css.properties.touch-action
- css.properties.touch-action.manipulation
- css.properties.touch-action.none
- css.properties.touch-action.pan-down
- css.properties.touch-action.pan-left
- css.properties.touch-action.pan-right
- css.properties.touch-action.pan-up
- css.properties.touch-action.pan-x
- css.properties.touch-action.pan-y
- css.properties.touch-action.pinch-zoom
53 changes: 43 additions & 10 deletions features/draft/spec/compat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2019-09-19
baseline_high_date: 2022-03-19
baseline: false
support:
chrome: "36"
chrome_android: "36"
edge: "15"
firefox: "63"
firefox_android: "63"
safari: "13"
safari_ios: "9.3"
chrome: "56"
chrome_android: "56"
edge: "79"
compat_features:
# baseline: high
# baseline_low_date: 2016-09-20
Expand Down Expand Up @@ -94,3 +88,42 @@ compat_features:
# safari: "13"
# safari_ios: "9.3"
- css.properties.touch-action
- css.properties.touch-action.manipulation

# baseline: high
# baseline_low_date: 2019-09-19
# baseline_high_date: 2022-03-19
# support:
# chrome: "36"
# chrome_android: "36"
# edge: "12"
# firefox: "52"
# firefox_android: "52"
# safari: "13"
# safari_ios: "13"
- css.properties.touch-action.none
- css.properties.touch-action.pan-x
- css.properties.touch-action.pan-y

# baseline: high
# baseline_low_date: 2021-01-26
# baseline_high_date: 2023-07-26
# support:
# chrome: "56"
# chrome_android: "56"
# edge: "12"
# firefox: "85"
# firefox_android: "85"
# safari: "13"
# safari_ios: "13"
- css.properties.touch-action.pinch-zoom

# baseline: false
# support:
# chrome: "55"
# chrome_android: "55"
# edge: "79"
- css.properties.touch-action.pan-down
- css.properties.touch-action.pan-left
- css.properties.touch-action.pan-right
- css.properties.touch-action.pan-up
30 changes: 30 additions & 0 deletions features/draft/spec/console.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
draft_date: 2024-10-17
name: Console Standard
description: TODO
spec: https://console.spec.whatwg.org/
compat_features:
- api.console.worker_support

# The following features in the spec are already part of web-features:
# - Console:
# - api.console
# - api.console.assert_static
# - api.console.clear_static
# - api.console.countReset_static
# - api.console.count_static
# - api.console.debug_static
# - api.console.dir_static
# - api.console.dirxml_static
# - api.console.error_static
# - api.console.groupCollapsed_static
# - api.console.groupEnd_static
# - api.console.group_static
# - api.console.info_static
# - api.console.log_static
# - api.console.substitution_strings
# - api.console.table_static
# - api.console.timeEnd_static
# - api.console.timeLog_static
# - api.console.time_static
# - api.console.trace_static
# - api.console.warn_static
17 changes: 17 additions & 0 deletions features/draft/spec/console.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated from: console.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "31"
chrome_android: "31"
edge: "12"
firefox: "29"
firefox_android: "29"
safari: "7"
safari_ios: "7"
compat_features:
- api.console.worker_support
4 changes: 3 additions & 1 deletion features/draft/spec/credential-management-1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-09-09
draft_date: 2024-10-21
name: Credential Management Level 1
description: TODO
spec: https://w3c.github.io/webappsec-credential-management/
Expand All @@ -19,6 +19,8 @@ compat_features:
# - Federated credentials:
# - api.FederatedCredential
# - api.FederatedCredential.FederatedCredential
# - api.FederatedCredential.iconURL
# - api.FederatedCredential.name
# - api.FederatedCredential.protocol
# - api.FederatedCredential.provider
# - Password credentials:
Expand Down
9 changes: 8 additions & 1 deletion features/draft/spec/csp3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-10
draft_date: 2024-10-21
name: Content Security Policy Level 3
description: TODO
spec: https://w3c.github.io/webappsec-csp/
Expand Down Expand Up @@ -31,6 +31,7 @@ compat_features:
- api.SecurityPolicyViolationEvent.sourceFile
- api.SecurityPolicyViolationEvent.statusCode
- api.SecurityPolicyViolationEvent.violatedDirective
- api.SecurityPolicyViolationEvent.worker_support
- api.WorkerGlobalScope.securitypolicyviolation_event
- http.headers.Content-Security-Policy
- http.headers.Content-Security-Policy-Report-Only
Expand All @@ -45,14 +46,20 @@ compat_features:
- http.headers.Content-Security-Policy.img-src
- http.headers.Content-Security-Policy.manifest-src
- http.headers.Content-Security-Policy.media-src
- http.headers.Content-Security-Policy.meta-element-support
- http.headers.Content-Security-Policy.object-src
- http.headers.Content-Security-Policy.report-sample
- http.headers.Content-Security-Policy.report-to
- http.headers.Content-Security-Policy.sandbox
- http.headers.Content-Security-Policy.script-src
- http.headers.Content-Security-Policy.script-src-attr
- http.headers.Content-Security-Policy.script-src-elem
- http.headers.Content-Security-Policy.script-src.external_scripts
- http.headers.Content-Security-Policy.script-src.wasm-unsafe-eval
- http.headers.Content-Security-Policy.strict-dynamic
- http.headers.Content-Security-Policy.style-src
- http.headers.Content-Security-Policy.style-src-attr
- http.headers.Content-Security-Policy.style-src-elem
- http.headers.Content-Security-Policy.unsafe-hashes
- http.headers.Content-Security-Policy.worker-src
- http.headers.Content-Security-Policy.worker_support
Loading