Skip to content

Commit 9fd5d9e

Browse files
Bump @mdn/browser-compat-data from 5.6.28 to 5.6.29 (#2526)
* Bump @mdn/browser-compat-data from 5.6.28 to 5.6.29 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.28 to 5.6.29. - [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.28...v5.6.29) --- 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]> * Refresh dist * `css-supports`: Add back `api.CSS.supports_static.optional_parens` In BCD, this information was broken out into a subfeature. --------- 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 af19559 commit 9fd5d9e

29 files changed

+334
-138
lines changed

features/absolute-positioning.yml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ compat_features:
3333
# chrome: "122"
3434
# chrome_android: "122"
3535
# edge: "122"
36+
# firefox: "134"
37+
# firefox_android: "134"
3638
- css.properties.align-self.position_absolute_context
3739
- css.properties.justify-self.position_absolute_context
3840
- css.properties.place-self.position_absolute_context

features/anchor-positioning.yml.dist

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ compat_features:
199199
- css.properties.anchor-scope.none
200200

201201
# baseline: false
202-
# support: {}
202+
# support:
203+
# chrome: "132"
204+
# chrome_android: "132"
203205
- css.properties.bottom.anchor-size
204206
- css.properties.inset-block-end.anchor-size
205207
- css.properties.inset-block-start.anchor-size
@@ -220,7 +222,10 @@ compat_features:
220222
- css.properties.margin-right.anchor-size
221223
- css.properties.margin-top.anchor-size
222224
- css.properties.margin.anchor-size
223-
- css.properties.position-anchor.auto
224225
- css.properties.right.anchor-size
225226
- css.properties.top.anchor-size
226227
- css.types.anchor-size.inset_margin
228+
229+
# baseline: false
230+
# support: {}
231+
- css.properties.position-anchor.auto

features/cookies.yml.dist

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ compat_features:
2626
# firefox_android: "4"
2727
# safari: "1"
2828
# safari_ios: "1"
29-
- api.Document.cookie
3029
- http.headers.Cookie
3130
- http.headers.Set-Cookie
3231
- http.headers.Set-Cookie.Max-Age
@@ -44,6 +43,19 @@ compat_features:
4443
# safari_ios: "4"
4544
- http.headers.Set-Cookie.HttpOnly
4645

46+
# baseline: high
47+
# baseline_low_date: 2019-07-09
48+
# baseline_high_date: 2022-01-09
49+
# support:
50+
# chrome: "1"
51+
# chrome_android: "18"
52+
# edge: "12"
53+
# firefox: "68"
54+
# firefox_android: "68"
55+
# safari: "4"
56+
# safari_ios: "3.2"
57+
- api.Document.cookie
58+
4759
# baseline: high
4860
# baseline_low_date: 2019-09-19
4961
# baseline_high_date: 2022-03-19

features/css-supports.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ caniuse: css-supports-api
55
group: css
66
compat_features:
77
- api.CSS.supports_static
8+
- api.CSS.supports_static.optional_parens

features/css-supports.yml.dist

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,29 @@ status:
1414
safari: "11"
1515
safari_ios: "11"
1616
compat_features:
17+
# baseline: high
18+
# baseline_low_date: 2015-09-30
19+
# baseline_high_date: 2018-03-30
20+
# support:
21+
# chrome: "28"
22+
# chrome_android: "28"
23+
# edge: "12"
24+
# firefox: "22"
25+
# firefox_android: "22"
26+
# safari: "9"
27+
# safari_ios: "9"
1728
- api.CSS.supports_static
29+
30+
# ⬇️ Same status as overall feature ⬇️
31+
# baseline: high
32+
# baseline_low_date: 2020-01-15
33+
# baseline_high_date: 2022-07-15
34+
# support:
35+
# chrome: "61"
36+
# chrome_android: "61"
37+
# edge: "79"
38+
# firefox: "55"
39+
# firefox_android: "55"
40+
# safari: "11"
41+
# safari_ios: "11"
42+
- api.CSS.supports_static.optional_parens

features/device-posture.yml.dist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ status:
55
baseline: false
66
support: {}
77
compat_features:
8+
# baseline: false
9+
# support:
10+
# chrome: "132"
11+
# chrome_android: "132"
812
- api.DevicePosture
913
- api.DevicePosture.change_event
1014
- api.DevicePosture.type
1115
- api.Navigator.devicePosture
16+
17+
# ⬇️ Same status as overall feature ⬇️
18+
# baseline: false
19+
# support: {}
1220
- css.at-rules.media.device-posture

features/dialog.yml.dist

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

4040
# baseline: false
4141
# support:
42+
# chrome: "132"
43+
# chrome_android: "132"
4244
# firefox: "133"
4345
# firefox_android: "133"
4446
- api.HTMLElement.beforetoggle_event.dialog_elements

features/document-colors.yml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ status:
77
chrome: "64"
88
chrome_android: "64"
99
edge: "12"
10-
firefox: "1"
11-
firefox_android: "4"
10+
firefox: "69"
11+
firefox_android: "79"
1212
safari: "11"
1313
safari_ios: "11"
1414
compat_features:

0 commit comments

Comments
 (0)