-
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
Update Chrome/Safari data for -webkit-* CSS property #25424
Update Chrome/Safari data for -webkit-* CSS property #25424
Conversation
This PR updates and corrects version values for Chrome and Safari for various `-webkit-*` CSS properties. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.8). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-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.
Initial review pass for Chrome.
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.
Initial pass for Safari changes.
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
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.
Second pass for Chrome, this time for alias properties (not reported by computed properties).
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.
Second review pass for Safari, this time for alias properties (not reported by computed properties).
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
This PR updates and corrects version values for Chrome and Safari for various
-webkit-*
CSS properties. The data comes from the mdn-bcd-collector project (v10.12.8).Check out the collector's guide on how to review this PR.