-
Notifications
You must be signed in to change notification settings - Fork 110
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.42 to 5.6.43 #2732
Changes from all commits
7b146f6
e0b5427
440bbe9
11c61b0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,7 @@ | |
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2017-09-19 | ||
baseline_high_date: 2020-03-19 | ||
baseline: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This Baseline feature regression is expected. This feature is now discouraged, and points to |
||
support: | ||
chrome: "60" | ||
chrome_android: "60" | ||
|
@@ -15,9 +13,7 @@ status: | |
safari_ios: "11" | ||
compat_features: | ||
# ⬇️ Same status as overall feature ⬇️ | ||
# baseline: high | ||
# baseline_low_date: 2017-09-19 | ||
# baseline_high_date: 2020-03-19 | ||
# baseline: false | ||
# support: | ||
# chrome: "60" | ||
# chrome_android: "60" | ||
|
@@ -29,9 +25,7 @@ compat_features: | |
- css.properties.font-stretch | ||
- svg.global_attributes.font-stretch | ||
|
||
# baseline: high | ||
# baseline_low_date: 2018-09-05 | ||
# baseline_high_date: 2021-03-05 | ||
# baseline: false | ||
# support: | ||
# chrome: "62" | ||
# chrome_android: "62" | ||
|
@@ -42,9 +36,7 @@ compat_features: | |
# safari_ios: "10.3" | ||
- css.at-rules.font-face.font-stretch | ||
|
||
# baseline: high | ||
# baseline_low_date: 2018-10-02 | ||
# baseline_high_date: 2021-04-02 | ||
# baseline: false | ||
# support: | ||
# chrome: "62" | ||
# chrome_android: "62" | ||
|
@@ -54,16 +46,3 @@ compat_features: | |
# safari: "11.1" | ||
# safari_ios: "11.3" | ||
- css.properties.font-stretch.percentage | ||
|
||
# baseline: high | ||
# baseline_low_date: 2020-01-15 | ||
# baseline_high_date: 2022-07-15 | ||
# support: | ||
# chrome: "60" | ||
# chrome_android: "60" | ||
# edge: "79" | ||
# firefox: "43" | ||
# firefox_android: "43" | ||
# safari: "11" | ||
# safari_ios: "11" | ||
- css.properties.font.font_stretch_support |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ compat_features: | |
# safari_ios: "1" | ||
- api.MouseEvent | ||
- api.MouseEvent.button | ||
- api.MouseEvent.clientX | ||
|
||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
|
@@ -147,7 +146,6 @@ compat_features: | |
# safari: "9" | ||
# safari_ios: "8" | ||
- api.MouseEvent.movementX | ||
- api.MouseEvent.movementY | ||
|
||
# baseline: high | ||
# baseline_low_date: 2015-12-15 | ||
|
@@ -203,6 +201,30 @@ compat_features: | |
# safari_ios: "12.2" | ||
- api.MouseEvent.getModifierState | ||
|
||
# baseline: low | ||
# baseline_low_date: 2023-09-18 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "12" | ||
# firefox: "1" | ||
# firefox_android: "4" | ||
# safari: "1" | ||
# safari_ios: "17" | ||
- api.MouseEvent.clientX | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This appears to be a mistake. I opened mdn/browser-compat-data#26103. I don't think this should be blocking, but I'll defer to others. |
||
|
||
# baseline: low | ||
# baseline_low_date: 2023-09-18 | ||
# support: | ||
# chrome: "37" | ||
# chrome_android: "37" | ||
# edge: "13" | ||
# firefox: "41" | ||
# firefox_android: "41" | ||
# safari: "9" | ||
# safari_ios: "17" | ||
- api.MouseEvent.movementY | ||
|
||
# baseline: low | ||
# baseline_low_date: 2024-12-11 | ||
# support: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a Baseline status regression, due to this BCD change: mdn/browser-compat-data#26054
Apparently,
beforeunload
doesn't work in Safari for iOS.