Skip to content

Commit 2d4ac9f

Browse files
Bump @mdn/browser-compat-data from 7.1.24 to 7.2.0 (#3619)
* Bump @mdn/browser-compat-data from 7.1.24 to 7.2.0 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 7.1.24 to 7.2.0. - [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.1.24...v7.2.0) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Refresh dist --------- 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 a23540b commit 2d4ac9f

22 files changed

+120
-56
lines changed

features/attr.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ spec: https://drafts.csswg.org/css-values-5/#attr-notation
44
caniuse: css3-attr
55
group: css
66
compat_features:
7-
# The css.types.attr key makes sense here but is already used in `contents-attr`
8-
#- css.types.attr
9-
- css.types.attr.fallback
10-
- css.types.attr.type-or-unit
11-
- css.types.attr.type-or-unit.angle
12-
- css.types.attr.type-or-unit.color
13-
- css.types.attr.type-or-unit.integer
14-
- css.types.attr.type-or-unit.length
15-
- css.types.attr.type-or-unit.number
16-
- css.types.attr.type-or-unit.percentage
17-
- css.types.attr.type-or-unit.time
7+
- css.types.attr.declaration-value
8+
- css.types.attr.type_function
9+
- css.types.attr.type_function.angle
10+
- css.types.attr.type_function.color
11+
- css.types.attr.type_function.custom-ident
12+
- css.types.attr.type_function.ident
13+
- css.types.attr.type_function.image
14+
- css.types.attr.type_function.integer
15+
- css.types.attr.type_function.length
16+
- css.types.attr.type_function.length-percentage
17+
- css.types.attr.type_function.number
18+
- css.types.attr.type_function.percentage
19+
- css.types.attr.type_function.resolution
20+
- css.types.attr.type_function.string
21+
- css.types.attr.type_function.time
22+
- css.types.attr.type_function.transform-function
23+
- css.types.attr.type_function.url

features/attr.yml.dist

Lines changed: 22 additions & 14 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
@@ -18,19 +15,30 @@ compat_features:
1815
# firefox_android: "119"
1916
# safari: "18.4"
2017
# safari_ios: "18.4"
21-
- css.types.attr.fallback
18+
- css.types.attr.declaration-value
2219

23-
# ⬇️ Same status as overall feature ⬇️
2420
# baseline: false
2521
# support:
2622
# chrome: "133"
2723
# chrome_android: "133"
2824
# edge: "133"
29-
- css.types.attr.type-or-unit
30-
- css.types.attr.type-or-unit.angle
31-
- css.types.attr.type-or-unit.color
32-
- css.types.attr.type-or-unit.integer
33-
- css.types.attr.type-or-unit.length
34-
- css.types.attr.type-or-unit.number
35-
- css.types.attr.type-or-unit.percentage
36-
- css.types.attr.type-or-unit.time
25+
- css.types.attr.type_function
26+
- css.types.attr.type_function.angle
27+
- css.types.attr.type_function.color
28+
- css.types.attr.type_function.custom-ident
29+
- css.types.attr.type_function.integer
30+
- css.types.attr.type_function.length
31+
- css.types.attr.type_function.number
32+
- css.types.attr.type_function.percentage
33+
- css.types.attr.type_function.string
34+
- css.types.attr.type_function.time
35+
- css.types.attr.type_function.url
36+
37+
# ⬇️ Same status as overall feature ⬇️
38+
# baseline: false
39+
# support: {}
40+
- css.types.attr.type_function.ident
41+
- css.types.attr.type_function.image
42+
- css.types.attr.type_function.length-percentage
43+
- css.types.attr.type_function.resolution
44+
- css.types.attr.type_function.transform-function

features/background-position.yml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ compat_features:
8787

8888
# baseline: false
8989
# support:
90-
# chrome: "143"
91-
# chrome_android: "143"
9290
# firefox: "49"
9391
# firefox_android: "49"
9492
# safari: "15.4"

features/calc-constants.yml.dist

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

44
status:
5-
baseline: low
5+
baseline: high
66
baseline_low_date: 2023-06-06
7+
baseline_high_date: 2025-12-06
78
support:
89
chrome: "110"
910
chrome_android: "110"
@@ -52,8 +53,9 @@ compat_features:
5253
# safari_ios: "15.4"
5354
- css.types.calc-keyword.e
5455

55-
# baseline: low
56+
# baseline: high
5657
# baseline_low_date: 2023-06-06
58+
# baseline_high_date: 2025-12-06
5759
# support:
5860
# chrome: "99"
5961
# chrome_android: "99"

features/contrast-color.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+
firefox: "146"
8+
firefox_android: "146"
79
safari: "26"
810
safari_ios: "26"
911
compat_features:

features/draft/spec/css-text-decor-4.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+
firefox: "146"
8+
firefox_android: "146"
79
compat_features:
810
# baseline: high
911
# baseline_low_date: 2015-07-29
@@ -70,6 +72,8 @@ compat_features:
7072

7173
# ⬇️ Same status as overall feature ⬇️
7274
# baseline: false
73-
# support: {}
75+
# support:
76+
# firefox: "146"
77+
# firefox_android: "146"
7478
- css.properties.text-decoration-inset
7579
- css.properties.text-decoration-inset.auto

features/draft/spec/indexeddb-3.yml.dist

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ compat_features:
4343
- api.IDBObjectStore.getAll.object_parameter.direction
4444
- api.IDBObjectStore.getAllKeys.object_parameter
4545
- api.IDBObjectStore.getAllKeys.object_parameter.direction
46-
47-
# ⬇️ Same status as overall feature ⬇️
48-
# baseline: false
49-
# support:
50-
# chrome: "141"
51-
# chrome_android: "141"
5246
- api.IDBRecord
5347
- api.IDBRecord.key
5448
- api.IDBRecord.primaryKey

features/draft/spec/mathml-core.yml.dist

Lines changed: 8 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+
firefox: "146"
8+
firefox_android: "146"
79
compat_features:
810
# baseline: low
911
# baseline_low_date: 2023-08-29
@@ -32,10 +34,14 @@ compat_features:
3234
# chrome: "109"
3335
# chrome_android: "109"
3436
# edge: "109"
37+
# firefox: "146"
38+
# firefox_android: "146"
3539
- css.properties.math-shift.compact
3640
- css.properties.math-shift.normal
3741

3842
# ⬇️ Same status as overall feature ⬇️
3943
# baseline: false
40-
# support: {}
44+
# support:
45+
# firefox: "146"
46+
# firefox_android: "146"
4147
- mathml.global_attributes.dir.rtl_operator_mirroring

features/draft/spec/webdriver-bidi.yml.dist

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,15 @@ compat_features:
584584
- webdriver.bidi.emulation.setUserAgentOverride.userAgent_parameter
585585
- webdriver.bidi.emulation.setUserAgentOverride.userContexts_parameter
586586

587+
# baseline: false
588+
# support:
589+
# chrome: "142"
590+
# chrome_android: "142"
591+
# edge: "142"
592+
# firefox: "146"
593+
# firefox_android: "146"
594+
- webdriver.bidi.network.getData.dataType_parameter.request
595+
587596
# baseline: false
588597
# support:
589598
# chrome: "126"
@@ -692,7 +701,6 @@ compat_features:
692701
- webdriver.bidi.browser.setDownloadBehavior
693702
- webdriver.bidi.browser.setDownloadBehavior.downloadBehavior_parameter
694703
- webdriver.bidi.browser.setDownloadBehavior.userContexts_parameter
695-
- webdriver.bidi.network.getData.dataType_parameter.request
696704

697705
# baseline: false
698706
# support:

features/gamepad.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ compat_features:
6767
- api.Navigator.getGamepads
6868

6969
# baseline: low
70-
# baseline_low_date: 2025-12-04
70+
# baseline_low_date: 2025-12-05
7171
# support:
7272
# chrome: "143"
7373
# chrome_android: "143"

0 commit comments

Comments
 (0)