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

update compat data for inline-size/block-size #3012

Merged
merged 5 commits into from Oct 25, 2018
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions css/properties/block-size.json
Expand Up @@ -6,10 +6,10 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/block-size",
"support": {
"chrome": {
"version_added": false
"version_added": true
},
"chrome_android": {
"version_added": null
"version_added": true
antipopp marked this conversation as resolved.
Show resolved Hide resolved
},
"edge": {
"version_added": null
Expand Down Expand Up @@ -53,10 +53,10 @@
"version_added": false
},
"opera": {
"version_added": false
"version_added": true
},
"opera_android": {
"version_added": false
"version_added": true
},
"safari": {
"version_added": false
Expand All @@ -68,7 +68,7 @@
"version_added": false
},
"webview_android": {
"version_added": false
"version_added": true
}
},
"status": {
Expand Down
10 changes: 5 additions & 5 deletions css/properties/inline-size.json
Expand Up @@ -6,10 +6,10 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inline-size",
"support": {
"chrome": {
"version_added": false
"version_added": true
},
"chrome_android": {
"version_added": null
"version_added": true
},
"edge": {
"version_added": null
Expand Down Expand Up @@ -53,10 +53,10 @@
"version_added": false
},
"opera": {
"version_added": false
"version_added": true
},
"opera_android": {
"version_added": false
"version_added": true
},
"safari": {
"version_added": false
Expand All @@ -68,7 +68,7 @@
"version_added": false
},
"webview_android": {
"version_added": false
"version_added": true
}
},
"status": {
Expand Down