@markuplint/types 2.0.0 → 2.2.0

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.
@@ -5,1052 +5,50 @@
5
5
  */
6
6
  export declare type Type = KeywordDefinedType | List | Enum | Number;
7
7
  export declare type KeywordDefinedType = CssSyntax | ExtendedType | HtmlAttrRequirement;
8
- export declare type CssSyntax =
9
- | "<'--*'>"
10
- | "<'-ms-accelerator'>"
11
- | "<'-ms-block-progression'>"
12
- | "<'-ms-content-zoom-chaining'>"
13
- | "<'-ms-content-zooming'>"
14
- | "<'-ms-content-zoom-limit'>"
15
- | "<'-ms-content-zoom-limit-max'>"
16
- | "<'-ms-content-zoom-limit-min'>"
17
- | "<'-ms-content-zoom-snap'>"
18
- | "<'-ms-content-zoom-snap-points'>"
19
- | "<'-ms-content-zoom-snap-type'>"
20
- | "<'-ms-filter'>"
21
- | "<'-ms-flow-from'>"
22
- | "<'-ms-flow-into'>"
23
- | "<'-ms-grid-columns'>"
24
- | "<'-ms-grid-rows'>"
25
- | "<'-ms-high-contrast-adjust'>"
26
- | "<'-ms-hyphenate-limit-chars'>"
27
- | "<'-ms-hyphenate-limit-lines'>"
28
- | "<'-ms-hyphenate-limit-zone'>"
29
- | "<'-ms-ime-align'>"
30
- | "<'-ms-overflow-style'>"
31
- | "<'-ms-scrollbar-3dlight-color'>"
32
- | "<'-ms-scrollbar-arrow-color'>"
33
- | "<'-ms-scrollbar-base-color'>"
34
- | "<'-ms-scrollbar-darkshadow-color'>"
35
- | "<'-ms-scrollbar-face-color'>"
36
- | "<'-ms-scrollbar-highlight-color'>"
37
- | "<'-ms-scrollbar-shadow-color'>"
38
- | "<'-ms-scrollbar-track-color'>"
39
- | "<'-ms-scroll-chaining'>"
40
- | "<'-ms-scroll-limit'>"
41
- | "<'-ms-scroll-limit-x-max'>"
42
- | "<'-ms-scroll-limit-x-min'>"
43
- | "<'-ms-scroll-limit-y-max'>"
44
- | "<'-ms-scroll-limit-y-min'>"
45
- | "<'-ms-scroll-rails'>"
46
- | "<'-ms-scroll-snap-points-x'>"
47
- | "<'-ms-scroll-snap-points-y'>"
48
- | "<'-ms-scroll-snap-type'>"
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
- export declare type ExtendedType =
950
- | 'Any'
951
- | 'NoEmptyAny'
952
- | 'OneLineAny'
953
- | 'Zero'
954
- | 'Number'
955
- | 'Int'
956
- | 'Uint'
957
- | 'XMLName'
958
- | 'DOMID'
959
- | 'FunctionBody'
960
- | 'Pattern'
961
- | 'DateTime'
962
- | 'TabIndex'
963
- | 'BCP47'
964
- | 'URL'
965
- | 'AbsoluteURL'
966
- | 'HashName'
967
- | 'OneCodePointChar'
968
- | 'CustomElementName'
969
- | 'BrowsingContextName'
970
- | 'BrowsingContextNameOrKeyword'
971
- | 'HTTPSchemaURL'
972
- | 'MIMEType'
973
- | 'ItemProp'
974
- | 'Srcset'
975
- | 'SourceSizeList'
976
- | 'IconSize'
977
- | 'AutoComplete'
978
- | 'Accept'
979
- | 'SerializedPermissionsPolicy'
980
- | '<css-declaration-list>'
981
- | '<class-list>'
982
- | '<svg-font-size>'
983
- | '<svg-font-size-adjust>'
984
- | "<'color-profile'>"
985
- | "<'color-rendering'>"
986
- | "<'enable-background'>"
987
- | '<list-of-svg-feature-string>'
988
- | '<animatable-value>'
989
- | '<begin-value-list>'
990
- | '<end-value-list>'
991
- | '<list-of-value>'
992
- | '<clock-value>'
993
- | '<color-matrix>'
994
- | '<dasharray>'
995
- | '<key-points>'
996
- | '<key-splines>'
997
- | '<key-times>'
998
- | '<system-language>'
999
- | '<origin>'
1000
- | '<svg-path>'
1001
- | '<points>'
1002
- | '<preserve-aspect-ratio>'
1003
- | '<view-box>'
1004
- | '<rotate>'
1005
- | '<text-coordinate>'
1006
- | '<list-of-lengths>'
1007
- | '<list-of-numbers>'
1008
- | '<list-of-percentages>'
1009
- | '<number-optional-number>';
8
+ export declare type CssSyntax = "<'--*'>" | "<'-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>';
9
+ export declare type ExtendedType = '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>';
1010
10
  export declare type HtmlAttrRequirement = 'Boolean';
1011
11
  export interface TypesSchema {
1012
- type?: Type;
12
+ type?: Type;
1013
13
  }
1014
14
  /**
1015
15
  * - [Space-separated tokens](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#space-separated-tokens)
1016
16
  * - [Comma-separated tokens](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#comma-separated-tokens)
1017
17
  */
1018
18
  export interface List {
1019
- token: ExtendedType | Enum;
1020
- disallowToSurroundBySpaces?: boolean;
1021
- allowEmpty?: boolean;
1022
- ordered?: boolean;
1023
- unique?: boolean;
1024
- caseInsensitive?: boolean;
1025
- number?:
1026
- | ('zeroOrMore' | 'oneOrMore')
1027
- | {
1028
- min: number;
1029
- max: number;
1030
- };
1031
- separator: 'space' | 'comma';
19
+ token: ExtendedType | Enum;
20
+ disallowToSurroundBySpaces?: boolean;
21
+ allowEmpty?: boolean;
22
+ ordered?: boolean;
23
+ unique?: boolean;
24
+ caseInsensitive?: boolean;
25
+ number?: ('zeroOrMore' | 'oneOrMore') | {
26
+ min: number;
27
+ max: number;
28
+ };
29
+ separator: 'space' | 'comma';
1032
30
  }
1033
31
  /**
1034
32
  * [Enumerated attributes](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#enumerated-attribute)
1035
33
  */
1036
34
  export interface Enum {
1037
- enum: [string, ...string[]];
1038
- disallowToSurroundBySpaces?: boolean;
1039
- caseInsensitive?: boolean;
1040
- invalidValueDefault?: string;
1041
- missingValueDefault?: string;
1042
- sameStates?: {
1043
- [k: string]: unknown;
1044
- };
35
+ enum: [string, ...string[]];
36
+ disallowToSurroundBySpaces?: boolean;
37
+ caseInsensitive?: boolean;
38
+ invalidValueDefault?: string;
39
+ missingValueDefault?: string;
40
+ sameStates?: {
41
+ [k: string]: unknown;
42
+ };
1045
43
  }
1046
44
  /**
1047
45
  * [Numbers](https://html.spec.whatwg.org/dev/common-microsyntaxes.html#numbers)
1048
46
  */
1049
47
  export interface Number {
1050
- type: 'float' | 'integer';
1051
- gt?: number;
1052
- gte?: number;
1053
- lt?: number;
1054
- lte?: number;
1055
- clampable?: boolean;
48
+ type: 'float' | 'integer';
49
+ gt?: number;
50
+ gte?: number;
51
+ lt?: number;
52
+ lte?: number;
53
+ clampable?: boolean;
1056
54
  }