@markuplint/ml-spec 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/attributes.d.ts +79 -1404
- package/lib/get-attr-specs.d.ts +1 -1
- package/lib/get-ns.d.ts +1 -1
- package/lib/get-spec.d.ts +3 -3
- package/lib/permitted-structres.d.ts +51 -93
- package/lib/types.d.ts +156 -169
- package/lib/utils.d.ts +3 -5
- package/package.json +3 -3
- package/schemas/global-attributes.schema.json +4 -0
- package/src/attributes.ts +1 -0
- package/tsconfig.tsbuildinfo +1 -1
package/lib/attributes.d.ts
CHANGED
|
@@ -3,1420 +3,95 @@
|
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
4
|
* and run json-schema-to-typescript to regenerate this file.
|
|
5
5
|
*/
|
|
6
|
-
export declare type AttributeType =
|
|
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
|
-
| "<'-ms-scroll-snap-x'>"
|
|
50
|
-
| "<'-ms-scroll-snap-y'>"
|
|
51
|
-
| "<'-ms-scroll-translation'>"
|
|
52
|
-
| "<'-ms-text-autospace'>"
|
|
53
|
-
| "<'-ms-touch-select'>"
|
|
54
|
-
| "<'-ms-user-select'>"
|
|
55
|
-
| "<'-ms-wrap-flow'>"
|
|
56
|
-
| "<'-ms-wrap-margin'>"
|
|
57
|
-
| "<'-ms-wrap-through'>"
|
|
58
|
-
| "<'-moz-appearance'>"
|
|
59
|
-
| "<'-moz-binding'>"
|
|
60
|
-
| "<'-moz-border-bottom-colors'>"
|
|
61
|
-
| "<'-moz-border-left-colors'>"
|
|
62
|
-
| "<'-moz-border-right-colors'>"
|
|
63
|
-
| "<'-moz-border-top-colors'>"
|
|
64
|
-
| "<'-moz-context-properties'>"
|
|
65
|
-
| "<'-moz-float-edge'>"
|
|
66
|
-
| "<'-moz-force-broken-image-icon'>"
|
|
67
|
-
| "<'-moz-image-region'>"
|
|
68
|
-
| "<'-moz-orient'>"
|
|
69
|
-
| "<'-moz-outline-radius'>"
|
|
70
|
-
| "<'-moz-outline-radius-bottomleft'>"
|
|
71
|
-
| "<'-moz-outline-radius-bottomright'>"
|
|
72
|
-
| "<'-moz-outline-radius-topleft'>"
|
|
73
|
-
| "<'-moz-outline-radius-topright'>"
|
|
74
|
-
| "<'-moz-stack-sizing'>"
|
|
75
|
-
| "<'-moz-text-blink'>"
|
|
76
|
-
| "<'-moz-user-focus'>"
|
|
77
|
-
| "<'-moz-user-input'>"
|
|
78
|
-
| "<'-moz-user-modify'>"
|
|
79
|
-
| "<'-moz-window-dragging'>"
|
|
80
|
-
| "<'-moz-window-shadow'>"
|
|
81
|
-
| "<'-webkit-appearance'>"
|
|
82
|
-
| "<'-webkit-border-before'>"
|
|
83
|
-
| "<'-webkit-border-before-color'>"
|
|
84
|
-
| "<'-webkit-border-before-style'>"
|
|
85
|
-
| "<'-webkit-border-before-width'>"
|
|
86
|
-
| "<'-webkit-box-reflect'>"
|
|
87
|
-
| "<'-webkit-line-clamp'>"
|
|
88
|
-
| "<'-webkit-mask'>"
|
|
89
|
-
| "<'-webkit-mask-attachment'>"
|
|
90
|
-
| "<'-webkit-mask-clip'>"
|
|
91
|
-
| "<'-webkit-mask-composite'>"
|
|
92
|
-
| "<'-webkit-mask-image'>"
|
|
93
|
-
| "<'-webkit-mask-origin'>"
|
|
94
|
-
| "<'-webkit-mask-position'>"
|
|
95
|
-
| "<'-webkit-mask-position-x'>"
|
|
96
|
-
| "<'-webkit-mask-position-y'>"
|
|
97
|
-
| "<'-webkit-mask-repeat'>"
|
|
98
|
-
| "<'-webkit-mask-repeat-x'>"
|
|
99
|
-
| "<'-webkit-mask-repeat-y'>"
|
|
100
|
-
| "<'-webkit-mask-size'>"
|
|
101
|
-
| "<'-webkit-overflow-scrolling'>"
|
|
102
|
-
| "<'-webkit-tap-highlight-color'>"
|
|
103
|
-
| "<'-webkit-text-fill-color'>"
|
|
104
|
-
| "<'-webkit-text-stroke'>"
|
|
105
|
-
| "<'-webkit-text-stroke-color'>"
|
|
106
|
-
| "<'-webkit-text-stroke-width'>"
|
|
107
|
-
| "<'-webkit-touch-callout'>"
|
|
108
|
-
| "<'-webkit-user-modify'>"
|
|
109
|
-
| "<'align-content'>"
|
|
110
|
-
| "<'align-items'>"
|
|
111
|
-
| "<'align-self'>"
|
|
112
|
-
| "<'align-tracks'>"
|
|
113
|
-
| "<'all'>"
|
|
114
|
-
| "<'animation'>"
|
|
115
|
-
| "<'animation-delay'>"
|
|
116
|
-
| "<'animation-direction'>"
|
|
117
|
-
| "<'animation-duration'>"
|
|
118
|
-
| "<'animation-fill-mode'>"
|
|
119
|
-
| "<'animation-iteration-count'>"
|
|
120
|
-
| "<'animation-name'>"
|
|
121
|
-
| "<'animation-play-state'>"
|
|
122
|
-
| "<'animation-timing-function'>"
|
|
123
|
-
| "<'appearance'>"
|
|
124
|
-
| "<'aspect-ratio'>"
|
|
125
|
-
| "<'azimuth'>"
|
|
126
|
-
| "<'backdrop-filter'>"
|
|
127
|
-
| "<'backface-visibility'>"
|
|
128
|
-
| "<'background'>"
|
|
129
|
-
| "<'background-attachment'>"
|
|
130
|
-
| "<'background-blend-mode'>"
|
|
131
|
-
| "<'background-clip'>"
|
|
132
|
-
| "<'background-color'>"
|
|
133
|
-
| "<'background-image'>"
|
|
134
|
-
| "<'background-origin'>"
|
|
135
|
-
| "<'background-position'>"
|
|
136
|
-
| "<'background-position-x'>"
|
|
137
|
-
| "<'background-position-y'>"
|
|
138
|
-
| "<'background-repeat'>"
|
|
139
|
-
| "<'background-size'>"
|
|
140
|
-
| "<'block-overflow'>"
|
|
141
|
-
| "<'block-size'>"
|
|
142
|
-
| "<'border'>"
|
|
143
|
-
| "<'border-block'>"
|
|
144
|
-
| "<'border-block-color'>"
|
|
145
|
-
| "<'border-block-style'>"
|
|
146
|
-
| "<'border-block-width'>"
|
|
147
|
-
| "<'border-block-end'>"
|
|
148
|
-
| "<'border-block-end-color'>"
|
|
149
|
-
| "<'border-block-end-style'>"
|
|
150
|
-
| "<'border-block-end-width'>"
|
|
151
|
-
| "<'border-block-start'>"
|
|
152
|
-
| "<'border-block-start-color'>"
|
|
153
|
-
| "<'border-block-start-style'>"
|
|
154
|
-
| "<'border-block-start-width'>"
|
|
155
|
-
| "<'border-bottom'>"
|
|
156
|
-
| "<'border-bottom-color'>"
|
|
157
|
-
| "<'border-bottom-left-radius'>"
|
|
158
|
-
| "<'border-bottom-right-radius'>"
|
|
159
|
-
| "<'border-bottom-style'>"
|
|
160
|
-
| "<'border-bottom-width'>"
|
|
161
|
-
| "<'border-collapse'>"
|
|
162
|
-
| "<'border-color'>"
|
|
163
|
-
| "<'border-end-end-radius'>"
|
|
164
|
-
| "<'border-end-start-radius'>"
|
|
165
|
-
| "<'border-image'>"
|
|
166
|
-
| "<'border-image-outset'>"
|
|
167
|
-
| "<'border-image-repeat'>"
|
|
168
|
-
| "<'border-image-slice'>"
|
|
169
|
-
| "<'border-image-source'>"
|
|
170
|
-
| "<'border-image-width'>"
|
|
171
|
-
| "<'border-inline'>"
|
|
172
|
-
| "<'border-inline-end'>"
|
|
173
|
-
| "<'border-inline-color'>"
|
|
174
|
-
| "<'border-inline-style'>"
|
|
175
|
-
| "<'border-inline-width'>"
|
|
176
|
-
| "<'border-inline-end-color'>"
|
|
177
|
-
| "<'border-inline-end-style'>"
|
|
178
|
-
| "<'border-inline-end-width'>"
|
|
179
|
-
| "<'border-inline-start'>"
|
|
180
|
-
| "<'border-inline-start-color'>"
|
|
181
|
-
| "<'border-inline-start-style'>"
|
|
182
|
-
| "<'border-inline-start-width'>"
|
|
183
|
-
| "<'border-left'>"
|
|
184
|
-
| "<'border-left-color'>"
|
|
185
|
-
| "<'border-left-style'>"
|
|
186
|
-
| "<'border-left-width'>"
|
|
187
|
-
| "<'border-radius'>"
|
|
188
|
-
| "<'border-right'>"
|
|
189
|
-
| "<'border-right-color'>"
|
|
190
|
-
| "<'border-right-style'>"
|
|
191
|
-
| "<'border-right-width'>"
|
|
192
|
-
| "<'border-spacing'>"
|
|
193
|
-
| "<'border-start-end-radius'>"
|
|
194
|
-
| "<'border-start-start-radius'>"
|
|
195
|
-
| "<'border-style'>"
|
|
196
|
-
| "<'border-top'>"
|
|
197
|
-
| "<'border-top-color'>"
|
|
198
|
-
| "<'border-top-left-radius'>"
|
|
199
|
-
| "<'border-top-right-radius'>"
|
|
200
|
-
| "<'border-top-style'>"
|
|
201
|
-
| "<'border-top-width'>"
|
|
202
|
-
| "<'border-width'>"
|
|
203
|
-
| "<'bottom'>"
|
|
204
|
-
| "<'box-align'>"
|
|
205
|
-
| "<'box-decoration-break'>"
|
|
206
|
-
| "<'box-direction'>"
|
|
207
|
-
| "<'box-flex'>"
|
|
208
|
-
| "<'box-flex-group'>"
|
|
209
|
-
| "<'box-lines'>"
|
|
210
|
-
| "<'box-ordinal-group'>"
|
|
211
|
-
| "<'box-orient'>"
|
|
212
|
-
| "<'box-pack'>"
|
|
213
|
-
| "<'box-shadow'>"
|
|
214
|
-
| "<'box-sizing'>"
|
|
215
|
-
| "<'break-after'>"
|
|
216
|
-
| "<'break-before'>"
|
|
217
|
-
| "<'break-inside'>"
|
|
218
|
-
| "<'caption-side'>"
|
|
219
|
-
| "<'caret-color'>"
|
|
220
|
-
| "<'clear'>"
|
|
221
|
-
| "<'clip'>"
|
|
222
|
-
| "<'clip-path'>"
|
|
223
|
-
| "<'color'>"
|
|
224
|
-
| "<'color-adjust'>"
|
|
225
|
-
| "<'column-count'>"
|
|
226
|
-
| "<'column-fill'>"
|
|
227
|
-
| "<'column-gap'>"
|
|
228
|
-
| "<'column-rule'>"
|
|
229
|
-
| "<'column-rule-color'>"
|
|
230
|
-
| "<'column-rule-style'>"
|
|
231
|
-
| "<'column-rule-width'>"
|
|
232
|
-
| "<'column-span'>"
|
|
233
|
-
| "<'column-width'>"
|
|
234
|
-
| "<'columns'>"
|
|
235
|
-
| "<'contain'>"
|
|
236
|
-
| "<'content'>"
|
|
237
|
-
| "<'counter-increment'>"
|
|
238
|
-
| "<'counter-reset'>"
|
|
239
|
-
| "<'counter-set'>"
|
|
240
|
-
| "<'cursor'>"
|
|
241
|
-
| "<'direction'>"
|
|
242
|
-
| "<'display'>"
|
|
243
|
-
| "<'empty-cells'>"
|
|
244
|
-
| "<'filter'>"
|
|
245
|
-
| "<'flex'>"
|
|
246
|
-
| "<'flex-basis'>"
|
|
247
|
-
| "<'flex-direction'>"
|
|
248
|
-
| "<'flex-flow'>"
|
|
249
|
-
| "<'flex-grow'>"
|
|
250
|
-
| "<'flex-shrink'>"
|
|
251
|
-
| "<'flex-wrap'>"
|
|
252
|
-
| "<'float'>"
|
|
253
|
-
| "<'font'>"
|
|
254
|
-
| "<'font-family'>"
|
|
255
|
-
| "<'font-feature-settings'>"
|
|
256
|
-
| "<'font-kerning'>"
|
|
257
|
-
| "<'font-language-override'>"
|
|
258
|
-
| "<'font-optical-sizing'>"
|
|
259
|
-
| "<'font-variation-settings'>"
|
|
260
|
-
| "<'font-size'>"
|
|
261
|
-
| "<'font-size-adjust'>"
|
|
262
|
-
| "<'font-smooth'>"
|
|
263
|
-
| "<'font-stretch'>"
|
|
264
|
-
| "<'font-style'>"
|
|
265
|
-
| "<'font-synthesis'>"
|
|
266
|
-
| "<'font-variant'>"
|
|
267
|
-
| "<'font-variant-alternates'>"
|
|
268
|
-
| "<'font-variant-caps'>"
|
|
269
|
-
| "<'font-variant-east-asian'>"
|
|
270
|
-
| "<'font-variant-ligatures'>"
|
|
271
|
-
| "<'font-variant-numeric'>"
|
|
272
|
-
| "<'font-variant-position'>"
|
|
273
|
-
| "<'font-weight'>"
|
|
274
|
-
| "<'gap'>"
|
|
275
|
-
| "<'grid'>"
|
|
276
|
-
| "<'grid-area'>"
|
|
277
|
-
| "<'grid-auto-columns'>"
|
|
278
|
-
| "<'grid-auto-flow'>"
|
|
279
|
-
| "<'grid-auto-rows'>"
|
|
280
|
-
| "<'grid-column'>"
|
|
281
|
-
| "<'grid-column-end'>"
|
|
282
|
-
| "<'grid-column-gap'>"
|
|
283
|
-
| "<'grid-column-start'>"
|
|
284
|
-
| "<'grid-gap'>"
|
|
285
|
-
| "<'grid-row'>"
|
|
286
|
-
| "<'grid-row-end'>"
|
|
287
|
-
| "<'grid-row-gap'>"
|
|
288
|
-
| "<'grid-row-start'>"
|
|
289
|
-
| "<'grid-template'>"
|
|
290
|
-
| "<'grid-template-areas'>"
|
|
291
|
-
| "<'grid-template-columns'>"
|
|
292
|
-
| "<'grid-template-rows'>"
|
|
293
|
-
| "<'hanging-punctuation'>"
|
|
294
|
-
| "<'height'>"
|
|
295
|
-
| "<'hyphens'>"
|
|
296
|
-
| "<'image-orientation'>"
|
|
297
|
-
| "<'image-rendering'>"
|
|
298
|
-
| "<'image-resolution'>"
|
|
299
|
-
| "<'ime-mode'>"
|
|
300
|
-
| "<'initial-letter'>"
|
|
301
|
-
| "<'initial-letter-align'>"
|
|
302
|
-
| "<'inline-size'>"
|
|
303
|
-
| "<'inset'>"
|
|
304
|
-
| "<'inset-block'>"
|
|
305
|
-
| "<'inset-block-end'>"
|
|
306
|
-
| "<'inset-block-start'>"
|
|
307
|
-
| "<'inset-inline'>"
|
|
308
|
-
| "<'inset-inline-end'>"
|
|
309
|
-
| "<'inset-inline-start'>"
|
|
310
|
-
| "<'isolation'>"
|
|
311
|
-
| "<'justify-content'>"
|
|
312
|
-
| "<'justify-items'>"
|
|
313
|
-
| "<'justify-self'>"
|
|
314
|
-
| "<'justify-tracks'>"
|
|
315
|
-
| "<'left'>"
|
|
316
|
-
| "<'letter-spacing'>"
|
|
317
|
-
| "<'line-break'>"
|
|
318
|
-
| "<'line-clamp'>"
|
|
319
|
-
| "<'line-height'>"
|
|
320
|
-
| "<'line-height-step'>"
|
|
321
|
-
| "<'list-style'>"
|
|
322
|
-
| "<'list-style-image'>"
|
|
323
|
-
| "<'list-style-position'>"
|
|
324
|
-
| "<'list-style-type'>"
|
|
325
|
-
| "<'margin'>"
|
|
326
|
-
| "<'margin-block'>"
|
|
327
|
-
| "<'margin-block-end'>"
|
|
328
|
-
| "<'margin-block-start'>"
|
|
329
|
-
| "<'margin-bottom'>"
|
|
330
|
-
| "<'margin-inline'>"
|
|
331
|
-
| "<'margin-inline-end'>"
|
|
332
|
-
| "<'margin-inline-start'>"
|
|
333
|
-
| "<'margin-left'>"
|
|
334
|
-
| "<'margin-right'>"
|
|
335
|
-
| "<'margin-top'>"
|
|
336
|
-
| "<'margin-trim'>"
|
|
337
|
-
| "<'mask'>"
|
|
338
|
-
| "<'mask-border'>"
|
|
339
|
-
| "<'mask-border-mode'>"
|
|
340
|
-
| "<'mask-border-outset'>"
|
|
341
|
-
| "<'mask-border-repeat'>"
|
|
342
|
-
| "<'mask-border-slice'>"
|
|
343
|
-
| "<'mask-border-source'>"
|
|
344
|
-
| "<'mask-border-width'>"
|
|
345
|
-
| "<'mask-clip'>"
|
|
346
|
-
| "<'mask-composite'>"
|
|
347
|
-
| "<'mask-image'>"
|
|
348
|
-
| "<'mask-mode'>"
|
|
349
|
-
| "<'mask-origin'>"
|
|
350
|
-
| "<'mask-position'>"
|
|
351
|
-
| "<'mask-repeat'>"
|
|
352
|
-
| "<'mask-size'>"
|
|
353
|
-
| "<'mask-type'>"
|
|
354
|
-
| "<'masonry-auto-flow'>"
|
|
355
|
-
| "<'math-style'>"
|
|
356
|
-
| "<'max-block-size'>"
|
|
357
|
-
| "<'max-height'>"
|
|
358
|
-
| "<'max-inline-size'>"
|
|
359
|
-
| "<'max-lines'>"
|
|
360
|
-
| "<'max-width'>"
|
|
361
|
-
| "<'min-block-size'>"
|
|
362
|
-
| "<'min-height'>"
|
|
363
|
-
| "<'min-inline-size'>"
|
|
364
|
-
| "<'min-width'>"
|
|
365
|
-
| "<'mix-blend-mode'>"
|
|
366
|
-
| "<'object-fit'>"
|
|
367
|
-
| "<'object-position'>"
|
|
368
|
-
| "<'offset'>"
|
|
369
|
-
| "<'offset-anchor'>"
|
|
370
|
-
| "<'offset-distance'>"
|
|
371
|
-
| "<'offset-path'>"
|
|
372
|
-
| "<'offset-position'>"
|
|
373
|
-
| "<'offset-rotate'>"
|
|
374
|
-
| "<'opacity'>"
|
|
375
|
-
| "<'order'>"
|
|
376
|
-
| "<'orphans'>"
|
|
377
|
-
| "<'outline'>"
|
|
378
|
-
| "<'outline-color'>"
|
|
379
|
-
| "<'outline-offset'>"
|
|
380
|
-
| "<'outline-style'>"
|
|
381
|
-
| "<'outline-width'>"
|
|
382
|
-
| "<'overflow'>"
|
|
383
|
-
| "<'overflow-anchor'>"
|
|
384
|
-
| "<'overflow-block'>"
|
|
385
|
-
| "<'overflow-clip-box'>"
|
|
386
|
-
| "<'overflow-inline'>"
|
|
387
|
-
| "<'overflow-wrap'>"
|
|
388
|
-
| "<'overflow-x'>"
|
|
389
|
-
| "<'overflow-y'>"
|
|
390
|
-
| "<'overscroll-behavior'>"
|
|
391
|
-
| "<'overscroll-behavior-block'>"
|
|
392
|
-
| "<'overscroll-behavior-inline'>"
|
|
393
|
-
| "<'overscroll-behavior-x'>"
|
|
394
|
-
| "<'overscroll-behavior-y'>"
|
|
395
|
-
| "<'padding'>"
|
|
396
|
-
| "<'padding-block'>"
|
|
397
|
-
| "<'padding-block-end'>"
|
|
398
|
-
| "<'padding-block-start'>"
|
|
399
|
-
| "<'padding-bottom'>"
|
|
400
|
-
| "<'padding-inline'>"
|
|
401
|
-
| "<'padding-inline-end'>"
|
|
402
|
-
| "<'padding-inline-start'>"
|
|
403
|
-
| "<'padding-left'>"
|
|
404
|
-
| "<'padding-right'>"
|
|
405
|
-
| "<'padding-top'>"
|
|
406
|
-
| "<'page-break-after'>"
|
|
407
|
-
| "<'page-break-before'>"
|
|
408
|
-
| "<'page-break-inside'>"
|
|
409
|
-
| "<'paint-order'>"
|
|
410
|
-
| "<'perspective'>"
|
|
411
|
-
| "<'perspective-origin'>"
|
|
412
|
-
| "<'place-content'>"
|
|
413
|
-
| "<'place-items'>"
|
|
414
|
-
| "<'place-self'>"
|
|
415
|
-
| "<'pointer-events'>"
|
|
416
|
-
| "<'position'>"
|
|
417
|
-
| "<'quotes'>"
|
|
418
|
-
| "<'resize'>"
|
|
419
|
-
| "<'right'>"
|
|
420
|
-
| "<'rotate'>"
|
|
421
|
-
| "<'row-gap'>"
|
|
422
|
-
| "<'ruby-align'>"
|
|
423
|
-
| "<'ruby-merge'>"
|
|
424
|
-
| "<'ruby-position'>"
|
|
425
|
-
| "<'scale'>"
|
|
426
|
-
| "<'scrollbar-color'>"
|
|
427
|
-
| "<'scrollbar-gutter'>"
|
|
428
|
-
| "<'scrollbar-width'>"
|
|
429
|
-
| "<'scroll-behavior'>"
|
|
430
|
-
| "<'scroll-margin'>"
|
|
431
|
-
| "<'scroll-margin-block'>"
|
|
432
|
-
| "<'scroll-margin-block-start'>"
|
|
433
|
-
| "<'scroll-margin-block-end'>"
|
|
434
|
-
| "<'scroll-margin-bottom'>"
|
|
435
|
-
| "<'scroll-margin-inline'>"
|
|
436
|
-
| "<'scroll-margin-inline-start'>"
|
|
437
|
-
| "<'scroll-margin-inline-end'>"
|
|
438
|
-
| "<'scroll-margin-left'>"
|
|
439
|
-
| "<'scroll-margin-right'>"
|
|
440
|
-
| "<'scroll-margin-top'>"
|
|
441
|
-
| "<'scroll-padding'>"
|
|
442
|
-
| "<'scroll-padding-block'>"
|
|
443
|
-
| "<'scroll-padding-block-start'>"
|
|
444
|
-
| "<'scroll-padding-block-end'>"
|
|
445
|
-
| "<'scroll-padding-bottom'>"
|
|
446
|
-
| "<'scroll-padding-inline'>"
|
|
447
|
-
| "<'scroll-padding-inline-start'>"
|
|
448
|
-
| "<'scroll-padding-inline-end'>"
|
|
449
|
-
| "<'scroll-padding-left'>"
|
|
450
|
-
| "<'scroll-padding-right'>"
|
|
451
|
-
| "<'scroll-padding-top'>"
|
|
452
|
-
| "<'scroll-snap-align'>"
|
|
453
|
-
| "<'scroll-snap-coordinate'>"
|
|
454
|
-
| "<'scroll-snap-destination'>"
|
|
455
|
-
| "<'scroll-snap-points-x'>"
|
|
456
|
-
| "<'scroll-snap-points-y'>"
|
|
457
|
-
| "<'scroll-snap-stop'>"
|
|
458
|
-
| "<'scroll-snap-type'>"
|
|
459
|
-
| "<'scroll-snap-type-x'>"
|
|
460
|
-
| "<'scroll-snap-type-y'>"
|
|
461
|
-
| "<'shape-image-threshold'>"
|
|
462
|
-
| "<'shape-margin'>"
|
|
463
|
-
| "<'shape-outside'>"
|
|
464
|
-
| "<'tab-size'>"
|
|
465
|
-
| "<'table-layout'>"
|
|
466
|
-
| "<'text-align'>"
|
|
467
|
-
| "<'text-align-last'>"
|
|
468
|
-
| "<'text-combine-upright'>"
|
|
469
|
-
| "<'text-decoration'>"
|
|
470
|
-
| "<'text-decoration-color'>"
|
|
471
|
-
| "<'text-decoration-line'>"
|
|
472
|
-
| "<'text-decoration-skip'>"
|
|
473
|
-
| "<'text-decoration-skip-ink'>"
|
|
474
|
-
| "<'text-decoration-style'>"
|
|
475
|
-
| "<'text-decoration-thickness'>"
|
|
476
|
-
| "<'text-emphasis'>"
|
|
477
|
-
| "<'text-emphasis-color'>"
|
|
478
|
-
| "<'text-emphasis-position'>"
|
|
479
|
-
| "<'text-emphasis-style'>"
|
|
480
|
-
| "<'text-indent'>"
|
|
481
|
-
| "<'text-justify'>"
|
|
482
|
-
| "<'text-orientation'>"
|
|
483
|
-
| "<'text-overflow'>"
|
|
484
|
-
| "<'text-rendering'>"
|
|
485
|
-
| "<'text-shadow'>"
|
|
486
|
-
| "<'text-size-adjust'>"
|
|
487
|
-
| "<'text-transform'>"
|
|
488
|
-
| "<'text-underline-offset'>"
|
|
489
|
-
| "<'text-underline-position'>"
|
|
490
|
-
| "<'top'>"
|
|
491
|
-
| "<'touch-action'>"
|
|
492
|
-
| "<'transform'>"
|
|
493
|
-
| "<'transform-box'>"
|
|
494
|
-
| "<'transform-origin'>"
|
|
495
|
-
| "<'transform-style'>"
|
|
496
|
-
| "<'transition'>"
|
|
497
|
-
| "<'transition-delay'>"
|
|
498
|
-
| "<'transition-duration'>"
|
|
499
|
-
| "<'transition-property'>"
|
|
500
|
-
| "<'transition-timing-function'>"
|
|
501
|
-
| "<'translate'>"
|
|
502
|
-
| "<'unicode-bidi'>"
|
|
503
|
-
| "<'user-select'>"
|
|
504
|
-
| "<'vertical-align'>"
|
|
505
|
-
| "<'visibility'>"
|
|
506
|
-
| "<'white-space'>"
|
|
507
|
-
| "<'widows'>"
|
|
508
|
-
| "<'width'>"
|
|
509
|
-
| "<'will-change'>"
|
|
510
|
-
| "<'word-break'>"
|
|
511
|
-
| "<'word-spacing'>"
|
|
512
|
-
| "<'word-wrap'>"
|
|
513
|
-
| "<'writing-mode'>"
|
|
514
|
-
| "<'z-index'>"
|
|
515
|
-
| "<'zoom'>"
|
|
516
|
-
| "<'-moz-background-clip'>"
|
|
517
|
-
| "<'-moz-border-radius-bottomleft'>"
|
|
518
|
-
| "<'-moz-border-radius-bottomright'>"
|
|
519
|
-
| "<'-moz-border-radius-topleft'>"
|
|
520
|
-
| "<'-moz-border-radius-topright'>"
|
|
521
|
-
| "<'-moz-control-character-visibility'>"
|
|
522
|
-
| "<'-moz-osx-font-smoothing'>"
|
|
523
|
-
| "<'-moz-user-select'>"
|
|
524
|
-
| "<'-ms-flex-align'>"
|
|
525
|
-
| "<'-ms-flex-item-align'>"
|
|
526
|
-
| "<'-ms-flex-line-pack'>"
|
|
527
|
-
| "<'-ms-flex-negative'>"
|
|
528
|
-
| "<'-ms-flex-pack'>"
|
|
529
|
-
| "<'-ms-flex-order'>"
|
|
530
|
-
| "<'-ms-flex-positive'>"
|
|
531
|
-
| "<'-ms-flex-preferred-size'>"
|
|
532
|
-
| "<'-ms-interpolation-mode'>"
|
|
533
|
-
| "<'-ms-grid-column-align'>"
|
|
534
|
-
| "<'-ms-grid-row-align'>"
|
|
535
|
-
| "<'-ms-hyphenate-limit-last'>"
|
|
536
|
-
| "<'-webkit-background-clip'>"
|
|
537
|
-
| "<'-webkit-column-break-after'>"
|
|
538
|
-
| "<'-webkit-column-break-before'>"
|
|
539
|
-
| "<'-webkit-column-break-inside'>"
|
|
540
|
-
| "<'-webkit-font-smoothing'>"
|
|
541
|
-
| "<'-webkit-mask-box-image'>"
|
|
542
|
-
| "<'-webkit-print-color-adjust'>"
|
|
543
|
-
| "<'-webkit-text-security'>"
|
|
544
|
-
| "<'-webkit-user-drag'>"
|
|
545
|
-
| "<'-webkit-user-select'>"
|
|
546
|
-
| "<'alignment-baseline'>"
|
|
547
|
-
| "<'baseline-shift'>"
|
|
548
|
-
| "<'behavior'>"
|
|
549
|
-
| "<'clip-rule'>"
|
|
550
|
-
| "<'cue'>"
|
|
551
|
-
| "<'cue-after'>"
|
|
552
|
-
| "<'cue-before'>"
|
|
553
|
-
| "<'dominant-baseline'>"
|
|
554
|
-
| "<'fill'>"
|
|
555
|
-
| "<'fill-opacity'>"
|
|
556
|
-
| "<'fill-rule'>"
|
|
557
|
-
| "<'glyph-orientation-horizontal'>"
|
|
558
|
-
| "<'glyph-orientation-vertical'>"
|
|
559
|
-
| "<'kerning'>"
|
|
560
|
-
| "<'marker'>"
|
|
561
|
-
| "<'marker-end'>"
|
|
562
|
-
| "<'marker-mid'>"
|
|
563
|
-
| "<'marker-start'>"
|
|
564
|
-
| "<'pause'>"
|
|
565
|
-
| "<'pause-after'>"
|
|
566
|
-
| "<'pause-before'>"
|
|
567
|
-
| "<'rest'>"
|
|
568
|
-
| "<'rest-after'>"
|
|
569
|
-
| "<'rest-before'>"
|
|
570
|
-
| "<'shape-rendering'>"
|
|
571
|
-
| "<'src'>"
|
|
572
|
-
| "<'speak'>"
|
|
573
|
-
| "<'speak-as'>"
|
|
574
|
-
| "<'stroke'>"
|
|
575
|
-
| "<'stroke-dasharray'>"
|
|
576
|
-
| "<'stroke-dashoffset'>"
|
|
577
|
-
| "<'stroke-linecap'>"
|
|
578
|
-
| "<'stroke-linejoin'>"
|
|
579
|
-
| "<'stroke-miterlimit'>"
|
|
580
|
-
| "<'stroke-opacity'>"
|
|
581
|
-
| "<'stroke-width'>"
|
|
582
|
-
| "<'text-anchor'>"
|
|
583
|
-
| "<'unicode-range'>"
|
|
584
|
-
| "<'voice-balance'>"
|
|
585
|
-
| "<'voice-duration'>"
|
|
586
|
-
| "<'voice-family'>"
|
|
587
|
-
| "<'voice-pitch'>"
|
|
588
|
-
| "<'voice-range'>"
|
|
589
|
-
| "<'voice-rate'>"
|
|
590
|
-
| "<'voice-stress'>"
|
|
591
|
-
| "<'voice-volume'>"
|
|
592
|
-
| '<absolute-size>'
|
|
593
|
-
| '<alpha-value>'
|
|
594
|
-
| '<angle-percentage>'
|
|
595
|
-
| '<angular-color-hint>'
|
|
596
|
-
| '<angular-color-stop>'
|
|
597
|
-
| '<angular-color-stop-list>'
|
|
598
|
-
| '<animateable-feature>'
|
|
599
|
-
| '<attachment>'
|
|
600
|
-
| '<attr()>'
|
|
601
|
-
| '<attr-matcher>'
|
|
602
|
-
| '<attr-modifier>'
|
|
603
|
-
| '<attribute-selector>'
|
|
604
|
-
| '<auto-repeat>'
|
|
605
|
-
| '<auto-track-list>'
|
|
606
|
-
| '<baseline-position>'
|
|
607
|
-
| '<basic-shape>'
|
|
608
|
-
| '<bg-image>'
|
|
609
|
-
| '<bg-layer>'
|
|
610
|
-
| '<bg-position>'
|
|
611
|
-
| '<bg-size>'
|
|
612
|
-
| '<blur()>'
|
|
613
|
-
| '<blend-mode>'
|
|
614
|
-
| '<box>'
|
|
615
|
-
| '<brightness()>'
|
|
616
|
-
| '<calc()>'
|
|
617
|
-
| '<calc-sum>'
|
|
618
|
-
| '<calc-product>'
|
|
619
|
-
| '<calc-value>'
|
|
620
|
-
| '<cf-final-image>'
|
|
621
|
-
| '<cf-mixing-image>'
|
|
622
|
-
| '<circle()>'
|
|
623
|
-
| '<clamp()>'
|
|
624
|
-
| '<class-selector>'
|
|
625
|
-
| '<clip-source>'
|
|
626
|
-
| '<color>'
|
|
627
|
-
| '<color-stop>'
|
|
628
|
-
| '<color-stop-angle>'
|
|
629
|
-
| '<color-stop-length>'
|
|
630
|
-
| '<color-stop-list>'
|
|
631
|
-
| '<combinator>'
|
|
632
|
-
| '<common-lig-values>'
|
|
633
|
-
| '<compat-auto>'
|
|
634
|
-
| '<composite-style>'
|
|
635
|
-
| '<compositing-operator>'
|
|
636
|
-
| '<compound-selector>'
|
|
637
|
-
| '<compound-selector-list>'
|
|
638
|
-
| '<complex-selector>'
|
|
639
|
-
| '<complex-selector-list>'
|
|
640
|
-
| '<conic-gradient()>'
|
|
641
|
-
| '<contextual-alt-values>'
|
|
642
|
-
| '<content-distribution>'
|
|
643
|
-
| '<content-list>'
|
|
644
|
-
| '<content-position>'
|
|
645
|
-
| '<content-replacement>'
|
|
646
|
-
| '<contrast()>'
|
|
647
|
-
| '<counter()>'
|
|
648
|
-
| '<counter-style>'
|
|
649
|
-
| '<counter-style-name>'
|
|
650
|
-
| '<counters()>'
|
|
651
|
-
| '<cross-fade()>'
|
|
652
|
-
| '<cubic-bezier-timing-function>'
|
|
653
|
-
| '<deprecated-system-color>'
|
|
654
|
-
| '<discretionary-lig-values>'
|
|
655
|
-
| '<display-box>'
|
|
656
|
-
| '<display-inside>'
|
|
657
|
-
| '<display-internal>'
|
|
658
|
-
| '<display-legacy>'
|
|
659
|
-
| '<display-listitem>'
|
|
660
|
-
| '<display-outside>'
|
|
661
|
-
| '<drop-shadow()>'
|
|
662
|
-
| '<east-asian-variant-values>'
|
|
663
|
-
| '<east-asian-width-values>'
|
|
664
|
-
| '<element()>'
|
|
665
|
-
| '<ellipse()>'
|
|
666
|
-
| '<ending-shape>'
|
|
667
|
-
| '<env()>'
|
|
668
|
-
| '<explicit-track-list>'
|
|
669
|
-
| '<family-name>'
|
|
670
|
-
| '<feature-tag-value>'
|
|
671
|
-
| '<feature-type>'
|
|
672
|
-
| '<feature-value-block>'
|
|
673
|
-
| '<feature-value-block-list>'
|
|
674
|
-
| '<feature-value-declaration>'
|
|
675
|
-
| '<feature-value-declaration-list>'
|
|
676
|
-
| '<feature-value-name>'
|
|
677
|
-
| '<fill-rule>'
|
|
678
|
-
| '<filter-function>'
|
|
679
|
-
| '<filter-function-list>'
|
|
680
|
-
| '<final-bg-layer>'
|
|
681
|
-
| '<fit-content()>'
|
|
682
|
-
| '<fixed-breadth>'
|
|
683
|
-
| '<fixed-repeat>'
|
|
684
|
-
| '<fixed-size>'
|
|
685
|
-
| '<font-stretch-absolute>'
|
|
686
|
-
| '<font-variant-css21>'
|
|
687
|
-
| '<font-weight-absolute>'
|
|
688
|
-
| '<frequency-percentage>'
|
|
689
|
-
| '<general-enclosed>'
|
|
690
|
-
| '<generic-family>'
|
|
691
|
-
| '<generic-name>'
|
|
692
|
-
| '<geometry-box>'
|
|
693
|
-
| '<gradient>'
|
|
694
|
-
| '<grayscale()>'
|
|
695
|
-
| '<grid-line>'
|
|
696
|
-
| '<historical-lig-values>'
|
|
697
|
-
| '<hsl()>'
|
|
698
|
-
| '<hsla()>'
|
|
699
|
-
| '<hue>'
|
|
700
|
-
| '<hue-rotate()>'
|
|
701
|
-
| '<id-selector>'
|
|
702
|
-
| '<image>'
|
|
703
|
-
| '<image()>'
|
|
704
|
-
| '<image-set()>'
|
|
705
|
-
| '<image-set-option>'
|
|
706
|
-
| '<image-src>'
|
|
707
|
-
| '<image-tags>'
|
|
708
|
-
| '<inflexible-breadth>'
|
|
709
|
-
| '<inset()>'
|
|
710
|
-
| '<invert()>'
|
|
711
|
-
| '<keyframes-name>'
|
|
712
|
-
| '<keyframe-block>'
|
|
713
|
-
| '<keyframe-block-list>'
|
|
714
|
-
| '<keyframe-selector>'
|
|
715
|
-
| '<leader()>'
|
|
716
|
-
| '<leader-type>'
|
|
717
|
-
| '<length-percentage>'
|
|
718
|
-
| '<line-names>'
|
|
719
|
-
| '<line-name-list>'
|
|
720
|
-
| '<line-style>'
|
|
721
|
-
| '<line-width>'
|
|
722
|
-
| '<linear-color-hint>'
|
|
723
|
-
| '<linear-color-stop>'
|
|
724
|
-
| '<linear-gradient()>'
|
|
725
|
-
| '<mask-layer>'
|
|
726
|
-
| '<mask-position>'
|
|
727
|
-
| '<mask-reference>'
|
|
728
|
-
| '<mask-source>'
|
|
729
|
-
| '<masking-mode>'
|
|
730
|
-
| '<matrix()>'
|
|
731
|
-
| '<matrix3d()>'
|
|
732
|
-
| '<max()>'
|
|
733
|
-
| '<media-and>'
|
|
734
|
-
| '<media-condition>'
|
|
735
|
-
| '<media-condition-without-or>'
|
|
736
|
-
| '<media-feature>'
|
|
737
|
-
| '<media-in-parens>'
|
|
738
|
-
| '<media-not>'
|
|
739
|
-
| '<media-or>'
|
|
740
|
-
| '<media-query>'
|
|
741
|
-
| '<media-query-list>'
|
|
742
|
-
| '<media-type>'
|
|
743
|
-
| '<mf-boolean>'
|
|
744
|
-
| '<mf-name>'
|
|
745
|
-
| '<mf-plain>'
|
|
746
|
-
| '<mf-range>'
|
|
747
|
-
| '<mf-value>'
|
|
748
|
-
| '<min()>'
|
|
749
|
-
| '<minmax()>'
|
|
750
|
-
| '<named-color>'
|
|
751
|
-
| '<namespace-prefix>'
|
|
752
|
-
| '<ns-prefix>'
|
|
753
|
-
| '<number-percentage>'
|
|
754
|
-
| '<numeric-figure-values>'
|
|
755
|
-
| '<numeric-fraction-values>'
|
|
756
|
-
| '<numeric-spacing-values>'
|
|
757
|
-
| '<nth>'
|
|
758
|
-
| '<opacity()>'
|
|
759
|
-
| '<overflow-position>'
|
|
760
|
-
| '<outline-radius>'
|
|
761
|
-
| '<page-body>'
|
|
762
|
-
| '<page-margin-box>'
|
|
763
|
-
| '<page-margin-box-type>'
|
|
764
|
-
| '<page-selector-list>'
|
|
765
|
-
| '<page-selector>'
|
|
766
|
-
| '<path()>'
|
|
767
|
-
| '<paint()>'
|
|
768
|
-
| '<perspective()>'
|
|
769
|
-
| '<polygon()>'
|
|
770
|
-
| '<position>'
|
|
771
|
-
| '<pseudo-class-selector>'
|
|
772
|
-
| '<pseudo-element-selector>'
|
|
773
|
-
| '<pseudo-page>'
|
|
774
|
-
| '<quote>'
|
|
775
|
-
| '<radial-gradient()>'
|
|
776
|
-
| '<relative-selector>'
|
|
777
|
-
| '<relative-selector-list>'
|
|
778
|
-
| '<relative-size>'
|
|
779
|
-
| '<repeat-style>'
|
|
780
|
-
| '<repeating-linear-gradient()>'
|
|
781
|
-
| '<repeating-radial-gradient()>'
|
|
782
|
-
| '<rgb()>'
|
|
783
|
-
| '<rgba()>'
|
|
784
|
-
| '<rotate()>'
|
|
785
|
-
| '<rotate3d()>'
|
|
786
|
-
| '<rotateX()>'
|
|
787
|
-
| '<rotateY()>'
|
|
788
|
-
| '<rotateZ()>'
|
|
789
|
-
| '<saturate()>'
|
|
790
|
-
| '<scale()>'
|
|
791
|
-
| '<scale3d()>'
|
|
792
|
-
| '<scaleX()>'
|
|
793
|
-
| '<scaleY()>'
|
|
794
|
-
| '<scaleZ()>'
|
|
795
|
-
| '<self-position>'
|
|
796
|
-
| '<shape-radius>'
|
|
797
|
-
| '<skew()>'
|
|
798
|
-
| '<skewX()>'
|
|
799
|
-
| '<skewY()>'
|
|
800
|
-
| '<sepia()>'
|
|
801
|
-
| '<shadow>'
|
|
802
|
-
| '<shadow-t>'
|
|
803
|
-
| '<shape>'
|
|
804
|
-
| '<shape-box>'
|
|
805
|
-
| '<side-or-corner>'
|
|
806
|
-
| '<single-animation>'
|
|
807
|
-
| '<single-animation-direction>'
|
|
808
|
-
| '<single-animation-fill-mode>'
|
|
809
|
-
| '<single-animation-iteration-count>'
|
|
810
|
-
| '<single-animation-play-state>'
|
|
811
|
-
| '<single-transition>'
|
|
812
|
-
| '<single-transition-property>'
|
|
813
|
-
| '<size>'
|
|
814
|
-
| '<step-position>'
|
|
815
|
-
| '<step-timing-function>'
|
|
816
|
-
| '<subclass-selector>'
|
|
817
|
-
| '<supports-condition>'
|
|
818
|
-
| '<supports-in-parens>'
|
|
819
|
-
| '<supports-feature>'
|
|
820
|
-
| '<supports-decl>'
|
|
821
|
-
| '<supports-selector-fn>'
|
|
822
|
-
| '<symbol>'
|
|
823
|
-
| '<target>'
|
|
824
|
-
| '<target-counter()>'
|
|
825
|
-
| '<target-counters()>'
|
|
826
|
-
| '<target-text()>'
|
|
827
|
-
| '<time-percentage>'
|
|
828
|
-
| '<timing-function>'
|
|
829
|
-
| '<track-breadth>'
|
|
830
|
-
| '<track-list>'
|
|
831
|
-
| '<track-repeat>'
|
|
832
|
-
| '<track-size>'
|
|
833
|
-
| '<transform-function>'
|
|
834
|
-
| '<transform-list>'
|
|
835
|
-
| '<translate()>'
|
|
836
|
-
| '<translate3d()>'
|
|
837
|
-
| '<translateX()>'
|
|
838
|
-
| '<translateY()>'
|
|
839
|
-
| '<translateZ()>'
|
|
840
|
-
| '<type-or-unit>'
|
|
841
|
-
| '<type-selector>'
|
|
842
|
-
| '<var()>'
|
|
843
|
-
| '<viewport-length>'
|
|
844
|
-
| '<wq-name>'
|
|
845
|
-
| '<-legacy-gradient>'
|
|
846
|
-
| '<-legacy-linear-gradient>'
|
|
847
|
-
| '<-legacy-repeating-linear-gradient>'
|
|
848
|
-
| '<-legacy-linear-gradient-arguments>'
|
|
849
|
-
| '<-legacy-radial-gradient>'
|
|
850
|
-
| '<-legacy-repeating-radial-gradient>'
|
|
851
|
-
| '<-legacy-radial-gradient-arguments>'
|
|
852
|
-
| '<-legacy-radial-gradient-size>'
|
|
853
|
-
| '<-legacy-radial-gradient-shape>'
|
|
854
|
-
| '<-non-standard-font>'
|
|
855
|
-
| '<-non-standard-color>'
|
|
856
|
-
| '<-non-standard-image-rendering>'
|
|
857
|
-
| '<-non-standard-overflow>'
|
|
858
|
-
| '<-non-standard-width>'
|
|
859
|
-
| '<-webkit-gradient()>'
|
|
860
|
-
| '<-webkit-gradient-color-stop>'
|
|
861
|
-
| '<-webkit-gradient-point>'
|
|
862
|
-
| '<-webkit-gradient-radius>'
|
|
863
|
-
| '<-webkit-gradient-type>'
|
|
864
|
-
| '<-webkit-mask-box-repeat>'
|
|
865
|
-
| '<-webkit-mask-clip-style>'
|
|
866
|
-
| '<-ms-filter-function-list>'
|
|
867
|
-
| '<-ms-filter-function>'
|
|
868
|
-
| '<-ms-filter-function-progid>'
|
|
869
|
-
| '<-ms-filter-function-legacy>'
|
|
870
|
-
| '<-ms-filter>'
|
|
871
|
-
| '<age>'
|
|
872
|
-
| '<attr-name>'
|
|
873
|
-
| '<attr-fallback>'
|
|
874
|
-
| '<border-radius>'
|
|
875
|
-
| '<bottom>'
|
|
876
|
-
| '<generic-voice>'
|
|
877
|
-
| '<gender>'
|
|
878
|
-
| '<left>'
|
|
879
|
-
| '<mask-image>'
|
|
880
|
-
| '<name-repeat>'
|
|
881
|
-
| '<paint>'
|
|
882
|
-
| '<page-size>'
|
|
883
|
-
| '<ratio>'
|
|
884
|
-
| '<right>'
|
|
885
|
-
| '<svg-length>'
|
|
886
|
-
| '<svg-writing-mode>'
|
|
887
|
-
| '<top>'
|
|
888
|
-
| '<track-group>'
|
|
889
|
-
| '<track-list-v0>'
|
|
890
|
-
| '<track-minmax>'
|
|
891
|
-
| '<x>'
|
|
892
|
-
| '<y>'
|
|
893
|
-
| '<declaration>'
|
|
894
|
-
| '<declaration-list>'
|
|
895
|
-
| '<url>'
|
|
896
|
-
| '<url-modifier>'
|
|
897
|
-
| '<number-zero-one>'
|
|
898
|
-
| '<number-one-or-greater>'
|
|
899
|
-
| '<positive-integer>'
|
|
900
|
-
| '<-non-standard-display>'
|
|
901
|
-
| '<ident-token>'
|
|
902
|
-
| '<function-token>'
|
|
903
|
-
| '<at-keyword-token>'
|
|
904
|
-
| '<hash-token>'
|
|
905
|
-
| '<string-token>'
|
|
906
|
-
| '<bad-string-token>'
|
|
907
|
-
| '<url-token>'
|
|
908
|
-
| '<bad-url-token>'
|
|
909
|
-
| '<delim-token>'
|
|
910
|
-
| '<number-token>'
|
|
911
|
-
| '<percentage-token>'
|
|
912
|
-
| '<dimension-token>'
|
|
913
|
-
| '<whitespace-token>'
|
|
914
|
-
| '<CDO-token>'
|
|
915
|
-
| '<CDC-token>'
|
|
916
|
-
| '<colon-token>'
|
|
917
|
-
| '<semicolon-token>'
|
|
918
|
-
| '<comma-token>'
|
|
919
|
-
| '<[-token>'
|
|
920
|
-
| '<]-token>'
|
|
921
|
-
| '<(-token>'
|
|
922
|
-
| '<)-token>'
|
|
923
|
-
| '<{-token>'
|
|
924
|
-
| '<}-token>'
|
|
925
|
-
| '<string>'
|
|
926
|
-
| '<ident>'
|
|
927
|
-
| '<custom-ident>'
|
|
928
|
-
| '<custom-property-name>'
|
|
929
|
-
| '<hex-color>'
|
|
930
|
-
| '<an-plus-b>'
|
|
931
|
-
| '<urange>'
|
|
932
|
-
| '<declaration-value>'
|
|
933
|
-
| '<any-value>'
|
|
934
|
-
| '<dimension>'
|
|
935
|
-
| '<angle>'
|
|
936
|
-
| '<decibel>'
|
|
937
|
-
| '<frequency>'
|
|
938
|
-
| '<flex>'
|
|
939
|
-
| '<length>'
|
|
940
|
-
| '<resolution>'
|
|
941
|
-
| '<semitones>'
|
|
942
|
-
| '<time>'
|
|
943
|
-
| '<percentage>'
|
|
944
|
-
| '<zero>'
|
|
945
|
-
| '<number>'
|
|
946
|
-
| '<integer>'
|
|
947
|
-
| '<-ms-legacy-expression>'
|
|
948
|
-
| '<bcp-47>'
|
|
949
|
-
)
|
|
950
|
-
| (
|
|
951
|
-
| 'Any'
|
|
952
|
-
| 'NoEmptyAny'
|
|
953
|
-
| 'OneLineAny'
|
|
954
|
-
| 'Zero'
|
|
955
|
-
| 'Number'
|
|
956
|
-
| 'Int'
|
|
957
|
-
| 'Uint'
|
|
958
|
-
| 'XMLName'
|
|
959
|
-
| 'DOMID'
|
|
960
|
-
| 'FunctionBody'
|
|
961
|
-
| 'Pattern'
|
|
962
|
-
| 'DateTime'
|
|
963
|
-
| 'TabIndex'
|
|
964
|
-
| 'BCP47'
|
|
965
|
-
| 'URL'
|
|
966
|
-
| 'AbsoluteURL'
|
|
967
|
-
| 'HashName'
|
|
968
|
-
| 'OneCodePointChar'
|
|
969
|
-
| 'CustomElementName'
|
|
970
|
-
| 'BrowsingContextName'
|
|
971
|
-
| 'BrowsingContextNameOrKeyword'
|
|
972
|
-
| 'HTTPSchemaURL'
|
|
973
|
-
| 'MIMEType'
|
|
974
|
-
| 'ItemProp'
|
|
975
|
-
| 'Srcset'
|
|
976
|
-
| 'SourceSizeList'
|
|
977
|
-
| 'IconSize'
|
|
978
|
-
| 'AutoComplete'
|
|
979
|
-
| 'Accept'
|
|
980
|
-
| 'SerializedPermissionsPolicy'
|
|
981
|
-
| '<css-declaration-list>'
|
|
982
|
-
| '<class-list>'
|
|
983
|
-
| '<svg-font-size>'
|
|
984
|
-
| '<svg-font-size-adjust>'
|
|
985
|
-
| "<'color-profile'>"
|
|
986
|
-
| "<'color-rendering'>"
|
|
987
|
-
| "<'enable-background'>"
|
|
988
|
-
| '<list-of-svg-feature-string>'
|
|
989
|
-
| '<animatable-value>'
|
|
990
|
-
| '<begin-value-list>'
|
|
991
|
-
| '<end-value-list>'
|
|
992
|
-
| '<list-of-value>'
|
|
993
|
-
| '<clock-value>'
|
|
994
|
-
| '<color-matrix>'
|
|
995
|
-
| '<dasharray>'
|
|
996
|
-
| '<key-points>'
|
|
997
|
-
| '<key-splines>'
|
|
998
|
-
| '<key-times>'
|
|
999
|
-
| '<system-language>'
|
|
1000
|
-
| '<origin>'
|
|
1001
|
-
| '<svg-path>'
|
|
1002
|
-
| '<points>'
|
|
1003
|
-
| '<preserve-aspect-ratio>'
|
|
1004
|
-
| '<view-box>'
|
|
1005
|
-
| '<rotate>'
|
|
1006
|
-
| '<text-coordinate>'
|
|
1007
|
-
| '<list-of-lengths>'
|
|
1008
|
-
| '<list-of-numbers>'
|
|
1009
|
-
| '<list-of-percentages>'
|
|
1010
|
-
| '<number-optional-number>'
|
|
1011
|
-
)
|
|
1012
|
-
| 'Boolean'
|
|
1013
|
-
)
|
|
1014
|
-
| {
|
|
1015
|
-
token:
|
|
1016
|
-
| (
|
|
1017
|
-
| 'Any'
|
|
1018
|
-
| 'NoEmptyAny'
|
|
1019
|
-
| 'OneLineAny'
|
|
1020
|
-
| 'Zero'
|
|
1021
|
-
| 'Number'
|
|
1022
|
-
| 'Int'
|
|
1023
|
-
| 'Uint'
|
|
1024
|
-
| 'XMLName'
|
|
1025
|
-
| 'DOMID'
|
|
1026
|
-
| 'FunctionBody'
|
|
1027
|
-
| 'Pattern'
|
|
1028
|
-
| 'DateTime'
|
|
1029
|
-
| 'TabIndex'
|
|
1030
|
-
| 'BCP47'
|
|
1031
|
-
| 'URL'
|
|
1032
|
-
| 'AbsoluteURL'
|
|
1033
|
-
| 'HashName'
|
|
1034
|
-
| 'OneCodePointChar'
|
|
1035
|
-
| 'CustomElementName'
|
|
1036
|
-
| 'BrowsingContextName'
|
|
1037
|
-
| 'BrowsingContextNameOrKeyword'
|
|
1038
|
-
| 'HTTPSchemaURL'
|
|
1039
|
-
| 'MIMEType'
|
|
1040
|
-
| 'ItemProp'
|
|
1041
|
-
| 'Srcset'
|
|
1042
|
-
| 'SourceSizeList'
|
|
1043
|
-
| 'IconSize'
|
|
1044
|
-
| 'AutoComplete'
|
|
1045
|
-
| 'Accept'
|
|
1046
|
-
| 'SerializedPermissionsPolicy'
|
|
1047
|
-
| '<css-declaration-list>'
|
|
1048
|
-
| '<class-list>'
|
|
1049
|
-
| '<svg-font-size>'
|
|
1050
|
-
| '<svg-font-size-adjust>'
|
|
1051
|
-
| "<'color-profile'>"
|
|
1052
|
-
| "<'color-rendering'>"
|
|
1053
|
-
| "<'enable-background'>"
|
|
1054
|
-
| '<list-of-svg-feature-string>'
|
|
1055
|
-
| '<animatable-value>'
|
|
1056
|
-
| '<begin-value-list>'
|
|
1057
|
-
| '<end-value-list>'
|
|
1058
|
-
| '<list-of-value>'
|
|
1059
|
-
| '<clock-value>'
|
|
1060
|
-
| '<color-matrix>'
|
|
1061
|
-
| '<dasharray>'
|
|
1062
|
-
| '<key-points>'
|
|
1063
|
-
| '<key-splines>'
|
|
1064
|
-
| '<key-times>'
|
|
1065
|
-
| '<system-language>'
|
|
1066
|
-
| '<origin>'
|
|
1067
|
-
| '<svg-path>'
|
|
1068
|
-
| '<points>'
|
|
1069
|
-
| '<preserve-aspect-ratio>'
|
|
1070
|
-
| '<view-box>'
|
|
1071
|
-
| '<rotate>'
|
|
1072
|
-
| '<text-coordinate>'
|
|
1073
|
-
| '<list-of-lengths>'
|
|
1074
|
-
| '<list-of-numbers>'
|
|
1075
|
-
| '<list-of-percentages>'
|
|
1076
|
-
| '<number-optional-number>'
|
|
1077
|
-
)
|
|
1078
|
-
| {
|
|
1079
|
-
enum: [string, ...string[]];
|
|
1080
|
-
disallowToSurroundBySpaces?: boolean;
|
|
1081
|
-
caseInsensitive?: boolean;
|
|
1082
|
-
invalidValueDefault?: string;
|
|
1083
|
-
missingValueDefault?: string;
|
|
1084
|
-
sameStates?: {
|
|
1085
|
-
[k: string]: unknown;
|
|
1086
|
-
};
|
|
1087
|
-
};
|
|
1088
|
-
disallowToSurroundBySpaces?: boolean;
|
|
1089
|
-
allowEmpty?: boolean;
|
|
1090
|
-
ordered?: boolean;
|
|
1091
|
-
unique?: boolean;
|
|
1092
|
-
caseInsensitive?: boolean;
|
|
1093
|
-
number?:
|
|
1094
|
-
| ('zeroOrMore' | 'oneOrMore')
|
|
1095
|
-
| {
|
|
1096
|
-
min: number;
|
|
1097
|
-
max: number;
|
|
1098
|
-
};
|
|
1099
|
-
separator: 'space' | 'comma';
|
|
1100
|
-
}
|
|
1101
|
-
| {
|
|
1102
|
-
enum: [string, ...string[]];
|
|
1103
|
-
disallowToSurroundBySpaces?: boolean;
|
|
1104
|
-
caseInsensitive?: boolean;
|
|
1105
|
-
invalidValueDefault?: string;
|
|
1106
|
-
missingValueDefault?: string;
|
|
1107
|
-
sameStates?: {
|
|
1108
|
-
[k: string]: unknown;
|
|
1109
|
-
};
|
|
1110
|
-
}
|
|
1111
|
-
| {
|
|
1112
|
-
type: 'float' | 'integer';
|
|
1113
|
-
gt?: number;
|
|
1114
|
-
gte?: number;
|
|
1115
|
-
lt?: number;
|
|
1116
|
-
lte?: number;
|
|
1117
|
-
clampable?: boolean;
|
|
1118
|
-
};
|
|
1119
|
-
export declare type AttributeCondition =
|
|
1120
|
-
| {
|
|
1121
|
-
ancestor: Selectors;
|
|
1122
|
-
}
|
|
1123
|
-
| {
|
|
1124
|
-
self: Selectors;
|
|
1125
|
-
};
|
|
6
|
+
export declare type AttributeType = (("<'--*'>" | "<'-ms-accelerator'>" | "<'-ms-block-progression'>" | "<'-ms-content-zoom-chaining'>" | "<'-ms-content-zooming'>" | "<'-ms-content-zoom-limit'>" | "<'-ms-content-zoom-limit-max'>" | "<'-ms-content-zoom-limit-min'>" | "<'-ms-content-zoom-snap'>" | "<'-ms-content-zoom-snap-points'>" | "<'-ms-content-zoom-snap-type'>" | "<'-ms-filter'>" | "<'-ms-flow-from'>" | "<'-ms-flow-into'>" | "<'-ms-grid-columns'>" | "<'-ms-grid-rows'>" | "<'-ms-high-contrast-adjust'>" | "<'-ms-hyphenate-limit-chars'>" | "<'-ms-hyphenate-limit-lines'>" | "<'-ms-hyphenate-limit-zone'>" | "<'-ms-ime-align'>" | "<'-ms-overflow-style'>" | "<'-ms-scrollbar-3dlight-color'>" | "<'-ms-scrollbar-arrow-color'>" | "<'-ms-scrollbar-base-color'>" | "<'-ms-scrollbar-darkshadow-color'>" | "<'-ms-scrollbar-face-color'>" | "<'-ms-scrollbar-highlight-color'>" | "<'-ms-scrollbar-shadow-color'>" | "<'-ms-scrollbar-track-color'>" | "<'-ms-scroll-chaining'>" | "<'-ms-scroll-limit'>" | "<'-ms-scroll-limit-x-max'>" | "<'-ms-scroll-limit-x-min'>" | "<'-ms-scroll-limit-y-max'>" | "<'-ms-scroll-limit-y-min'>" | "<'-ms-scroll-rails'>" | "<'-ms-scroll-snap-points-x'>" | "<'-ms-scroll-snap-points-y'>" | "<'-ms-scroll-snap-type'>" | "<'-ms-scroll-snap-x'>" | "<'-ms-scroll-snap-y'>" | "<'-ms-scroll-translation'>" | "<'-ms-text-autospace'>" | "<'-ms-touch-select'>" | "<'-ms-user-select'>" | "<'-ms-wrap-flow'>" | "<'-ms-wrap-margin'>" | "<'-ms-wrap-through'>" | "<'-moz-appearance'>" | "<'-moz-binding'>" | "<'-moz-border-bottom-colors'>" | "<'-moz-border-left-colors'>" | "<'-moz-border-right-colors'>" | "<'-moz-border-top-colors'>" | "<'-moz-context-properties'>" | "<'-moz-float-edge'>" | "<'-moz-force-broken-image-icon'>" | "<'-moz-image-region'>" | "<'-moz-orient'>" | "<'-moz-outline-radius'>" | "<'-moz-outline-radius-bottomleft'>" | "<'-moz-outline-radius-bottomright'>" | "<'-moz-outline-radius-topleft'>" | "<'-moz-outline-radius-topright'>" | "<'-moz-stack-sizing'>" | "<'-moz-text-blink'>" | "<'-moz-user-focus'>" | "<'-moz-user-input'>" | "<'-moz-user-modify'>" | "<'-moz-window-dragging'>" | "<'-moz-window-shadow'>" | "<'-webkit-appearance'>" | "<'-webkit-border-before'>" | "<'-webkit-border-before-color'>" | "<'-webkit-border-before-style'>" | "<'-webkit-border-before-width'>" | "<'-webkit-box-reflect'>" | "<'-webkit-line-clamp'>" | "<'-webkit-mask'>" | "<'-webkit-mask-attachment'>" | "<'-webkit-mask-clip'>" | "<'-webkit-mask-composite'>" | "<'-webkit-mask-image'>" | "<'-webkit-mask-origin'>" | "<'-webkit-mask-position'>" | "<'-webkit-mask-position-x'>" | "<'-webkit-mask-position-y'>" | "<'-webkit-mask-repeat'>" | "<'-webkit-mask-repeat-x'>" | "<'-webkit-mask-repeat-y'>" | "<'-webkit-mask-size'>" | "<'-webkit-overflow-scrolling'>" | "<'-webkit-tap-highlight-color'>" | "<'-webkit-text-fill-color'>" | "<'-webkit-text-stroke'>" | "<'-webkit-text-stroke-color'>" | "<'-webkit-text-stroke-width'>" | "<'-webkit-touch-callout'>" | "<'-webkit-user-modify'>" | "<'align-content'>" | "<'align-items'>" | "<'align-self'>" | "<'align-tracks'>" | "<'all'>" | "<'animation'>" | "<'animation-delay'>" | "<'animation-direction'>" | "<'animation-duration'>" | "<'animation-fill-mode'>" | "<'animation-iteration-count'>" | "<'animation-name'>" | "<'animation-play-state'>" | "<'animation-timing-function'>" | "<'appearance'>" | "<'aspect-ratio'>" | "<'azimuth'>" | "<'backdrop-filter'>" | "<'backface-visibility'>" | "<'background'>" | "<'background-attachment'>" | "<'background-blend-mode'>" | "<'background-clip'>" | "<'background-color'>" | "<'background-image'>" | "<'background-origin'>" | "<'background-position'>" | "<'background-position-x'>" | "<'background-position-y'>" | "<'background-repeat'>" | "<'background-size'>" | "<'block-overflow'>" | "<'block-size'>" | "<'border'>" | "<'border-block'>" | "<'border-block-color'>" | "<'border-block-style'>" | "<'border-block-width'>" | "<'border-block-end'>" | "<'border-block-end-color'>" | "<'border-block-end-style'>" | "<'border-block-end-width'>" | "<'border-block-start'>" | "<'border-block-start-color'>" | "<'border-block-start-style'>" | "<'border-block-start-width'>" | "<'border-bottom'>" | "<'border-bottom-color'>" | "<'border-bottom-left-radius'>" | "<'border-bottom-right-radius'>" | "<'border-bottom-style'>" | "<'border-bottom-width'>" | "<'border-collapse'>" | "<'border-color'>" | "<'border-end-end-radius'>" | "<'border-end-start-radius'>" | "<'border-image'>" | "<'border-image-outset'>" | "<'border-image-repeat'>" | "<'border-image-slice'>" | "<'border-image-source'>" | "<'border-image-width'>" | "<'border-inline'>" | "<'border-inline-end'>" | "<'border-inline-color'>" | "<'border-inline-style'>" | "<'border-inline-width'>" | "<'border-inline-end-color'>" | "<'border-inline-end-style'>" | "<'border-inline-end-width'>" | "<'border-inline-start'>" | "<'border-inline-start-color'>" | "<'border-inline-start-style'>" | "<'border-inline-start-width'>" | "<'border-left'>" | "<'border-left-color'>" | "<'border-left-style'>" | "<'border-left-width'>" | "<'border-radius'>" | "<'border-right'>" | "<'border-right-color'>" | "<'border-right-style'>" | "<'border-right-width'>" | "<'border-spacing'>" | "<'border-start-end-radius'>" | "<'border-start-start-radius'>" | "<'border-style'>" | "<'border-top'>" | "<'border-top-color'>" | "<'border-top-left-radius'>" | "<'border-top-right-radius'>" | "<'border-top-style'>" | "<'border-top-width'>" | "<'border-width'>" | "<'bottom'>" | "<'box-align'>" | "<'box-decoration-break'>" | "<'box-direction'>" | "<'box-flex'>" | "<'box-flex-group'>" | "<'box-lines'>" | "<'box-ordinal-group'>" | "<'box-orient'>" | "<'box-pack'>" | "<'box-shadow'>" | "<'box-sizing'>" | "<'break-after'>" | "<'break-before'>" | "<'break-inside'>" | "<'caption-side'>" | "<'caret-color'>" | "<'clear'>" | "<'clip'>" | "<'clip-path'>" | "<'color'>" | "<'color-adjust'>" | "<'column-count'>" | "<'column-fill'>" | "<'column-gap'>" | "<'column-rule'>" | "<'column-rule-color'>" | "<'column-rule-style'>" | "<'column-rule-width'>" | "<'column-span'>" | "<'column-width'>" | "<'columns'>" | "<'contain'>" | "<'content'>" | "<'counter-increment'>" | "<'counter-reset'>" | "<'counter-set'>" | "<'cursor'>" | "<'direction'>" | "<'display'>" | "<'empty-cells'>" | "<'filter'>" | "<'flex'>" | "<'flex-basis'>" | "<'flex-direction'>" | "<'flex-flow'>" | "<'flex-grow'>" | "<'flex-shrink'>" | "<'flex-wrap'>" | "<'float'>" | "<'font'>" | "<'font-family'>" | "<'font-feature-settings'>" | "<'font-kerning'>" | "<'font-language-override'>" | "<'font-optical-sizing'>" | "<'font-variation-settings'>" | "<'font-size'>" | "<'font-size-adjust'>" | "<'font-smooth'>" | "<'font-stretch'>" | "<'font-style'>" | "<'font-synthesis'>" | "<'font-variant'>" | "<'font-variant-alternates'>" | "<'font-variant-caps'>" | "<'font-variant-east-asian'>" | "<'font-variant-ligatures'>" | "<'font-variant-numeric'>" | "<'font-variant-position'>" | "<'font-weight'>" | "<'gap'>" | "<'grid'>" | "<'grid-area'>" | "<'grid-auto-columns'>" | "<'grid-auto-flow'>" | "<'grid-auto-rows'>" | "<'grid-column'>" | "<'grid-column-end'>" | "<'grid-column-gap'>" | "<'grid-column-start'>" | "<'grid-gap'>" | "<'grid-row'>" | "<'grid-row-end'>" | "<'grid-row-gap'>" | "<'grid-row-start'>" | "<'grid-template'>" | "<'grid-template-areas'>" | "<'grid-template-columns'>" | "<'grid-template-rows'>" | "<'hanging-punctuation'>" | "<'height'>" | "<'hyphens'>" | "<'image-orientation'>" | "<'image-rendering'>" | "<'image-resolution'>" | "<'ime-mode'>" | "<'initial-letter'>" | "<'initial-letter-align'>" | "<'inline-size'>" | "<'inset'>" | "<'inset-block'>" | "<'inset-block-end'>" | "<'inset-block-start'>" | "<'inset-inline'>" | "<'inset-inline-end'>" | "<'inset-inline-start'>" | "<'isolation'>" | "<'justify-content'>" | "<'justify-items'>" | "<'justify-self'>" | "<'justify-tracks'>" | "<'left'>" | "<'letter-spacing'>" | "<'line-break'>" | "<'line-clamp'>" | "<'line-height'>" | "<'line-height-step'>" | "<'list-style'>" | "<'list-style-image'>" | "<'list-style-position'>" | "<'list-style-type'>" | "<'margin'>" | "<'margin-block'>" | "<'margin-block-end'>" | "<'margin-block-start'>" | "<'margin-bottom'>" | "<'margin-inline'>" | "<'margin-inline-end'>" | "<'margin-inline-start'>" | "<'margin-left'>" | "<'margin-right'>" | "<'margin-top'>" | "<'margin-trim'>" | "<'mask'>" | "<'mask-border'>" | "<'mask-border-mode'>" | "<'mask-border-outset'>" | "<'mask-border-repeat'>" | "<'mask-border-slice'>" | "<'mask-border-source'>" | "<'mask-border-width'>" | "<'mask-clip'>" | "<'mask-composite'>" | "<'mask-image'>" | "<'mask-mode'>" | "<'mask-origin'>" | "<'mask-position'>" | "<'mask-repeat'>" | "<'mask-size'>" | "<'mask-type'>" | "<'masonry-auto-flow'>" | "<'math-style'>" | "<'max-block-size'>" | "<'max-height'>" | "<'max-inline-size'>" | "<'max-lines'>" | "<'max-width'>" | "<'min-block-size'>" | "<'min-height'>" | "<'min-inline-size'>" | "<'min-width'>" | "<'mix-blend-mode'>" | "<'object-fit'>" | "<'object-position'>" | "<'offset'>" | "<'offset-anchor'>" | "<'offset-distance'>" | "<'offset-path'>" | "<'offset-position'>" | "<'offset-rotate'>" | "<'opacity'>" | "<'order'>" | "<'orphans'>" | "<'outline'>" | "<'outline-color'>" | "<'outline-offset'>" | "<'outline-style'>" | "<'outline-width'>" | "<'overflow'>" | "<'overflow-anchor'>" | "<'overflow-block'>" | "<'overflow-clip-box'>" | "<'overflow-inline'>" | "<'overflow-wrap'>" | "<'overflow-x'>" | "<'overflow-y'>" | "<'overscroll-behavior'>" | "<'overscroll-behavior-block'>" | "<'overscroll-behavior-inline'>" | "<'overscroll-behavior-x'>" | "<'overscroll-behavior-y'>" | "<'padding'>" | "<'padding-block'>" | "<'padding-block-end'>" | "<'padding-block-start'>" | "<'padding-bottom'>" | "<'padding-inline'>" | "<'padding-inline-end'>" | "<'padding-inline-start'>" | "<'padding-left'>" | "<'padding-right'>" | "<'padding-top'>" | "<'page-break-after'>" | "<'page-break-before'>" | "<'page-break-inside'>" | "<'paint-order'>" | "<'perspective'>" | "<'perspective-origin'>" | "<'place-content'>" | "<'place-items'>" | "<'place-self'>" | "<'pointer-events'>" | "<'position'>" | "<'quotes'>" | "<'resize'>" | "<'right'>" | "<'rotate'>" | "<'row-gap'>" | "<'ruby-align'>" | "<'ruby-merge'>" | "<'ruby-position'>" | "<'scale'>" | "<'scrollbar-color'>" | "<'scrollbar-gutter'>" | "<'scrollbar-width'>" | "<'scroll-behavior'>" | "<'scroll-margin'>" | "<'scroll-margin-block'>" | "<'scroll-margin-block-start'>" | "<'scroll-margin-block-end'>" | "<'scroll-margin-bottom'>" | "<'scroll-margin-inline'>" | "<'scroll-margin-inline-start'>" | "<'scroll-margin-inline-end'>" | "<'scroll-margin-left'>" | "<'scroll-margin-right'>" | "<'scroll-margin-top'>" | "<'scroll-padding'>" | "<'scroll-padding-block'>" | "<'scroll-padding-block-start'>" | "<'scroll-padding-block-end'>" | "<'scroll-padding-bottom'>" | "<'scroll-padding-inline'>" | "<'scroll-padding-inline-start'>" | "<'scroll-padding-inline-end'>" | "<'scroll-padding-left'>" | "<'scroll-padding-right'>" | "<'scroll-padding-top'>" | "<'scroll-snap-align'>" | "<'scroll-snap-coordinate'>" | "<'scroll-snap-destination'>" | "<'scroll-snap-points-x'>" | "<'scroll-snap-points-y'>" | "<'scroll-snap-stop'>" | "<'scroll-snap-type'>" | "<'scroll-snap-type-x'>" | "<'scroll-snap-type-y'>" | "<'shape-image-threshold'>" | "<'shape-margin'>" | "<'shape-outside'>" | "<'tab-size'>" | "<'table-layout'>" | "<'text-align'>" | "<'text-align-last'>" | "<'text-combine-upright'>" | "<'text-decoration'>" | "<'text-decoration-color'>" | "<'text-decoration-line'>" | "<'text-decoration-skip'>" | "<'text-decoration-skip-ink'>" | "<'text-decoration-style'>" | "<'text-decoration-thickness'>" | "<'text-emphasis'>" | "<'text-emphasis-color'>" | "<'text-emphasis-position'>" | "<'text-emphasis-style'>" | "<'text-indent'>" | "<'text-justify'>" | "<'text-orientation'>" | "<'text-overflow'>" | "<'text-rendering'>" | "<'text-shadow'>" | "<'text-size-adjust'>" | "<'text-transform'>" | "<'text-underline-offset'>" | "<'text-underline-position'>" | "<'top'>" | "<'touch-action'>" | "<'transform'>" | "<'transform-box'>" | "<'transform-origin'>" | "<'transform-style'>" | "<'transition'>" | "<'transition-delay'>" | "<'transition-duration'>" | "<'transition-property'>" | "<'transition-timing-function'>" | "<'translate'>" | "<'unicode-bidi'>" | "<'user-select'>" | "<'vertical-align'>" | "<'visibility'>" | "<'white-space'>" | "<'widows'>" | "<'width'>" | "<'will-change'>" | "<'word-break'>" | "<'word-spacing'>" | "<'word-wrap'>" | "<'writing-mode'>" | "<'z-index'>" | "<'zoom'>" | "<'-moz-background-clip'>" | "<'-moz-border-radius-bottomleft'>" | "<'-moz-border-radius-bottomright'>" | "<'-moz-border-radius-topleft'>" | "<'-moz-border-radius-topright'>" | "<'-moz-control-character-visibility'>" | "<'-moz-osx-font-smoothing'>" | "<'-moz-user-select'>" | "<'-ms-flex-align'>" | "<'-ms-flex-item-align'>" | "<'-ms-flex-line-pack'>" | "<'-ms-flex-negative'>" | "<'-ms-flex-pack'>" | "<'-ms-flex-order'>" | "<'-ms-flex-positive'>" | "<'-ms-flex-preferred-size'>" | "<'-ms-interpolation-mode'>" | "<'-ms-grid-column-align'>" | "<'-ms-grid-row-align'>" | "<'-ms-hyphenate-limit-last'>" | "<'-webkit-background-clip'>" | "<'-webkit-column-break-after'>" | "<'-webkit-column-break-before'>" | "<'-webkit-column-break-inside'>" | "<'-webkit-font-smoothing'>" | "<'-webkit-mask-box-image'>" | "<'-webkit-print-color-adjust'>" | "<'-webkit-text-security'>" | "<'-webkit-user-drag'>" | "<'-webkit-user-select'>" | "<'alignment-baseline'>" | "<'baseline-shift'>" | "<'behavior'>" | "<'clip-rule'>" | "<'cue'>" | "<'cue-after'>" | "<'cue-before'>" | "<'dominant-baseline'>" | "<'fill'>" | "<'fill-opacity'>" | "<'fill-rule'>" | "<'glyph-orientation-horizontal'>" | "<'glyph-orientation-vertical'>" | "<'kerning'>" | "<'marker'>" | "<'marker-end'>" | "<'marker-mid'>" | "<'marker-start'>" | "<'pause'>" | "<'pause-after'>" | "<'pause-before'>" | "<'rest'>" | "<'rest-after'>" | "<'rest-before'>" | "<'shape-rendering'>" | "<'src'>" | "<'speak'>" | "<'speak-as'>" | "<'stroke'>" | "<'stroke-dasharray'>" | "<'stroke-dashoffset'>" | "<'stroke-linecap'>" | "<'stroke-linejoin'>" | "<'stroke-miterlimit'>" | "<'stroke-opacity'>" | "<'stroke-width'>" | "<'text-anchor'>" | "<'unicode-range'>" | "<'voice-balance'>" | "<'voice-duration'>" | "<'voice-family'>" | "<'voice-pitch'>" | "<'voice-range'>" | "<'voice-rate'>" | "<'voice-stress'>" | "<'voice-volume'>" | '<absolute-size>' | '<alpha-value>' | '<angle-percentage>' | '<angular-color-hint>' | '<angular-color-stop>' | '<angular-color-stop-list>' | '<animateable-feature>' | '<attachment>' | '<attr()>' | '<attr-matcher>' | '<attr-modifier>' | '<attribute-selector>' | '<auto-repeat>' | '<auto-track-list>' | '<baseline-position>' | '<basic-shape>' | '<bg-image>' | '<bg-layer>' | '<bg-position>' | '<bg-size>' | '<blur()>' | '<blend-mode>' | '<box>' | '<brightness()>' | '<calc()>' | '<calc-sum>' | '<calc-product>' | '<calc-value>' | '<cf-final-image>' | '<cf-mixing-image>' | '<circle()>' | '<clamp()>' | '<class-selector>' | '<clip-source>' | '<color>' | '<color-stop>' | '<color-stop-angle>' | '<color-stop-length>' | '<color-stop-list>' | '<combinator>' | '<common-lig-values>' | '<compat-auto>' | '<composite-style>' | '<compositing-operator>' | '<compound-selector>' | '<compound-selector-list>' | '<complex-selector>' | '<complex-selector-list>' | '<conic-gradient()>' | '<contextual-alt-values>' | '<content-distribution>' | '<content-list>' | '<content-position>' | '<content-replacement>' | '<contrast()>' | '<counter()>' | '<counter-style>' | '<counter-style-name>' | '<counters()>' | '<cross-fade()>' | '<cubic-bezier-timing-function>' | '<deprecated-system-color>' | '<discretionary-lig-values>' | '<display-box>' | '<display-inside>' | '<display-internal>' | '<display-legacy>' | '<display-listitem>' | '<display-outside>' | '<drop-shadow()>' | '<east-asian-variant-values>' | '<east-asian-width-values>' | '<element()>' | '<ellipse()>' | '<ending-shape>' | '<env()>' | '<explicit-track-list>' | '<family-name>' | '<feature-tag-value>' | '<feature-type>' | '<feature-value-block>' | '<feature-value-block-list>' | '<feature-value-declaration>' | '<feature-value-declaration-list>' | '<feature-value-name>' | '<fill-rule>' | '<filter-function>' | '<filter-function-list>' | '<final-bg-layer>' | '<fit-content()>' | '<fixed-breadth>' | '<fixed-repeat>' | '<fixed-size>' | '<font-stretch-absolute>' | '<font-variant-css21>' | '<font-weight-absolute>' | '<frequency-percentage>' | '<general-enclosed>' | '<generic-family>' | '<generic-name>' | '<geometry-box>' | '<gradient>' | '<grayscale()>' | '<grid-line>' | '<historical-lig-values>' | '<hsl()>' | '<hsla()>' | '<hue>' | '<hue-rotate()>' | '<id-selector>' | '<image>' | '<image()>' | '<image-set()>' | '<image-set-option>' | '<image-src>' | '<image-tags>' | '<inflexible-breadth>' | '<inset()>' | '<invert()>' | '<keyframes-name>' | '<keyframe-block>' | '<keyframe-block-list>' | '<keyframe-selector>' | '<leader()>' | '<leader-type>' | '<length-percentage>' | '<line-names>' | '<line-name-list>' | '<line-style>' | '<line-width>' | '<linear-color-hint>' | '<linear-color-stop>' | '<linear-gradient()>' | '<mask-layer>' | '<mask-position>' | '<mask-reference>' | '<mask-source>' | '<masking-mode>' | '<matrix()>' | '<matrix3d()>' | '<max()>' | '<media-and>' | '<media-condition>' | '<media-condition-without-or>' | '<media-feature>' | '<media-in-parens>' | '<media-not>' | '<media-or>' | '<media-query>' | '<media-query-list>' | '<media-type>' | '<mf-boolean>' | '<mf-name>' | '<mf-plain>' | '<mf-range>' | '<mf-value>' | '<min()>' | '<minmax()>' | '<named-color>' | '<namespace-prefix>' | '<ns-prefix>' | '<number-percentage>' | '<numeric-figure-values>' | '<numeric-fraction-values>' | '<numeric-spacing-values>' | '<nth>' | '<opacity()>' | '<overflow-position>' | '<outline-radius>' | '<page-body>' | '<page-margin-box>' | '<page-margin-box-type>' | '<page-selector-list>' | '<page-selector>' | '<path()>' | '<paint()>' | '<perspective()>' | '<polygon()>' | '<position>' | '<pseudo-class-selector>' | '<pseudo-element-selector>' | '<pseudo-page>' | '<quote>' | '<radial-gradient()>' | '<relative-selector>' | '<relative-selector-list>' | '<relative-size>' | '<repeat-style>' | '<repeating-linear-gradient()>' | '<repeating-radial-gradient()>' | '<rgb()>' | '<rgba()>' | '<rotate()>' | '<rotate3d()>' | '<rotateX()>' | '<rotateY()>' | '<rotateZ()>' | '<saturate()>' | '<scale()>' | '<scale3d()>' | '<scaleX()>' | '<scaleY()>' | '<scaleZ()>' | '<self-position>' | '<shape-radius>' | '<skew()>' | '<skewX()>' | '<skewY()>' | '<sepia()>' | '<shadow>' | '<shadow-t>' | '<shape>' | '<shape-box>' | '<side-or-corner>' | '<single-animation>' | '<single-animation-direction>' | '<single-animation-fill-mode>' | '<single-animation-iteration-count>' | '<single-animation-play-state>' | '<single-transition>' | '<single-transition-property>' | '<size>' | '<step-position>' | '<step-timing-function>' | '<subclass-selector>' | '<supports-condition>' | '<supports-in-parens>' | '<supports-feature>' | '<supports-decl>' | '<supports-selector-fn>' | '<symbol>' | '<target>' | '<target-counter()>' | '<target-counters()>' | '<target-text()>' | '<time-percentage>' | '<timing-function>' | '<track-breadth>' | '<track-list>' | '<track-repeat>' | '<track-size>' | '<transform-function>' | '<transform-list>' | '<translate()>' | '<translate3d()>' | '<translateX()>' | '<translateY()>' | '<translateZ()>' | '<type-or-unit>' | '<type-selector>' | '<var()>' | '<viewport-length>' | '<wq-name>' | '<-legacy-gradient>' | '<-legacy-linear-gradient>' | '<-legacy-repeating-linear-gradient>' | '<-legacy-linear-gradient-arguments>' | '<-legacy-radial-gradient>' | '<-legacy-repeating-radial-gradient>' | '<-legacy-radial-gradient-arguments>' | '<-legacy-radial-gradient-size>' | '<-legacy-radial-gradient-shape>' | '<-non-standard-font>' | '<-non-standard-color>' | '<-non-standard-image-rendering>' | '<-non-standard-overflow>' | '<-non-standard-width>' | '<-webkit-gradient()>' | '<-webkit-gradient-color-stop>' | '<-webkit-gradient-point>' | '<-webkit-gradient-radius>' | '<-webkit-gradient-type>' | '<-webkit-mask-box-repeat>' | '<-webkit-mask-clip-style>' | '<-ms-filter-function-list>' | '<-ms-filter-function>' | '<-ms-filter-function-progid>' | '<-ms-filter-function-legacy>' | '<-ms-filter>' | '<age>' | '<attr-name>' | '<attr-fallback>' | '<border-radius>' | '<bottom>' | '<generic-voice>' | '<gender>' | '<left>' | '<mask-image>' | '<name-repeat>' | '<paint>' | '<page-size>' | '<ratio>' | '<right>' | '<svg-length>' | '<svg-writing-mode>' | '<top>' | '<track-group>' | '<track-list-v0>' | '<track-minmax>' | '<x>' | '<y>' | '<declaration>' | '<declaration-list>' | '<url>' | '<url-modifier>' | '<number-zero-one>' | '<number-one-or-greater>' | '<positive-integer>' | '<-non-standard-display>' | '<ident-token>' | '<function-token>' | '<at-keyword-token>' | '<hash-token>' | '<string-token>' | '<bad-string-token>' | '<url-token>' | '<bad-url-token>' | '<delim-token>' | '<number-token>' | '<percentage-token>' | '<dimension-token>' | '<whitespace-token>' | '<CDO-token>' | '<CDC-token>' | '<colon-token>' | '<semicolon-token>' | '<comma-token>' | '<[-token>' | '<]-token>' | '<(-token>' | '<)-token>' | '<{-token>' | '<}-token>' | '<string>' | '<ident>' | '<custom-ident>' | '<custom-property-name>' | '<hex-color>' | '<an-plus-b>' | '<urange>' | '<declaration-value>' | '<any-value>' | '<dimension>' | '<angle>' | '<decibel>' | '<frequency>' | '<flex>' | '<length>' | '<resolution>' | '<semitones>' | '<time>' | '<percentage>' | '<zero>' | '<number>' | '<integer>' | '<-ms-legacy-expression>' | '<bcp-47>') | ('Any' | 'NoEmptyAny' | 'OneLineAny' | 'Zero' | 'Number' | 'Int' | 'Uint' | 'XMLName' | 'DOMID' | 'FunctionBody' | 'Pattern' | 'DateTime' | 'TabIndex' | 'BCP47' | 'URL' | 'AbsoluteURL' | 'HashName' | 'OneCodePointChar' | 'CustomElementName' | 'BrowsingContextName' | 'BrowsingContextNameOrKeyword' | 'HTTPSchemaURL' | 'MIMEType' | 'ItemProp' | 'Srcset' | 'SourceSizeList' | 'IconSize' | 'AutoComplete' | 'Accept' | 'SerializedPermissionsPolicy' | '<css-declaration-list>' | '<class-list>' | '<svg-font-size>' | '<svg-font-size-adjust>' | "<'color-profile'>" | "<'color-rendering'>" | "<'enable-background'>" | '<list-of-svg-feature-string>' | '<animatable-value>' | '<begin-value-list>' | '<end-value-list>' | '<list-of-value>' | '<clock-value>' | '<color-matrix>' | '<dasharray>' | '<key-points>' | '<key-splines>' | '<key-times>' | '<system-language>' | '<origin>' | '<svg-path>' | '<points>' | '<preserve-aspect-ratio>' | '<view-box>' | '<rotate>' | '<text-coordinate>' | '<list-of-lengths>' | '<list-of-numbers>' | '<list-of-percentages>' | '<number-optional-number>') | 'Boolean') | {
|
|
7
|
+
token: ('Any' | 'NoEmptyAny' | 'OneLineAny' | 'Zero' | 'Number' | 'Int' | 'Uint' | 'XMLName' | 'DOMID' | 'FunctionBody' | 'Pattern' | 'DateTime' | 'TabIndex' | 'BCP47' | 'URL' | 'AbsoluteURL' | 'HashName' | 'OneCodePointChar' | 'CustomElementName' | 'BrowsingContextName' | 'BrowsingContextNameOrKeyword' | 'HTTPSchemaURL' | 'MIMEType' | 'ItemProp' | 'Srcset' | 'SourceSizeList' | 'IconSize' | 'AutoComplete' | 'Accept' | 'SerializedPermissionsPolicy' | '<css-declaration-list>' | '<class-list>' | '<svg-font-size>' | '<svg-font-size-adjust>' | "<'color-profile'>" | "<'color-rendering'>" | "<'enable-background'>" | '<list-of-svg-feature-string>' | '<animatable-value>' | '<begin-value-list>' | '<end-value-list>' | '<list-of-value>' | '<clock-value>' | '<color-matrix>' | '<dasharray>' | '<key-points>' | '<key-splines>' | '<key-times>' | '<system-language>' | '<origin>' | '<svg-path>' | '<points>' | '<preserve-aspect-ratio>' | '<view-box>' | '<rotate>' | '<text-coordinate>' | '<list-of-lengths>' | '<list-of-numbers>' | '<list-of-percentages>' | '<number-optional-number>') | {
|
|
8
|
+
enum: [string, ...string[]];
|
|
9
|
+
disallowToSurroundBySpaces?: boolean;
|
|
10
|
+
caseInsensitive?: boolean;
|
|
11
|
+
invalidValueDefault?: string;
|
|
12
|
+
missingValueDefault?: string;
|
|
13
|
+
sameStates?: {
|
|
14
|
+
[k: string]: unknown;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
disallowToSurroundBySpaces?: boolean;
|
|
18
|
+
allowEmpty?: boolean;
|
|
19
|
+
ordered?: boolean;
|
|
20
|
+
unique?: boolean;
|
|
21
|
+
caseInsensitive?: boolean;
|
|
22
|
+
number?: ('zeroOrMore' | 'oneOrMore') | {
|
|
23
|
+
min: number;
|
|
24
|
+
max: number;
|
|
25
|
+
};
|
|
26
|
+
separator: 'space' | 'comma';
|
|
27
|
+
} | {
|
|
28
|
+
enum: [string, ...string[]];
|
|
29
|
+
disallowToSurroundBySpaces?: boolean;
|
|
30
|
+
caseInsensitive?: boolean;
|
|
31
|
+
invalidValueDefault?: string;
|
|
32
|
+
missingValueDefault?: string;
|
|
33
|
+
sameStates?: {
|
|
34
|
+
[k: string]: unknown;
|
|
35
|
+
};
|
|
36
|
+
} | {
|
|
37
|
+
type: 'float' | 'integer';
|
|
38
|
+
gt?: number;
|
|
39
|
+
gte?: number;
|
|
40
|
+
lt?: number;
|
|
41
|
+
lte?: number;
|
|
42
|
+
clampable?: boolean;
|
|
43
|
+
};
|
|
44
|
+
export declare type AttributeCondition = {
|
|
45
|
+
ancestor: Selectors;
|
|
46
|
+
} | {
|
|
47
|
+
self: Selectors;
|
|
48
|
+
};
|
|
1126
49
|
export declare type Selectors = string | [string, string, ...string[]];
|
|
1127
50
|
export interface AttributesSchema {
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
51
|
+
tag: string;
|
|
52
|
+
ref: string;
|
|
53
|
+
global?: GlobalAttributes;
|
|
54
|
+
attributes: Attributes;
|
|
1132
55
|
}
|
|
1133
56
|
export interface GlobalAttributes {
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
| 'oncuechange'
|
|
1155
|
-
| 'ondblclick'
|
|
1156
|
-
| 'ondrag'
|
|
1157
|
-
| 'ondragend'
|
|
1158
|
-
| 'ondragenter'
|
|
1159
|
-
| 'ondragleave'
|
|
1160
|
-
| 'ondragover'
|
|
1161
|
-
| 'ondragstart'
|
|
1162
|
-
| 'ondrop'
|
|
1163
|
-
| 'ondurationchange'
|
|
1164
|
-
| 'onemptied'
|
|
1165
|
-
| 'onended'
|
|
1166
|
-
| 'onerror'
|
|
1167
|
-
| 'onfocus'
|
|
1168
|
-
| 'onformdata'
|
|
1169
|
-
| 'onfocusin'
|
|
1170
|
-
| 'onfocusout'
|
|
1171
|
-
| 'oninput'
|
|
1172
|
-
| 'oninvalid'
|
|
1173
|
-
| 'onkeydown'
|
|
1174
|
-
| 'onkeypress'
|
|
1175
|
-
| 'onkeyup'
|
|
1176
|
-
| 'onload'
|
|
1177
|
-
| 'onloadeddata'
|
|
1178
|
-
| 'onloadedmetadata'
|
|
1179
|
-
| 'onloadstart'
|
|
1180
|
-
| 'onmousedown'
|
|
1181
|
-
| 'onmouseenter'
|
|
1182
|
-
| 'onmouseleave'
|
|
1183
|
-
| 'onmousemove'
|
|
1184
|
-
| 'onmouseout'
|
|
1185
|
-
| 'onmouseover'
|
|
1186
|
-
| 'onmouseup'
|
|
1187
|
-
| 'onpause'
|
|
1188
|
-
| 'onplay'
|
|
1189
|
-
| 'onplaying'
|
|
1190
|
-
| 'onprogress'
|
|
1191
|
-
| 'onratechange'
|
|
1192
|
-
| 'onreset'
|
|
1193
|
-
| 'onresize'
|
|
1194
|
-
| 'onscroll'
|
|
1195
|
-
| 'onsecuritypolicyviolation'
|
|
1196
|
-
| 'onseeked'
|
|
1197
|
-
| 'onseeking'
|
|
1198
|
-
| 'onselect'
|
|
1199
|
-
| 'onslotchange'
|
|
1200
|
-
| 'onstalled'
|
|
1201
|
-
| 'onsubmit'
|
|
1202
|
-
| 'onsuspend'
|
|
1203
|
-
| 'ontimeupdate'
|
|
1204
|
-
| 'ontoggle'
|
|
1205
|
-
| 'onvolumechange'
|
|
1206
|
-
| 'onwaiting'
|
|
1207
|
-
| 'onwebkitanimationend'
|
|
1208
|
-
| 'onwebkitanimationiteration'
|
|
1209
|
-
| 'onwebkitanimationstart'
|
|
1210
|
-
| 'onwebkittransitionend'
|
|
1211
|
-
| 'onunload'
|
|
1212
|
-
| 'onwheel'
|
|
1213
|
-
)[];
|
|
1214
|
-
'#DocumentElementEventAttrs'?: boolean | ('oncopy' | 'oncut' | 'onpaste')[];
|
|
1215
|
-
'#HTMLLinkAndFetchingAttrs'?: (
|
|
1216
|
-
| 'crossorigin'
|
|
1217
|
-
| 'download'
|
|
1218
|
-
| 'href'
|
|
1219
|
-
| 'hreflang'
|
|
1220
|
-
| 'integrity'
|
|
1221
|
-
| 'loading'
|
|
1222
|
-
| 'media'
|
|
1223
|
-
| 'ping'
|
|
1224
|
-
| 'referrerpolicy'
|
|
1225
|
-
| 'rel'
|
|
1226
|
-
| 'target'
|
|
1227
|
-
| 'type'
|
|
1228
|
-
)[];
|
|
1229
|
-
'#HTMLEmbededAndMediaContentAttrs'?: (
|
|
1230
|
-
| 'autoplay'
|
|
1231
|
-
| 'controls'
|
|
1232
|
-
| 'height'
|
|
1233
|
-
| 'loop'
|
|
1234
|
-
| 'muted'
|
|
1235
|
-
| 'preload'
|
|
1236
|
-
| 'sizes'
|
|
1237
|
-
| 'src'
|
|
1238
|
-
| 'srcset'
|
|
1239
|
-
| 'width'
|
|
1240
|
-
)[];
|
|
1241
|
-
'#HTMLFormControlElementAttrs'?: (
|
|
1242
|
-
| 'autocomplete'
|
|
1243
|
-
| 'dirname'
|
|
1244
|
-
| 'disabled'
|
|
1245
|
-
| 'form'
|
|
1246
|
-
| 'formaction'
|
|
1247
|
-
| 'formenctype'
|
|
1248
|
-
| 'formmethod'
|
|
1249
|
-
| 'formnovalidate'
|
|
1250
|
-
| 'formtarget'
|
|
1251
|
-
| 'maxlength'
|
|
1252
|
-
| 'minlength'
|
|
1253
|
-
| 'name'
|
|
1254
|
-
| 'readonly'
|
|
1255
|
-
| 'required'
|
|
1256
|
-
)[];
|
|
1257
|
-
'#HTMLTableCellElementAttrs'?: ('colspan' | 'headers' | 'rowspan')[];
|
|
1258
|
-
'#ARIAAttrs'?: boolean;
|
|
1259
|
-
'#SVGAnimationAdditionAttrs'?: ('additive' | 'accumulate')[];
|
|
1260
|
-
'#SVGAnimationAttributeTargetAttrs'?: ('attributeName' | 'attributeType')[];
|
|
1261
|
-
'#SVGAnimationEventAttrs'?: ('onbegin' | 'onend' | 'onrepeat')[];
|
|
1262
|
-
'#SVGAnimationTargetElementAttrs'?: ('href' | 'xlink:href')[];
|
|
1263
|
-
'#SVGAnimationTimingAttrs'?: (
|
|
1264
|
-
| 'begin'
|
|
1265
|
-
| 'dur'
|
|
1266
|
-
| 'end'
|
|
1267
|
-
| 'min'
|
|
1268
|
-
| 'max'
|
|
1269
|
-
| 'restart'
|
|
1270
|
-
| 'repeatCount'
|
|
1271
|
-
| 'repeatDur'
|
|
1272
|
-
| 'fill'
|
|
1273
|
-
)[];
|
|
1274
|
-
'#SVGAnimationValueAttrs'?: (
|
|
1275
|
-
| 'calcMode'
|
|
1276
|
-
| 'values'
|
|
1277
|
-
| 'keyTimes'
|
|
1278
|
-
| 'keySplines'
|
|
1279
|
-
| 'from'
|
|
1280
|
-
| 'to'
|
|
1281
|
-
| 'by'
|
|
1282
|
-
| 'accelerate'
|
|
1283
|
-
| 'decelerate'
|
|
1284
|
-
| 'autoReverse'
|
|
1285
|
-
| 'speed'
|
|
1286
|
-
)[];
|
|
1287
|
-
'#SVGConditionalProcessingAttrs'?: ('requiredExtensions' | 'systemLanguage' | 'requiredFeatures')[];
|
|
1288
|
-
'#SVGCoreAttrs'?: (
|
|
1289
|
-
| 'id'
|
|
1290
|
-
| 'tabindex'
|
|
1291
|
-
| 'autofocus'
|
|
1292
|
-
| 'lang'
|
|
1293
|
-
| 'xml:space'
|
|
1294
|
-
| 'class'
|
|
1295
|
-
| 'style'
|
|
1296
|
-
| 'xmlns'
|
|
1297
|
-
| 'xml:lang'
|
|
1298
|
-
| 'xml:base'
|
|
1299
|
-
)[];
|
|
1300
|
-
'#SVGFilterPrimitiveAttrs'?: ('x' | 'y' | 'width' | 'height' | 'result' | 'in')[];
|
|
1301
|
-
'#SVGPresentationAttrs'?: (
|
|
1302
|
-
| 'cx'
|
|
1303
|
-
| 'cy'
|
|
1304
|
-
| 'height'
|
|
1305
|
-
| 'width'
|
|
1306
|
-
| 'x'
|
|
1307
|
-
| 'y'
|
|
1308
|
-
| 'r'
|
|
1309
|
-
| 'rx'
|
|
1310
|
-
| 'ry'
|
|
1311
|
-
| 'd'
|
|
1312
|
-
| 'fill'
|
|
1313
|
-
| 'transform'
|
|
1314
|
-
| 'patternTransform'
|
|
1315
|
-
| 'gradientTransform'
|
|
1316
|
-
| 'alignment-baseline'
|
|
1317
|
-
| 'baseline-shift'
|
|
1318
|
-
| 'clip-path'
|
|
1319
|
-
| 'clip-rule'
|
|
1320
|
-
| 'color'
|
|
1321
|
-
| 'color-interpolation'
|
|
1322
|
-
| 'color-interpolation-filters'
|
|
1323
|
-
| 'cursor'
|
|
1324
|
-
| 'direction'
|
|
1325
|
-
| 'display'
|
|
1326
|
-
| 'dominant-baseline'
|
|
1327
|
-
| 'fill-opacity'
|
|
1328
|
-
| 'fill-rule'
|
|
1329
|
-
| 'filter'
|
|
1330
|
-
| 'flood-color'
|
|
1331
|
-
| 'flood-opacity'
|
|
1332
|
-
| 'font'
|
|
1333
|
-
| 'font-family'
|
|
1334
|
-
| 'font-size'
|
|
1335
|
-
| 'font-size-adjust'
|
|
1336
|
-
| 'font-stretch'
|
|
1337
|
-
| 'font-style'
|
|
1338
|
-
| 'font-variant'
|
|
1339
|
-
| 'font-weight'
|
|
1340
|
-
| 'glyph-orientation-horizontal'
|
|
1341
|
-
| 'glyph-orientation-vertical'
|
|
1342
|
-
| 'image-rendering'
|
|
1343
|
-
| 'isolation'
|
|
1344
|
-
| 'letter-spacing'
|
|
1345
|
-
| 'lighting-color'
|
|
1346
|
-
| 'marker'
|
|
1347
|
-
| 'marker-end'
|
|
1348
|
-
| 'marker-mid'
|
|
1349
|
-
| 'marker-start'
|
|
1350
|
-
| 'mask'
|
|
1351
|
-
| 'mask-type'
|
|
1352
|
-
| 'opacity'
|
|
1353
|
-
| 'overflow'
|
|
1354
|
-
| 'paint-order'
|
|
1355
|
-
| 'pointer-events'
|
|
1356
|
-
| 'shape-rendering'
|
|
1357
|
-
| 'stop-color'
|
|
1358
|
-
| 'stop-opacity'
|
|
1359
|
-
| 'stroke'
|
|
1360
|
-
| 'stroke-dasharray'
|
|
1361
|
-
| 'stroke-dashoffset'
|
|
1362
|
-
| 'stroke-linecap'
|
|
1363
|
-
| 'stroke-linejoin'
|
|
1364
|
-
| 'stroke-miterlimit'
|
|
1365
|
-
| 'stroke-opacity'
|
|
1366
|
-
| 'stroke-width'
|
|
1367
|
-
| 'text-anchor'
|
|
1368
|
-
| 'text-decoration'
|
|
1369
|
-
| 'text-overflow'
|
|
1370
|
-
| 'text-rendering'
|
|
1371
|
-
| 'transform-origin'
|
|
1372
|
-
| 'unicode-bidi'
|
|
1373
|
-
| 'vector-effect'
|
|
1374
|
-
| 'visibility'
|
|
1375
|
-
| 'white-space'
|
|
1376
|
-
| 'word-spacing'
|
|
1377
|
-
| 'writing-mode'
|
|
1378
|
-
| 'clip'
|
|
1379
|
-
| 'color-profile'
|
|
1380
|
-
| 'color-rendering'
|
|
1381
|
-
| 'enable-background'
|
|
1382
|
-
| 'kerning'
|
|
1383
|
-
)[];
|
|
1384
|
-
'#SVGTransferFunctionAttrs'?: (
|
|
1385
|
-
| 'type'
|
|
1386
|
-
| 'tableValues'
|
|
1387
|
-
| 'slope'
|
|
1388
|
-
| 'intercept'
|
|
1389
|
-
| 'amplitude'
|
|
1390
|
-
| 'exponent'
|
|
1391
|
-
| 'offset'
|
|
1392
|
-
)[];
|
|
1393
|
-
'#XLinkAttrs'?: (
|
|
1394
|
-
| 'xlink:href'
|
|
1395
|
-
| 'xlink:title'
|
|
1396
|
-
| 'xlink:actuate'
|
|
1397
|
-
| 'xlink:arcrole'
|
|
1398
|
-
| 'xlink:role'
|
|
1399
|
-
| 'xlink:show'
|
|
1400
|
-
| 'xlink:type'
|
|
1401
|
-
)[];
|
|
57
|
+
'#HTMLGlobalAttrs'?: boolean;
|
|
58
|
+
'#GlobalEventAttrs'?: boolean | ('onabort' | 'onauxclick' | 'onbeforeinput' | 'onbeforematch' | 'onblur' | 'oncancel' | 'oncanplay' | 'oncanplaythrough' | 'onchange' | 'onclick' | 'onclose' | 'oncontextlost' | 'oncompositionstart' | 'oncompositionupdate' | 'oncompositionend' | 'oncontextmenu' | 'oncontextrestored' | 'oncuechange' | 'ondblclick' | 'ondrag' | 'ondragend' | 'ondragenter' | 'ondragleave' | 'ondragover' | 'ondragstart' | 'ondrop' | 'ondurationchange' | 'onemptied' | 'onended' | 'onerror' | 'onfocus' | 'onformdata' | 'onfocusin' | 'onfocusout' | 'oninput' | 'oninvalid' | 'onkeydown' | 'onkeypress' | 'onkeyup' | 'onload' | 'onloadeddata' | 'onloadedmetadata' | 'onloadstart' | 'onmousedown' | 'onmouseenter' | 'onmouseleave' | 'onmousemove' | 'onmouseout' | 'onmouseover' | 'onmouseup' | 'onpause' | 'onplay' | 'onplaying' | 'onprogress' | 'onratechange' | 'onreset' | 'onresize' | 'onscroll' | 'onsecuritypolicyviolation' | 'onseeked' | 'onseeking' | 'onselect' | 'onslotchange' | 'onstalled' | 'onsubmit' | 'onsuspend' | 'ontimeupdate' | 'ontoggle' | 'onvolumechange' | 'onwaiting' | 'onwebkitanimationend' | 'onwebkitanimationiteration' | 'onwebkitanimationstart' | 'onwebkittransitionend' | 'onunload' | 'onwheel')[];
|
|
59
|
+
'#DocumentElementEventAttrs'?: boolean | ('oncopy' | 'oncut' | 'onpaste')[];
|
|
60
|
+
'#HTMLLinkAndFetchingAttrs'?: ('crossorigin' | 'download' | 'href' | 'hreflang' | 'integrity' | 'loading' | 'media' | 'ping' | 'referrerpolicy' | 'rel' | 'target' | 'type')[];
|
|
61
|
+
'#HTMLEmbededAndMediaContentAttrs'?: ('autoplay' | 'controls' | 'height' | 'loop' | 'muted' | 'preload' | 'sizes' | 'src' | 'srcset' | 'width')[];
|
|
62
|
+
'#HTMLFormControlElementAttrs'?: ('autocomplete' | 'dirname' | 'disabled' | 'form' | 'formaction' | 'formenctype' | 'formmethod' | 'formnovalidate' | 'formtarget' | 'maxlength' | 'minlength' | 'name' | 'readonly' | 'required')[];
|
|
63
|
+
'#HTMLTableCellElementAttrs'?: ('colspan' | 'headers' | 'rowspan')[];
|
|
64
|
+
'#ARIAAttrs'?: boolean;
|
|
65
|
+
'#SVGAnimationAdditionAttrs'?: ('additive' | 'accumulate')[];
|
|
66
|
+
'#SVGAnimationAttributeTargetAttrs'?: ('attributeName' | 'attributeType')[];
|
|
67
|
+
'#SVGAnimationEventAttrs'?: ('onbegin' | 'onend' | 'onrepeat')[];
|
|
68
|
+
'#SVGAnimationTargetElementAttrs'?: ('href' | 'xlink:href')[];
|
|
69
|
+
'#SVGAnimationTimingAttrs'?: ('begin' | 'dur' | 'end' | 'min' | 'max' | 'restart' | 'repeatCount' | 'repeatDur' | 'fill')[];
|
|
70
|
+
'#SVGAnimationValueAttrs'?: ('calcMode' | 'values' | 'keyTimes' | 'keySplines' | 'from' | 'to' | 'by' | 'accelerate' | 'decelerate' | 'autoReverse' | 'speed')[];
|
|
71
|
+
'#SVGConditionalProcessingAttrs'?: ('requiredExtensions' | 'systemLanguage' | 'requiredFeatures')[];
|
|
72
|
+
'#SVGCoreAttrs'?: ('id' | 'tabindex' | 'autofocus' | 'lang' | 'xml:space' | 'class' | 'style' | 'xmlns' | 'xml:lang' | 'xml:base')[];
|
|
73
|
+
'#SVGFilterPrimitiveAttrs'?: ('x' | 'y' | 'width' | 'height' | 'result' | 'in')[];
|
|
74
|
+
'#SVGPresentationAttrs'?: ('cx' | 'cy' | 'height' | 'width' | 'x' | 'y' | 'r' | 'rx' | 'ry' | 'd' | 'fill' | 'transform' | 'patternTransform' | 'gradientTransform' | 'alignment-baseline' | 'baseline-shift' | 'clip-path' | 'clip-rule' | 'color' | 'color-interpolation' | 'color-interpolation-filters' | 'cursor' | 'direction' | 'display' | 'dominant-baseline' | 'fill-opacity' | 'fill-rule' | 'filter' | 'flood-color' | 'flood-opacity' | 'font' | 'font-family' | 'font-size' | 'font-size-adjust' | 'font-stretch' | 'font-style' | 'font-variant' | 'font-weight' | 'glyph-orientation-horizontal' | 'glyph-orientation-vertical' | 'image-rendering' | 'isolation' | 'letter-spacing' | 'lighting-color' | 'marker' | 'marker-end' | 'marker-mid' | 'marker-start' | 'mask' | 'mask-type' | 'opacity' | 'overflow' | 'paint-order' | 'pointer-events' | 'shape-rendering' | 'stop-color' | 'stop-opacity' | 'stroke' | 'stroke-dasharray' | 'stroke-dashoffset' | 'stroke-linecap' | 'stroke-linejoin' | 'stroke-miterlimit' | 'stroke-opacity' | 'stroke-width' | 'text-anchor' | 'text-decoration' | 'text-overflow' | 'text-rendering' | 'transform-origin' | 'unicode-bidi' | 'vector-effect' | 'visibility' | 'white-space' | 'word-spacing' | 'writing-mode' | 'clip' | 'color-profile' | 'color-rendering' | 'enable-background' | 'kerning')[];
|
|
75
|
+
'#SVGTransferFunctionAttrs'?: ('type' | 'tableValues' | 'slope' | 'intercept' | 'amplitude' | 'exponent' | 'offset')[];
|
|
76
|
+
'#XLinkAttrs'?: ('xlink:href' | 'xlink:title' | 'xlink:actuate' | 'xlink:arcrole' | 'xlink:role' | 'xlink:show' | 'xlink:type')[];
|
|
1402
77
|
}
|
|
1403
78
|
export interface Attributes {
|
|
1404
|
-
|
|
79
|
+
[k: string]: AttributeJSON;
|
|
1405
80
|
}
|
|
1406
81
|
/**
|
|
1407
82
|
* This interface was referenced by `Attributes`'s JSON-Schema definition
|
|
1408
83
|
* via the `patternProperty` ".*".
|
|
1409
84
|
*/
|
|
1410
85
|
export interface AttributeJSON {
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
86
|
+
_TODO_?: string;
|
|
87
|
+
ref: string;
|
|
88
|
+
type?: AttributeType | [AttributeType, ...AttributeType[]];
|
|
89
|
+
defaultValue?: string;
|
|
90
|
+
deprecated?: boolean;
|
|
91
|
+
required?: boolean | AttributeCondition;
|
|
92
|
+
requiredEither?: string[];
|
|
93
|
+
noUse?: boolean;
|
|
94
|
+
condition?: AttributeCondition;
|
|
95
|
+
ineffective?: Selectors;
|
|
96
|
+
animatable?: boolean;
|
|
1422
97
|
}
|