-
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
Chrome 1 supported background-position: bottom/center/left/right/top
#25283
Chrome 1 supported background-position: bottom/center/left/right/top
#25283
Conversation
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `background-position` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.7). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/background-position
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.
Even "Side-relative values (such as bottom 10% right 20%)" was supported in version 25 already. I think it is safe to set all these to version 1; they are foundational for this property.
I had actually hunted down these particular version numbers through testing using the collector! |
What makes you think this was already supported in Chrome 25, and not only in Chrome 28? |
See the table https://developer.mozilla.org/en-US/docs/Web/CSS/background-position#browser_compatibility or the |
@queengooborg While we're here, let's also set Safari to |
I tested in Chromium 2.0.165.0 locally using this dev build (predating the 2.0.172 release) from here via CrossOver: I guess it's fair to assume support for bottom/center/left/right/top landed in Chromium 1! |
background-position: bottom/center/left/right/top
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the
background-position
CSS property. The data comes from the mdn-bcd-collector project (v10.12.7).Check out the collector's guide on how to review this PR.
Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/background-position