Skip to content

Commit 5cb42fa

Browse files
authored
Bump @mdn/browser-compat-data from 5.5.29 to 5.5.30 (#1148)
Simplify source where possible and update dist as needed.
1 parent 0349ab7 commit 5cb42fa

10 files changed

+18
-17
lines changed

features/anchor-positioning.dist.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ status:
1010
support:
1111
chrome: "125"
1212
chrome_android: "125"
13+
edge: "125"
1314
compat_features:
1415
- api.CSSPositionTryDescriptors
1516
- api.CSSPositionTryDescriptors.align-self
@@ -148,12 +149,15 @@ compat_features:
148149
- css.properties.min-height.anchor-size
149150
- css.properties.min-inline-size.anchor-size
150151
- css.properties.min-width.anchor-size
152+
- css.properties.place-items.anchor-center
153+
- css.properties.place-self.anchor-center
151154
- css.properties.position-anchor
152155
- css.properties.position-try
153156
- css.properties.position-try-options
154157
- css.properties.position-try-options.flip-block
155158
- css.properties.position-try-options.flip-inline
156159
- css.properties.position-try-options.flip-start
160+
- css.properties.position-try-options.inset-area
157161
- css.properties.position-try-options.none
158162
- css.properties.position-try-order
159163
- css.properties.position-try-order.most-block-size

features/check-visibility.dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ status:
1515
firefox_android: "106"
1616
safari: "17.4"
1717
safari_ios: "17.4"
18-
# TODO: remove after https://github.com/mdn/browser-compat-data/pull/23159
1918
compat_features:
2019
- api.Element.checkVisibility

features/check-visibility.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
name: checkVisibility()
22
description: "The `checkVisibility()` method checks if an element is potentially visible, with optional parameters for the kinds of visibility to check. For example, it checks whether the element has the style `display: none`, but can also check for `visibility: hidden`."
33
spec: https://drafts.csswg.org/cssom-view-1/#dom-element-checkvisibility
4-
# TODO: remove after https://github.com/mdn/browser-compat-data/pull/23159
5-
compat_features:
6-
- api.Element.checkVisibility

features/compute-pressure.dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status:
99
baseline: false
1010
support:
1111
chrome: "125"
12+
edge: "125"
1213
compat_features:
1314
- api.Permissions.permission_compute-pressure
1415
- api.PressureObserver

features/customized-built-in-elements.dist.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ status:
1313
edge: "79"
1414
firefox: "63"
1515
firefox_android: "63"
16-
# Note that https://caniuse.com/custom-elementsv1 covers both autonomous custom
17-
# elements and customized built-in elements, so it is not linked here.
1816
compat_features:
1917
- api.CustomElementRegistry.builtin_element_support
2018
- html.global_attributes.is
19+
20+
# Note that https://caniuse.com/custom-elementsv1 covers both autonomous custom
21+
# elements and customized built-in elements, so it is not linked here.

features/customized-built-in-elements.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/custom-elements.html#customized-bui
44
group: custom-elements
55
# Note that https://caniuse.com/custom-elementsv1 covers both autonomous custom
66
# elements and customized built-in elements, so it is not linked here.
7-
compat_features:
8-
- api.CustomElementRegistry.builtin_element_support
9-
- html.global_attributes.is

features/resource-timing.dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ status:
1414
chrome: "43"
1515
chrome_android: "43"
1616
edge: "12"
17-
firefox: "31"
18-
firefox_android: "31"
17+
firefox: "35"
18+
firefox_android: "35"
1919
safari: "11"
2020
safari_ios: "11"
2121
# The following set of features attempts to closely match caniuse's "basic

features/round-mod-rem.dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ name: round(), mod(), and rem()
55
description: The `round()`, `mod()`, and `rem()` CSS functions compute rounded values and the remainder after division.
66
spec: https://drafts.csswg.org/css-values-4/#round-func
77
status:
8-
baseline: false
8+
baseline: low
9+
baseline_low_date: 2024-05-17
910
support:
1011
chrome: "125"
1112
chrome_android: "125"
13+
edge: "125"
1214
firefox: "118"
1315
firefox_android: "118"
1416
safari: "15.4"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@js-temporal/polyfill": "^0.4.4",
34-
"@mdn/browser-compat-data": "^5.5.29",
34+
"@mdn/browser-compat-data": "^5.5.30",
3535
"@types/caniuse-lite": "^1.0.4",
3636
"@types/node": "^18.19.33",
3737
"ajv": "^8.14.0",

0 commit comments

Comments
 (0)