-
Notifications
You must be signed in to change notification settings - Fork 17
/
css-inline.json
243 lines (243 loc) · 9.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
{
"aligning-initial-letter": [
{
"engines": [],
"filename": "css/properties/initial-letter-align.json",
"name": "initial-letter-align",
"slug": "CSS/initial-letter-align",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/initial-letter-align",
"summary": "The initial-letter-align CSS property specifies the alignment of initial letters within a paragraph.",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1273021'>bug 1273021</a>."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": false
}
},
"title": "initial-letter-align"
}
],
"sizing-drop-initials": [
{
"engines": [
"blink"
],
"prefixed": [
"webkit"
],
"filename": "css/properties/initial-letter.json",
"name": "initial-letter",
"slug": "CSS/initial-letter",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/initial-letter",
"summary": "The initial-letter CSS property sets styling for dropped, raised, and sunken initial letters.",
"support": {
"chrome": {
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1223880'>bug 1223880</a>."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"prefix": "-webkit-",
"version_added": "9",
"notes": "See <a href='https://webkit.org/b/229090'>bug 229090</a> for the unprefixed property."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "110"
}
},
"title": "initial-letter"
}
],
"line-height-property": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/line-height.json",
"name": "line-height",
"slug": "CSS/line-height",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/line-height",
"summary": "The line-height CSS property sets the height of a line box. It's commonly used to set the distance between lines of text. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height.",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
"version_added": "4"
},
"oculus": "mirror",
"opera": {
"version_added": "7"
},
"opera_android": {
"version_added": "10.1"
},
"safari": {
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"title": "line-height"
}
],
"alignment-baseline-property": [
{
"engines": [],
"filename": "svg/attributes/presentation.json",
"name": "alignment-baseline",
"slug": "SVG/Attribute/alignment-baseline",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/alignment-baseline",
"summary": "The alignment-baseline attribute specifies how an object is aligned with respect to its parent. This property specifies which baseline of this element is to be aligned with the corresponding baseline of the parent. For example, this allows alphabetic baselines in Roman text to stay aligned across font size changes. It defaults to the baseline with the same name as the computed value of the alignment-baseline property.",
"support": {
"chrome": {
"version_added": null
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": null
}
},
"title": "alignment-baseline"
}
],
"baseline-shift-property": [
{
"engines": [],
"filename": "svg/attributes/presentation.json",
"name": "baseline-shift",
"slug": "SVG/Attribute/baseline-shift",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/baseline-shift",
"summary": "The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element. The shifted object might be a sub- or superscript.",
"support": {
"chrome": {
"version_added": null
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": null
}
},
"title": "baseline-shift"
}
],
"dominant-baseline-property": [
{
"engines": [],
"filename": "svg/attributes/presentation.json",
"name": "dominant-baseline",
"slug": "SVG/Attribute/dominant-baseline",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dominant-baseline",
"summary": "The dominant-baseline attribute specifies the dominant baseline, which is the baseline used to align the box's text and inline-level contents. It also indicates the default alignment baseline of any boxes participating in baseline alignment in the box's alignment context.",
"support": {
"chrome": {
"version_added": null
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": null
}
},
"title": "dominant-baseline"
}
]
}