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
3 changes: 2 additions & 1 deletion features/csp.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,9 @@ compat_features:
# safari_ios: "15.4"
- api.Document.securitypolicyviolation_event

# baseline: low
# baseline: high
# baseline_low_date: 2022-05-16
# baseline_high_date: 2024-11-16
# support:
# chrome: "59"
# chrome_android: "59"
Expand Down
1 change: 0 additions & 1 deletion features/draft/spec/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ compat_features:
- api.HTMLCanvasElement.toDataURL.type_parameter_png
- api.HTMLCanvasElement.toDataURL.type_parameter_webp
- api.HTMLDListElement
- api.HTMLDetailsElement.toggle_event
- api.HTMLElement.accessKey
- api.HTMLElement.accessKeyLabel
- api.HTMLElement.autocapitalize
Expand Down
26 changes: 7 additions & 19 deletions features/draft/spec/html.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1387,19 +1387,6 @@ compat_features:
# safari_ios: "7"
- api.CanvasRenderingContext2D.isPointInStroke.path_parameter

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "36"
# chrome_android: "36"
# edge: "79"
# firefox: "49"
# firefox_android: "49"
# safari: "10.1"
# safari_ios: "10.3"
- api.HTMLDetailsElement.toggle_event

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
Expand Down Expand Up @@ -2856,6 +2843,13 @@ compat_features:
- api.PageRevealEvent.PageRevealEvent
- api.PageSwapEvent.PageSwapEvent

# baseline: false
# support:
# chrome: "131"
# chrome_android: "131"
# edge: "131"
- http.headers.Cross-Origin-Opener-Policy.noopener-allow-popups

# baseline: false
# support:
# safari: "9"
Expand Down Expand Up @@ -2926,12 +2920,6 @@ compat_features:
# firefox_android: "104"
- api.HTMLElement.focus.options_focusVisible_parameter

# baseline: false
# support:
# chrome: "131"
# chrome_android: "131"
- http.headers.Cross-Origin-Opener-Policy.noopener-allow-popups

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
Expand Down
1 change: 1 addition & 0 deletions features/draft/spec/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ compat_features:
# support:
# chrome: "131"
# chrome_android: "131"
# edge: "131"
- api.GPUDevice.createRenderPipeline.validates_depth_bias_for_line_and_point_topologies
- api.GPUDevice.createRenderPipelineAsync.validates_depth_bias_for_line_and_point_topologies
- api.GPUSupportedFeatures.feature_clip-distances
Expand Down
1 change: 1 addition & 0 deletions features/font-variant-emoji.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ status:
support:
chrome: "131"
chrome_android: "131"
edge: "131"
compat_features:
- css.properties.font-variant-emoji
35 changes: 26 additions & 9 deletions features/inert.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,33 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline_low_date: 2023-04-11
baseline: false
support:
chrome: "102"
chrome_android: "102"
edge: "102"
firefox: "112"
firefox_android: "112"
safari: "15.5"
safari_ios: "15.5"
chrome: "124"
chrome_android: "124"
edge: "124"
firefox: "120"
firefox_android: "120"
compat_features:
# baseline: low
# baseline_low_date: 2023-04-11
# support:
# chrome: "102"
# chrome_android: "102"
# edge: "102"
# firefox: "112"
# firefox_android: "112"
# safari: "15.5"
# safari_ios: "15.5"
- api.HTMLElement.inert
- html.global_attributes.inert

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "124"
# chrome_android: "124"
# edge: "124"
# firefox: "120"
# firefox_android: "120"
- api.HTMLElement.inert.ignores_find_in_page
4 changes: 2 additions & 2 deletions features/popover.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ compat_features:
# safari_ios: "17"
- api.HTMLButtonElement.popoverTargetAction
- api.HTMLButtonElement.popoverTargetElement
- api.HTMLElement.beforetoggle_event
- api.HTMLElement.beforetoggle_event.popover_elements
- api.HTMLElement.hidePopover
- api.HTMLElement.showPopover
- api.HTMLElement.togglePopover
- api.HTMLElement.toggle_event
- api.HTMLElement.toggle_event.popover_elements
- api.HTMLInputElement.popoverTargetAction
- api.HTMLInputElement.popoverTargetElement
- css.selectors.backdrop.popover
Expand Down
3 changes: 2 additions & 1 deletion features/svg.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1548,8 +1548,9 @@ compat_features:
# safari_ios: "15.4"
- api.SVGElement.nonce

# baseline: low
# baseline: high
# baseline_low_date: 2022-05-16
# baseline_high_date: 2024-11-16
# support:
# chrome: "78"
# chrome_android: "78"
Expand Down
13 changes: 7 additions & 6 deletions features/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,13 @@ compat_features:
# edge: "129"
- api.GPUCanvasContext.configure.toneMapping

# baseline: false
# support:
# chrome: "131"
# chrome_android: "131"
# edge: "131"
- api.GPUCanvasContext.getConfiguration

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
Expand All @@ -308,9 +315,3 @@ compat_features:
- api.WGSLLanguageFeatures.keys
- api.WGSLLanguageFeatures.size
- api.WGSLLanguageFeatures.values

# baseline: false
# support:
# chrome: "131"
# chrome_android: "131"
- api.GPUCanvasContext.getConfiguration
1 change: 1 addition & 0 deletions features/webhid.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ compat_features:
# baseline: false
# support:
# chrome: "131"
# edge: "131"
- api.WorkerNavigator.hid

# baseline: false
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@eslint/js": "^9.15.0",
"@js-temporal/polyfill": "^0.4.4",
"@mdn/browser-compat-data": "^5.6.15",
"@mdn/browser-compat-data": "^5.6.16",
"@types/caniuse-lite": "^1.0.4",
"@types/diff": "^5.2.3",
"@types/node": "^18.19.64",
Expand Down