forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-inline.json
190 lines (190 loc) · 6.42 KB
/
css-inline.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"spec": {
"title": "CSS Inline Layout Module Level 3",
"url": "https://www.w3.org/TR/css-inline-3/"
},
"properties": {
"dominant-baseline": {
"name": "dominant-baseline",
"value": "auto | text-bottom | alphabetic | ideographic | middle | central | mathematical | hanging | text-top",
"initial": "auto",
"appliesTo": "block containers, inline boxes, table rows, grid containers, flex containers, and SVG text content elements",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"dominant-baseline",
"dominantBaseline"
]
},
"vertical-align": {
"name": "vertical-align",
"value": "[ first | last] || <'alignment-baseline'> || <'baseline-shift'>",
"initial": "baseline",
"appliesTo": "see individual properties",
"inherited": "no",
"percentages": "N/A",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"styleDeclaration": [
"vertical-align",
"verticalAlign"
]
},
"baseline-source": {
"name": "baseline-source",
"value": "auto | first | last",
"initial": "auto",
"appliesTo": "inline-level boxes",
"inherited": "no",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"baseline-source",
"baselineSource"
]
},
"alignment-baseline": {
"name": "alignment-baseline",
"value": "baseline | text-bottom | alphabetic | ideographic | middle | central | mathematical | text-top",
"initial": "baseline",
"appliesTo": "inline-level boxes, flex items, grid items, table cells, and SVG text content elements",
"inherited": "no",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"alignment-baseline",
"alignmentBaseline"
]
},
"baseline-shift": {
"name": "baseline-shift",
"value": "<length-percentage> | sub | super | top | center | bottom",
"initial": "0",
"appliesTo": "inline-level boxes and SVG text content elements",
"inherited": "no",
"percentages": "refer to the used value of line-height",
"computedValue": "the specified keyword and/or a computed <length-percentage> value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"baseline-shift",
"baselineShift"
]
},
"line-height": {
"name": "line-height",
"value": "normal | <number> | <length-percentage>",
"initial": "normal",
"appliesTo": "non-replaced inline boxes and SVG text content elements",
"inherited": "yes",
"percentages": "computed relative to 1em",
"computedValue": "the specified keyword, a number, or a computed <length> value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"line-height",
"lineHeight"
]
},
"text-edge": {
"name": "text-edge",
"value": "leading | [ text | cap | ex | ideographic | ideographic-ink ] [ text | alphabetic | ideographic | ideographic-ink ]?",
"initial": "leading",
"appliesTo": "inline boxes",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "the specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"text-edge",
"textEdge"
]
},
"leading-trim": {
"name": "leading-trim",
"value": "normal | start | end | both",
"initial": "normal",
"appliesTo": "block containers and inline boxes",
"inherited": "no",
"percentages": "N/A",
"computedValue": "the specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"leading-trim",
"leadingTrim"
]
},
"inline-sizing": {
"name": "inline-sizing",
"value": "normal | stretch",
"initial": "normal",
"appliesTo": "inline boxes",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"inline-sizing",
"inlineSizing"
]
},
"initial-letter": {
"name": "initial-letter",
"value": "normal | <number> <integer> | <number> && [ drop | raise ]?",
"initial": "normal",
"appliesTo": "certain inline-level boxes and ::first-letter and inside ::marker boxes (see prose)",
"inherited": "no",
"percentages": "N/A",
"computedValue": "the keyword normal or a number paired with an integer",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"initial-letter",
"initialLetter"
]
},
"initial-letter-align": {
"name": "initial-letter-align",
"value": "[ border-box? [ alphabetic | ideographic | hanging | leading ]? ]!",
"initial": "alphabetic",
"appliesTo": "certain inline-level boxes and ::first-letter and inside ::marker boxes (see prose)",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword(s)",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"initial-letter-align",
"initialLetterAlign"
]
},
"initial-letter-wrap": {
"name": "initial-letter-wrap",
"value": "none | first | all | grid | <length-percentage>",
"initial": "none",
"appliesTo": "certain inline-level boxes and ::first-letter and inside ::marker boxes (see prose)",
"inherited": "yes",
"percentages": "relative to logical width of (last fragment of) initial letter",
"computedValue": "specified keyword or computed <length-percentage> value",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"initial-letter-wrap",
"initialLetterWrap"
]
}
},
"descriptors": {},
"valuespaces": {}
}