Skip to content

Commit 1872eed

Browse files
committed
Added Safari 26.2 support for CSS random()
1 parent 129c04d commit 1872eed

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

css/types/random.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"css": {
3+
"types": {
4+
"random": {
5+
"__compat": {
6+
"description": "`random()`",
7+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/random",
8+
"spec_url": "https://www.w3.org/TR/css-values-5/#random",
9+
"support": {
10+
"chrome": false,
11+
"chrome_android": "mirror",
12+
"edge": "mirror",
13+
"firefox": false,
14+
"firefox_android": "mirror",
15+
"oculus": "mirror",
16+
"opera": "mirror",
17+
"opera_android": "mirror",
18+
"safari": {
19+
"version_added": "26.2"
20+
},
21+
"safari_ios": "mirror",
22+
"samsunginternet_android": "mirror",
23+
"webview_android": "mirror",
24+
"webview_ios": "mirror"
25+
},
26+
"status": {
27+
"experimental": false,
28+
"standard_track": true,
29+
"deprecated": false
30+
}
31+
}
32+
}
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)