forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-overflow-4.json
59 lines (59 loc) · 1.67 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
58
59
{
"spec": {
"title": "CSS Overflow Module Level 4",
"url": "https://drafts.csswg.org/css-overflow-4/"
},
"properties": {
"text-overflow": {
"name": "text-overflow",
"value": "[ clip | ellipsis | <string> | fade | <fade()> ]{1,2}",
"initial": "clip",
"appliesTo": "block containers",
"inherited": "no",
"percentages": "refer to the width of the line box",
"computedValue": "as specified, with lengths made absolute",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"text-overflow",
"textOverflow"
]
},
"continue": {
"name": "continue",
"value": "auto | overflow | paginate | fragments | discard",
"initial": "auto",
"appliesTo": "block containers [CSS2], flex containers [CSS3-FLEXBOX], and grid containers [CSS3-GRID-LAYOUT]",
"inherited": "no",
"percentages": "N/A",
"computedValue": "see below",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"continue"
]
},
"max-lines": {
"name": "max-lines",
"value": "none | <integer>",
"initial": "none",
"appliesTo": "fragment boxes",
"inherited": "no",
"percentages": "N/A",
"computedValue": "the keyword none or an integer",
"canonicalOrder": "per grammar",
"animatable": "as integer",
"animationType": "by computed value type",
"styleDeclaration": [
"max-lines",
"maxLines"
]
}
},
"descriptors": {},
"valuespaces": {
"<fade()>": {
"value": "fade( <length> | <percentage> )"
}
}
}