Skip to content

Commit 2aad21c

Browse files
Bump @mdn/browser-compat-data from 7.3.6 to 7.3.7 (#3867)
* Bump @mdn/browser-compat-data from 7.3.6 to 7.3.7 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 7.3.6 to 7.3.7. - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](mdn/browser-compat-data@v7.3.6...v7.3.7) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 7.3.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Refresh dist * Regress `font-family-math` from Baseline low to false Issue: mdn/browser-compat-data#29250 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent 45882b1 commit 2aad21c

20 files changed

Lines changed: 109 additions & 87 deletions

features/attr.yml.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
status:
55
baseline: false
6-
support:
7-
chrome: "133"
8-
chrome_android: "133"
9-
edge: "133"
6+
support: {}
107
compat_features:
118
# baseline: low
129
# baseline_low_date: 2025-03-31
@@ -20,7 +17,6 @@ compat_features:
2017
# safari_ios: "18.4"
2118
- css.types.attr.declaration-value
2219

23-
# ⬇️ Same status as overall feature ⬇️
2420
# baseline: false
2521
# support:
2622
# chrome: "133"
@@ -41,4 +37,8 @@ compat_features:
4137
- css.types.attr.type_function.string
4238
- css.types.attr.type_function.time
4339
- css.types.attr.type_function.transform-function
40+
41+
# ⬇️ Same status as overall feature ⬇️
42+
# baseline: false
43+
# support: {}
4444
- css.types.attr.type_function.url

features/canvas-2d.yml.dist

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -501,18 +501,6 @@ compat_features:
501501
- api.TextMetrics.hangingBaseline
502502
- api.TextMetrics.ideographicBaseline
503503

504-
# baseline: low
505-
# baseline_low_date: 2024-09-16
506-
# support:
507-
# chrome: "52"
508-
# chrome_android: "52"
509-
# edge: "79"
510-
# firefox: "49"
511-
# firefox_android: "49"
512-
# safari: "18"
513-
# safari_ios: "18"
514-
- api.CanvasRenderingContext2D.filter
515-
516504
# baseline: low
517505
# baseline_low_date: 2025-03-31
518506
# support:
@@ -547,6 +535,15 @@ compat_features:
547535
# safari_ios: "8"
548536
- api.CanvasRenderingContext2D.drawFocusIfNeeded.path_parameter
549537

538+
# baseline: false
539+
# support:
540+
# chrome: "52"
541+
# chrome_android: "52"
542+
# edge: "79"
543+
# firefox: "49"
544+
# firefox_android: "49"
545+
- api.CanvasRenderingContext2D.filter
546+
550547
# baseline: false
551548
# support:
552549
# chrome: "54"

features/csp.yml.dist

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,19 @@ compat_features:
219219
# safari_ios: "15"
220220
- api.SecurityPolicyViolationEvent.sample
221221

222+
# baseline: high
223+
# baseline_low_date: 2022-03-14
224+
# baseline_high_date: 2024-09-14
225+
# support:
226+
# chrome: "52"
227+
# chrome_android: "52"
228+
# edge: "79"
229+
# firefox: "52"
230+
# firefox_android: "52"
231+
# safari: "15.4"
232+
# safari_ios: "15.4"
233+
- http.headers.Content-Security-Policy.strict-dynamic
234+
222235
# baseline: high
223236
# baseline_low_date: 2022-03-14
224237
# baseline_high_date: 2024-09-14
@@ -350,16 +363,6 @@ compat_features:
350363
# safari_ios: "26.2"
351364
- http.headers.Content-Security-Policy.style-src-elem
352365

353-
# baseline: false
354-
# support:
355-
# chrome: "52"
356-
# chrome_android: "52"
357-
# edge: "79"
358-
# firefox: "52"
359-
# safari: "15.4"
360-
# safari_ios: "15.4"
361-
- http.headers.Content-Security-Policy.strict-dynamic
362-
363366
# baseline: false
364367
# support:
365368
# chrome: "56"

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
chrome: "146"
8+
chrome_android: "146"
79
compat_features:
810
# baseline: high
911
# baseline_low_date: 2020-01-15
@@ -46,7 +48,9 @@ compat_features:
4648

