Skip to content

Commit

Permalink
Merge branch 'main' into viz
Browse files Browse the repository at this point in the history
  • Loading branch information
autonome authored Oct 24, 2024
2 parents 07818dc + 2208147 commit 3d8e4be
Show file tree
Hide file tree
Showing 82 changed files with 704 additions and 1,913 deletions.
13 changes: 12 additions & 1 deletion features/autofocus.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ compat_features:
# safari_ios: "15.4"
- api.HTMLElement.autofocus
- api.SVGElement.autofocus
- html.global_attributes.autofocus

# baseline: low
# baseline_low_date: 2023-02-14
Expand All @@ -27,3 +26,15 @@ compat_features:
# safari: "15.4"
# safari_ios: "15.4"
- api.MathMLElement.autofocus

# baseline: low
# baseline_low_date: 2023-03-27
# support:
# chrome: "79"
# chrome_android: "79"
# edge: "79"
# firefox: "110"
# firefox_android: "110"
# safari: "15.4"
# safari_ios: "16.4"
- html.global_attributes.autofocus
3 changes: 3 additions & 0 deletions features/background-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Background sync
description: The background synchronization API registers a service worker callback to run only when the device is no longer offline. You can use this to let users continue using your app while offline and synchronize with a server after reconnecting.
spec: https://wicg.github.io/background-sync/spec/
status:
compute_from: api.SyncManager
compat_features:
- api.ServiceWorkerGlobalScope.sync_event
- api.ServiceWorkerRegistration.sync
Expand All @@ -11,3 +13,4 @@ compat_features:
- api.SyncManager
- api.SyncManager.getTags
- api.SyncManager.register
- api.SyncManager.worker_support
13 changes: 13 additions & 0 deletions features/background-sync.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ status:
chrome_android: "49"
edge: "79"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "49"
# chrome_android: "49"
# edge: "79"
- api.ServiceWorkerGlobalScope.sync_event
- api.ServiceWorkerRegistration.sync
- api.SyncEvent
Expand All @@ -17,3 +23,10 @@ compat_features:
- api.SyncManager
- api.SyncManager.getTags
- api.SyncManager.register

# baseline: false
# support:
# chrome: "61"
# chrome_android: "61"
# edge: "79"
- api.SyncManager.worker_support
4 changes: 3 additions & 1 deletion features/battery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ status:
compat_features:
- api.BatteryManager
- api.BatteryManager.charging
- api.BatteryManager.chargingchange_event
- 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.BatteryManager.secure_context_required
- api.Navigator.getBattery
- api.Navigator.getBattery.secure_context_required
8 changes: 8 additions & 0 deletions features/battery.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ compat_features:
# edge: "79"
- api.BatteryManager.chargingTime
- api.BatteryManager.dischargingTime

# baseline: false
# support:
# chrome: "103"
# chrome_android: "103"
# edge: "103"
- api.BatteryManager.secure_context_required
- api.Navigator.getBattery.secure_context_required
7 changes: 4 additions & 3 deletions features/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ compat_features:
- api.console
- api.console.assert_static
- api.console.clear_static
- api.console.count_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.group_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.time_static
- api.console.timeEnd_static
- api.console.timeLog_static
- api.console.time_static
- api.console.trace_static
- api.console.warn_static
- api.console.worker_support
13 changes: 13 additions & 0 deletions features/console.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,19 @@ compat_features:
# safari_ios: "7"
- api.console.clear_static

# 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"
- api.console.worker_support

# baseline: high
# baseline_low_date: 2015-11-12
# baseline_high_date: 2018-05-12
Expand Down
1 change: 1 addition & 0 deletions features/credential-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ status:
compat_features:
- api.Credential
- api.Credential.id
- api.Credential.isConditionalMediationAvailable_static
- api.Credential.type
- api.CredentialsContainer
- api.CredentialsContainer.create
Expand Down
6 changes: 6 additions & 0 deletions features/credential-management.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ compat_features:
# safari: "17"
# safari_ios: "17"
- api.CredentialsContainer.preventSilentAccess

