Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @mdn/browser-compat-data from 5.6.28 to 5.6.29 #2526

Merged
merged 3 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions features/absolute-positioning.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ compat_features:
# chrome: "122"
# chrome_android: "122"
# edge: "122"
# firefox: "134"
# firefox_android: "134"
- css.properties.align-self.position_absolute_context
- css.properties.justify-self.position_absolute_context
- css.properties.place-self.position_absolute_context
9 changes: 7 additions & 2 deletions features/anchor-positioning.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ compat_features:
- css.properties.anchor-scope.none

# baseline: false
# support: {}
# support:
# chrome: "132"
# chrome_android: "132"
- css.properties.bottom.anchor-size
- css.properties.inset-block-end.anchor-size
- css.properties.inset-block-start.anchor-size
Expand All @@ -220,7 +222,10 @@ compat_features:
- css.properties.margin-right.anchor-size
- css.properties.margin-top.anchor-size
- css.properties.margin.anchor-size
- css.properties.position-anchor.auto
- css.properties.right.anchor-size
- css.properties.top.anchor-size
- css.types.anchor-size.inset_margin

# baseline: false
# support: {}
- css.properties.position-anchor.auto
14 changes: 13 additions & 1 deletion features/cookies.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ compat_features:
# firefox_android: "4"
# safari: "1"
# safari_ios: "1"
- api.Document.cookie
- http.headers.Cookie
- http.headers.Set-Cookie
- http.headers.Set-Cookie.Max-Age
Expand All @@ -44,6 +43,19 @@ compat_features:
# safari_ios: "4"
- http.headers.Set-Cookie.HttpOnly

# baseline: high
# baseline_low_date: 2019-07-09
# baseline_high_date: 2022-01-09
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "68"
# firefox_android: "68"
# safari: "4"
# safari_ios: "3.2"
- api.Document.cookie

# baseline: high
# baseline_low_date: 2019-09-19
# baseline_high_date: 2022-03-19
Expand Down
1 change: 1 addition & 0 deletions features/css-supports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ caniuse: css-supports-api
group: css
compat_features:
- api.CSS.supports_static
- api.CSS.supports_static.optional_parens
25 changes: 25 additions & 0 deletions features/css-supports.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,29 @@ status:
safari: "11"
safari_ios: "11"
compat_features:
# baseline: high
# baseline_low_date: 2015-09-30
# baseline_high_date: 2018-03-30
# support:
# chrome: "28"
# chrome_android: "28"
# edge: "12"
# firefox: "22"
# firefox_android: "22"
# safari: "9"
# safari_ios: "9"
- api.CSS.supports_static

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "61"
# chrome_android: "61"
# edge: "79"
# firefox: "55"
# firefox_android: "55"
# safari: "11"
# safari_ios: "11"
- api.CSS.supports_static.optional_parens
8 changes: 8 additions & 0 deletions features/device-posture.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ status:
baseline: false
support: {}
compat_features:
# baseline: false
# support:
# chrome: "132"
# chrome_android: "132"
- api.DevicePosture
- api.DevicePosture.change_event
- api.DevicePosture.type
- api.Navigator.devicePosture

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- css.at-rules.media.device-posture
Comment on lines +16 to 20
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 changes: 2 additions & 0 deletions features/dialog.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ compat_features:

# baseline: false
# support:
# chrome: "132"
# chrome_android: "132"
# firefox: "133"
# firefox_android: "133"
- api.HTMLElement.beforetoggle_event.dialog_elements
Expand Down
4 changes: 2 additions & 2 deletions features/document-colors.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ status:
chrome: "64"
chrome_android: "64"
edge: "12"
firefox: "1"
firefox_android: "4"
firefox: "69"
firefox_android: "79"
safari: "11"
safari_ios: "11"
compat_features:
Expand Down
Loading
Loading