forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-scrollbars.json
40 lines (40 loc) · 1.05 KB
/
css-scrollbars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"spec": {
"title": "CSS Scrollbars Module Level 1",
"url": "https://www.w3.org/TR/css-scrollbars-1/"
},
"properties": {
"scrollbar-color": {
"name": "scrollbar-color",
"value": "auto | <color>{2}",
"initial": "auto",
"appliesTo": "scroll containers",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword or two computed colors",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"scrollbar-color",
"scrollbarColor"
]
},
"scrollbar-width": {
"name": "scrollbar-width",
"value": "auto | thin | none",
"initial": "auto",
"appliesTo": "scroll containers",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"scrollbar-width",
"scrollbarWidth"
]
}
},
"descriptors": {},
"valuespaces": {}
}