-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add columns CSS properties compat data #435
Merged
Merged
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f1e9401
Add CSS property: column-count
ddbeck 094cbe8
Add CSS property: column-fill
ddbeck 5f1fe2c
Add CSS property: column-gap
ddbeck 8fdc67a
Add CSS property: column-rule
ddbeck 5fa94ce
Add CSS property: column-rule-color
ddbeck 518941f
Add CSS property: column-rule-color
ddbeck 1427c59
Add CSS property: column-rule-style
ddbeck c277ee2
Add CSS property: column-rule-width
ddbeck 2a70156
Add CSS property: column-span
ddbeck c406fdc
Add CSS property: column-width
ddbeck 5fcbc04
Add CSS property: columns
ddbeck ada9837
Add -webkit- prefix data to Opera for column CSS properties
ddbeck c60ada5
Add data for column-count prefix on iOS Safari
ddbeck fb19e30
Add data for column-count prefix on Opera for Android
ddbeck 5341b93
Fix prefixed column-count version for Firefox for Android
ddbeck 5e04d49
Fix column-gap notes for Firefox versions
ddbeck d21c07d
Fix notes on column-rule for Firefox versions
ddbeck 0954c69
Add status statement to column-count on `display: table` subfeature
ddbeck 124eed1
Add status statement to column-width instrinsic sizes subfeature
ddbeck 370003f
Add status statement to column-width on `display: table` subfeature
ddbeck 0473c2c
Add status statement to columns on `display: table` subfeature
ddbeck 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
{ | ||
"css": { | ||
"properties": { | ||
"column-count": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-count", | ||
"support": { | ||
"webview_android": { | ||
"version_added": true | ||
}, | ||
"chrome": [ | ||
{ | ||
"version_added": "50" | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"chrome_android": { | ||
"version_added": "50" | ||
}, | ||
"edge": [ | ||
{ | ||
"version_added": true | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"edge_mobile": [ | ||
{ | ||
"version_added": true | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"firefox": [ | ||
{ | ||
"version_added": "52" | ||
}, | ||
{ | ||
"prefix": "-moz-", | ||
"version_added": "1.5" | ||
} | ||
], | ||
"firefox_android": [ | ||
{ | ||
"version_added": "52" | ||
}, | ||
{ | ||
"prefix": "-moz-", | ||
"version_added": "1" | ||
} | ||
], | ||
"ie": { | ||
"version_added": "10" | ||
}, | ||
"ie_mobile": { | ||
"version_added": true | ||
}, | ||
"opera": [ | ||
{ | ||
"version_added": "11.10" | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": "15" | ||
} | ||
], | ||
"opera_android": [ | ||
{ | ||
"version_added": true | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"safari": { | ||
"prefix": "-webkit-", | ||
"version_added": "3" | ||
}, | ||
"safari_ios": [ | ||
{ | ||
"version_added": true | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
] | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
}, | ||
"on_display_table_caption": { | ||
"__compat": { | ||
"description": "On <code>display: table-caption</code>", | ||
"support": { | ||
"webview_android": { | ||
"version_added": true | ||
}, | ||
"chrome": { | ||
"version_added": true | ||
}, | ||
"edge": { | ||
"version_added": true | ||
}, | ||
"edge_mobile": { | ||
"version_added": true | ||
}, | ||
"firefox": { | ||
"version_added": "37" | ||
}, | ||
"firefox_android": { | ||
"version_added": "37" | ||
}, | ||
"ie": { | ||
"version_added": true | ||
}, | ||
"ie_mobile": { | ||
"version_added": true | ||
}, | ||
"opera": { | ||
"version_added": true | ||
}, | ||
"opera_android": { | ||
"version_added": true | ||
}, | ||
"safari": { | ||
"version_added": true | ||
}, | ||
"safari_ios": { | ||
"version_added": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,51 @@ | ||
{ | ||
"css": { | ||
"properties": { | ||
"column-fill": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-fill", | ||
"support": { | ||
"webview_android": { | ||
"version_added": true | ||
}, | ||
"chrome": { | ||
"version_added": true | ||
}, | ||
"chrome_android": { | ||
"version_added": true | ||
}, | ||
"edge": { | ||
"version_added": true | ||
}, | ||
"edge_mobile": { | ||
"version_added": true | ||
}, | ||
"firefox": [ | ||
{ | ||
"version_added": "52" | ||
}, | ||
{ | ||
"prefix": "-moz-", | ||
"version_added": "13" | ||
} | ||
], | ||
"firefox_android": [ | ||
{ | ||
"version_added": "52" | ||
}, | ||
{ | ||
"prefix": "-moz-", | ||
"version_added": "13" | ||
} | ||
] | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,86 @@ | ||
{ | ||
"css": { | ||
"properties": { | ||
"column-gap": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-gap", | ||
"support": { | ||
"webview_android": { | ||
"version_added": true | ||
}, | ||
"chrome": [ | ||
{ | ||
"version_added": "50" | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"chrome_android": { | ||
"version_added": "50" | ||
}, | ||
"edge": [ | ||
{ | ||
"version_added": true | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"edge_mobile": [ | ||
{ | ||
"version_added": true | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"firefox": [ | ||
{ | ||
"version_added": "52" | ||
}, | ||
{ | ||
"prefix": "-moz-", | ||
"version_added": "1.5", | ||
"notes": "Before Firefox 3, the default value for the <code>normal</code> keyword was <code>0</code> and not <code>1em</code>." | ||
} | ||
], | ||
"firefox_android": [ | ||
{ | ||
"version_added": "52" | ||
}, | ||
{ | ||
"prefix": "-moz-", | ||
"version_added": "1.5" | ||
} | ||
], | ||
"ie": { | ||
"version_added": "10" | ||
}, | ||
"opera": [ | ||
{ | ||
"version_added": "11.10" | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": "15" | ||
} | ||
], | ||
"safari": { | ||
"prefix": "-webkit-", | ||
"version_added": "3" | ||
} | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,91 @@ | ||
{ | ||
"css": { | ||
"properties": { | ||
"column-rule-color": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-color", | ||
"support": { | ||
"webview_android": { | ||
"version_added": true | ||
}, | ||
"chrome": [ | ||
{ | ||
"version_added": "50" | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"chrome_android": [ | ||
{ | ||
"version_added": "50" | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"edge": [ | ||
{ | ||
"version_added": true | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"edge_mobile": [ | ||
{ | ||
"version_added": true | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": true | ||
} | ||
], | ||
"firefox": [ | ||
{ | ||
"version_added": "52" | ||
}, | ||
{ | ||
"prefix": "-moz-", | ||
"version_added": "3.5" | ||
} | ||
], | ||
"firefox_android": [ | ||
{ | ||
"version_added": "52" | ||
}, | ||
{ | ||
"prefix": "-moz-", | ||
"version_added": true | ||
} | ||
], | ||
"ie": { | ||
"version_added": "10" | ||
}, | ||
"opera": [ | ||
{ | ||
"version_added": "11.10" | ||
}, | ||
{ | ||
"prefix": "-webkit-", | ||
"version_added": "15" | ||
} | ||
], | ||
"safari": { | ||
"prefix": "-webkit-", | ||
"version_added": "3" | ||
} | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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.
Status is missing. Is this a standard behaviour?
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.
I'm not sure. I looked over the standards documents link from both the
column-count
anddisplay
property pages and couldn't find any mention of interaction between the two. I'm honestly not sure what behavior it refers to, to be honest.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.
It is.
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.
OK, statement added.