forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-overflow-4.json
57 lines (57 loc) · 1.53 KB
/
css-overflow-4.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"spec": {
"title": "CSS Overflow Module Level 4",
"url": "https://www.w3.org/TR/css-overflow-4/"
},
"properties": {
"scrollbar-gutter": {
"name": "scrollbar-gutter",
"value": "auto | [ stable | always ] && both? && force?",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "n/a",
"media": "visual",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"scrollbar-gutter",
"scrollbarGutter"
]
},
"continue": {
"name": "continue",
"value": "auto | overflow | paginate | fragments | discard",
"initial": "auto",
"appliesTo": "block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid containers [CSS3-GRID-LAYOUT]",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "see below",
"canonicalOrder": "per grammar",
"animatable": "no",
"styleDeclaration": [
"continue"
]
},
"max-lines": {
"name": "max-lines",
"value": "none | <integer>",
"initial": "none",
"appliesTo": "fragment boxes",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animatable": "as integer",
"styleDeclaration": [
"max-lines",
"maxLines"
]
}
},
"descriptors": {},
"valuespaces": {}
}