# baseline: false
# support:
# safari: "16"
# safari_ios: "16"
- api.Credential.isConditionalMediationAvailable_static
19 changes: 16 additions & 3 deletions features/draft/spec/csp3.yml → features/csp.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
draft_date: 2024-10-21
name: Content Security Policy Level 3
description: TODO
name: Content Security Policy (CSP)
description: Content Security Policy (CSP) helps to mitigate certain security threats, including cross-site scripting (XSS) and clickjacking attacks. It consists of a set of directives from a website to a browser, which instruct the browser to restrict the things that the site is allowed to do.
spec: https://w3c.github.io/webappsec-csp/
caniuse:
- contentsecuritypolicy
- contentsecuritypolicy2
group: security
status:
compute_from: http.headers.Content-Security-Policy
compat_features:
# - http.headers.Content-Security-Policy.block-all-mixed-content (deprecated in BCD)
# - http.headers.Content-Security-Policy.prefetch-src (deprecated in BCD)
# - http.headers.Content-Security-Policy.report-uri (deprecated in BCD)
- api.CSPViolationReportBody
- api.CSPViolationReportBody.blockedURL
- api.CSPViolationReportBody.columnNumber
Expand All @@ -16,7 +24,9 @@ compat_features:
- api.CSPViolationReportBody.sourceFile
- api.CSPViolationReportBody.statusCode
- api.CSPViolationReportBody.toJSON
- api.Document.securitypolicyviolation_event
- api.Element.securitypolicyviolation_event
- api.HTMLIFrameElement.csp
- api.SecurityPolicyViolationEvent
- api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent
- api.SecurityPolicyViolationEvent.blockedURI
Expand All @@ -33,6 +43,8 @@ compat_features:
- api.SecurityPolicyViolationEvent.violatedDirective
- api.SecurityPolicyViolationEvent.worker_support
- api.WorkerGlobalScope.securitypolicyviolation_event
- html.elements.iframe.csp
- html.elements.meta.http-equiv.content-security-policy
- http.headers.Content-Security-Policy
- http.headers.Content-Security-Policy-Report-Only
- http.headers.Content-Security-Policy.base-uri
Expand Down Expand Up @@ -61,5 +73,6 @@ compat_features:
- 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.upgrade-insecure-requests
- http.headers.Content-Security-Policy.worker-src
- http.headers.Content-Security-Policy.worker_support
64 changes: 59 additions & 5 deletions features/draft/spec/csp3.yml.dist → features/csp.yml.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Generated from: csp3.yml
# Generated from: csp.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: high
baseline_low_date: 2016-08-02
baseline_high_date: 2019-02-02
support:
chrome: "97"
chrome_android: "97"
edge: "97"
chrome: "25"
chrome_android: "25"
edge: "14"
firefox: "23"
firefox_android: "23"
safari: "7"
safari_ios: "7"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2016-08-02
# baseline_high_date: 2019-02-02
Expand Down Expand Up @@ -82,6 +89,19 @@ compat_features:
# safari_ios: "9.3"
- http.headers.Content-Security-Policy.child-src

# baseline: high
# baseline_low_date: 2017-06-06
# baseline_high_date: 2019-12-06
# support:
# chrome: ≤59
# chrome_android: "59"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: ≤10.1
# safari_ios: ≤10.3
- html.elements.meta.http-equiv.content-security-policy

# baseline: high
# baseline_low_date: 2018-01-23
# baseline_high_date: 2020-07-23
Expand All @@ -95,6 +115,19 @@ compat_features:
# safari_ios: "9.3"
- http.headers.Content-Security-Policy.frame-ancestors

# baseline: high
# baseline_low_date: 2018-04-30
# baseline_high_date: 2020-10-30
# support:
# chrome: "43"
# chrome_android: "43"
# edge: "17"
# firefox: "42"
# firefox_android: "42"
# safari: "10.1"
# safari_ios: "10.3"
- http.headers.Content-Security-Policy.upgrade-insecure-requests

# baseline: high
# baseline_low_date: ≤2018-10-02
# baseline_high_date: ≤2021-04-02
Expand Down Expand Up @@ -212,6 +245,19 @@ compat_features:
# safari_ios: "15.4"
- http.headers.Content-Security-Policy.report-sample

# baseline: high
# baseline_low_date: 2022-03-14
# baseline_high_date: 2024-09-14
# support:
# chrome: "76"
# chrome_android: "76"
# edge: "79"
# firefox: "93"
# firefox_android: "93"
# safari: "15.4"
# safari_ios: "15.4"
- api.Document.securitypolicyviolation_event

# baseline: low
# baseline_low_date: 2022-05-16
# support:
Expand Down Expand Up @@ -303,6 +349,14 @@ compat_features:
# safari_ios: "16.4"
- http.headers.Content-Security-Policy.report-to

# baseline: false
# support:
# chrome: "61"
# chrome_android: "61"
# edge: "79"
- api.HTMLIFrameElement.csp
- html.elements.iframe.csp

# baseline: false
# support:
# chrome: "74"
Expand Down
7 changes: 0 additions & 7 deletions features/draft/spec/csp-embedded-enforcement.yml

This file was deleted.

12 changes: 0 additions & 12 deletions features/draft/spec/csp-embedded-enforcement.yml.dist

This file was deleted.

Loading

0 comments on commit 3d8e4be

Please sign in to comment.