Skip to content

Commit b93a1e9

Browse files
Bump @mdn/browser-compat-data from 5.6.23 to 5.6.24 (#2447)
* Bump @mdn/browser-compat-data from 5.6.23 to 5.6.24 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.23 to 5.6.24. - [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@v5.6.23...v5.6.24) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Delete removed keys * Refresh dist * Add replacements for `coord_box` keys --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 010a0b8 commit b93a1e9

35 files changed

+281
-78
lines changed

features/active-view-transition.yml.dist

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ compat_features:
1717
# safari_ios: "18"
1818
- css.selectors.active-view-transition
1919

20-
# ⬇️ Same status as overall feature ⬇️
2120
# baseline: false
2221
# support:
2322
# chrome: "125"
2423
# chrome_android: "125"
2524
# edge: "125"
25+
# safari: "18.2"
26+
# safari_ios: "18.2"
2627
- api.ViewTransition.types
2728
- api.ViewTransitionTypeSet
2829
- api.ViewTransitionTypeSet.@@iterator
@@ -35,4 +36,11 @@ compat_features:
3536
- api.ViewTransitionTypeSet.keys
3637
- api.ViewTransitionTypeSet.size
3738
- api.ViewTransitionTypeSet.values
39+
40+
# ⬇️ Same status as overall feature ⬇️
41+
# baseline: false
42+
# support:
43+
# chrome: "125"
44+
# chrome_android: "125"
45+
# edge: "125"
3846
- css.selectors.active-view-transition-type

features/background-clip-border-area.yml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
safari: "18.2"
8+
safari_ios: "18.2"
79
compat_features:
810
- css.properties.background-clip.border-area

features/blocking-render.yml.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,24 @@ status:
88
chrome_android: "105"
99
edge: "105"
1010
compat_features:
11+
# baseline: false
12+
# support:
13+
# chrome: "105"
14+
# chrome_android: "105"
15+
# edge: "105"
16+
# safari: "18.2"
17+
# safari_ios: "18.2"
1118
- api.HTMLLinkElement.blocking
1219
- api.HTMLScriptElement.blocking
1320
- api.HTMLStyleElement.blocking
1421
- html.elements.link.blocking
1522
- html.elements.script.blocking
1623
- html.elements.style.blocking
24+
25+
# ⬇️ Same status as overall feature ⬇️
26+
# baseline: false
27+
# support:
28+
# chrome: "105"
29+
# chrome_android: "105"
30+
# edge: "105"
1731
- http.headers.Link.blocking

features/calc-constants.yml.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ compat_features:
2323
# firefox_android: "108"
2424
# safari: "15.4"
2525
# safari_ios: "15.4"
26-
- css.types.calc-constant
26+
- css.types.calc-keyword
2727

2828
# baseline: low
2929
# baseline_low_date: 2023-01-12
@@ -35,7 +35,7 @@ compat_features:
3535
# firefox_android: "108"
3636
# safari: "15.4"
3737
# safari_ios: "15.4"
38-
- css.types.calc-constant.pi
38+
- css.types.calc-keyword.pi
3939

4040
# baseline: low
4141
# baseline_low_date: 2023-02-09
@@ -47,7 +47,7 @@ compat_features:
4747
# firefox_android: "108"
4848
# safari: "15.4"
4949
# safari_ios: "15.4"
50-
- css.types.calc-constant.e
50+
- css.types.calc-keyword.e
5151

5252
# baseline: low
5353
# baseline_low_date: 2023-06-06
@@ -59,5 +59,5 @@ compat_features:
5959
# firefox_android: "114"
6060
# safari: "16"
6161
# safari_ios: "16"
62-
- css.types.calc-constant.NaN
63-
- css.types.calc-constant.infinity
62+
- css.types.calc-keyword.NaN
63+
- css.types.calc-keyword.infinity

features/cross-document-view-transitions.yml.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@ status:
88
chrome_android: "126"
99
edge: "126"
1010
compat_features:
11+
# baseline: false
12+
# support:
13+
# chrome: "126"
14+
# chrome_android: "126"
15+
# edge: "126"
16+
# safari: "18.2"
17+
# safari_ios: "18.2"
1118
- api.CSSViewTransitionRule
1219
- api.CSSViewTransitionRule.navigation
1320
- api.CSSViewTransitionRule.types
21+
22+
# ⬇️ Same status as overall feature ⬇️
23+
# baseline: false
24+
# support:
25+
# chrome: "126"
26+
# chrome_android: "126"
27+
# edge: "126"
1428
- css.at-rules.view-transition

features/draft/spec/badging.yml.dist

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ status:
99
compat_features:
1010
# baseline: false
1111
# support:
12-
# chrome_android: "81"
12+
# chrome: "81"
13+
# edge: "81"
1314
# safari: "17"
1415
# safari_ios: "16.4"
15-
- api.Navigator.clearAppBadge
16+
- api.Navigator.setAppBadge
1617

17-
# ⬇️ Same status as overall feature ⬇️
1818
# baseline: false
1919
# support:
20+
# chrome_android: "81"
2021
# safari: "17"
2122
# safari_ios: "16.4"
22-
- api.Navigator.setAppBadge
23+
- api.Navigator.clearAppBadge

features/draft/spec/html.yml.dist

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,15 @@ compat_features:
19001900
# safari_ios: "18"
19011901
- api.PopStateEvent.hasUAVisualTransition
19021902

1903+
# baseline: false
1904+
# support:
1905+
# chrome: "123"
1906+
# chrome_android: "123"
1907+
# edge: "123"
1908+
# safari: "18.2"
1909+
# safari_ios: "18.2"
1910+
- api.PageRevealEvent
1911+
19031912
# baseline: false
19041913
# support:
19051914
# chrome: "123"
@@ -1909,6 +1918,16 @@ compat_features:
19091918
# firefox_android: "123"
19101919
- html.elements.template.shadowrootdelegatesfocus
19111920

1921+
# baseline: false
1922+
# support:
1923+
# chrome: "124"
1924+
# chrome_android: "124"
1925+
# edge: "124"
1926+
# safari: "18.2"
1927+
# safari_ios: "18.2"
1928+
- api.PageSwapEvent
1929+
- api.PageSwapEvent.activation
1930+
19121931
# baseline: false
19131932
# support:
19141933
# chrome: "124"
@@ -1918,6 +1937,16 @@ compat_features:
19181937
# firefox_android: "125"
19191938
- html.elements.template.shadowrootclonable
19201939

1940+
# baseline: false
1941+
# support:
1942+
# chrome: "126"
1943+
# chrome_android: "126"
1944+
# edge: "126"
1945+
# safari: "18.2"
1946+
# safari_ios: "18.2"
1947+
- api.PageRevealEvent.viewTransition
1948+
- api.PageSwapEvent.viewTransition
1949+
19211950
# baseline: false
19221951
# support:
19231952
# chrome: "127"
@@ -1927,6 +1956,16 @@ compat_features:
19271956
# safari_ios: "18"
19281957
- html.elements.script.type.importmap.integrity
19291958

1959+
# baseline: false
1960+
# support:
1961+
# chrome: "128"
1962+
# chrome_android: "128"
1963+
# edge: "128"
1964+
# safari: "18.2"
1965+
# safari_ios: "18.2"
1966+
- api.PageRevealEvent.PageRevealEvent
1967+
- api.PageSwapEvent.PageSwapEvent
1968+
19301969
# baseline: false
19311970
# support:
19321971
# firefox: "8"
@@ -2147,20 +2186,11 @@ compat_features:
21472186
- html.elements.iframe.allow.wildcards
21482187
- html.elements.textarea.autocomplete.webauthn
21492188

2150-
# baseline: false
2151-
# support:
2152-
# chrome: "123"
2153-
# chrome_android: "123"
2154-
# edge: "123"
2155-
- api.PageRevealEvent
2156-
21572189
# baseline: false
21582190
# support:
21592191
# chrome: "124"
21602192
# chrome_android: "124"
21612193
# edge: "124"
2162-
- api.PageSwapEvent
2163-
- api.PageSwapEvent.activation
21642194
- html.elements.link.rel.expect
21652195
- http.headers.Link.expect
21662196

@@ -2180,18 +2210,8 @@ compat_features:
21802210
# chrome_android: "126"
21812211
# edge: "126"
21822212
- api.HTMLImageElement.sizes.auto
2183-
- api.PageRevealEvent.viewTransition
2184-
- api.PageSwapEvent.viewTransition
21852213
- html.elements.img.sizes.auto
21862214

2187-
# baseline: false
2188-
# support:
2189-
# chrome: "128"
2190-
# chrome_android: "128"
2191-
# edge: "128"
2192-
- api.PageRevealEvent.PageRevealEvent
2193-
- api.PageSwapEvent.PageSwapEvent
2194-
21952215
# baseline: false
21962216
# support:
21972217
# chrome: "131"

features/float16array.yml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ status:
66
support:
77
firefox: "129"
88
firefox_android: "129"
9+
safari: "18.2"
10+
safari_ios: "18.2"
911
compat_features:
1012
- javascript.builtins.DataView.getFloat16
1113
- javascript.builtins.DataView.setFloat16

features/input-date-time.yml.dist

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ compat_features:
6161
# chrome_android: "25"
6262
# edge: "12"
6363
# firefox_android: "18"
64-
# safari_ios: ≤11.3
65-
- html.elements.input.type_month
64+
# safari_ios: "18.2"
65+
- html.elements.input.type_week
6666

6767
# baseline: false
6868
# support:
6969
# chrome: "20"
7070
# chrome_android: "25"
7171
# edge: "12"
7272
# firefox_android: "18"
73-
- html.elements.input.type_week
73+
# safari_ios: ≤11.3
74+
- html.elements.input.type_month

features/line-clamp.yml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
safari: "18.2"
8+
safari_ios: "18.2"
79
compat_features:
810
- css.properties.line-clamp
911
- css.properties.line-clamp.none

0 commit comments

Comments
 (0)