Chrome 144 supports side-relative values for background-position-{x,y}#28615
Merged
Chrome 144 supports side-relative values for background-position-{x,y}#28615
background-position-{x,y}#28615Conversation
Contributor
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
Contributor
|
Sorry, I didn't make it clear in the original PR. To be precise, this implementation was experimentally( |
Contributor
Author
|
Thanks for the details @yisibl! I tried adding the flag data here, but it gets automatically pruned by the linter (since it's shipping in 144 the flag data is deemed no longer relevant). |
caugner
approved these changes
Dec 9, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
It appears
css.properties.background-position-x.side-relative_valuesandcss.properties.background-position-y.side-relative_valuesshipped in Chrome 144, not Chrome 143.Test results and supporting details
I used the test case found via Chromium issue 40468636 comment #5.
The test failed in Chrome 143, but works in Chrome 144. Comment #35 points toward this being a version 144 change.
I manually mirrored the data for Edge as well, since I can see no reason it would have been intentionally held back for Edge.
Related issues
background-position-x/y#28494