Skip to content

Commit 548edd3

Browse files
authored
Add background-repeat-{x,y} (#27368)
1 parent 48b1b29 commit 548edd3

2 files changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"css": {
3+
"properties": {
4+
"background-repeat-x": {
5+
"__compat": {
6+
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#background-repeat-longhands",
7+
"support": {
8+
"chrome": {
9+
"version_added": false
10+
},
11+
"chrome_android": "mirror",
12+
"edge": "mirror",
13+
"firefox": {
14+
"version_added": false
15+
},
16+
"firefox_android": "mirror",
17+
"oculus": "mirror",
18+
"opera": "mirror",
19+
"opera_android": "mirror",
20+
"safari": {
21+
"version_added": "5"
22+
},
23+
"safari_ios": "mirror",
24+
"samsunginternet_android": "mirror",
25+
"webview_android": "mirror",
26+
"webview_ios": "mirror"
27+
},
28+
"status": {
29+
"experimental": true,
30+
"standard_track": true,
31+
"deprecated": false
32+
}
33+
}
34+
}
35+
}
36+
}
37+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"css": {
3+
"properties": {
4+
"background-repeat-y": {
5+
"__compat": {
6+
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#background-repeat-longhands",
7+
"support": {
8+
"chrome": {
9+
"version_added": false
10+
},
11+
"chrome_android": "mirror",
12+
"edge": "mirror",
13+
"firefox": {
14+
"version_added": false
15+
},
16+
"firefox_android": "mirror",
17+
"oculus": "mirror",
18+
"opera": "mirror",
19+
"opera_android": "mirror",
20+
"safari": {
21+
"version_added": "5"
22+
},
23+
"safari_ios": "mirror",
24+
"samsunginternet_android": "mirror",
25+
"webview_android": "mirror",
26+
"webview_ios": "mirror"
27+
},
28+
"status": {
29+
"experimental": true,
30+
"standard_track": true,
31+
"deprecated": false
32+
}
33+
}
34+
}
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)