@markuplint/types 5.0.0-rc.1 → 5.0.0-rc.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/CHANGELOG.md +23 -0
- package/README.md +7 -0
- package/docs/type-system.ja.md +90 -23
- package/docs/type-system.md +90 -23
- package/docs/validators.ja.md +12 -0
- package/docs/validators.md +12 -0
- package/lib/check-multi-types.d.ts +1 -1
- package/lib/defs.js +127 -13
- package/lib/match-result.d.ts +1 -1
- package/lib/token/token-collection.d.ts +1 -1
- package/lib/token/token.d.ts +0 -8
- package/lib/token/token.js +0 -13
- package/lib/types.schema.d.ts +9 -6
- package/lib/types.schema.js +1 -0
- package/lib/whatwg/check-email.d.ts +2 -0
- package/lib/whatwg/check-email.js +18 -0
- package/lib/whatwg/check-simple-color.d.ts +10 -0
- package/lib/whatwg/check-simple-color.js +11 -0
- package/lib/whatwg/check-url.d.ts +16 -0
- package/lib/whatwg/check-url.js +89 -0
- package/package.json +11 -9
- package/types.schema.json +125 -22
package/types.schema.json
CHANGED
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"<'-moz-control-character-visibility'>",
|
|
23
23
|
"<'-moz-float-edge'>",
|
|
24
24
|
"<'-moz-force-broken-image-icon'>",
|
|
25
|
-
"<'-moz-image-region'>",
|
|
26
25
|
"<'-moz-orient'>",
|
|
27
26
|
"<'-moz-osx-font-smoothing'>",
|
|
28
27
|
"<'-moz-outline-radius'>",
|
|
@@ -159,9 +158,9 @@
|
|
|
159
158
|
"<'animation-range-start'>",
|
|
160
159
|
"<'animation-timeline'>",
|
|
161
160
|
"<'animation-timing-function'>",
|
|
161
|
+
"<'animation-trigger'>",
|
|
162
162
|
"<'appearance'>",
|
|
163
163
|
"<'aspect-ratio'>",
|
|
164
|
-
"<'azimuth'>",
|
|
165
164
|
"<'backdrop-filter'>",
|
|
166
165
|
"<'backface-visibility'>",
|
|
167
166
|
"<'background'>",
|
|
@@ -177,6 +176,7 @@
|
|
|
177
176
|
"<'background-repeat'>",
|
|
178
177
|
"<'background-size'>",
|
|
179
178
|
"<'baseline-shift'>",
|
|
179
|
+
"<'baseline-source'>",
|
|
180
180
|
"<'behavior'>",
|
|
181
181
|
"<'block-size'>",
|
|
182
182
|
"<'border'>",
|
|
@@ -257,6 +257,7 @@
|
|
|
257
257
|
"<'break-inside'>",
|
|
258
258
|
"<'caption-side'>",
|
|
259
259
|
"<'caret'>",
|
|
260
|
+
"<'caret-animation'>",
|
|
260
261
|
"<'caret-color'>",
|
|
261
262
|
"<'caret-shape'>",
|
|
262
263
|
"<'clear'>",
|
|
@@ -269,12 +270,14 @@
|
|
|
269
270
|
"<'column-count'>",
|
|
270
271
|
"<'column-fill'>",
|
|
271
272
|
"<'column-gap'>",
|
|
273
|
+
"<'column-height'>",
|
|
272
274
|
"<'column-rule'>",
|
|
273
275
|
"<'column-rule-color'>",
|
|
274
276
|
"<'column-rule-style'>",
|
|
275
277
|
"<'column-rule-width'>",
|
|
276
278
|
"<'column-span'>",
|
|
277
279
|
"<'column-width'>",
|
|
280
|
+
"<'column-wrap'>",
|
|
278
281
|
"<'columns'>",
|
|
279
282
|
"<'contain'>",
|
|
280
283
|
"<'contain-intrinsic-block-size'>",
|
|
@@ -287,6 +290,23 @@
|
|
|
287
290
|
"<'container-type'>",
|
|
288
291
|
"<'content'>",
|
|
289
292
|
"<'content-visibility'>",
|
|
293
|
+
"<'corner-block-end-shape'>",
|
|
294
|
+
"<'corner-block-start-shape'>",
|
|
295
|
+
"<'corner-bottom-left-shape'>",
|
|
296
|
+
"<'corner-bottom-right-shape'>",
|
|
297
|
+
"<'corner-bottom-shape'>",
|
|
298
|
+
"<'corner-end-end-shape'>",
|
|
299
|
+
"<'corner-end-start-shape'>",
|
|
300
|
+
"<'corner-inline-end-shape'>",
|
|
301
|
+
"<'corner-inline-start-shape'>",
|
|
302
|
+
"<'corner-left-shape'>",
|
|
303
|
+
"<'corner-right-shape'>",
|
|
304
|
+
"<'corner-shape'>",
|
|
305
|
+
"<'corner-start-end-shape'>",
|
|
306
|
+
"<'corner-start-start-shape'>",
|
|
307
|
+
"<'corner-top-left-shape'>",
|
|
308
|
+
"<'corner-top-right-shape'>",
|
|
309
|
+
"<'corner-top-shape'>",
|
|
290
310
|
"<'counter-increment'>",
|
|
291
311
|
"<'counter-reset'>",
|
|
292
312
|
"<'counter-set'>",
|
|
@@ -300,6 +320,7 @@
|
|
|
300
320
|
"<'direction'>",
|
|
301
321
|
"<'display'>",
|
|
302
322
|
"<'dominant-baseline'>",
|
|
323
|
+
"<'dynamic-range-limit'>",
|
|
303
324
|
"<'empty-cells'>",
|
|
304
325
|
"<'field-sizing'>",
|
|
305
326
|
"<'fill'>",
|
|
@@ -314,6 +335,8 @@
|
|
|
314
335
|
"<'flex-shrink'>",
|
|
315
336
|
"<'flex-wrap'>",
|
|
316
337
|
"<'float'>",
|
|
338
|
+
"<'flood-color'>",
|
|
339
|
+
"<'flood-opacity'>",
|
|
317
340
|
"<'font'>",
|
|
318
341
|
"<'font-family'>",
|
|
319
342
|
"<'font-feature-settings'>",
|
|
@@ -341,6 +364,7 @@
|
|
|
341
364
|
"<'font-variant-position'>",
|
|
342
365
|
"<'font-variation-settings'>",
|
|
343
366
|
"<'font-weight'>",
|
|
367
|
+
"<'font-width'>",
|
|
344
368
|
"<'forced-color-adjust'>",
|
|
345
369
|
"<'gap'>",
|
|
346
370
|
"<'glyph-orientation-horizontal'>",
|
|
@@ -375,7 +399,6 @@
|
|
|
375
399
|
"<'initial-letter'>",
|
|
376
400
|
"<'initial-letter-align'>",
|
|
377
401
|
"<'inline-size'>",
|
|
378
|
-
"<'input-security'>",
|
|
379
402
|
"<'inset'>",
|
|
380
403
|
"<'inset-block'>",
|
|
381
404
|
"<'inset-block-end'>",
|
|
@@ -383,6 +406,10 @@
|
|
|
383
406
|
"<'inset-inline'>",
|
|
384
407
|
"<'inset-inline-end'>",
|
|
385
408
|
"<'inset-inline-start'>",
|
|
409
|
+
"<'interactivity'>",
|
|
410
|
+
"<'interest-delay'>",
|
|
411
|
+
"<'interest-delay-end'>",
|
|
412
|
+
"<'interest-delay-start'>",
|
|
386
413
|
"<'interpolate-size'>",
|
|
387
414
|
"<'isolation'>",
|
|
388
415
|
"<'justify-content'>",
|
|
@@ -392,6 +419,7 @@
|
|
|
392
419
|
"<'kerning'>",
|
|
393
420
|
"<'left'>",
|
|
394
421
|
"<'letter-spacing'>",
|
|
422
|
+
"<'lighting-color'>",
|
|
395
423
|
"<'line-break'>",
|
|
396
424
|
"<'line-clamp'>",
|
|
397
425
|
"<'line-height'>",
|
|
@@ -449,6 +477,7 @@
|
|
|
449
477
|
"<'mix-blend-mode'>",
|
|
450
478
|
"<'object-fit'>",
|
|
451
479
|
"<'object-position'>",
|
|
480
|
+
"<'object-view-box'>",
|
|
452
481
|
"<'offset'>",
|
|
453
482
|
"<'offset-anchor'>",
|
|
454
483
|
"<'offset-distance'>",
|
|
@@ -508,11 +537,14 @@
|
|
|
508
537
|
"<'position-area'>",
|
|
509
538
|
"<'position-try'>",
|
|
510
539
|
"<'position-try-fallbacks'>",
|
|
540
|
+
"<'position-try-options'>",
|
|
511
541
|
"<'position-try-order'>",
|
|
512
542
|
"<'position-visibility'>",
|
|
513
543
|
"<'print-color-adjust'>",
|
|
514
544
|
"<'quotes'>",
|
|
515
545
|
"<'r'>",
|
|
546
|
+
"<'reading-flow'>",
|
|
547
|
+
"<'reading-order'>",
|
|
516
548
|
"<'resize'>",
|
|
517
549
|
"<'rest'>",
|
|
518
550
|
"<'rest-after'>",
|
|
@@ -522,11 +554,13 @@
|
|
|
522
554
|
"<'row-gap'>",
|
|
523
555
|
"<'ruby-align'>",
|
|
524
556
|
"<'ruby-merge'>",
|
|
557
|
+
"<'ruby-overhang'>",
|
|
525
558
|
"<'ruby-position'>",
|
|
526
559
|
"<'rx'>",
|
|
527
560
|
"<'ry'>",
|
|
528
561
|
"<'scale'>",
|
|
529
562
|
"<'scroll-behavior'>",
|
|
563
|
+
"<'scroll-initial-target'>",
|
|
530
564
|
"<'scroll-margin'>",
|
|
531
565
|
"<'scroll-margin-block'>",
|
|
532
566
|
"<'scroll-margin-block-end'>",
|
|
@@ -538,6 +572,7 @@
|
|
|
538
572
|
"<'scroll-margin-left'>",
|
|
539
573
|
"<'scroll-margin-right'>",
|
|
540
574
|
"<'scroll-margin-top'>",
|
|
575
|
+
"<'scroll-marker-group'>",
|
|
541
576
|
"<'scroll-padding'>",
|
|
542
577
|
"<'scroll-padding-block'>",
|
|
543
578
|
"<'scroll-padding-block-end'>",
|
|
@@ -558,6 +593,7 @@
|
|
|
558
593
|
"<'scroll-snap-type'>",
|
|
559
594
|
"<'scroll-snap-type-x'>",
|
|
560
595
|
"<'scroll-snap-type-y'>",
|
|
596
|
+
"<'scroll-target-group'>",
|
|
561
597
|
"<'scroll-timeline'>",
|
|
562
598
|
"<'scroll-timeline-axis'>",
|
|
563
599
|
"<'scroll-timeline-name'>",
|
|
@@ -570,8 +606,10 @@
|
|
|
570
606
|
"<'shape-rendering'>",
|
|
571
607
|
"<'speak'>",
|
|
572
608
|
"<'speak-as'>",
|
|
573
|
-
"<'
|
|
609
|
+
"<'stop-color'>",
|
|
610
|
+
"<'stop-opacity'>",
|
|
574
611
|
"<'stroke'>",
|
|
612
|
+
"<'stroke-color'>",
|
|
575
613
|
"<'stroke-dasharray'>",
|
|
576
614
|
"<'stroke-dashoffset'>",
|
|
577
615
|
"<'stroke-linecap'>",
|
|
@@ -584,9 +622,14 @@
|
|
|
584
622
|
"<'text-align'>",
|
|
585
623
|
"<'text-align-last'>",
|
|
586
624
|
"<'text-anchor'>",
|
|
625
|
+
"<'text-autospace'>",
|
|
626
|
+
"<'text-box'>",
|
|
627
|
+
"<'text-box-edge'>",
|
|
628
|
+
"<'text-box-trim'>",
|
|
587
629
|
"<'text-combine-upright'>",
|
|
588
630
|
"<'text-decoration'>",
|
|
589
631
|
"<'text-decoration-color'>",
|
|
632
|
+
"<'text-decoration-inset'>",
|
|
590
633
|
"<'text-decoration-line'>",
|
|
591
634
|
"<'text-decoration-skip'>",
|
|
592
635
|
"<'text-decoration-skip-ink'>",
|
|
@@ -611,6 +654,15 @@
|
|
|
611
654
|
"<'text-wrap-mode'>",
|
|
612
655
|
"<'text-wrap-style'>",
|
|
613
656
|
"<'timeline-scope'>",
|
|
657
|
+
"<'timeline-trigger'>",
|
|
658
|
+
"<'timeline-trigger-exit-range'>",
|
|
659
|
+
"<'timeline-trigger-exit-range-end'>",
|
|
660
|
+
"<'timeline-trigger-exit-range-start'>",
|
|
661
|
+
"<'timeline-trigger-name'>",
|
|
662
|
+
"<'timeline-trigger-range'>",
|
|
663
|
+
"<'timeline-trigger-range-end'>",
|
|
664
|
+
"<'timeline-trigger-range-start'>",
|
|
665
|
+
"<'timeline-trigger-source'>",
|
|
614
666
|
"<'top'>",
|
|
615
667
|
"<'touch-action'>",
|
|
616
668
|
"<'transform'>",
|
|
@@ -624,8 +676,8 @@
|
|
|
624
676
|
"<'transition-property'>",
|
|
625
677
|
"<'transition-timing-function'>",
|
|
626
678
|
"<'translate'>",
|
|
679
|
+
"<'trigger-scope'>",
|
|
627
680
|
"<'unicode-bidi'>",
|
|
628
|
-
"<'unicode-range'>",
|
|
629
681
|
"<'user-select'>",
|
|
630
682
|
"<'vector-effect'>",
|
|
631
683
|
"<'vertical-align'>",
|
|
@@ -633,6 +685,7 @@
|
|
|
633
685
|
"<'view-timeline-axis'>",
|
|
634
686
|
"<'view-timeline-inset'>",
|
|
635
687
|
"<'view-timeline-name'>",
|
|
688
|
+
"<'view-transition-class'>",
|
|
636
689
|
"<'view-transition-name'>",
|
|
637
690
|
"<'visibility'>",
|
|
638
691
|
"<'voice-balance'>",
|
|
@@ -690,15 +743,13 @@
|
|
|
690
743
|
"<[-token>",
|
|
691
744
|
"<]-token>",
|
|
692
745
|
"<abs()>",
|
|
693
|
-
"<absolute-color-base>",
|
|
694
|
-
"<absolute-color-function>",
|
|
695
746
|
"<absolute-size>",
|
|
696
747
|
"<acos()>",
|
|
697
748
|
"<age>",
|
|
698
749
|
"<alpha-value>",
|
|
750
|
+
"<an+b>",
|
|
699
751
|
"<an-plus-b>",
|
|
700
752
|
"<anchor()>",
|
|
701
|
-
"<anchor-element>",
|
|
702
753
|
"<anchor-name>",
|
|
703
754
|
"<anchor-side>",
|
|
704
755
|
"<anchor-size()>",
|
|
@@ -709,6 +760,7 @@
|
|
|
709
760
|
"<angular-color-stop-list>",
|
|
710
761
|
"<angular-color-stop>",
|
|
711
762
|
"<animateable-feature>",
|
|
763
|
+
"<animation-action>",
|
|
712
764
|
"<any-value>",
|
|
713
765
|
"<asin()>",
|
|
714
766
|
"<at-keyword-token>",
|
|
@@ -720,13 +772,17 @@
|
|
|
720
772
|
"<attr-matcher>",
|
|
721
773
|
"<attr-modifier>",
|
|
722
774
|
"<attr-name>",
|
|
775
|
+
"<attr-type>",
|
|
776
|
+
"<attr-unit>",
|
|
723
777
|
"<attribute-selector>",
|
|
724
778
|
"<auto-repeat>",
|
|
725
779
|
"<auto-track-list>",
|
|
780
|
+
"<autospace>",
|
|
726
781
|
"<axis>",
|
|
727
782
|
"<bad-string-token>",
|
|
728
783
|
"<bad-url-token>",
|
|
729
784
|
"<baseline-position>",
|
|
785
|
+
"<basic-shape-rect>",
|
|
730
786
|
"<basic-shape>",
|
|
731
787
|
"<bcp-47>",
|
|
732
788
|
"<bg-clip>",
|
|
@@ -737,11 +793,12 @@
|
|
|
737
793
|
"<blend-mode>",
|
|
738
794
|
"<blur()>",
|
|
739
795
|
"<bottom>",
|
|
740
|
-
"<box>",
|
|
741
796
|
"<brightness()>",
|
|
742
797
|
"<calc()>",
|
|
743
798
|
"<calc-constant>",
|
|
744
799
|
"<calc-product>",
|
|
800
|
+
"<calc-size()>",
|
|
801
|
+
"<calc-size-basis>",
|
|
745
802
|
"<calc-sum>",
|
|
746
803
|
"<calc-value>",
|
|
747
804
|
"<cf-final-image>",
|
|
@@ -768,6 +825,7 @@
|
|
|
768
825
|
"<comma-token>",
|
|
769
826
|
"<common-lig-values>",
|
|
770
827
|
"<compat-auto>",
|
|
828
|
+
"<compat-special>",
|
|
771
829
|
"<complex-real-selector-list>",
|
|
772
830
|
"<complex-real-selector>",
|
|
773
831
|
"<complex-selector-list>",
|
|
@@ -778,8 +836,10 @@
|
|
|
778
836
|
"<compound-selector-list>",
|
|
779
837
|
"<compound-selector>",
|
|
780
838
|
"<conic-gradient()>",
|
|
839
|
+
"<conic-gradient-syntax>",
|
|
781
840
|
"<container-condition>",
|
|
782
841
|
"<container-name>",
|
|
842
|
+
"<container-query>",
|
|
783
843
|
"<content-distribution>",
|
|
784
844
|
"<content-list>",
|
|
785
845
|
"<content-position>",
|
|
@@ -787,6 +847,7 @@
|
|
|
787
847
|
"<contextual-alt-values>",
|
|
788
848
|
"<contrast()>",
|
|
789
849
|
"<coord-box>",
|
|
850
|
+
"<corner-shape-value>",
|
|
790
851
|
"<cos()>",
|
|
791
852
|
"<counter()>",
|
|
792
853
|
"<counter-name>",
|
|
@@ -795,11 +856,16 @@
|
|
|
795
856
|
"<counter>",
|
|
796
857
|
"<counters()>",
|
|
797
858
|
"<cross-fade()>",
|
|
798
|
-
"<cubic-bezier
|
|
859
|
+
"<cubic-bezier()>",
|
|
860
|
+
"<cubic-bezier-easing-function>",
|
|
861
|
+
"<cursor-predefined>",
|
|
799
862
|
"<custom-color-space>",
|
|
800
863
|
"<custom-ident>",
|
|
864
|
+
"<custom-params>",
|
|
801
865
|
"<custom-property-name>",
|
|
866
|
+
"<dasharray>",
|
|
802
867
|
"<dashed-ident>",
|
|
868
|
+
"<dashndashdigit-ident>",
|
|
803
869
|
"<decibel>",
|
|
804
870
|
"<declaration-list>",
|
|
805
871
|
"<declaration-value>",
|
|
@@ -817,12 +883,12 @@
|
|
|
817
883
|
"<display-listitem>",
|
|
818
884
|
"<display-outside>",
|
|
819
885
|
"<drop-shadow()>",
|
|
886
|
+
"<dynamic-range-limit-mix()>",
|
|
820
887
|
"<easing-function>",
|
|
821
888
|
"<east-asian-variant-values>",
|
|
822
889
|
"<east-asian-width-values>",
|
|
823
890
|
"<element()>",
|
|
824
891
|
"<ellipse()>",
|
|
825
|
-
"<ending-shape>",
|
|
826
892
|
"<env()>",
|
|
827
893
|
"<exp()>",
|
|
828
894
|
"<explicit-track-list>",
|
|
@@ -834,21 +900,21 @@
|
|
|
834
900
|
"<feature-value-declaration-list>",
|
|
835
901
|
"<feature-value-declaration>",
|
|
836
902
|
"<feature-value-name>",
|
|
837
|
-
"<fill-rule>",
|
|
838
|
-
"<filter-function-list>",
|
|
839
903
|
"<filter-function>",
|
|
904
|
+
"<filter-value-list>",
|
|
840
905
|
"<final-bg-layer>",
|
|
906
|
+
"<fit-content()>",
|
|
841
907
|
"<fixed-breadth>",
|
|
842
908
|
"<fixed-repeat>",
|
|
843
909
|
"<fixed-size>",
|
|
844
910
|
"<flex>",
|
|
845
911
|
"<font-stretch-absolute>",
|
|
846
|
-
"<font-variant-css21>",
|
|
847
912
|
"<font-variant-css2>",
|
|
848
913
|
"<font-weight-absolute>",
|
|
849
914
|
"<font-width-css3>",
|
|
850
915
|
"<forgiving-relative-selector-list>",
|
|
851
916
|
"<forgiving-selector-list>",
|
|
917
|
+
"<form-control-identifier>",
|
|
852
918
|
"<frequency-percentage>",
|
|
853
919
|
"<frequency>",
|
|
854
920
|
"<function-token>",
|
|
@@ -857,7 +923,6 @@
|
|
|
857
923
|
"<generic-complete>",
|
|
858
924
|
"<generic-family>",
|
|
859
925
|
"<generic-incomplete>",
|
|
860
|
-
"<generic-name>",
|
|
861
926
|
"<generic-script-specific>",
|
|
862
927
|
"<generic-voice>",
|
|
863
928
|
"<geometry-box>",
|
|
@@ -887,8 +952,8 @@
|
|
|
887
952
|
"<inset()>",
|
|
888
953
|
"<inset-area>",
|
|
889
954
|
"<integer>",
|
|
955
|
+
"<intrinsic-size-keyword>",
|
|
890
956
|
"<invert()>",
|
|
891
|
-
"<keyframe-block-list>",
|
|
892
957
|
"<keyframe-block>",
|
|
893
958
|
"<keyframe-selector>",
|
|
894
959
|
"<keyframes-name>",
|
|
@@ -908,9 +973,12 @@
|
|
|
908
973
|
"<line-names>",
|
|
909
974
|
"<line-style>",
|
|
910
975
|
"<line-width>",
|
|
976
|
+
"<linear()>",
|
|
911
977
|
"<linear-color-hint>",
|
|
912
978
|
"<linear-color-stop>",
|
|
979
|
+
"<linear-easing-function>",
|
|
913
980
|
"<linear-gradient()>",
|
|
981
|
+
"<linear-gradient-syntax>",
|
|
914
982
|
"<log()>",
|
|
915
983
|
"<mask-layer>",
|
|
916
984
|
"<mask-position>",
|
|
@@ -939,11 +1007,14 @@
|
|
|
939
1007
|
"<minmax()>",
|
|
940
1008
|
"<mod()>",
|
|
941
1009
|
"<modern-device-cmyk-syntax>",
|
|
1010
|
+
"<n-dimension>",
|
|
942
1011
|
"<name-repeat>",
|
|
943
1012
|
"<named-color>",
|
|
944
1013
|
"<namespace-prefix>",
|
|
1014
|
+
"<ndash-dimension>",
|
|
1015
|
+
"<ndashdigit-dimension>",
|
|
1016
|
+
"<ndashdigit-ident>",
|
|
945
1017
|
"<ns-prefix>",
|
|
946
|
-
"<nth>",
|
|
947
1018
|
"<number-one-or-greater>",
|
|
948
1019
|
"<number-percentage>",
|
|
949
1020
|
"<number-token>",
|
|
@@ -956,6 +1027,8 @@
|
|
|
956
1027
|
"<oklab()>",
|
|
957
1028
|
"<oklch()>",
|
|
958
1029
|
"<opacity()>",
|
|
1030
|
+
"<opacity-value>",
|
|
1031
|
+
"<outline-line-style>",
|
|
959
1032
|
"<outline-radius>",
|
|
960
1033
|
"<overflow-position>",
|
|
961
1034
|
"<page-body>",
|
|
@@ -965,8 +1038,10 @@
|
|
|
965
1038
|
"<page-selector>",
|
|
966
1039
|
"<page-size>",
|
|
967
1040
|
"<paint()>",
|
|
1041
|
+
"<paint-box>",
|
|
968
1042
|
"<paint>",
|
|
969
1043
|
"<palette-identifier>",
|
|
1044
|
+
"<palette-mix()>",
|
|
970
1045
|
"<path()>",
|
|
971
1046
|
"<percentage-token>",
|
|
972
1047
|
"<percentage>",
|
|
@@ -984,7 +1059,11 @@
|
|
|
984
1059
|
"<pseudo-page>",
|
|
985
1060
|
"<query-in-parens>",
|
|
986
1061
|
"<quote>",
|
|
1062
|
+
"<radial-extent>",
|
|
987
1063
|
"<radial-gradient()>",
|
|
1064
|
+
"<radial-gradient-syntax>",
|
|
1065
|
+
"<radial-shape>",
|
|
1066
|
+
"<radial-size>",
|
|
988
1067
|
"<ratio>",
|
|
989
1068
|
"<ray()>",
|
|
990
1069
|
"<ray-size>",
|
|
@@ -1021,6 +1100,9 @@
|
|
|
1021
1100
|
"<scope-end>",
|
|
1022
1101
|
"<scope-start>",
|
|
1023
1102
|
"<scroll()>",
|
|
1103
|
+
"<scroll-state-feature>",
|
|
1104
|
+
"<scroll-state-in-parens>",
|
|
1105
|
+
"<scroll-state-query>",
|
|
1024
1106
|
"<scroller>",
|
|
1025
1107
|
"<selector-list>",
|
|
1026
1108
|
"<self-position>",
|
|
@@ -1030,10 +1112,11 @@
|
|
|
1030
1112
|
"<shadow-t>",
|
|
1031
1113
|
"<shadow>",
|
|
1032
1114
|
"<shape-box>",
|
|
1033
|
-
"<shape-radius>",
|
|
1034
1115
|
"<shape>",
|
|
1035
1116
|
"<side-or-corner>",
|
|
1036
1117
|
"<sign()>",
|
|
1118
|
+
"<signed-integer>",
|
|
1119
|
+
"<signless-integer>",
|
|
1037
1120
|
"<simple-selector-list>",
|
|
1038
1121
|
"<simple-selector>",
|
|
1039
1122
|
"<sin()>",
|
|
@@ -1052,8 +1135,9 @@
|
|
|
1052
1135
|
"<skewX()>",
|
|
1053
1136
|
"<skewY()>",
|
|
1054
1137
|
"<sqrt()>",
|
|
1138
|
+
"<step-easing-function>",
|
|
1055
1139
|
"<step-position>",
|
|
1056
|
-
"<
|
|
1140
|
+
"<steps()>",
|
|
1057
1141
|
"<string-token>",
|
|
1058
1142
|
"<string>",
|
|
1059
1143
|
"<style-condition>",
|
|
@@ -1061,6 +1145,7 @@
|
|
|
1061
1145
|
"<style-in-parens>",
|
|
1062
1146
|
"<style-query>",
|
|
1063
1147
|
"<subclass-selector>",
|
|
1148
|
+
"<superellipse()>",
|
|
1064
1149
|
"<supports-condition>",
|
|
1065
1150
|
"<supports-decl>",
|
|
1066
1151
|
"<supports-feature>",
|
|
@@ -1069,6 +1154,15 @@
|
|
|
1069
1154
|
"<svg-length>",
|
|
1070
1155
|
"<svg-writing-mode>",
|
|
1071
1156
|
"<symbol>",
|
|
1157
|
+
"<symbols()>",
|
|
1158
|
+
"<symbols-type>",
|
|
1159
|
+
"<syntax-combinator>",
|
|
1160
|
+
"<syntax-component>",
|
|
1161
|
+
"<syntax-multiplier>",
|
|
1162
|
+
"<syntax-single-component>",
|
|
1163
|
+
"<syntax-string>",
|
|
1164
|
+
"<syntax-type-name>",
|
|
1165
|
+
"<syntax>",
|
|
1072
1166
|
"<system-color>",
|
|
1073
1167
|
"<system-family-name>",
|
|
1074
1168
|
"<tan()>",
|
|
@@ -1076,6 +1170,7 @@
|
|
|
1076
1170
|
"<target-counters()>",
|
|
1077
1171
|
"<target-text()>",
|
|
1078
1172
|
"<target>",
|
|
1173
|
+
"<text-edge>",
|
|
1079
1174
|
"<time-percentage>",
|
|
1080
1175
|
"<time>",
|
|
1081
1176
|
"<timeline-range-name>",
|
|
@@ -1110,6 +1205,7 @@
|
|
|
1110
1205
|
"<xywh()>",
|
|
1111
1206
|
"<xyz-params>",
|
|
1112
1207
|
"<xyz-space>",
|
|
1208
|
+
"<xyz>",
|
|
1113
1209
|
"<y>",
|
|
1114
1210
|
"<zero>",
|
|
1115
1211
|
"<{-token>",
|
|
@@ -1159,7 +1255,9 @@
|
|
|
1159
1255
|
"BrowsingContextNameOrKeyword",
|
|
1160
1256
|
"CustomElementName",
|
|
1161
1257
|
"DOMID",
|
|
1258
|
+
"DateString",
|
|
1162
1259
|
"DateTime",
|
|
1260
|
+
"Email",
|
|
1163
1261
|
"FunctionBody",
|
|
1164
1262
|
"HTTPSchemaURL",
|
|
1165
1263
|
"HashName",
|
|
@@ -1171,7 +1269,9 @@
|
|
|
1171
1269
|
"LinkTypeForFormElement",
|
|
1172
1270
|
"LinkTypeForLinkElement",
|
|
1173
1271
|
"LinkTypeForLinkElementInBody",
|
|
1272
|
+
"LocalDateTimeString",
|
|
1174
1273
|
"MIMEType",
|
|
1274
|
+
"MonthString",
|
|
1175
1275
|
"NavigableTargetName",
|
|
1176
1276
|
"NavigableTargetNameOrKeyword",
|
|
1177
1277
|
"NoEmptyAny",
|
|
@@ -1179,13 +1279,17 @@
|
|
|
1179
1279
|
"OneCodePointChar",
|
|
1180
1280
|
"OneLineAny",
|
|
1181
1281
|
"Pattern",
|
|
1282
|
+
"SRIHash",
|
|
1182
1283
|
"SerializedPermissionsPolicy",
|
|
1284
|
+
"SimpleColor",
|
|
1183
1285
|
"SourceSizeList",
|
|
1184
1286
|
"Srcset",
|
|
1185
1287
|
"TabIndex",
|
|
1288
|
+
"TimeString",
|
|
1186
1289
|
"URL",
|
|
1187
1290
|
"Uint",
|
|
1188
1291
|
"ValidCustomCommand",
|
|
1292
|
+
"WeekString",
|
|
1189
1293
|
"XMLName",
|
|
1190
1294
|
"Zero"
|
|
1191
1295
|
]
|
|
@@ -1275,12 +1379,11 @@
|
|
|
1275
1379
|
}
|
|
1276
1380
|
},
|
|
1277
1381
|
"pattern": {
|
|
1382
|
+
"description": "Validates a value against a regular expression pattern or an exact string match. Use a `/regex/flags` literal form to match a regex, or a plain string for exact equality.",
|
|
1278
1383
|
"type": "object",
|
|
1279
1384
|
"required": ["pattern"],
|
|
1280
1385
|
"additionalProperties": false,
|
|
1281
|
-
"properties": {
|
|
1282
|
-
"pattern": { "type": "string" }
|
|
1283
|
-
}
|
|
1386
|
+
"properties": { "pattern": { "type": "string" } }
|
|
1284
1387
|
},
|
|
1285
1388
|
"type": {
|
|
1286
1389
|
"oneOf": [
|