Skip to content

Bump @mdn/browser-compat-data from 6.0.9 to 6.0.11 #2921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 2, 2025
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
5 changes: 4 additions & 1 deletion features/clear-site-data.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ compat_features:
# safari_ios: "17"
- http.headers.Clear-Site-Data.wildcard

# baseline: false
# baseline: low
# baseline_low_date: 2025-04-29
# support:
# chrome: "65"
# chrome_android: "65"
# edge: ≤79
# firefox: "138"
# firefox_android: "138"
# safari: "17"
# safari_ios: "17"
- http.headers.Clear-Site-Data.cache
Expand Down
16 changes: 14 additions & 2 deletions features/customizable-select.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@ status:
chrome_android: "134"
edge: "134"
compat_features:
- css.properties.appearance.base-select
# baseline: false
# support:
# chrome: "133"
# chrome_android: "133"
# edge: "133"
- css.selectors.checkmark
- css.selectors.picker
- css.selectors.picker-icon

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "134"
# chrome_android: "134"
# edge: "134"
- css.properties.appearance.base-select
- css.selectors.picker
- html.elements.selectedcontent
5 changes: 4 additions & 1 deletion features/draft/spec/css-color-hdr-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

status:
baseline: false
support: {}
support:
chrome: "136"
chrome_android: "136"
edge: "136"
compat_features:
- css.properties.dynamic-range-limit
- css.properties.dynamic-range-limit.constrained
Expand Down
10 changes: 8 additions & 2 deletions features/draft/spec/fedcm-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

status:
baseline: false
support: {}
support:
chrome: "136"
chrome_android: "136"
edge: "136"
compat_features:
# baseline: false
# support:
Expand Down Expand Up @@ -45,5 +48,8 @@ compat_features:

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
# support:
# chrome: "136"
# chrome_android: "136"
# edge: "136"
- api.IdentityCredential.configURL
59 changes: 39 additions & 20 deletions features/draft/spec/html.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,18 @@ compat_features:
# safari_ios: "16"
- api.HTMLBaseElement.href.forbid_special_characters

# baseline: low
# baseline_low_date: 2025-04-29
# support:
# chrome: "127"
# chrome_android: "127"
# edge: "127"
# firefox: "138"
# firefox_android: "138"
# safari: "18"
# safari_ios: "18"
- html.elements.script.type.importmap.integrity

# baseline: false
# support:
# chrome: "4"
Expand Down Expand Up @@ -762,6 +774,16 @@ compat_features:
- api.HTMLVideoElement.playsInline
- html.elements.video.playsinline

# baseline: false
# support:
# chrome: "90"
# chrome_android: "90"
# edge: "90"
# firefox: "138"
# firefox_android: "138"
- api.Window.originAgentCluster
- http.headers.Origin-Agent-Cluster

# baseline: false
# support:
# chrome: "92"
Expand Down Expand Up @@ -790,15 +812,6 @@ compat_features:
# firefox_android: "123"
- http.status.103.preload

# baseline: false
# support:
# chrome: "127"
# chrome_android: "127"
# edge: "127"
# safari: "18"
# safari_ios: "18"
- html.elements.script.type.importmap.integrity

# baseline: false
# support:
# chrome: "131"
Expand All @@ -808,6 +821,15 @@ compat_features:
# safari_ios: "18.4"
- http.headers.Cross-Origin-Opener-Policy.noopener-allow-popups

# baseline: false
# support:
# chrome: "133"
# chrome_android: "133"
# edge: "133"
# safari: "18.4"
# safari_ios: "18.4"
- html.elements.script.type.importmap.multiple_import_maps

# baseline: false
# support:
# chrome: "96"
Expand Down Expand Up @@ -856,14 +878,6 @@ compat_features:
- http.headers.Permissions-Policy.autoplay
- http.headers.Permissions-Policy.cross-origin-isolated

# baseline: false
# support:
# chrome: "90"
# chrome_android: "90"
# edge: "90"
- api.Window.originAgentCluster
- http.headers.Origin-Agent-Cluster

# baseline: false
# support:
# chrome: "99"
Expand Down Expand Up @@ -901,7 +915,6 @@ compat_features:
# chrome_android: "133"
# edge: "133"
- api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback
- html.elements.script.type.importmap.multiple_import_maps

# baseline: false
# support:
Expand All @@ -912,6 +925,14 @@ compat_features:
- api.OffscreenCanvasRenderingContext2D.getContextAttributes
- html.elements.dialog.closedby

# baseline: false
# support:
# chrome: "136"
# chrome_android: "136"
# edge: "136"
- api.CanvasRenderingContext2D.lang
- api.OffscreenCanvasRenderingContext2D.lang

# baseline: false
# support:
# safari: "9"
Expand Down Expand Up @@ -947,10 +968,8 @@ compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- api.CanvasRenderingContext2D.lang
- api.HTMLButtonElement.command.request-close
- api.Navigator.authentication
- api.OffscreenCanvasRenderingContext2D.lang
- html.elements.hr.hr_in_select
- html.elements.input.alpha
- html.elements.input.colorspace
Expand Down
2 changes: 2 additions & 0 deletions features/draft/spec/login-status.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ status:
chrome: "120"
chrome_android: "120"
edge: "120"
firefox: "138"
firefox_android: "138"
compat_features:
- api.Navigator.login
- api.NavigatorLogin
Expand Down
4 changes: 3 additions & 1 deletion features/draft/spec/mediacapture-surface-control.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

