forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-multicol.json
144 lines (144 loc) · 4.27 KB
/
css-multicol.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"spec": {
"title": "CSS Multi-column Layout Module Level 1",
"url": "https://www.w3.org/TR/css-multicol-1/"
},
"properties": {
"column-width": {
"name": "column-width",
"value": "auto | <length [0,∞]>",
"initial": "auto",
"appliesTo": "block containers except table wrapper boxes",
"inherited": "no",
"percentages": "N/A",
"computedValue": "the keyword auto or an absolute length",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"column-width",
"columnWidth"
]
},
"column-count": {
"name": "column-count",
"value": "auto | <integer [1,∞]>",
"initial": "auto",
"appliesTo": "block containers except table wrapper boxes",
"inherited": "no",
"percentages": "N/A",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animatable": "by computed value",
"styleDeclaration": [
"column-count",
"columnCount"
]
},
"columns": {
"name": "columns",
"value": "<'column-width'> || <'column-count'>",
"initial": "see individual properties",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
"percentages": "see individual properties",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"styleDeclaration": [
"columns"
]
},
"column-rule-color": {
"name": "column-rule-color",
"value": "<color>",
"initial": "currentcolor",
"appliesTo": "multicol containers",
"inherited": "no",
"percentages": "N/A",
"computedValue": "computed color",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"column-rule-color",
"columnRuleColor"
]
},
"column-rule-style": {
"name": "column-rule-style",
"value": "<line-style>",
"initial": "none",
"appliesTo": "multicol containers",
"inherited": "no",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"column-rule-style",
"columnRuleStyle"
]
},
"column-rule-width": {
"name": "column-rule-width",
"value": "<line-width>",
"initial": "medium",
"appliesTo": "multicol containers",
"inherited": "no",
"percentages": "N/A",
"computedValue": "absolute length; 0 if the column rule style is none or hidden",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"column-rule-width",
"columnRuleWidth"
]
},
"column-rule": {
"name": "column-rule",
"value": "<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",
"initial": "see individual properties",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
"percentages": "see individual properties",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"styleDeclaration": [
"column-rule",
"columnRule"
]
},
"column-span": {
"name": "column-span",
"value": "none | all",
"initial": "none",
"appliesTo": "in-flow block-level elements",
"inherited": "no",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"column-span",
"columnSpan"
]
},
"column-fill": {
"name": "column-fill",
"value": "auto | balance | balance-all",
"initial": "balance",
"appliesTo": "multicol containers",
"inherited": "no",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"column-fill",
"columnFill"
]
}
},
"descriptors": {},
"valuespaces": {}
}