Skip to content

Commit 192b223

Browse files
Chrome 138 adds CSS progress() function (#27152)
Add data for CSS progress() function
1 parent b011d77 commit 192b223

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

css/types/progress.json

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

0 commit comments

Comments
 (0)