forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-exclusions.json
40 lines (40 loc) · 1.06 KB
/
css-exclusions.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 Exclusions Module Level 1",
"url": "https://www.w3.org/TR/css3-exclusions/"
},
"properties": {
"wrap-flow": {
"name": "wrap-flow",
"value": "auto | both | start | end | minimum | maximum | clear",
"initial": "auto",
"appliesTo": "block-level elements.",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "as specified except for element’s whose float computed value is not none, in which case the computed value is auto.",
"animatable": "no",
"styleDeclaration": [
"wrap-flow",
"wrapFlow"
]
},
"wrap-through": {
"name": "wrap-through",
"value": "wrap | none",
"initial": "wrap",
"appliesTo": "block-level elements",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "as specified",
"animatable": "no",
"styleDeclaration": [
"wrap-through",
"wrapThrough"
]
}
},
"descriptors": {},
"valuespaces": {}
}