-
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 padding CSS properties compat data #486
Conversation
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.
Should be pretty trivial to fix
css/properties/padding-bottom.json
Outdated
"version_added": "1" | ||
}, | ||
"firefox_android": { | ||
"version_added": null |
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.
"4"
css/properties/padding-bottom.json
Outdated
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/padding-bottom", | ||
"support": { | ||
"webview_android": { | ||
"version_added": null |
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.
true
padding-* are such basic properties, that all supports it (but eventually Opera Mini but we don't track it)
css/properties/padding-bottom.json
Outdated
"version_added": "1" | ||
}, | ||
"chrome_android": { | ||
"version_added": null |
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.
true
css/properties/padding-bottom.json
Outdated
"version_added": "4" | ||
}, | ||
"ie_mobile": { | ||
"version_added": null |
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.
true
css/properties/padding-bottom.json
Outdated
"version_added": "3.5" | ||
}, | ||
"opera_android": { | ||
"version_added": null |
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.
true
css/properties/padding.json
Outdated
"version_added": "1" | ||
}, | ||
"chrome_android": { | ||
"version_added": null |
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.
true
css/properties/padding.json
Outdated
"version_added": "1" | ||
}, | ||
"firefox_android": { | ||
"version_added": null |
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.
"4"
css/properties/padding.json
Outdated
"version_added": "4" | ||
}, | ||
"ie_mobile": { | ||
"version_added": null |
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.
true
css/properties/padding.json
Outdated
"version_added": "3.5" | ||
}, | ||
"opera_android": { | ||
"version_added": null |
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.
true
css/properties/padding.json
Outdated
"version_added": "1" | ||
}, | ||
"safari_ios": { | ||
"version_added": null |
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.
true
OK, that was pretty easy. Let me know if you want to see any more changes. 😄 |
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.
LGTM, r+
This PR adds compat data for the following CSS properties:
padding
padding-left
padding-right
padding-bottom
padding-top
padding-block-end
padding-block-start
padding-inline-end
padding-inline-start