forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-fonts-5.json
303 lines (303 loc) · 8.72 KB
/
css-fonts-5.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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
{
"spec": {
"title": "CSS Fonts Module Level 5",
"url": "https://drafts.csswg.org/css-fonts-5/"
},
"headings": [
{
"id": "title",
"href": "https://drafts.csswg.org/css-fonts-5/#title",
"level": 1,
"title": "CSS Fonts Module Level 5"
},
{
"id": "profile-and-date",
"href": "https://drafts.csswg.org/css-fonts-5/#profile-and-date",
"level": 2,
"title": "Editor’s Draft, 4 August 2021"
},
{
"id": "abstract",
"href": "https://drafts.csswg.org/css-fonts-5/#abstract",
"level": 2,
"title": "Abstract"
},
{
"id": "status",
"href": "https://drafts.csswg.org/css-fonts-5/#status",
"level": 2,
"title": "Status of this document"
},
{
"id": "toc",
"href": "https://drafts.csswg.org/css-fonts-5/#toc",
"level": 2,
"title": "Table of Contents"
},
{
"id": "introduction",
"href": "https://drafts.csswg.org/css-fonts-5/#introduction",
"level": 2,
"title": "Introduction",
"number": "1"
},
{
"id": "values",
"href": "https://drafts.csswg.org/css-fonts-5/#values",
"level": 3,
"title": "Value Definitions",
"number": "1.1"
},
{
"id": "basic-font-props",
"href": "https://drafts.csswg.org/css-fonts-5/#basic-font-props",
"level": 2,
"title": "Basic Font Properties",
"number": "2"
},
{
"id": "font-family-prop",
"href": "https://drafts.csswg.org/css-fonts-5/#font-family-prop",
"level": 3,
"title": "Font family: the font-family property",
"number": "2.1"
},
{
"id": "generic-font-families",
"href": "https://drafts.csswg.org/css-fonts-5/#generic-font-families",
"level": 4,
"title": "Generic font families",
"number": "2.1.1"
},
{
"id": "font-weight-prop",
"href": "https://drafts.csswg.org/css-fonts-5/#font-weight-prop",
"level": 3,
"title": "Font weight: the font-weight property",
"number": "2.2"
},
{
"id": "font-style-prop",
"href": "https://drafts.csswg.org/css-fonts-5/#font-style-prop",
"level": 3,
"title": "Font style: the font-style property",
"number": "2.3"
},
{
"id": "font-size-adjust-prop",
"href": "https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop",
"level": 3,
"title": "Relative sizing: the font-size-adjust property",
"number": "2.4"
},
{
"id": "font-resources",
"href": "https://drafts.csswg.org/css-fonts-5/#font-resources",
"level": 2,
"title": "Font Resources",
"number": "3"
},
{
"id": "font-face-rule",
"href": "https://drafts.csswg.org/css-fonts-5/#font-face-rule",
"level": 3,
"title": "The @font-face rule",
"number": "3.1"
},
{
"id": "src-desc",
"href": "https://drafts.csswg.org/css-fonts-5/#src-desc",
"level": 3,
"title": "Font reference: the src descriptor",
"number": "3.2"
},
{
"id": "font-face-src-parsing",
"href": "https://drafts.csswg.org/css-fonts-5/#font-face-src-parsing",
"level": 4,
"title": "Parsing the src descriptor",
"number": "3.2.1"
},
{
"id": "font-size-desc",
"href": "https://drafts.csswg.org/css-fonts-5/#font-size-desc",
"level": 3,
"title": "Font property descriptors: the font-size",
"number": "3.3"
},
{
"id": "size-adjust-desc",
"href": "https://drafts.csswg.org/css-fonts-5/#size-adjust-desc",
"level": 3,
"title": "Glyph Size Multiplier: the size-adjust descriptor",
"number": "3.4"
},
{
"id": "font-metrics-override-desc",
"href": "https://drafts.csswg.org/css-fonts-5/#font-metrics-override-desc",
"level": 3,
"title": "Line Height Font Metrics Overrides: the ascent-override, descent-override, and line-gap-override descriptors",
"number": "3.5"
},
{
"id": "font-sup-sub-override-desc",
"href": "https://drafts.csswg.org/css-fonts-5/#font-sup-sub-override-desc",
"level": 3,
"title": "Superscript and subscript metrics overrides: the superscript-position-override, subscript-position-override,superscript-size-override and subscript-size-override descriptors",
"number": "3.6"
},
{
"id": "font-rend-props",
"href": "https://drafts.csswg.org/css-fonts-5/#font-rend-props",
"level": 2,
"title": "Font Feature Properties",
"number": "4"
},
{
"id": "font-language-override-prop",
"href": "https://drafts.csswg.org/css-fonts-5/#font-language-override-prop",
"level": 3,
"title": "Font language override: the font-language-override property",
"number": "4.1"
},
{
"id": "font-feature-variation-resolution",
"href": "https://drafts.csswg.org/css-fonts-5/#font-feature-variation-resolution",
"level": 2,
"title": "Font Feature and Variation Resolution",
"number": "5"
},
{
"id": "font-variation-props",
"href": "https://drafts.csswg.org/css-fonts-5/#font-variation-props",
"level": 2,
"title": "Font Variation Properties",
"number": "6"
},
{
"id": "font-optical-sizing-def",
"href": "https://drafts.csswg.org/css-fonts-5/#font-optical-sizing-def",
"level": 3,
"title": "Optical sizing control: the font-optical-sizing property",
"number": "6.1"
},
{
"id": "priv-sec",
"href": "https://drafts.csswg.org/css-fonts-5/#priv-sec",
"level": 2,
"title": "Security and Privacy Considerations",
"number": "7"
},
{
"id": "acknowledgments",
"href": "https://drafts.csswg.org/css-fonts-5/#acknowledgments",
"level": 2,
"title": "Acknowledgments",
"number": "8"
},
{
"id": "changes",
"href": "https://drafts.csswg.org/css-fonts-5/#changes",
"level": 2,
"title": "Changes",
"number": "9"
},
{
"id": "changes-20210629",
"href": "https://drafts.csswg.org/css-fonts-5/#changes-20210629",
"level": 3,
"title": "Changes since the FPWD of 2021-06-29",
"number": "9.1"
},
{
"id": "w3c-conformance",
"href": "https://drafts.csswg.org/css-fonts-5/#w3c-conformance",
"level": 2,
"title": "Conformance"
},
{
"id": "w3c-conventions",
"href": "https://drafts.csswg.org/css-fonts-5/#w3c-conventions",
"level": 3,
"title": "Document conventions"
},
{
"id": "w3c-conformance-classes",
"href": "https://drafts.csswg.org/css-fonts-5/#w3c-conformance-classes",
"level": 3,
"title": "Conformance classes"
},
{
"id": "w3c-partial",
"href": "https://drafts.csswg.org/css-fonts-5/#w3c-partial",
"level": 3,
"title": "Partial implementations"
},
{
"id": "w3c-conform-future-proofing",
"href": "https://drafts.csswg.org/css-fonts-5/#w3c-conform-future-proofing",
"level": 4,
"title": "Implementations of Unstable and Proprietary Features"
},
{
"id": "w3c-testing",
"href": "https://drafts.csswg.org/css-fonts-5/#w3c-testing",
"level": 3,
"title": "Non-experimental implementations"
},
{
"id": "index",
"href": "https://drafts.csswg.org/css-fonts-5/#index",
"level": 2,
"title": "Index"
},
{
"id": "index-defined-here",
"href": "https://drafts.csswg.org/css-fonts-5/#index-defined-here",
"level": 3,
"title": "Terms defined by this specification"
},
{
"id": "index-defined-elsewhere",
"href": "https://drafts.csswg.org/css-fonts-5/#index-defined-elsewhere",
"level": 3,
"title": "Terms defined by reference"
},
{
"id": "references",
"href": "https://drafts.csswg.org/css-fonts-5/#references",
"level": 2,
"title": "References"
},
{
"id": "normative",
"href": "https://drafts.csswg.org/css-fonts-5/#normative",
"level": 3,
"title": "Normative References"
},
{
"id": "informative",
"href": "https://drafts.csswg.org/css-fonts-5/#informative",
"level": 3,
"title": "Informative References"
},
{
"id": "property-index",
"href": "https://drafts.csswg.org/css-fonts-5/#property-index",
"level": 2,
"title": "Property Index"
},
{
"id": "font-face-descriptor-table",
"href": "https://drafts.csswg.org/css-fonts-5/#font-face-descriptor-table",
"level": 3,
"title": "@font-face Descriptors"
},
{
"id": "issues-index",
"href": "https://drafts.csswg.org/css-fonts-5/#issues-index",
"level": 2,
"title": "Issues Index"
}
]
}