Skip to content

Commit f852348

Browse files
yisiblcaugner
andauthored
Chrome 143 supports side-relative values for background-position-x/y (#28494)
* Chrome 143 supports side-relative values for `background-position-x/y` e.g. ```css .test { background-position-x: left 25%; background-position-y: top 30px; } ``` https://chromestatus.com/feature/5073321259565056 * Apply suggestions from code review --------- Co-authored-by: Claas Augner <[email protected]>
1 parent b69087a commit f852348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/properties/background-position-x.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
},
4343
"side-relative_values": {
4444
"__compat": {
45-
"description": "Side-relative values (such as `bottom 10%`)",
45+
"description": "Side-relative values (such as `left 10%`)",
4646
"tags": [
4747
"web-features:background-position"
4848
],
4949
"support": {
5050
"chrome": {
51-
"version_added": false
51+
"version_added": "143"
5252
},
5353
"chrome_android": "mirror",
5454
"edge": {

css/properties/background-position-y.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"support": {
5050
"chrome": {
51-
"version_added": false
51+
"version_added": "143"
5252
},
5353
"chrome_android": "mirror",
5454
"edge": {

0 commit comments

Comments
 (0)