status:
baseline: false
support: {}
support:
chrome: "136"
edge: "136"
compat_features:
- api.CaptureController.decreaseZoomLevel
- api.CaptureController.forwardWheel
Expand Down
24 changes: 13 additions & 11 deletions features/draft/spec/mst-content-hint.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,24 @@ status:
safari: "12.1"
safari_ios: "12.2"
compat_features:
# baseline: false
# support:
# chrome: "70"
# chrome_android: "70"
# edge: "79"
# safari: "12.1"
# safari_ios: "12.2"
- api.MediaStreamTrack.contentHint

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# baseline: low
# baseline_low_date: 2025-04-29
# support:
# chrome: "83"
# chrome_android: "83"
# edge: "83"
# firefox: "138"
# firefox_android: "138"
# safari: "12.1"
# safari_ios: "12.2"
- api.RTCRtpSender.getParameters.return_object_property_degradationPreference
- api.RTCRtpSender.setParameters.parameters_degradationPreference_parameter

# baseline: false
# support:
# chrome: "70"
# chrome_android: "70"
# edge: "79"
# safari: "12.1"
# safari_ios: "12.2"
- api.MediaStreamTrack.contentHint
5 changes: 4 additions & 1 deletion features/draft/spec/prefetch.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

status:
baseline: false
support: {}
support:
chrome: "136"
chrome_android: "136"
edge: "136"
compat_features:
- http.headers.Sec-Speculation-Tags
5 changes: 4 additions & 1 deletion features/draft/spec/speculation-rules.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

status:
baseline: false
support: {}
support:
chrome: "136"
chrome_android: "136"
edge: "136"
compat_features:
- html.elements.script.type.speculationrules.tag
4 changes: 3 additions & 1 deletion features/draft/spec/webaudio-1-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

status:
baseline: false
support: {}
support:
firefox: "138"
firefox_android: "138"
compat_features:
- api.AudioWorklet.port
- api.AudioWorkletGlobalScope.port
10 changes: 8 additions & 2 deletions features/draft/spec/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

status:
baseline: false
support: {}
support:
chrome: "136"
chrome_android: "136"
edge: "136"
compat_features:
# baseline: false
# support:
Expand All @@ -21,5 +24,8 @@ compat_features:

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
# support:
# chrome: "136"
# chrome_android: "136"
# edge: "136"
- api.GPUAdapterInfo.isFallbackAdapter
3 changes: 2 additions & 1 deletion features/grid-animation.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline: high
baseline_low_date: 2022-10-27
baseline_high_date: 2025-04-27
support:
chrome: "107"
chrome_android: "107"
Expand Down
2 changes: 2 additions & 0 deletions features/is-error.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ status:
chrome: "134"
chrome_android: "134"
edge: "134"
firefox: "138"
firefox_android: "138"
compat_features:
- javascript.builtins.Error.isError
5 changes: 4 additions & 1 deletion features/js-modules.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,14 @@ compat_features:
# safari_ios: "15"
- api.Worklet.ecmascript_modules

# baseline: false
# baseline: low
# baseline_low_date: 2025-04-29
# support:
# chrome: "123"
# chrome_android: "123"
# edge: "123"
# firefox: "138"
# firefox_android: "138"
# safari: "17.2"
# safari_ios: "17.2"
- javascript.statements.import.import_attributes
Expand Down
22 changes: 12 additions & 10 deletions features/json-modules.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ status:
safari: "17.2"
safari_ios: "17.2"
compat_features:
# baseline: low
# baseline_low_date: 2025-04-29
# support:
# chrome: "123"
# chrome_android: "123"
# edge: "123"
# firefox: "138"
# firefox_android: "138"
# safari: "17.2"
# safari_ios: "17.2"
- javascript.statements.import.import_attributes.type_json

# baseline: false
# support:
# chrome: "91"
Expand All @@ -18,13 +30,3 @@ compat_features:
# safari: "15"
# safari_ios: "15"
- javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "123"
# chrome_android: "123"
# edge: "123"
# safari: "17.2"
# safari_ios: "17.2"
- javascript.statements.import.import_attributes.type_json
16 changes: 4 additions & 12 deletions features/masks.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ compat_features:
- css.properties.mask-repeat
- css.properties.mask-size

# baseline: false
# support:
# chrome: "120"
# chrome_android: "120"
# edge: "120"
# safari: "15.4"
# safari_ios: "15.4"
- css.properties.mask-clip.border
- css.properties.mask-clip.content
- css.properties.mask-clip.padding
- css.properties.mask-clip.text

# baseline: false
# support:
# chrome: "120"
Expand All @@ -70,6 +58,10 @@ compat_features:
# support:
# safari: "15.4"
# safari_ios: "15.4"
- css.properties.mask-clip.border
- css.properties.mask-clip.content
- css.properties.mask-clip.padding
- css.properties.mask-clip.text
- css.properties.mask-origin.border
- css.properties.mask-origin.content
- css.properties.mask-origin.padding
Loading