4749
# ⬇️ Same status as overall feature ⬇️
4850
# baseline: false
49-
# support: {}
51+
# support:
52+
# chrome: "146"
53+
# chrome_android: "146"
5054
- css.properties.animation-trigger
5155
- css.properties.animation-trigger.none
5256
- css.properties.timeline-trigger

features/draft/spec/web-animations-2.yml.dist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ compat_features:
2323
# firefox_android: "142"
2424
- api.Animation.commitStyles.endpoint_inclusive_commitStyles
2525

26-
# ⬇️ Same status as overall feature ⬇️
2726
# baseline: false
28-
# support: {}
27+
# support:
28+
# chrome: "146"
29+
# chrome_android: "146"
2930
- api.AnimationTrigger

features/draft/spec/webgpu.yml.dist

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ compat_features:
2424
# chrome_android: "139"
2525
- api.GPUSupportedFeatures.feature_core-features-and-limits
2626

27+
# baseline: false
28+
# support:
29+
# chrome_android: "146"
30+
- api.GPUSupportedLimits.maxStorageBuffersInFragmentStage
31+
- api.GPUSupportedLimits.maxStorageBuffersInVertexStage
32+
- api.GPUSupportedLimits.maxStorageTexturesInFragmentStage
33+
- api.GPUSupportedLimits.maxStorageTexturesInVertexStage
34+
- api.GPUTexture.textureBindingViewDimension
35+
2736
# ⬇️ Same status as overall feature ⬇️
2837
# baseline: false
2938
# support: {}
@@ -38,9 +47,4 @@ compat_features:
3847
- api.GPUSupportedFeatures.feature_texture-component-swizzle
3948
- api.GPUSupportedFeatures.feature_texture-formats-tier1
4049
- api.GPUSupportedFeatures.feature_texture-formats-tier2
41-
- api.GPUSupportedLimits.maxStorageBuffersInFragmentStage
42-
- api.GPUSupportedLimits.maxStorageBuffersInVertexStage
43-
- api.GPUSupportedLimits.maxStorageTexturesInFragmentStage
44-
- api.GPUSupportedLimits.maxStorageTexturesInVertexStage
4550
- api.GPUTexture.createView.descriptor_swizzle_parameter
46-
- api.GPUTexture.textureBindingViewDimension

features/font-family-math.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Math font family
22
description: "The `font-family: math` CSS declaration uses the browser default font face for displaying mathematical expressions."
33
spec: https://drafts.csswg.org/css-fonts-4/#math-def
4+
# TODO: https://github.com/web-platform-dx/web-features/issues/1971
5+
# Status changed: https://github.com/web-platform-dx/web-features/pull/3867
6+
# 2026-03-16 — low → false — Upstream data incorrectly reported that `font-family: math` shipped in Firefox 145. It actually shipped in Firefox 149.
7+
# References:
8+
# - https://github.com/mdn/browser-compat-data/pull/29250
49
compat_features:
510
- css.properties.font-family.math

features/font-family-math.yml.dist

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: low
6-
baseline_low_date: 2025-12-12
5+
baseline: false
76
support:
87
chrome: "109"
98
chrome_android: "109"
109
edge: "109"
11-
firefox: "145"
12-
firefox_android: "145"
1310
safari: "26.2"
1411
safari_ios: "26.2"
1512
compat_features:

features/iterator-concat.yml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
status:
55
baseline: false
66
support:
7+
chrome: "146"
8+
chrome_android: "146"
79
firefox: "147"
810
firefox_android: "147"
911
compat_features:

features/navigation-precommit-handlers.yml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
status:
55
baseline: false
66
support:
7+
chrome: "146"
8+
chrome_android: "146"
79
firefox: "148"
810
firefox_android: "148"
911
compat_features:
@@ -21,6 +23,8 @@ compat_features:
2123
# ⬇️ Same status as overall feature ⬇️
2224
# baseline: false
2325
# support:
26+
# chrome: "146"
27+
# chrome_android: "146"
2428
# firefox: "148"
2529
# firefox_android: "148"
2630
- api.NavigationPrecommitController.addHandler

0 commit comments

Comments
 (0)