-
Notifications
You must be signed in to change notification settings - Fork 201
Bump @mdn/browser-compat-data from 5.6.31 to 5.6.33 #2579
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
Merged
ddbeck
merged 4 commits into
main
from
dependabot/npm_and_yarn/mdn/browser-compat-data-5.6.33
Jan 27, 2025
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name: Page break aliases | ||
| description: The `page-break-before`, `page-break-inside`, and `page-break-after` CSS properties are aliases to the `break-before`, `break-inside`, and `break-after` properties. | ||
| spec: https://drafts.csswg.org/css-break-4/#page-break-properties | ||
| group: layout | ||
| discouraged: | ||
| according_to: | ||
| - https://drafts.csswg.org/css-break-4/#page-break-properties | ||
| alternatives: | ||
| - page-breaks | ||
| # TODO: review this when https://github.com/web-platform-dx/web-features/issues/1878 is resolved | ||
| compat_features: | ||
| - css.properties.page-break-after | ||
| - css.properties.page-break-after.always | ||
| - css.properties.page-break-after.auto | ||
| - css.properties.page-break-after.avoid | ||
| - css.properties.page-break-after.left | ||
| - css.properties.page-break-after.right | ||
| - css.properties.page-break-before | ||
| - css.properties.page-break-before.always | ||
| - css.properties.page-break-before.auto | ||
| - css.properties.page-break-before.avoid | ||
| - css.properties.page-break-before.left | ||
| - css.properties.page-break-before.right | ||
| - css.properties.page-break-inside | ||
| - css.properties.page-break-inside.auto | ||
| - css.properties.page-break-inside.avoid | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # Generated from: page-break-aliases.yml | ||
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| status: | ||
| baseline: false | ||
| support: | ||
| chrome: "1" | ||
| chrome_android: "18" | ||
| edge: "12" | ||
| compat_features: | ||
| # baseline: false | ||
| # support: | ||
| # chrome: "1" | ||
| # chrome_android: "18" | ||
| # edge: "12" | ||
| # firefox: "1" | ||
| # firefox_android: "4" | ||
| # safari: "1.2" | ||
| # safari_ios: "1" | ||
| - css.properties.page-break-after | ||
| - css.properties.page-break-after.always | ||
| - css.properties.page-break-after.auto | ||
| - css.properties.page-break-after.left | ||
| - css.properties.page-break-after.right | ||
| - css.properties.page-break-before | ||
| - css.properties.page-break-before.always | ||
| - css.properties.page-break-before.auto | ||
| - css.properties.page-break-before.left | ||
| - css.properties.page-break-before.right | ||
|
|
||
| # baseline: false | ||
| # support: | ||
| # chrome: "1" | ||
| # chrome_android: "18" | ||
| # edge: "12" | ||
| # firefox: "19" | ||
| # firefox_android: "19" | ||
| # safari: "1.3" | ||
| # safari_ios: "1" | ||
| - css.properties.page-break-inside | ||
| - css.properties.page-break-inside.auto | ||
| - css.properties.page-break-inside.avoid | ||
|
|
||
| # ⬇️ Same status as overall feature ⬇️ | ||
| # baseline: false | ||
| # support: | ||
| # chrome: "1" | ||
| # chrome_android: "18" | ||
| # edge: "12" | ||
| - css.properties.page-break-after.avoid | ||
| - css.properties.page-break-before.avoid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
mdn/browser-compat-data#25745 marked
page-break-*as deprecated, correctly. This necessitated splitting thepage-break-*properties out from thepage-breaksfeature. Here are the major consequences:We can't match caniuse's meaning for https://caniuse.com/css-page-break, which includes support for the aliased properties. Now, neither feature links to caniuse.
This was already problematic (see Reconcile BCD and caniuse for
page-breakproperties results #1878), but might be fixable in the future, after a closer review of the data itself, and contributing fixes upstream.The existing
page-breaksfeature now advances from limited availability to widely available. This is hopefully the right assessment; only theavoid-pagevalue is not widely supported (Safari).Retaining the existing description of the
page-breaksfeature is probably slightly misleading. See below for more commentary.