-
Notifications
You must be signed in to change notification settings - Fork 91
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
Adds additional contain features and keys #2252
Merged
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
0143b04
Updates content-visibility feature
vwallen 5fa8056
Adds contain CSS property
vwallen 53385ab
Updates description
vwallen fee94c0
Merge branch 'main' into css-contains-3
vwallen a4b6a5e
Edit description for length
vwallen 5ffa8fe
Merge branch 'main' into css-contains-3
vwallen d1c7896
Merge branch 'main' into css-contains-3
vwallen 0473baa
Update features/contain.yml description
vwallen ed759c2
Merge branch 'main' into css-contains-3
vwallen 2bb489d
Moves `css.properties.contain` key to `contain` feature
vwallen 3eef15a
Merge branch 'main' into css-contains-3
vwallen 7fabb0a
Removes compute_from to prepare for updated BCD
vwallen bc37fac
Merge branch 'main' into css-contains-3
vwallen 5b72802
Merge branch 'main' into css-contains-3
vwallen c860427
Merge branch 'main' of github.com:web-platform-dx/web-features into c…
jamesnw 837405c
Update dist
jamesnw 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 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 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 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,10 @@ | ||
name: contain | ||
description: "The `contain` CSS property sets limits to the scope of styles, layout, and paint rendering for speed and efficiency. The `none` keyword value disables containment, `strict` is equivalent to `contain: size layout style paint`, and `content` is equivalent to `contain: layout style paint`." | ||
spec: https://drafts.csswg.org/css-contain-2/#contain-property | ||
group: containment | ||
caniuse: css-containment | ||
compat_features: | ||
- css.properties.contain | ||
- css.properties.contain.content | ||
- css.properties.contain.none | ||
- css.properties.contain.strict |
This file contains 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,20 @@ | ||
# Generated from: contain.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2022-03-14 | ||
baseline_high_date: 2024-09-14 | ||
support: | ||
chrome: "52" | ||
chrome_android: "52" | ||
edge: "79" | ||
firefox: "69" | ||
firefox_android: "79" | ||
safari: "15.4" | ||
safari_ios: "15.4" | ||
compat_features: | ||
- css.properties.contain | ||
- css.properties.contain.content | ||
- css.properties.contain.none | ||
- css.properties.contain.strict |
This file contains 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 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
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.
Since we're regressing the status, would you add a comment to the authored yaml file with a note as in #1973?
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 should no longer be a regression with mdn/browser-compat-data#25186 in 5.6.19.
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.
There are now no status changes here.