@webstudio-is/css-data 0.19.0 → 0.21.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.
@@ -1,5 +1,6 @@
1
1
  const properties = {
2
2
  accentColor: {
3
+ unitGroups: [],
3
4
  inherited: true,
4
5
  initial: {
5
6
  type: "keyword",
@@ -9,6 +10,7 @@ const properties = {
9
10
  appliesTo: "allElements"
10
11
  },
11
12
  alignContent: {
13
+ unitGroups: [],
12
14
  inherited: false,
13
15
  initial: {
14
16
  type: "keyword",
@@ -18,15 +20,17 @@ const properties = {
18
20
  appliesTo: "multilineFlexContainers"
19
21
  },
20
22
  alignItems: {
23
+ unitGroups: [],
21
24
  inherited: false,
22
25
  initial: {
23
26
  type: "keyword",
24
27
  value: "normal"
25
28
  },
26
29
  popularity: 0.71654912,
27
- appliesTo: "allElements"
30
+ appliesTo: "flexContainersGridContainers"
28
31
  },
29
32
  alignSelf: {
33
+ unitGroups: [],
30
34
  inherited: false,
31
35
  initial: {
32
36
  type: "keyword",
@@ -36,6 +40,7 @@ const properties = {
36
40
  appliesTo: "flexItemsGridItemsAndAbsolutelyPositionedBoxes"
37
41
  },
38
42
  alignTracks: {
43
+ unitGroups: [],
39
44
  inherited: false,
40
45
  initial: {
41
46
  type: "keyword",
@@ -44,17 +49,29 @@ const properties = {
44
49
  popularity: 0,
45
50
  appliesTo: "gridContainersWithMasonryLayoutInTheirBlockAxis"
46
51
  },
52
+ animationComposition: {
53
+ unitGroups: [],
54
+ inherited: false,
55
+ initial: {
56
+ type: "keyword",
57
+ value: "replace"
58
+ },
59
+ popularity: 0,
60
+ appliesTo: "allElements"
61
+ },
47
62
  animationDelay: {
63
+ unitGroups: ["time"],
48
64
  inherited: false,
49
65
  initial: {
50
66
  type: "unit",
51
- unit: "px",
67
+ unit: "s",
52
68
  value: 0
53
69
  },
54
70
  popularity: 0.27086537,
55
71
  appliesTo: "allElementsAndPseudos"
56
72
  },
57
73
  animationDirection: {
74
+ unitGroups: [],
58
75
  inherited: false,
59
76
  initial: {
60
77
  type: "keyword",
@@ -64,16 +81,18 @@ const properties = {
64
81
  appliesTo: "allElementsAndPseudos"
65
82
  },
66
83
  animationDuration: {
84
+ unitGroups: ["time"],
67
85
  inherited: false,
68
86
  initial: {
69
87
  type: "unit",
70
- unit: "px",
88
+ unit: "s",
71
89
  value: 0
72
90
  },
73
91
  popularity: 0.4062731,
74
92
  appliesTo: "allElementsAndPseudos"
75
93
  },
76
94
  animationFillMode: {
95
+ unitGroups: [],
77
96
  inherited: false,
78
97
  initial: {
79
98
  type: "keyword",
@@ -83,16 +102,18 @@ const properties = {
83
102
  appliesTo: "allElementsAndPseudos"
84
103
  },
85
104
  animationIterationCount: {
105
+ unitGroups: ["number"],
86
106
  inherited: false,
87
107
  initial: {
88
108
  type: "unit",
89
- unit: "px",
109
+ unit: "number",
90
110
  value: 1
91
111
  },
92
112
  popularity: 0.21759716,
93
113
  appliesTo: "allElementsAndPseudos"
94
114
  },
95
115
  animationName: {
116
+ unitGroups: [],
96
117
  inherited: false,
97
118
  initial: {
98
119
  type: "keyword",
@@ -102,6 +123,7 @@ const properties = {
102
123
  appliesTo: "allElementsAndPseudos"
103
124
  },
104
125
  animationPlayState: {
126
+ unitGroups: [],
105
127
  inherited: false,
106
128
  initial: {
107
129
  type: "keyword",
@@ -111,6 +133,7 @@ const properties = {
111
133
  appliesTo: "allElementsAndPseudos"
112
134
  },
113
135
  animationTimingFunction: {
136
+ unitGroups: [],
114
137
  inherited: false,
115
138
  initial: {
116
139
  type: "keyword",
@@ -119,7 +142,18 @@ const properties = {
119
142
  popularity: 0.41317969,
120
143
  appliesTo: "allElementsAndPseudos"
121
144
  },
145
+ animationTimeline: {
146
+ unitGroups: [],
147
+ inherited: false,
148
+ initial: {
149
+ type: "keyword",
150
+ value: "auto"
151
+ },
152
+ popularity: 4e-8,
153
+ appliesTo: "allElements"
154
+ },
122
155
  appearance: {
156
+ unitGroups: [],
123
157
  inherited: false,
124
158
  initial: {
125
159
  type: "keyword",
@@ -129,6 +163,7 @@ const properties = {
129
163
  appliesTo: "allElements"
130
164
  },
131
165
  aspectRatio: {
166
+ unitGroups: ["number"],
132
167
  inherited: false,
133
168
  initial: {
134
169
  type: "keyword",
@@ -138,6 +173,7 @@ const properties = {
138
173
  appliesTo: "allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes"
139
174
  },
140
175
  backdropFilter: {
176
+ unitGroups: [],
141
177
  inherited: false,
142
178
  initial: {
143
179
  type: "keyword",
@@ -147,6 +183,7 @@ const properties = {
147
183
  appliesTo: "allElementsSVGContainerElements"
148
184
  },
149
185
  backfaceVisibility: {
186
+ unitGroups: [],
150
187
  inherited: false,
151
188
  initial: {
152
189
  type: "keyword",
@@ -156,6 +193,7 @@ const properties = {
156
193
  appliesTo: "transformableElements"
157
194
  },
158
195
  backgroundAttachment: {
196
+ unitGroups: [],
159
197
  inherited: false,
160
198
  initial: {
161
199
  type: "keyword",
@@ -165,6 +203,7 @@ const properties = {
165
203
  appliesTo: "allElements"
166
204
  },
167
205
  backgroundBlendMode: {
206
+ unitGroups: [],
168
207
  inherited: false,
169
208
  initial: {
170
209
  type: "keyword",
@@ -174,6 +213,7 @@ const properties = {
174
213
  appliesTo: "allElementsSVGContainerGraphicsAndGraphicsReferencingElements"
175
214
  },
176
215
  backgroundClip: {
216
+ unitGroups: [],
177
217
  inherited: false,
178
218
  initial: {
179
219
  type: "keyword",
@@ -183,6 +223,7 @@ const properties = {
183
223
  appliesTo: "allElements"
184
224
  },
185
225
  backgroundColor: {
226
+ unitGroups: [],
186
227
  inherited: false,
187
228
  initial: {
188
229
  type: "keyword",
@@ -192,6 +233,7 @@ const properties = {
192
233
  appliesTo: "allElements"
193
234
  },
194
235
  backgroundImage: {
236
+ unitGroups: [],
195
237
  inherited: false,
196
238
  initial: {
197
239
  type: "keyword",
@@ -201,6 +243,7 @@ const properties = {
201
243
  appliesTo: "allElements"
202
244
  },
203
245
  backgroundOrigin: {
246
+ unitGroups: [],
204
247
  inherited: false,
205
248
  initial: {
206
249
  type: "keyword",
@@ -210,26 +253,29 @@ const properties = {
210
253
  appliesTo: "allElements"
211
254
  },
212
255
  backgroundPositionX: {
256
+ unitGroups: ["length", "percentage"],
213
257
  inherited: false,
214
258
  initial: {
215
259
  type: "unit",
216
- value: 0,
217
- unit: "%"
260
+ unit: "%",
261
+ value: 0
218
262
  },
219
263
  popularity: 0.08951679,
220
264
  appliesTo: "allElements"
221
265
  },
222
266
  backgroundPositionY: {
267
+ unitGroups: ["length", "percentage"],
223
268
  inherited: false,
224
269
  initial: {
225
270
  type: "unit",
226
- value: 0,
227
- unit: "%"
271
+ unit: "%",
272
+ value: 0
228
273
  },
229
274
  popularity: 0.06759137,
230
275
  appliesTo: "allElements"
231
276
  },
232
277
  backgroundRepeat: {
278
+ unitGroups: [],
233
279
  inherited: false,
234
280
  initial: {
235
281
  type: "keyword",
@@ -239,6 +285,7 @@ const properties = {
239
285
  appliesTo: "allElements"
240
286
  },
241
287
  backgroundSize: {
288
+ unitGroups: ["length", "percentage"],
242
289
  inherited: false,
243
290
  initial: {
244
291
  type: "keyword",
@@ -248,6 +295,7 @@ const properties = {
248
295
  appliesTo: "allElements"
249
296
  },
250
297
  blockOverflow: {
298
+ unitGroups: [],
251
299
  inherited: true,
252
300
  initial: {
253
301
  type: "keyword",
@@ -257,6 +305,7 @@ const properties = {
257
305
  appliesTo: "blockContainers"
258
306
  },
259
307
  blockSize: {
308
+ unitGroups: ["length", "percentage"],
260
309
  inherited: false,
261
310
  initial: {
262
311
  type: "keyword",
@@ -266,6 +315,7 @@ const properties = {
266
315
  appliesTo: "sameAsWidthAndHeight"
267
316
  },
268
317
  borderBlockColor: {
318
+ unitGroups: [],
269
319
  inherited: false,
270
320
  initial: {
271
321
  type: "keyword",
@@ -275,6 +325,7 @@ const properties = {
275
325
  appliesTo: "allElements"
276
326
  },
277
327
  borderBlockStyle: {
328
+ unitGroups: [],
278
329
  inherited: false,
279
330
  initial: {
280
331
  type: "keyword",
@@ -284,6 +335,7 @@ const properties = {
284
335
  appliesTo: "allElements"
285
336
  },
286
337
  borderBlockWidth: {
338
+ unitGroups: ["length"],
287
339
  inherited: false,
288
340
  initial: {
289
341
  type: "keyword",
@@ -293,6 +345,7 @@ const properties = {
293
345
  appliesTo: "allElements"
294
346
  },
295
347
  borderBlockEndColor: {
348
+ unitGroups: [],
296
349
  inherited: false,
297
350
  initial: {
298
351
  type: "keyword",
@@ -302,6 +355,7 @@ const properties = {
302
355
  appliesTo: "allElements"
303
356
  },
304
357
  borderBlockEndStyle: {
358
+ unitGroups: [],
305
359
  inherited: false,
306
360
  initial: {
307
361
  type: "keyword",
@@ -311,6 +365,7 @@ const properties = {
311
365
  appliesTo: "allElements"
312
366
  },
313
367
  borderBlockEndWidth: {
368
+ unitGroups: ["length"],
314
369
  inherited: false,
315
370
  initial: {
316
371
  type: "keyword",
@@ -320,6 +375,7 @@ const properties = {
320
375
  appliesTo: "allElements"
321
376
  },
322
377
  borderBlockStartColor: {
378
+ unitGroups: [],
323
379
  inherited: false,
324
380
  initial: {
325
381
  type: "keyword",
@@ -329,6 +385,7 @@ const properties = {
329
385
  appliesTo: "allElements"
330
386
  },
331
387
  borderBlockStartStyle: {
388
+ unitGroups: [],
332
389
  inherited: false,
333
390
  initial: {
334
391
  type: "keyword",
@@ -338,6 +395,7 @@ const properties = {
338
395
  appliesTo: "allElements"
339
396
  },
340
397
  borderBlockStartWidth: {
398
+ unitGroups: ["length"],
341
399
  inherited: false,
342
400
  initial: {
343
401
  type: "keyword",
@@ -347,6 +405,7 @@ const properties = {
347
405
  appliesTo: "allElements"
348
406
  },
349
407
  borderBottomColor: {
408
+ unitGroups: [],
350
409
  inherited: false,
351
410
  initial: {
352
411
  type: "keyword",
@@ -356,6 +415,7 @@ const properties = {
356
415
  appliesTo: "allElements"
357
416
  },
358
417
  borderBottomLeftRadius: {
418
+ unitGroups: ["length", "percentage"],
359
419
  inherited: false,
360
420
  initial: {
361
421
  type: "unit",
@@ -366,6 +426,7 @@ const properties = {
366
426
  appliesTo: "allElementsUAsNotRequiredWhenCollapse"
367
427
  },
368
428
  borderBottomRightRadius: {
429
+ unitGroups: ["length", "percentage"],
369
430
  inherited: false,
370
431
  initial: {
371
432
  type: "unit",
@@ -376,6 +437,7 @@ const properties = {
376
437
  appliesTo: "allElementsUAsNotRequiredWhenCollapse"
377
438
  },
378
439
  borderBottomStyle: {
440
+ unitGroups: [],
379
441
  inherited: false,
380
442
  initial: {
381
443
  type: "keyword",
@@ -385,6 +447,7 @@ const properties = {
385
447
  appliesTo: "allElements"
386
448
  },
387
449
  borderBottomWidth: {
450
+ unitGroups: ["length"],
388
451
  inherited: false,
389
452
  initial: {
390
453
  type: "keyword",
@@ -394,6 +457,7 @@ const properties = {
394
457
  appliesTo: "allElements"
395
458
  },
396
459
  borderCollapse: {
460
+ unitGroups: [],
397
461
  inherited: true,
398
462
  initial: {
399
463
  type: "keyword",
@@ -403,6 +467,7 @@ const properties = {
403
467
  appliesTo: "tableElements"
404
468
  },
405
469
  borderEndEndRadius: {
470
+ unitGroups: ["length", "percentage"],
406
471
  inherited: false,
407
472
  initial: {
408
473
  type: "unit",
@@ -413,6 +478,7 @@ const properties = {
413
478
  appliesTo: "allElementsUAsNotRequiredWhenCollapse"
414
479
  },
415
480
  borderEndStartRadius: {
481
+ unitGroups: ["length", "percentage"],
416
482
  inherited: false,
417
483
  initial: {
418
484
  type: "unit",
@@ -423,16 +489,18 @@ const properties = {
423
489
  appliesTo: "allElementsUAsNotRequiredWhenCollapse"
424
490
  },
425
491
  borderImageOutset: {
492
+ unitGroups: ["length", "number"],
426
493
  inherited: false,
427
494
  initial: {
428
495
  type: "unit",
429
- unit: "px",
496
+ unit: "number",
430
497
  value: 0
431
498
  },
432
499
  popularity: 458637e-8,
433
500
  appliesTo: "allElementsExceptTableElementsWhenCollapse"
434
501
  },
435
502
  borderImageRepeat: {
503
+ unitGroups: [],
436
504
  inherited: false,
437
505
  initial: {
438
506
  type: "keyword",
@@ -442,16 +510,18 @@ const properties = {
442
510
  appliesTo: "allElementsExceptTableElementsWhenCollapse"
443
511
  },
444
512
  borderImageSlice: {
513
+ unitGroups: ["number", "percentage"],
445
514
  inherited: false,
446
515
  initial: {
447
516
  type: "unit",
448
- unit: "px",
517
+ unit: "%",
449
518
  value: 100
450
519
  },
451
520
  popularity: 93669e-7,
452
521
  appliesTo: "allElementsExceptTableElementsWhenCollapse"
453
522
  },
454
523
  borderImageSource: {
524
+ unitGroups: [],
455
525
  inherited: false,
456
526
  initial: {
457
527
  type: "keyword",
@@ -461,16 +531,18 @@ const properties = {
461
531
  appliesTo: "allElementsExceptTableElementsWhenCollapse"
462
532
  },
463
533
  borderImageWidth: {
534
+ unitGroups: ["length", "percentage", "number"],
464
535
  inherited: false,
465
536
  initial: {
466
537
  type: "unit",
467
- unit: "px",
538
+ unit: "number",
468
539
  value: 1
469
540
  },
470
541
  popularity: 72772e-7,
471
542
  appliesTo: "allElementsExceptTableElementsWhenCollapse"
472
543
  },
473
544
  borderInlineColor: {
545
+ unitGroups: [],
474
546
  inherited: false,
475
547
  initial: {
476
548
  type: "keyword",
@@ -480,6 +552,7 @@ const properties = {
480
552
  appliesTo: "allElements"
481
553
  },
482
554
  borderInlineStyle: {
555
+ unitGroups: [],
483
556
  inherited: false,
484
557
  initial: {
485
558
  type: "keyword",
@@ -489,6 +562,7 @@ const properties = {
489
562
  appliesTo: "allElements"
490
563
  },
491
564
  borderInlineWidth: {
565
+ unitGroups: ["length"],
492
566
  inherited: false,
493
567
  initial: {
494
568
  type: "keyword",
@@ -498,6 +572,7 @@ const properties = {
498
572
  appliesTo: "allElements"
499
573
  },
500
574
  borderInlineEndColor: {
575
+ unitGroups: [],
501
576
  inherited: false,
502
577
  initial: {
503
578
  type: "keyword",
@@ -507,6 +582,7 @@ const properties = {
507
582
  appliesTo: "allElements"
508
583
  },
509
584
  borderInlineEndStyle: {
585
+ unitGroups: [],
510
586
  inherited: false,
511
587
  initial: {
512
588
  type: "keyword",
@@ -516,6 +592,7 @@ const properties = {
516
592
  appliesTo: "allElements"
517
593
  },
518
594
  borderInlineEndWidth: {
595
+ unitGroups: ["length"],
519
596
  inherited: false,
520
597
  initial: {
521
598
  type: "keyword",
@@ -525,6 +602,7 @@ const properties = {
525
602
  appliesTo: "allElements"
526
603
  },
527
604
  borderInlineStartColor: {
605
+ unitGroups: [],
528
606
  inherited: false,
529
607
  initial: {
530
608
  type: "keyword",
@@ -534,6 +612,7 @@ const properties = {
534
612
  appliesTo: "allElements"
535
613
  },
536
614
  borderInlineStartStyle: {
615
+ unitGroups: [],
537
616
  inherited: false,
538
617
  initial: {
539
618
  type: "keyword",
@@ -543,6 +622,7 @@ const properties = {
543
622
  appliesTo: "allElements"
544
623
  },
545
624
  borderInlineStartWidth: {
625
+ unitGroups: ["length"],
546
626
  inherited: false,
547
627
  initial: {
548
628
  type: "keyword",
@@ -552,6 +632,7 @@ const properties = {
552
632
  appliesTo: "allElements"
553
633
  },
554
634
  borderLeftColor: {
635
+ unitGroups: [],
555
636
  inherited: false,
556
637
  initial: {
557
638
  type: "keyword",
@@ -561,6 +642,7 @@ const properties = {
561
642
  appliesTo: "allElements"
562
643
  },
563
644
  borderLeftStyle: {
645
+ unitGroups: [],
564
646
  inherited: false,
565
647
  initial: {
566
648
  type: "keyword",
@@ -570,6 +652,7 @@ const properties = {
570
652
  appliesTo: "allElements"
571
653
  },
572
654
  borderLeftWidth: {
655
+ unitGroups: ["length"],
573
656
  inherited: false,
574
657
  initial: {
575
658
  type: "keyword",
@@ -579,6 +662,7 @@ const properties = {
579
662
  appliesTo: "allElements"
580
663
  },
581
664
  borderRightColor: {
665
+ unitGroups: [],
582
666
  inherited: false,
583
667
  initial: {
584
668
  type: "keyword",
@@ -588,6 +672,7 @@ const properties = {
588
672
  appliesTo: "allElements"
589
673
  },
590
674
  borderRightStyle: {
675
+ unitGroups: [],
591
676
  inherited: false,
592
677
  initial: {
593
678
  type: "keyword",
@@ -597,6 +682,7 @@ const properties = {
597
682
  appliesTo: "allElements"
598
683
  },
599
684
  borderRightWidth: {
685
+ unitGroups: ["length"],
600
686
  inherited: false,
601
687
  initial: {
602
688
  type: "keyword",
@@ -606,6 +692,7 @@ const properties = {
606
692
  appliesTo: "allElements"
607
693
  },
608
694
  borderSpacing: {
695
+ unitGroups: ["length"],
609
696
  inherited: true,
610
697
  initial: {
611
698
  type: "unit",
@@ -616,6 +703,7 @@ const properties = {
616
703
  appliesTo: "tableElements"
617
704
  },
618
705
  borderStartEndRadius: {
706
+ unitGroups: ["length", "percentage"],
619
707
  inherited: false,
620
708
  initial: {
621
709
  type: "unit",
@@ -626,6 +714,7 @@ const properties = {
626
714
  appliesTo: "allElementsUAsNotRequiredWhenCollapse"
627
715
  },
628
716
  borderStartStartRadius: {
717
+ unitGroups: ["length", "percentage"],
629
718
  inherited: false,
630
719
  initial: {
631
720
  type: "unit",
@@ -636,6 +725,7 @@ const properties = {
636
725
  appliesTo: "allElementsUAsNotRequiredWhenCollapse"
637
726
  },
638
727
  borderTopColor: {
728
+ unitGroups: [],
639
729
  inherited: false,
640
730
  initial: {
641
731
  type: "keyword",
@@ -645,6 +735,7 @@ const properties = {
645
735
  appliesTo: "allElements"
646
736
  },
647
737
  borderTopLeftRadius: {
738
+ unitGroups: ["length", "percentage"],
648
739
  inherited: false,
649
740
  initial: {
650
741
  type: "unit",
@@ -655,6 +746,7 @@ const properties = {
655
746
  appliesTo: "allElementsUAsNotRequiredWhenCollapse"
656
747
  },
657
748
  borderTopRightRadius: {
749
+ unitGroups: ["length", "percentage"],
658
750
  inherited: false,
659
751
  initial: {
660
752
  type: "unit",
@@ -665,6 +757,7 @@ const properties = {
665
757
  appliesTo: "allElementsUAsNotRequiredWhenCollapse"
666
758
  },
667
759
  borderTopStyle: {
760
+ unitGroups: [],
668
761
  inherited: false,
669
762
  initial: {
670
763
  type: "keyword",
@@ -674,6 +767,7 @@ const properties = {
674
767
  appliesTo: "allElements"
675
768
  },
676
769
  borderTopWidth: {
770
+ unitGroups: ["length"],
677
771
  inherited: false,
678
772
  initial: {
679
773
  type: "keyword",
@@ -683,6 +777,7 @@ const properties = {
683
777
  appliesTo: "allElements"
684
778
  },
685
779
  bottom: {
780
+ unitGroups: ["length", "percentage"],
686
781
  inherited: false,
687
782
  initial: {
688
783
  type: "keyword",
@@ -692,6 +787,7 @@ const properties = {
692
787
  appliesTo: "positionedElements"
693
788
  },
694
789
  boxDecorationBreak: {
790
+ unitGroups: [],
695
791
  inherited: false,
696
792
  initial: {
697
793
  type: "keyword",
@@ -701,6 +797,7 @@ const properties = {
701
797
  appliesTo: "allElements"
702
798
  },
703
799
  boxShadow: {
800
+ unitGroups: ["length"],
704
801
  inherited: false,
705
802
  initial: {
706
803
  type: "keyword",
@@ -710,6 +807,7 @@ const properties = {
710
807
  appliesTo: "allElements"
711
808
  },
712
809
  boxSizing: {
810
+ unitGroups: [],
713
811
  inherited: false,
714
812
  initial: {
715
813
  type: "keyword",
@@ -719,6 +817,7 @@ const properties = {
719
817
  appliesTo: "allElementsAcceptingWidthOrHeight"
720
818
  },
721
819
  breakAfter: {
820
+ unitGroups: [],
722
821
  inherited: false,
723
822
  initial: {
724
823
  type: "keyword",
@@ -728,6 +827,7 @@ const properties = {
728
827
  appliesTo: "blockLevelElements"
729
828
  },
730
829
  breakBefore: {
830
+ unitGroups: [],
731
831
  inherited: false,
732
832
  initial: {
733
833
  type: "keyword",
@@ -737,6 +837,7 @@ const properties = {
737
837
  appliesTo: "blockLevelElements"
738
838
  },
739
839
  breakInside: {
840
+ unitGroups: [],
740
841
  inherited: false,
741
842
  initial: {
742
843
  type: "keyword",
@@ -746,6 +847,7 @@ const properties = {
746
847
  appliesTo: "blockLevelElements"
747
848
  },
748
849
  captionSide: {
850
+ unitGroups: [],
749
851
  inherited: true,
750
852
  initial: {
751
853
  type: "keyword",
@@ -755,6 +857,7 @@ const properties = {
755
857
  appliesTo: "tableCaptionElements"
756
858
  },
757
859
  caretColor: {
860
+ unitGroups: [],
758
861
  inherited: true,
759
862
  initial: {
760
863
  type: "keyword",
@@ -763,7 +866,18 @@ const properties = {
763
866
  popularity: 0.05410129,
764
867
  appliesTo: "allElements"
765
868
  },
869
+ caretShape: {
870
+ unitGroups: [],
871
+ inherited: true,
872
+ initial: {
873
+ type: "keyword",
874
+ value: "auto"
875
+ },
876
+ popularity: 0,
877
+ appliesTo: "elementsThatAcceptInput"
878
+ },
766
879
  clear: {
880
+ unitGroups: [],
767
881
  inherited: false,
768
882
  initial: {
769
883
  type: "keyword",
@@ -773,6 +887,7 @@ const properties = {
773
887
  appliesTo: "blockLevelElements"
774
888
  },
775
889
  clip: {
890
+ unitGroups: [],
776
891
  inherited: false,
777
892
  initial: {
778
893
  type: "keyword",
@@ -782,6 +897,7 @@ const properties = {
782
897
  appliesTo: "absolutelyPositionedElements"
783
898
  },
784
899
  clipPath: {
900
+ unitGroups: [],
785
901
  inherited: false,
786
902
  initial: {
787
903
  type: "keyword",
@@ -791,15 +907,17 @@ const properties = {
791
907
  appliesTo: "allElementsSVGContainerElements"
792
908
  },
793
909
  color: {
910
+ unitGroups: [],
794
911
  inherited: true,
795
912
  initial: {
796
913
  type: "keyword",
797
914
  value: "inherit"
798
915
  },
799
916
  popularity: 0.90791486,
800
- appliesTo: "allElements"
917
+ appliesTo: "allElementsAndText"
801
918
  },
802
- colorAdjust: {
919
+ printColorAdjust: {
920
+ unitGroups: [],
803
921
  inherited: true,
804
922
  initial: {
805
923
  type: "keyword",
@@ -809,6 +927,7 @@ const properties = {
809
927
  appliesTo: "allElements"
810
928
  },
811
929
  colorScheme: {
930
+ unitGroups: [],
812
931
  inherited: true,
813
932
  initial: {
814
933
  type: "keyword",
@@ -818,6 +937,7 @@ const properties = {
818
937
  appliesTo: "allElementsAndText"
819
938
  },
820
939
  columnCount: {
940
+ unitGroups: ["number"],
821
941
  inherited: false,
822
942
  initial: {
823
943
  type: "keyword",
@@ -827,6 +947,7 @@ const properties = {
827
947
  appliesTo: "blockContainersExceptTableWrappers"
828
948
  },
829
949
  columnFill: {
950
+ unitGroups: [],
830
951
  inherited: false,
831
952
  initial: {
832
953
  type: "keyword",
@@ -836,6 +957,7 @@ const properties = {
836
957
  appliesTo: "multicolElements"
837
958
  },
838
959
  columnGap: {
960
+ unitGroups: ["length", "percentage"],
839
961
  inherited: false,
840
962
  initial: {
841
963
  type: "unit",
@@ -846,6 +968,7 @@ const properties = {
846
968
  appliesTo: "multiColumnElementsFlexContainersGridContainers"
847
969
  },
848
970
  columnRuleColor: {
971
+ unitGroups: [],
849
972
  inherited: false,
850
973
  initial: {
851
974
  type: "keyword",
@@ -855,6 +978,7 @@ const properties = {
855
978
  appliesTo: "multicolElements"
856
979
  },
857
980
  columnRuleStyle: {
981
+ unitGroups: [],
858
982
  inherited: false,
859
983
  initial: {
860
984
  type: "keyword",
@@ -864,6 +988,7 @@ const properties = {
864
988
  appliesTo: "multicolElements"
865
989
  },
866
990
  columnRuleWidth: {
991
+ unitGroups: ["length"],
867
992
  inherited: false,
868
993
  initial: {
869
994
  type: "keyword",
@@ -873,6 +998,7 @@ const properties = {
873
998
  appliesTo: "multicolElements"
874
999
  },
875
1000
  columnSpan: {
1001
+ unitGroups: [],
876
1002
  inherited: false,
877
1003
  initial: {
878
1004
  type: "keyword",
@@ -882,6 +1008,7 @@ const properties = {
882
1008
  appliesTo: "inFlowBlockLevelElements"
883
1009
  },
884
1010
  columnWidth: {
1011
+ unitGroups: ["length"],
885
1012
  inherited: false,
886
1013
  initial: {
887
1014
  type: "keyword",
@@ -891,6 +1018,7 @@ const properties = {
891
1018
  appliesTo: "blockContainersExceptTableWrappers"
892
1019
  },
893
1020
  contain: {
1021
+ unitGroups: [],
894
1022
  inherited: false,
895
1023
  initial: {
896
1024
  type: "keyword",
@@ -899,7 +1027,48 @@ const properties = {
899
1027
  popularity: 0.17189203,
900
1028
  appliesTo: "allElements"
901
1029
  },
1030
+ containIntrinsicBlockSize: {
1031
+ unitGroups: ["length"],
1032
+ inherited: false,
1033
+ initial: {
1034
+ type: "keyword",
1035
+ value: "none"
1036
+ },
1037
+ popularity: 0,
1038
+ appliesTo: "elementsForWhichSizeContainmentCanApply"
1039
+ },
1040
+ containIntrinsicHeight: {
1041
+ unitGroups: ["length"],
1042
+ inherited: false,
1043
+ initial: {
1044
+ type: "keyword",
1045
+ value: "none"
1046
+ },
1047
+ popularity: 0,
1048
+ appliesTo: "elementsForWhichSizeContainmentCanApply"
1049
+ },
1050
+ containIntrinsicInlineSize: {
1051
+ unitGroups: ["length"],
1052
+ inherited: false,
1053
+ initial: {
1054
+ type: "keyword",
1055
+ value: "none"
1056
+ },
1057
+ popularity: 0,
1058
+ appliesTo: "elementsForWhichSizeContainmentCanApply"
1059
+ },
1060
+ containIntrinsicWidth: {
1061
+ unitGroups: ["length"],
1062
+ inherited: false,
1063
+ initial: {
1064
+ type: "keyword",
1065
+ value: "none"
1066
+ },
1067
+ popularity: 0,
1068
+ appliesTo: "elementsForWhichSizeContainmentCanApply"
1069
+ },
902
1070
  content: {
1071
+ unitGroups: [],
903
1072
  inherited: false,
904
1073
  initial: {
905
1074
  type: "keyword",
@@ -909,6 +1078,7 @@ const properties = {
909
1078
  appliesTo: "allElementsTreeAbidingPseudoElementsPageMarginBoxes"
910
1079
  },
911
1080
  contentVisibility: {
1081
+ unitGroups: [],
912
1082
  inherited: false,
913
1083
  initial: {
914
1084
  type: "keyword",
@@ -918,6 +1088,7 @@ const properties = {
918
1088
  appliesTo: "elementsForWhichLayoutContainmentCanApply"
919
1089
  },
920
1090
  counterIncrement: {
1091
+ unitGroups: ["number"],
921
1092
  inherited: false,
922
1093
  initial: {
923
1094
  type: "keyword",
@@ -927,6 +1098,7 @@ const properties = {
927
1098
  appliesTo: "allElements"
928
1099
  },
929
1100
  counterReset: {
1101
+ unitGroups: ["number"],
930
1102
  inherited: false,
931
1103
  initial: {
932
1104
  type: "keyword",
@@ -936,6 +1108,7 @@ const properties = {
936
1108
  appliesTo: "allElements"
937
1109
  },
938
1110
  counterSet: {
1111
+ unitGroups: ["number"],
939
1112
  inherited: false,
940
1113
  initial: {
941
1114
  type: "keyword",
@@ -945,6 +1118,7 @@ const properties = {
945
1118
  appliesTo: "allElements"
946
1119
  },
947
1120
  cursor: {
1121
+ unitGroups: [],
948
1122
  inherited: true,
949
1123
  initial: {
950
1124
  type: "keyword",
@@ -954,6 +1128,7 @@ const properties = {
954
1128
  appliesTo: "allElements"
955
1129
  },
956
1130
  direction: {
1131
+ unitGroups: [],
957
1132
  inherited: true,
958
1133
  initial: {
959
1134
  type: "keyword",
@@ -963,6 +1138,7 @@ const properties = {
963
1138
  appliesTo: "allElements"
964
1139
  },
965
1140
  display: {
1141
+ unitGroups: [],
966
1142
  inherited: false,
967
1143
  initial: {
968
1144
  type: "keyword",
@@ -972,6 +1148,7 @@ const properties = {
972
1148
  appliesTo: "allElements"
973
1149
  },
974
1150
  emptyCells: {
1151
+ unitGroups: [],
975
1152
  inherited: true,
976
1153
  initial: {
977
1154
  type: "keyword",
@@ -981,6 +1158,7 @@ const properties = {
981
1158
  appliesTo: "tableCellElements"
982
1159
  },
983
1160
  filter: {
1161
+ unitGroups: [],
984
1162
  inherited: false,
985
1163
  initial: {
986
1164
  type: "keyword",
@@ -990,6 +1168,7 @@ const properties = {
990
1168
  appliesTo: "allElementsSVGContainerElements"
991
1169
  },
992
1170
  flexBasis: {
1171
+ unitGroups: ["length", "percentage"],
993
1172
  inherited: false,
994
1173
  initial: {
995
1174
  type: "keyword",
@@ -999,6 +1178,7 @@ const properties = {
999
1178
  appliesTo: "flexItemsAndInFlowPseudos"
1000
1179
  },
1001
1180
  flexDirection: {
1181
+ unitGroups: [],
1002
1182
  inherited: false,
1003
1183
  initial: {
1004
1184
  type: "keyword",
@@ -1008,26 +1188,29 @@ const properties = {
1008
1188
  appliesTo: "flexContainers"
1009
1189
  },
1010
1190
  flexGrow: {
1191
+ unitGroups: ["number"],
1011
1192
  inherited: false,
1012
1193
  initial: {
1013
1194
  type: "unit",
1014
- unit: "px",
1195
+ unit: "number",
1015
1196
  value: 0
1016
1197
  },
1017
1198
  popularity: 0.50511311,
1018
1199
  appliesTo: "flexItemsAndInFlowPseudos"
1019
1200
  },
1020
1201
  flexShrink: {
1202
+ unitGroups: ["number"],
1021
1203
  inherited: false,
1022
1204
  initial: {
1023
1205
  type: "unit",
1024
- unit: "px",
1206
+ unit: "number",
1025
1207
  value: 1
1026
1208
  },
1027
1209
  popularity: 0.4809155,
1028
1210
  appliesTo: "flexItemsAndInFlowPseudos"
1029
1211
  },
1030
1212
  flexWrap: {
1213
+ unitGroups: [],
1031
1214
  inherited: false,
1032
1215
  initial: {
1033
1216
  type: "keyword",
@@ -1037,6 +1220,7 @@ const properties = {
1037
1220
  appliesTo: "flexContainers"
1038
1221
  },
1039
1222
  float: {
1223
+ unitGroups: [],
1040
1224
  inherited: false,
1041
1225
  initial: {
1042
1226
  type: "keyword",
@@ -1046,6 +1230,7 @@ const properties = {
1046
1230
  appliesTo: "allElementsNoEffectIfDisplayNone"
1047
1231
  },
1048
1232
  fontFamily: {
1233
+ unitGroups: [],
1049
1234
  inherited: true,
1050
1235
  initial: {
1051
1236
  type: "keyword",
@@ -1055,6 +1240,7 @@ const properties = {
1055
1240
  appliesTo: "allElements"
1056
1241
  },
1057
1242
  fontFeatureSettings: {
1243
+ unitGroups: ["number"],
1058
1244
  inherited: true,
1059
1245
  initial: {
1060
1246
  type: "keyword",
@@ -1064,6 +1250,7 @@ const properties = {
1064
1250
  appliesTo: "allElements"
1065
1251
  },
1066
1252
  fontKerning: {
1253
+ unitGroups: [],
1067
1254
  inherited: true,
1068
1255
  initial: {
1069
1256
  type: "keyword",
@@ -1073,6 +1260,7 @@ const properties = {
1073
1260
  appliesTo: "allElements"
1074
1261
  },
1075
1262
  fontLanguageOverride: {
1263
+ unitGroups: [],
1076
1264
  inherited: true,
1077
1265
  initial: {
1078
1266
  type: "keyword",
@@ -1082,6 +1270,7 @@ const properties = {
1082
1270
  appliesTo: "allElements"
1083
1271
  },
1084
1272
  fontOpticalSizing: {
1273
+ unitGroups: [],
1085
1274
  inherited: true,
1086
1275
  initial: {
1087
1276
  type: "keyword",
@@ -1091,6 +1280,7 @@ const properties = {
1091
1280
  appliesTo: "allElements"
1092
1281
  },
1093
1282
  fontVariationSettings: {
1283
+ unitGroups: ["number"],
1094
1284
  inherited: true,
1095
1285
  initial: {
1096
1286
  type: "keyword",
@@ -1100,6 +1290,7 @@ const properties = {
1100
1290
  appliesTo: "allElements"
1101
1291
  },
1102
1292
  fontSize: {
1293
+ unitGroups: ["length", "percentage"],
1103
1294
  inherited: true,
1104
1295
  initial: {
1105
1296
  type: "keyword",
@@ -1109,6 +1300,7 @@ const properties = {
1109
1300
  appliesTo: "allElements"
1110
1301
  },
1111
1302
  fontSizeAdjust: {
1303
+ unitGroups: ["number"],
1112
1304
  inherited: true,
1113
1305
  initial: {
1114
1306
  type: "keyword",
@@ -1118,6 +1310,7 @@ const properties = {
1118
1310
  appliesTo: "allElements"
1119
1311
  },
1120
1312
  fontStretch: {
1313
+ unitGroups: ["percentage"],
1121
1314
  inherited: true,
1122
1315
  initial: {
1123
1316
  type: "keyword",
@@ -1127,6 +1320,7 @@ const properties = {
1127
1320
  appliesTo: "allElements"
1128
1321
  },
1129
1322
  fontStyle: {
1323
+ unitGroups: ["angle"],
1130
1324
  inherited: true,
1131
1325
  initial: {
1132
1326
  type: "keyword",
@@ -1136,6 +1330,7 @@ const properties = {
1136
1330
  appliesTo: "allElements"
1137
1331
  },
1138
1332
  fontSynthesis: {
1333
+ unitGroups: [],
1139
1334
  inherited: true,
1140
1335
  initial: {
1141
1336
  type: "keyword",
@@ -1145,6 +1340,7 @@ const properties = {
1145
1340
  appliesTo: "allElements"
1146
1341
  },
1147
1342
  fontVariant: {
1343
+ unitGroups: [],
1148
1344
  inherited: true,
1149
1345
  initial: {
1150
1346
  type: "keyword",
@@ -1154,6 +1350,7 @@ const properties = {
1154
1350
  appliesTo: "allElements"
1155
1351
  },
1156
1352
  fontVariantAlternates: {
1353
+ unitGroups: [],
1157
1354
  inherited: true,
1158
1355
  initial: {
1159
1356
  type: "keyword",
@@ -1163,6 +1360,7 @@ const properties = {
1163
1360
  appliesTo: "allElements"
1164
1361
  },
1165
1362
  fontVariantCaps: {
1363
+ unitGroups: [],
1166
1364
  inherited: true,
1167
1365
  initial: {
1168
1366
  type: "keyword",
@@ -1172,6 +1370,7 @@ const properties = {
1172
1370
  appliesTo: "allElements"
1173
1371
  },
1174
1372
  fontVariantEastAsian: {
1373
+ unitGroups: [],
1175
1374
  inherited: true,
1176
1375
  initial: {
1177
1376
  type: "keyword",
@@ -1181,6 +1380,7 @@ const properties = {
1181
1380
  appliesTo: "allElements"
1182
1381
  },
1183
1382
  fontVariantLigatures: {
1383
+ unitGroups: [],
1184
1384
  inherited: true,
1185
1385
  initial: {
1186
1386
  type: "keyword",
@@ -1190,6 +1390,7 @@ const properties = {
1190
1390
  appliesTo: "allElements"
1191
1391
  },
1192
1392
  fontVariantNumeric: {
1393
+ unitGroups: [],
1193
1394
  inherited: true,
1194
1395
  initial: {
1195
1396
  type: "keyword",
@@ -1199,6 +1400,7 @@ const properties = {
1199
1400
  appliesTo: "allElements"
1200
1401
  },
1201
1402
  fontVariantPosition: {
1403
+ unitGroups: [],
1202
1404
  inherited: true,
1203
1405
  initial: {
1204
1406
  type: "keyword",
@@ -1208,6 +1410,7 @@ const properties = {
1208
1410
  appliesTo: "allElements"
1209
1411
  },
1210
1412
  fontWeight: {
1413
+ unitGroups: ["number"],
1211
1414
  inherited: true,
1212
1415
  initial: {
1213
1416
  type: "keyword",
@@ -1217,6 +1420,7 @@ const properties = {
1217
1420
  appliesTo: "allElements"
1218
1421
  },
1219
1422
  forcedColorAdjust: {
1423
+ unitGroups: [],
1220
1424
  inherited: true,
1221
1425
  initial: {
1222
1426
  type: "keyword",
@@ -1226,6 +1430,7 @@ const properties = {
1226
1430
  appliesTo: "allElementsAndText"
1227
1431
  },
1228
1432
  gridAutoColumns: {
1433
+ unitGroups: ["length", "percentage", "flex"],
1229
1434
  inherited: false,
1230
1435
  initial: {
1231
1436
  type: "keyword",
@@ -1235,6 +1440,7 @@ const properties = {
1235
1440
  appliesTo: "gridContainers"
1236
1441
  },
1237
1442
  gridAutoFlow: {
1443
+ unitGroups: [],
1238
1444
  inherited: false,
1239
1445
  initial: {
1240
1446
  type: "keyword",
@@ -1244,6 +1450,7 @@ const properties = {
1244
1450
  appliesTo: "gridContainers"
1245
1451
  },
1246
1452
  gridAutoRows: {
1453
+ unitGroups: ["length", "percentage", "flex"],
1247
1454
  inherited: false,
1248
1455
  initial: {
1249
1456
  type: "keyword",
@@ -1253,6 +1460,7 @@ const properties = {
1253
1460
  appliesTo: "gridContainers"
1254
1461
  },
1255
1462
  gridColumnEnd: {
1463
+ unitGroups: ["number"],
1256
1464
  inherited: false,
1257
1465
  initial: {
1258
1466
  type: "keyword",
@@ -1262,6 +1470,7 @@ const properties = {
1262
1470
  appliesTo: "gridItemsAndBoxesWithinGridContainer"
1263
1471
  },
1264
1472
  gridColumnStart: {
1473
+ unitGroups: ["number"],
1265
1474
  inherited: false,
1266
1475
  initial: {
1267
1476
  type: "keyword",
@@ -1271,6 +1480,7 @@ const properties = {
1271
1480
  appliesTo: "gridItemsAndBoxesWithinGridContainer"
1272
1481
  },
1273
1482
  gridRowEnd: {
1483
+ unitGroups: ["number"],
1274
1484
  inherited: false,
1275
1485
  initial: {
1276
1486
  type: "keyword",
@@ -1280,6 +1490,7 @@ const properties = {
1280
1490
  appliesTo: "gridItemsAndBoxesWithinGridContainer"
1281
1491
  },
1282
1492
  gridRowStart: {
1493
+ unitGroups: ["number"],
1283
1494
  inherited: false,
1284
1495
  initial: {
1285
1496
  type: "keyword",
@@ -1289,6 +1500,7 @@ const properties = {
1289
1500
  appliesTo: "gridItemsAndBoxesWithinGridContainer"
1290
1501
  },
1291
1502
  gridTemplateAreas: {
1503
+ unitGroups: [],
1292
1504
  inherited: false,
1293
1505
  initial: {
1294
1506
  type: "keyword",
@@ -1298,6 +1510,7 @@ const properties = {
1298
1510
  appliesTo: "gridContainers"
1299
1511
  },
1300
1512
  gridTemplateColumns: {
1513
+ unitGroups: ["length", "percentage", "flex"],
1301
1514
  inherited: false,
1302
1515
  initial: {
1303
1516
  type: "keyword",
@@ -1307,6 +1520,7 @@ const properties = {
1307
1520
  appliesTo: "gridContainers"
1308
1521
  },
1309
1522
  gridTemplateRows: {
1523
+ unitGroups: ["length", "percentage", "flex"],
1310
1524
  inherited: false,
1311
1525
  initial: {
1312
1526
  type: "keyword",
@@ -1316,6 +1530,7 @@ const properties = {
1316
1530
  appliesTo: "gridContainers"
1317
1531
  },
1318
1532
  hangingPunctuation: {
1533
+ unitGroups: [],
1319
1534
  inherited: true,
1320
1535
  initial: {
1321
1536
  type: "keyword",
@@ -1325,6 +1540,7 @@ const properties = {
1325
1540
  appliesTo: "allElements"
1326
1541
  },
1327
1542
  height: {
1543
+ unitGroups: ["length", "percentage"],
1328
1544
  inherited: false,
1329
1545
  initial: {
1330
1546
  type: "keyword",
@@ -1333,7 +1549,18 @@ const properties = {
1333
1549
  popularity: 0.93056784,
1334
1550
  appliesTo: "allElementsButNonReplacedAndTableColumns"
1335
1551
  },
1552
+ hyphenateCharacter: {
1553
+ unitGroups: [],
1554
+ inherited: true,
1555
+ initial: {
1556
+ type: "keyword",
1557
+ value: "auto"
1558
+ },
1559
+ popularity: 0,
1560
+ appliesTo: "allElements"
1561
+ },
1336
1562
  hyphens: {
1563
+ unitGroups: [],
1337
1564
  inherited: true,
1338
1565
  initial: {
1339
1566
  type: "keyword",
@@ -1343,6 +1570,7 @@ const properties = {
1343
1570
  appliesTo: "allElements"
1344
1571
  },
1345
1572
  imageOrientation: {
1573
+ unitGroups: ["angle"],
1346
1574
  inherited: true,
1347
1575
  initial: {
1348
1576
  type: "keyword",
@@ -1352,6 +1580,7 @@ const properties = {
1352
1580
  appliesTo: "allElements"
1353
1581
  },
1354
1582
  imageRendering: {
1583
+ unitGroups: [],
1355
1584
  inherited: true,
1356
1585
  initial: {
1357
1586
  type: "keyword",
@@ -1361,16 +1590,18 @@ const properties = {
1361
1590
  appliesTo: "allElements"
1362
1591
  },
1363
1592
  imageResolution: {
1593
+ unitGroups: ["resolution"],
1364
1594
  inherited: true,
1365
1595
  initial: {
1366
1596
  type: "unit",
1367
- unit: "px",
1597
+ unit: "dppx",
1368
1598
  value: 1
1369
1599
  },
1370
1600
  popularity: 0,
1371
1601
  appliesTo: "allElements"
1372
1602
  },
1373
1603
  initialLetter: {
1604
+ unitGroups: ["number"],
1374
1605
  inherited: false,
1375
1606
  initial: {
1376
1607
  type: "keyword",
@@ -1380,6 +1611,7 @@ const properties = {
1380
1611
  appliesTo: "firstLetterPseudoElementsAndInlineLevelFirstChildren"
1381
1612
  },
1382
1613
  initialLetterAlign: {
1614
+ unitGroups: [],
1383
1615
  inherited: false,
1384
1616
  initial: {
1385
1617
  type: "keyword",
@@ -1389,6 +1621,7 @@ const properties = {
1389
1621
  appliesTo: "firstLetterPseudoElementsAndInlineLevelFirstChildren"
1390
1622
  },
1391
1623
  inlineSize: {
1624
+ unitGroups: ["length", "percentage"],
1392
1625
  inherited: false,
1393
1626
  initial: {
1394
1627
  type: "keyword",
@@ -1397,25 +1630,18 @@ const properties = {
1397
1630
  popularity: 381706e-8,
1398
1631
  appliesTo: "sameAsWidthAndHeight"
1399
1632
  },
1400
- inset: {
1401
- inherited: false,
1402
- initial: {
1403
- type: "keyword",
1404
- value: "auto"
1405
- },
1406
- popularity: 0.02156551,
1407
- appliesTo: "positionedElements"
1408
- },
1409
- insetBlock: {
1633
+ inputSecurity: {
1634
+ unitGroups: [],
1410
1635
  inherited: false,
1411
1636
  initial: {
1412
1637
  type: "keyword",
1413
1638
  value: "auto"
1414
1639
  },
1415
- popularity: 14881e-8,
1416
- appliesTo: "positionedElements"
1640
+ popularity: 0,
1641
+ appliesTo: "sensitiveTextInputs"
1417
1642
  },
1418
1643
  insetBlockEnd: {
1644
+ unitGroups: ["length", "percentage"],
1419
1645
  inherited: false,
1420
1646
  initial: {
1421
1647
  type: "keyword",
@@ -1425,6 +1651,7 @@ const properties = {
1425
1651
  appliesTo: "positionedElements"
1426
1652
  },
1427
1653
  insetBlockStart: {
1654
+ unitGroups: ["length", "percentage"],
1428
1655
  inherited: false,
1429
1656
  initial: {
1430
1657
  type: "keyword",
@@ -1433,16 +1660,8 @@ const properties = {
1433
1660
  popularity: 36346e-8,
1434
1661
  appliesTo: "positionedElements"
1435
1662
  },
1436
- insetInline: {
1437
- inherited: false,
1438
- initial: {
1439
- type: "keyword",
1440
- value: "auto"
1441
- },
1442
- popularity: 21379e-8,
1443
- appliesTo: "positionedElements"
1444
- },
1445
1663
  insetInlineEnd: {
1664
+ unitGroups: ["length", "percentage"],
1446
1665
  inherited: false,
1447
1666
  initial: {
1448
1667
  type: "keyword",
@@ -1452,6 +1671,7 @@ const properties = {
1452
1671
  appliesTo: "positionedElements"
1453
1672
  },
1454
1673
  insetInlineStart: {
1674
+ unitGroups: ["length", "percentage"],
1455
1675
  inherited: false,
1456
1676
  initial: {
1457
1677
  type: "keyword",
@@ -1461,6 +1681,7 @@ const properties = {
1461
1681
  appliesTo: "positionedElements"
1462
1682
  },
1463
1683
  isolation: {
1684
+ unitGroups: [],
1464
1685
  inherited: false,
1465
1686
  initial: {
1466
1687
  type: "keyword",
@@ -1470,6 +1691,7 @@ const properties = {
1470
1691
  appliesTo: "allElementsSVGContainerGraphicsAndGraphicsReferencingElements"
1471
1692
  },
1472
1693
  justifyContent: {
1694
+ unitGroups: [],
1473
1695
  inherited: false,
1474
1696
  initial: {
1475
1697
  type: "keyword",
@@ -1479,15 +1701,17 @@ const properties = {
1479
1701
  appliesTo: "flexContainers"
1480
1702
  },
1481
1703
  justifyItems: {
1704
+ unitGroups: [],
1482
1705
  inherited: false,
1483
1706
  initial: {
1484
1707
  type: "keyword",
1485
1708
  value: "legacy"
1486
1709
  },
1487
1710
  popularity: 0.05716411,
1488
- appliesTo: "allElements"
1711
+ appliesTo: "flexContainersGridContainers"
1489
1712
  },
1490
1713
  justifySelf: {
1714
+ unitGroups: [],
1491
1715
  inherited: false,
1492
1716
  initial: {
1493
1717
  type: "keyword",
@@ -1497,6 +1721,7 @@ const properties = {
1497
1721
  appliesTo: "blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems"
1498
1722
  },
1499
1723
  justifyTracks: {
1724
+ unitGroups: [],
1500
1725
  inherited: false,
1501
1726
  initial: {
1502
1727
  type: "keyword",
@@ -1506,6 +1731,7 @@ const properties = {
1506
1731
  appliesTo: "gridContainersWithMasonryLayoutInTheirInlineAxis"
1507
1732
  },
1508
1733
  left: {
1734
+ unitGroups: ["length", "percentage"],
1509
1735
  inherited: false,
1510
1736
  initial: {
1511
1737
  type: "keyword",
@@ -1515,6 +1741,7 @@ const properties = {
1515
1741
  appliesTo: "positionedElements"
1516
1742
  },
1517
1743
  letterSpacing: {
1744
+ unitGroups: ["length"],
1518
1745
  inherited: true,
1519
1746
  initial: {
1520
1747
  type: "keyword",
@@ -1524,6 +1751,7 @@ const properties = {
1524
1751
  appliesTo: "allElements"
1525
1752
  },
1526
1753
  lineBreak: {
1754
+ unitGroups: [],
1527
1755
  inherited: true,
1528
1756
  initial: {
1529
1757
  type: "keyword",
@@ -1533,6 +1761,7 @@ const properties = {
1533
1761
  appliesTo: "allElements"
1534
1762
  },
1535
1763
  lineClamp: {
1764
+ unitGroups: ["number"],
1536
1765
  inherited: false,
1537
1766
  initial: {
1538
1767
  type: "keyword",
@@ -1542,6 +1771,7 @@ const properties = {
1542
1771
  appliesTo: "blockContainersExceptMultiColumnContainers"
1543
1772
  },
1544
1773
  lineHeight: {
1774
+ unitGroups: ["number", "length", "percentage"],
1545
1775
  inherited: true,
1546
1776
  initial: {
1547
1777
  type: "keyword",
@@ -1551,6 +1781,7 @@ const properties = {
1551
1781
  appliesTo: "allElements"
1552
1782
  },
1553
1783
  lineHeightStep: {
1784
+ unitGroups: ["length"],
1554
1785
  inherited: true,
1555
1786
  initial: {
1556
1787
  type: "unit",
@@ -1561,6 +1792,7 @@ const properties = {
1561
1792
  appliesTo: "blockContainers"
1562
1793
  },
1563
1794
  listStyleImage: {
1795
+ unitGroups: [],
1564
1796
  inherited: true,
1565
1797
  initial: {
1566
1798
  type: "keyword",
@@ -1570,6 +1802,7 @@ const properties = {
1570
1802
  appliesTo: "listItems"
1571
1803
  },
1572
1804
  listStylePosition: {
1805
+ unitGroups: [],
1573
1806
  inherited: true,
1574
1807
  initial: {
1575
1808
  type: "keyword",
@@ -1579,6 +1812,7 @@ const properties = {
1579
1812
  appliesTo: "listItems"
1580
1813
  },
1581
1814
  listStyleType: {
1815
+ unitGroups: [],
1582
1816
  inherited: true,
1583
1817
  initial: {
1584
1818
  type: "keyword",
@@ -1587,17 +1821,8 @@ const properties = {
1587
1821
  popularity: 0.50305363,
1588
1822
  appliesTo: "listItems"
1589
1823
  },
1590
- marginBlock: {
1591
- inherited: false,
1592
- initial: {
1593
- type: "unit",
1594
- unit: "px",
1595
- value: 0
1596
- },
1597
- popularity: 120447e-8,
1598
- appliesTo: "sameAsMargin"
1599
- },
1600
1824
  marginBlockEnd: {
1825
+ unitGroups: ["length", "percentage"],
1601
1826
  inherited: false,
1602
1827
  initial: {
1603
1828
  type: "unit",
@@ -1608,6 +1833,7 @@ const properties = {
1608
1833
  appliesTo: "sameAsMargin"
1609
1834
  },
1610
1835
  marginBlockStart: {
1836
+ unitGroups: ["length", "percentage"],
1611
1837
  inherited: false,
1612
1838
  initial: {
1613
1839
  type: "unit",
@@ -1618,6 +1844,7 @@ const properties = {
1618
1844
  appliesTo: "sameAsMargin"
1619
1845
  },
1620
1846
  marginBottom: {
1847
+ unitGroups: ["length", "percentage"],
1621
1848
  inherited: false,
1622
1849
  initial: {
1623
1850
  type: "unit",
@@ -1627,17 +1854,8 @@ const properties = {
1627
1854
  popularity: 0.84497162,
1628
1855
  appliesTo: "allElementsExceptTableDisplayTypes"
1629
1856
  },
1630
- marginInline: {
1631
- inherited: false,
1632
- initial: {
1633
- type: "unit",
1634
- unit: "px",
1635
- value: 0
1636
- },
1637
- popularity: 136801e-8,
1638
- appliesTo: "sameAsMargin"
1639
- },
1640
1857
  marginInlineEnd: {
1858
+ unitGroups: ["length", "percentage"],
1641
1859
  inherited: false,
1642
1860
  initial: {
1643
1861
  type: "unit",
@@ -1648,6 +1866,7 @@ const properties = {
1648
1866
  appliesTo: "sameAsMargin"
1649
1867
  },
1650
1868
  marginInlineStart: {
1869
+ unitGroups: ["length", "percentage"],
1651
1870
  inherited: false,
1652
1871
  initial: {
1653
1872
  type: "unit",
@@ -1658,6 +1877,7 @@ const properties = {
1658
1877
  appliesTo: "sameAsMargin"
1659
1878
  },
1660
1879
  marginLeft: {
1880
+ unitGroups: ["length", "percentage"],
1661
1881
  inherited: false,
1662
1882
  initial: {
1663
1883
  type: "unit",
@@ -1668,6 +1888,7 @@ const properties = {
1668
1888
  appliesTo: "allElementsExceptTableDisplayTypes"
1669
1889
  },
1670
1890
  marginRight: {
1891
+ unitGroups: ["length", "percentage"],
1671
1892
  inherited: false,
1672
1893
  initial: {
1673
1894
  type: "unit",
@@ -1678,6 +1899,7 @@ const properties = {
1678
1899
  appliesTo: "allElementsExceptTableDisplayTypes"
1679
1900
  },
1680
1901
  marginTop: {
1902
+ unitGroups: ["length", "percentage"],
1681
1903
  inherited: false,
1682
1904
  initial: {
1683
1905
  type: "unit",
@@ -1688,6 +1910,7 @@ const properties = {
1688
1910
  appliesTo: "allElementsExceptTableDisplayTypes"
1689
1911
  },
1690
1912
  marginTrim: {
1913
+ unitGroups: [],
1691
1914
  inherited: false,
1692
1915
  initial: {
1693
1916
  type: "keyword",
@@ -1697,6 +1920,7 @@ const properties = {
1697
1920
  appliesTo: "blockContainersAndMultiColumnContainers"
1698
1921
  },
1699
1922
  maskBorderMode: {
1923
+ unitGroups: [],
1700
1924
  inherited: false,
1701
1925
  initial: {
1702
1926
  type: "keyword",
@@ -1706,16 +1930,18 @@ const properties = {
1706
1930
  appliesTo: "allElementsSVGContainerElements"
1707
1931
  },
1708
1932
  maskBorderOutset: {
1933
+ unitGroups: ["length", "number"],
1709
1934
  inherited: false,
1710
1935
  initial: {
1711
1936
  type: "unit",
1712
- unit: "px",
1937
+ unit: "number",
1713
1938
  value: 0
1714
1939
  },
1715
1940
  popularity: 0,
1716
1941
  appliesTo: "allElementsSVGContainerElements"
1717
1942
  },
1718
1943
  maskBorderRepeat: {
1944
+ unitGroups: [],
1719
1945
  inherited: false,
1720
1946
  initial: {
1721
1947
  type: "keyword",
@@ -1725,16 +1951,18 @@ const properties = {
1725
1951
  appliesTo: "allElementsSVGContainerElements"
1726
1952
  },
1727
1953
  maskBorderSlice: {
1954
+ unitGroups: ["number", "percentage"],
1728
1955
  inherited: false,
1729
1956
  initial: {
1730
1957
  type: "unit",
1731
- unit: "px",
1958
+ unit: "number",
1732
1959
  value: 0
1733
1960
  },
1734
1961
  popularity: 0,
1735
1962
  appliesTo: "allElementsSVGContainerElements"
1736
1963
  },
1737
1964
  maskBorderSource: {
1965
+ unitGroups: [],
1738
1966
  inherited: false,
1739
1967
  initial: {
1740
1968
  type: "keyword",
@@ -1744,6 +1972,7 @@ const properties = {
1744
1972
  appliesTo: "allElementsSVGContainerElements"
1745
1973
  },
1746
1974
  maskBorderWidth: {
1975
+ unitGroups: ["length", "percentage", "number"],
1747
1976
  inherited: false,
1748
1977
  initial: {
1749
1978
  type: "keyword",
@@ -1753,6 +1982,7 @@ const properties = {
1753
1982
  appliesTo: "allElementsSVGContainerElements"
1754
1983
  },
1755
1984
  maskClip: {
1985
+ unitGroups: [],
1756
1986
  inherited: false,
1757
1987
  initial: {
1758
1988
  type: "keyword",
@@ -1762,6 +1992,7 @@ const properties = {
1762
1992
  appliesTo: "allElementsSVGContainerElements"
1763
1993
  },
1764
1994
  maskComposite: {
1995
+ unitGroups: [],
1765
1996
  inherited: false,
1766
1997
  initial: {
1767
1998
  type: "keyword",
@@ -1771,6 +2002,7 @@ const properties = {
1771
2002
  appliesTo: "allElementsSVGContainerElements"
1772
2003
  },
1773
2004
  maskImage: {
2005
+ unitGroups: [],
1774
2006
  inherited: false,
1775
2007
  initial: {
1776
2008
  type: "keyword",
@@ -1780,6 +2012,7 @@ const properties = {
1780
2012
  appliesTo: "allElementsSVGContainerElements"
1781
2013
  },
1782
2014
  maskMode: {
2015
+ unitGroups: [],
1783
2016
  inherited: false,
1784
2017
  initial: {
1785
2018
  type: "keyword",
@@ -1789,6 +2022,7 @@ const properties = {
1789
2022
  appliesTo: "allElementsSVGContainerElements"
1790
2023
  },
1791
2024
  maskOrigin: {
2025
+ unitGroups: [],
1792
2026
  inherited: false,
1793
2027
  initial: {
1794
2028
  type: "keyword",
@@ -1798,6 +2032,7 @@ const properties = {
1798
2032
  appliesTo: "allElementsSVGContainerElements"
1799
2033
  },
1800
2034
  maskPosition: {
2035
+ unitGroups: ["length", "percentage"],
1801
2036
  inherited: false,
1802
2037
  initial: {
1803
2038
  type: "keyword",
@@ -1807,15 +2042,17 @@ const properties = {
1807
2042
  appliesTo: "allElementsSVGContainerElements"
1808
2043
  },
1809
2044
  maskRepeat: {
2045
+ unitGroups: [],
1810
2046
  inherited: false,
1811
2047
  initial: {
1812
2048
  type: "keyword",
1813
- value: "no-repeat"
2049
+ value: "repeat"
1814
2050
  },
1815
2051
  popularity: 0,
1816
2052
  appliesTo: "allElementsSVGContainerElements"
1817
2053
  },
1818
2054
  maskSize: {
2055
+ unitGroups: ["length", "percentage"],
1819
2056
  inherited: false,
1820
2057
  initial: {
1821
2058
  type: "keyword",
@@ -1825,6 +2062,7 @@ const properties = {
1825
2062
  appliesTo: "allElementsSVGContainerElements"
1826
2063
  },
1827
2064
  maskType: {
2065
+ unitGroups: [],
1828
2066
  inherited: false,
1829
2067
  initial: {
1830
2068
  type: "keyword",
@@ -1834,6 +2072,7 @@ const properties = {
1834
2072
  appliesTo: "maskElements"
1835
2073
  },
1836
2074
  masonryAutoFlow: {
2075
+ unitGroups: [],
1837
2076
  inherited: false,
1838
2077
  initial: {
1839
2078
  type: "keyword",
@@ -1842,7 +2081,29 @@ const properties = {
1842
2081
  popularity: 0,
1843
2082
  appliesTo: "gridContainersWithMasonryLayout"
1844
2083
  },
2084
+ mathDepth: {
2085
+ unitGroups: ["number"],
2086
+ inherited: true,
2087
+ initial: {
2088
+ type: "unit",
2089
+ unit: "number",
2090
+ value: 0
2091
+ },
2092
+ popularity: 3e-8,
2093
+ appliesTo: "allElements"
2094
+ },
2095
+ mathShift: {
2096
+ unitGroups: [],
2097
+ inherited: true,
2098
+ initial: {
2099
+ type: "keyword",
2100
+ value: "normal"
2101
+ },
2102
+ popularity: 3e-8,
2103
+ appliesTo: "allElements"
2104
+ },
1845
2105
  mathStyle: {
2106
+ unitGroups: [],
1846
2107
  inherited: true,
1847
2108
  initial: {
1848
2109
  type: "keyword",
@@ -1852,16 +2113,17 @@ const properties = {
1852
2113
  appliesTo: "allElements"
1853
2114
  },
1854
2115
  maxBlockSize: {
2116
+ unitGroups: ["length", "percentage"],
1855
2117
  inherited: false,
1856
2118
  initial: {
1857
- type: "unit",
1858
- unit: "px",
1859
- value: 0
2119
+ type: "keyword",
2120
+ value: "none"
1860
2121
  },
1861
2122
  popularity: 64707e-8,
1862
2123
  appliesTo: "sameAsWidthAndHeight"
1863
2124
  },
1864
2125
  maxHeight: {
2126
+ unitGroups: ["length", "percentage"],
1865
2127
  inherited: false,
1866
2128
  initial: {
1867
2129
  type: "keyword",
@@ -1871,16 +2133,17 @@ const properties = {
1871
2133
  appliesTo: "allElementsButNonReplacedAndTableColumns"
1872
2134
  },
1873
2135
  maxInlineSize: {
2136
+ unitGroups: ["length", "percentage"],
1874
2137
  inherited: false,
1875
2138
  initial: {
1876
- type: "unit",
1877
- unit: "px",
1878
- value: 0
2139
+ type: "keyword",
2140
+ value: "none"
1879
2141
  },
1880
2142
  popularity: 62504e-8,
1881
2143
  appliesTo: "sameAsWidthAndHeight"
1882
2144
  },
1883
2145
  maxLines: {
2146
+ unitGroups: ["number"],
1884
2147
  inherited: false,
1885
2148
  initial: {
1886
2149
  type: "keyword",
@@ -1890,6 +2153,7 @@ const properties = {
1890
2153
  appliesTo: "blockContainersExceptMultiColumnContainers"
1891
2154
  },
1892
2155
  maxWidth: {
2156
+ unitGroups: ["length", "percentage"],
1893
2157
  inherited: false,
1894
2158
  initial: {
1895
2159
  type: "keyword",
@@ -1899,6 +2163,7 @@ const properties = {
1899
2163
  appliesTo: "allElementsButNonReplacedAndTableRows"
1900
2164
  },
1901
2165
  minBlockSize: {
2166
+ unitGroups: ["length", "percentage"],
1902
2167
  inherited: false,
1903
2168
  initial: {
1904
2169
  type: "unit",
@@ -1909,6 +2174,7 @@ const properties = {
1909
2174
  appliesTo: "sameAsWidthAndHeight"
1910
2175
  },
1911
2176
  minHeight: {
2177
+ unitGroups: ["length", "percentage"],
1912
2178
  inherited: false,
1913
2179
  initial: {
1914
2180
  type: "keyword",
@@ -1918,6 +2184,7 @@ const properties = {
1918
2184
  appliesTo: "allElementsButNonReplacedAndTableColumns"
1919
2185
  },
1920
2186
  minInlineSize: {
2187
+ unitGroups: ["length", "percentage"],
1921
2188
  inherited: false,
1922
2189
  initial: {
1923
2190
  type: "unit",
@@ -1928,6 +2195,7 @@ const properties = {
1928
2195
  appliesTo: "sameAsWidthAndHeight"
1929
2196
  },
1930
2197
  minWidth: {
2198
+ unitGroups: ["length", "percentage"],
1931
2199
  inherited: false,
1932
2200
  initial: {
1933
2201
  type: "keyword",
@@ -1937,6 +2205,7 @@ const properties = {
1937
2205
  appliesTo: "allElementsButNonReplacedAndTableRows"
1938
2206
  },
1939
2207
  mixBlendMode: {
2208
+ unitGroups: [],
1940
2209
  inherited: false,
1941
2210
  initial: {
1942
2211
  type: "keyword",
@@ -1946,6 +2215,7 @@ const properties = {
1946
2215
  appliesTo: "allElements"
1947
2216
  },
1948
2217
  objectFit: {
2218
+ unitGroups: [],
1949
2219
  inherited: false,
1950
2220
  initial: {
1951
2221
  type: "keyword",
@@ -1955,6 +2225,7 @@ const properties = {
1955
2225
  appliesTo: "replacedElements"
1956
2226
  },
1957
2227
  objectPosition: {
2228
+ unitGroups: ["length", "percentage"],
1958
2229
  inherited: true,
1959
2230
  initial: {
1960
2231
  type: "keyword",
@@ -1964,6 +2235,7 @@ const properties = {
1964
2235
  appliesTo: "replacedElements"
1965
2236
  },
1966
2237
  offsetAnchor: {
2238
+ unitGroups: ["length", "percentage"],
1967
2239
  inherited: false,
1968
2240
  initial: {
1969
2241
  type: "keyword",
@@ -1973,6 +2245,7 @@ const properties = {
1973
2245
  appliesTo: "transformableElements"
1974
2246
  },
1975
2247
  offsetDistance: {
2248
+ unitGroups: ["length", "percentage"],
1976
2249
  inherited: false,
1977
2250
  initial: {
1978
2251
  type: "unit",
@@ -1983,6 +2256,7 @@ const properties = {
1983
2256
  appliesTo: "transformableElements"
1984
2257
  },
1985
2258
  offsetPath: {
2259
+ unitGroups: [],
1986
2260
  inherited: false,
1987
2261
  initial: {
1988
2262
  type: "keyword",
@@ -1992,6 +2266,7 @@ const properties = {
1992
2266
  appliesTo: "transformableElements"
1993
2267
  },
1994
2268
  offsetPosition: {
2269
+ unitGroups: ["length", "percentage"],
1995
2270
  inherited: false,
1996
2271
  initial: {
1997
2272
  type: "keyword",
@@ -2001,6 +2276,7 @@ const properties = {
2001
2276
  appliesTo: "transformableElements"
2002
2277
  },
2003
2278
  offsetRotate: {
2279
+ unitGroups: ["angle"],
2004
2280
  inherited: false,
2005
2281
  initial: {
2006
2282
  type: "keyword",
@@ -2010,36 +2286,40 @@ const properties = {
2010
2286
  appliesTo: "transformableElements"
2011
2287
  },
2012
2288
  opacity: {
2289
+ unitGroups: ["number", "percentage"],
2013
2290
  inherited: false,
2014
2291
  initial: {
2015
2292
  type: "unit",
2016
- unit: "px",
2293
+ unit: "number",
2017
2294
  value: 1
2018
2295
  },
2019
2296
  popularity: 0.87714344,
2020
2297
  appliesTo: "allElements"
2021
2298
  },
2022
2299
  order: {
2300
+ unitGroups: ["number"],
2023
2301
  inherited: false,
2024
2302
  initial: {
2025
2303
  type: "unit",
2026
- unit: "px",
2304
+ unit: "number",
2027
2305
  value: 0
2028
2306
  },
2029
2307
  popularity: 0.28274872,
2030
2308
  appliesTo: "flexItemsGridItemsAbsolutelyPositionedContainerChildren"
2031
2309
  },
2032
2310
  orphans: {
2311
+ unitGroups: ["number"],
2033
2312
  inherited: true,
2034
2313
  initial: {
2035
2314
  type: "unit",
2036
- unit: "px",
2315
+ unit: "number",
2037
2316
  value: 2
2038
2317
  },
2039
2318
  popularity: 0.03717837,
2040
2319
  appliesTo: "blockContainerElements"
2041
2320
  },
2042
2321
  outlineColor: {
2322
+ unitGroups: [],
2043
2323
  inherited: false,
2044
2324
  initial: {
2045
2325
  type: "keyword",
@@ -2049,6 +2329,7 @@ const properties = {
2049
2329
  appliesTo: "allElements"
2050
2330
  },
2051
2331
  outlineOffset: {
2332
+ unitGroups: ["length"],
2052
2333
  inherited: false,
2053
2334
  initial: {
2054
2335
  type: "unit",
@@ -2059,6 +2340,7 @@ const properties = {
2059
2340
  appliesTo: "allElements"
2060
2341
  },
2061
2342
  outlineStyle: {
2343
+ unitGroups: [],
2062
2344
  inherited: false,
2063
2345
  initial: {
2064
2346
  type: "keyword",
@@ -2068,6 +2350,7 @@ const properties = {
2068
2350
  appliesTo: "allElements"
2069
2351
  },
2070
2352
  outlineWidth: {
2353
+ unitGroups: ["length"],
2071
2354
  inherited: false,
2072
2355
  initial: {
2073
2356
  type: "keyword",
@@ -2077,6 +2360,7 @@ const properties = {
2077
2360
  appliesTo: "allElements"
2078
2361
  },
2079
2362
  overflow: {
2363
+ unitGroups: [],
2080
2364
  inherited: false,
2081
2365
  initial: {
2082
2366
  type: "keyword",
@@ -2086,6 +2370,7 @@ const properties = {
2086
2370
  appliesTo: "blockContainersFlexContainersGridContainers"
2087
2371
  },
2088
2372
  overflowAnchor: {
2373
+ unitGroups: [],
2089
2374
  inherited: false,
2090
2375
  initial: {
2091
2376
  type: "keyword",
@@ -2095,6 +2380,7 @@ const properties = {
2095
2380
  appliesTo: "allElements"
2096
2381
  },
2097
2382
  overflowBlock: {
2383
+ unitGroups: [],
2098
2384
  inherited: false,
2099
2385
  initial: {
2100
2386
  type: "keyword",
@@ -2104,6 +2390,7 @@ const properties = {
2104
2390
  appliesTo: "blockContainersFlexContainersGridContainers"
2105
2391
  },
2106
2392
  overflowClipMargin: {
2393
+ unitGroups: ["length"],
2107
2394
  inherited: false,
2108
2395
  initial: {
2109
2396
  type: "unit",
@@ -2114,6 +2401,7 @@ const properties = {
2114
2401
  appliesTo: "allElements"
2115
2402
  },
2116
2403
  overflowInline: {
2404
+ unitGroups: [],
2117
2405
  inherited: false,
2118
2406
  initial: {
2119
2407
  type: "keyword",
@@ -2123,6 +2411,7 @@ const properties = {
2123
2411
  appliesTo: "blockContainersFlexContainersGridContainers"
2124
2412
  },
2125
2413
  overflowWrap: {
2414
+ unitGroups: [],
2126
2415
  inherited: true,
2127
2416
  initial: {
2128
2417
  type: "keyword",
@@ -2132,6 +2421,7 @@ const properties = {
2132
2421
  appliesTo: "nonReplacedInlineElements"
2133
2422
  },
2134
2423
  overflowX: {
2424
+ unitGroups: [],
2135
2425
  inherited: false,
2136
2426
  initial: {
2137
2427
  type: "keyword",
@@ -2141,6 +2431,7 @@ const properties = {
2141
2431
  appliesTo: "blockContainersFlexContainersGridContainers"
2142
2432
  },
2143
2433
  overflowY: {
2434
+ unitGroups: [],
2144
2435
  inherited: false,
2145
2436
  initial: {
2146
2437
  type: "keyword",
@@ -2150,6 +2441,7 @@ const properties = {
2150
2441
  appliesTo: "blockContainersFlexContainersGridContainers"
2151
2442
  },
2152
2443
  overscrollBehavior: {
2444
+ unitGroups: [],
2153
2445
  inherited: false,
2154
2446
  initial: {
2155
2447
  type: "keyword",
@@ -2159,6 +2451,7 @@ const properties = {
2159
2451
  appliesTo: "nonReplacedBlockAndInlineBlockElements"
2160
2452
  },
2161
2453
  overscrollBehaviorBlock: {
2454
+ unitGroups: [],
2162
2455
  inherited: false,
2163
2456
  initial: {
2164
2457
  type: "keyword",
@@ -2168,6 +2461,7 @@ const properties = {
2168
2461
  appliesTo: "nonReplacedBlockAndInlineBlockElements"
2169
2462
  },
2170
2463
  overscrollBehaviorInline: {
2464
+ unitGroups: [],
2171
2465
  inherited: false,
2172
2466
  initial: {
2173
2467
  type: "keyword",
@@ -2177,6 +2471,7 @@ const properties = {
2177
2471
  appliesTo: "nonReplacedBlockAndInlineBlockElements"
2178
2472
  },
2179
2473
  overscrollBehaviorX: {
2474
+ unitGroups: [],
2180
2475
  inherited: false,
2181
2476
  initial: {
2182
2477
  type: "keyword",
@@ -2186,6 +2481,7 @@ const properties = {
2186
2481
  appliesTo: "nonReplacedBlockAndInlineBlockElements"
2187
2482
  },
2188
2483
  overscrollBehaviorY: {
2484
+ unitGroups: [],
2189
2485
  inherited: false,
2190
2486
  initial: {
2191
2487
  type: "keyword",
@@ -2194,17 +2490,8 @@ const properties = {
2194
2490
  popularity: 0,
2195
2491
  appliesTo: "nonReplacedBlockAndInlineBlockElements"
2196
2492
  },
2197
- paddingBlock: {
2198
- inherited: false,
2199
- initial: {
2200
- type: "unit",
2201
- unit: "px",
2202
- value: 0
2203
- },
2204
- popularity: 94479e-8,
2205
- appliesTo: "allElements"
2206
- },
2207
2493
  paddingBlockEnd: {
2494
+ unitGroups: ["length", "percentage"],
2208
2495
  inherited: false,
2209
2496
  initial: {
2210
2497
  type: "unit",
@@ -2212,9 +2499,10 @@ const properties = {
2212
2499
  value: 0
2213
2500
  },
2214
2501
  popularity: 269343e-8,
2215
- appliesTo: "allElements"
2502
+ appliesTo: "allElementsExceptInternalTableDisplayTypes"
2216
2503
  },
2217
2504
  paddingBlockStart: {
2505
+ unitGroups: ["length", "percentage"],
2218
2506
  inherited: false,
2219
2507
  initial: {
2220
2508
  type: "unit",
@@ -2222,9 +2510,10 @@ const properties = {
2222
2510
  value: 0
2223
2511
  },
2224
2512
  popularity: 281718e-8,
2225
- appliesTo: "allElements"
2513
+ appliesTo: "allElementsExceptInternalTableDisplayTypes"
2226
2514
  },
2227
2515
  paddingBottom: {
2516
+ unitGroups: ["length", "percentage"],
2228
2517
  inherited: false,
2229
2518
  initial: {
2230
2519
  type: "unit",
@@ -2234,17 +2523,8 @@ const properties = {
2234
2523
  popularity: 0.80249482,
2235
2524
  appliesTo: "allElementsExceptInternalTableDisplayTypes"
2236
2525
  },
2237
- paddingInline: {
2238
- inherited: false,
2239
- initial: {
2240
- type: "unit",
2241
- unit: "px",
2242
- value: 0
2243
- },
2244
- popularity: 0.01735028,
2245
- appliesTo: "allElements"
2246
- },
2247
2526
  paddingInlineEnd: {
2527
+ unitGroups: ["length", "percentage"],
2248
2528
  inherited: false,
2249
2529
  initial: {
2250
2530
  type: "unit",
@@ -2252,9 +2532,10 @@ const properties = {
2252
2532
  value: 0
2253
2533
  },
2254
2534
  popularity: 0.02914235,
2255
- appliesTo: "allElements"
2535
+ appliesTo: "allElementsExceptInternalTableDisplayTypes"
2256
2536
  },
2257
2537
  paddingInlineStart: {
2538
+ unitGroups: ["length", "percentage"],
2258
2539
  inherited: false,
2259
2540
  initial: {
2260
2541
  type: "unit",
@@ -2262,9 +2543,10 @@ const properties = {
2262
2543
  value: 0
2263
2544
  },
2264
2545
  popularity: 0.03734959,
2265
- appliesTo: "allElements"
2546
+ appliesTo: "allElementsExceptInternalTableDisplayTypes"
2266
2547
  },
2267
2548
  paddingLeft: {
2549
+ unitGroups: ["length", "percentage"],
2268
2550
  inherited: false,
2269
2551
  initial: {
2270
2552
  type: "unit",
@@ -2275,6 +2557,7 @@ const properties = {
2275
2557
  appliesTo: "allElementsExceptInternalTableDisplayTypes"
2276
2558
  },
2277
2559
  paddingRight: {
2560
+ unitGroups: ["length", "percentage"],
2278
2561
  inherited: false,
2279
2562
  initial: {
2280
2563
  type: "unit",
@@ -2285,6 +2568,7 @@ const properties = {
2285
2568
  appliesTo: "allElementsExceptInternalTableDisplayTypes"
2286
2569
  },
2287
2570
  paddingTop: {
2571
+ unitGroups: ["length", "percentage"],
2288
2572
  inherited: false,
2289
2573
  initial: {
2290
2574
  type: "unit",
@@ -2295,6 +2579,7 @@ const properties = {
2295
2579
  appliesTo: "allElementsExceptInternalTableDisplayTypes"
2296
2580
  },
2297
2581
  pageBreakAfter: {
2582
+ unitGroups: [],
2298
2583
  inherited: false,
2299
2584
  initial: {
2300
2585
  type: "keyword",
@@ -2304,6 +2589,7 @@ const properties = {
2304
2589
  appliesTo: "blockElementsInNormalFlow"
2305
2590
  },
2306
2591
  pageBreakBefore: {
2592
+ unitGroups: [],
2307
2593
  inherited: false,
2308
2594
  initial: {
2309
2595
  type: "keyword",
@@ -2313,6 +2599,7 @@ const properties = {
2313
2599
  appliesTo: "blockElementsInNormalFlow"
2314
2600
  },
2315
2601
  pageBreakInside: {
2602
+ unitGroups: [],
2316
2603
  inherited: false,
2317
2604
  initial: {
2318
2605
  type: "keyword",
@@ -2322,6 +2609,7 @@ const properties = {
2322
2609
  appliesTo: "blockElementsInNormalFlow"
2323
2610
  },
2324
2611
  paintOrder: {
2612
+ unitGroups: [],
2325
2613
  inherited: true,
2326
2614
  initial: {
2327
2615
  type: "keyword",
@@ -2331,6 +2619,7 @@ const properties = {
2331
2619
  appliesTo: "textElements"
2332
2620
  },
2333
2621
  perspective: {
2622
+ unitGroups: ["length"],
2334
2623
  inherited: false,
2335
2624
  initial: {
2336
2625
  type: "keyword",
@@ -2340,6 +2629,7 @@ const properties = {
2340
2629
  appliesTo: "transformableElements"
2341
2630
  },
2342
2631
  perspectiveOrigin: {
2632
+ unitGroups: ["length", "percentage"],
2343
2633
  inherited: false,
2344
2634
  initial: {
2345
2635
  type: "keyword",
@@ -2348,16 +2638,8 @@ const properties = {
2348
2638
  popularity: 0.03597136,
2349
2639
  appliesTo: "transformableElements"
2350
2640
  },
2351
- placeContent: {
2352
- inherited: false,
2353
- initial: {
2354
- type: "keyword",
2355
- value: "normal"
2356
- },
2357
- popularity: 389319e-8,
2358
- appliesTo: "multilineFlexContainers"
2359
- },
2360
2641
  pointerEvents: {
2642
+ unitGroups: [],
2361
2643
  inherited: true,
2362
2644
  initial: {
2363
2645
  type: "keyword",
@@ -2367,6 +2649,7 @@ const properties = {
2367
2649
  appliesTo: "allElements"
2368
2650
  },
2369
2651
  position: {
2652
+ unitGroups: [],
2370
2653
  inherited: false,
2371
2654
  initial: {
2372
2655
  type: "keyword",
@@ -2376,6 +2659,7 @@ const properties = {
2376
2659
  appliesTo: "allElements"
2377
2660
  },
2378
2661
  quotes: {
2662
+ unitGroups: [],
2379
2663
  inherited: true,
2380
2664
  initial: {
2381
2665
  type: "keyword",
@@ -2385,6 +2669,7 @@ const properties = {
2385
2669
  appliesTo: "allElements"
2386
2670
  },
2387
2671
  resize: {
2672
+ unitGroups: [],
2388
2673
  inherited: false,
2389
2674
  initial: {
2390
2675
  type: "keyword",
@@ -2394,6 +2679,7 @@ const properties = {
2394
2679
  appliesTo: "elementsWithOverflowNotVisibleAndReplacedElements"
2395
2680
  },
2396
2681
  right: {
2682
+ unitGroups: ["length", "percentage"],
2397
2683
  inherited: false,
2398
2684
  initial: {
2399
2685
  type: "keyword",
@@ -2403,6 +2689,7 @@ const properties = {
2403
2689
  appliesTo: "positionedElements"
2404
2690
  },
2405
2691
  rotate: {
2692
+ unitGroups: ["angle", "number"],
2406
2693
  inherited: false,
2407
2694
  initial: {
2408
2695
  type: "keyword",
@@ -2412,6 +2699,7 @@ const properties = {
2412
2699
  appliesTo: "transformableElements"
2413
2700
  },
2414
2701
  rowGap: {
2702
+ unitGroups: ["length", "percentage"],
2415
2703
  inherited: false,
2416
2704
  initial: {
2417
2705
  type: "unit",
@@ -2422,6 +2710,7 @@ const properties = {
2422
2710
  appliesTo: "multiColumnElementsFlexContainersGridContainers"
2423
2711
  },
2424
2712
  rubyAlign: {
2713
+ unitGroups: [],
2425
2714
  inherited: true,
2426
2715
  initial: {
2427
2716
  type: "keyword",
@@ -2431,6 +2720,7 @@ const properties = {
2431
2720
  appliesTo: "rubyBasesAnnotationsBaseAnnotationContainers"
2432
2721
  },
2433
2722
  rubyMerge: {
2723
+ unitGroups: [],
2434
2724
  inherited: true,
2435
2725
  initial: {
2436
2726
  type: "keyword",
@@ -2440,6 +2730,7 @@ const properties = {
2440
2730
  appliesTo: "rubyAnnotationsContainers"
2441
2731
  },
2442
2732
  rubyPosition: {
2733
+ unitGroups: [],
2443
2734
  inherited: true,
2444
2735
  initial: {
2445
2736
  type: "keyword",
@@ -2449,6 +2740,7 @@ const properties = {
2449
2740
  appliesTo: "rubyAnnotationsContainers"
2450
2741
  },
2451
2742
  scale: {
2743
+ unitGroups: ["number"],
2452
2744
  inherited: false,
2453
2745
  initial: {
2454
2746
  type: "keyword",
@@ -2458,6 +2750,7 @@ const properties = {
2458
2750
  appliesTo: "transformableElements"
2459
2751
  },
2460
2752
  scrollbarColor: {
2753
+ unitGroups: [],
2461
2754
  inherited: true,
2462
2755
  initial: {
2463
2756
  type: "keyword",
@@ -2467,6 +2760,7 @@ const properties = {
2467
2760
  appliesTo: "scrollingBoxes"
2468
2761
  },
2469
2762
  scrollbarGutter: {
2763
+ unitGroups: [],
2470
2764
  inherited: false,
2471
2765
  initial: {
2472
2766
  type: "keyword",
@@ -2476,6 +2770,7 @@ const properties = {
2476
2770
  appliesTo: "scrollingBoxes"
2477
2771
  },
2478
2772
  scrollbarWidth: {
2773
+ unitGroups: [],
2479
2774
  inherited: false,
2480
2775
  initial: {
2481
2776
  type: "keyword",
@@ -2485,6 +2780,7 @@ const properties = {
2485
2780
  appliesTo: "scrollingBoxes"
2486
2781
  },
2487
2782
  scrollBehavior: {
2783
+ unitGroups: [],
2488
2784
  inherited: false,
2489
2785
  initial: {
2490
2786
  type: "keyword",
@@ -2493,27 +2789,8 @@ const properties = {
2493
2789
  popularity: 0.06855196,
2494
2790
  appliesTo: "scrollingBoxes"
2495
2791
  },
2496
- scrollMargin: {
2497
- inherited: false,
2498
- initial: {
2499
- type: "unit",
2500
- unit: "px",
2501
- value: 0
2502
- },
2503
- popularity: 0,
2504
- appliesTo: "allElements"
2505
- },
2506
- scrollMarginBlock: {
2507
- inherited: false,
2508
- initial: {
2509
- type: "unit",
2510
- unit: "px",
2511
- value: 0
2512
- },
2513
- popularity: 0,
2514
- appliesTo: "allElements"
2515
- },
2516
2792
  scrollMarginBlockStart: {
2793
+ unitGroups: ["length"],
2517
2794
  inherited: false,
2518
2795
  initial: {
2519
2796
  type: "unit",
@@ -2524,6 +2801,7 @@ const properties = {
2524
2801
  appliesTo: "allElements"
2525
2802
  },
2526
2803
  scrollMarginBlockEnd: {
2804
+ unitGroups: ["length"],
2527
2805
  inherited: false,
2528
2806
  initial: {
2529
2807
  type: "unit",
@@ -2534,16 +2812,7 @@ const properties = {
2534
2812
  appliesTo: "allElements"
2535
2813
  },
2536
2814
  scrollMarginBottom: {
2537
- inherited: false,
2538
- initial: {
2539
- type: "unit",
2540
- unit: "px",
2541
- value: 0
2542
- },
2543
- popularity: 0,
2544
- appliesTo: "allElements"
2545
- },
2546
- scrollMarginInline: {
2815
+ unitGroups: ["length"],
2547
2816
  inherited: false,
2548
2817
  initial: {
2549
2818
  type: "unit",
@@ -2554,6 +2823,7 @@ const properties = {
2554
2823
  appliesTo: "allElements"
2555
2824
  },
2556
2825
  scrollMarginInlineStart: {
2826
+ unitGroups: ["length"],
2557
2827
  inherited: false,
2558
2828
  initial: {
2559
2829
  type: "unit",
@@ -2564,6 +2834,7 @@ const properties = {
2564
2834
  appliesTo: "allElements"
2565
2835
  },
2566
2836
  scrollMarginInlineEnd: {
2837
+ unitGroups: ["length"],
2567
2838
  inherited: false,
2568
2839
  initial: {
2569
2840
  type: "unit",
@@ -2574,6 +2845,7 @@ const properties = {
2574
2845
  appliesTo: "allElements"
2575
2846
  },
2576
2847
  scrollMarginLeft: {
2848
+ unitGroups: ["length"],
2577
2849
  inherited: false,
2578
2850
  initial: {
2579
2851
  type: "unit",
@@ -2584,6 +2856,7 @@ const properties = {
2584
2856
  appliesTo: "allElements"
2585
2857
  },
2586
2858
  scrollMarginRight: {
2859
+ unitGroups: ["length"],
2587
2860
  inherited: false,
2588
2861
  initial: {
2589
2862
  type: "unit",
@@ -2594,6 +2867,7 @@ const properties = {
2594
2867
  appliesTo: "allElements"
2595
2868
  },
2596
2869
  scrollMarginTop: {
2870
+ unitGroups: ["length"],
2597
2871
  inherited: false,
2598
2872
  initial: {
2599
2873
  type: "unit",
@@ -2603,25 +2877,8 @@ const properties = {
2603
2877
  popularity: 0,
2604
2878
  appliesTo: "allElements"
2605
2879
  },
2606
- scrollPadding: {
2607
- inherited: false,
2608
- initial: {
2609
- type: "keyword",
2610
- value: "auto"
2611
- },
2612
- popularity: 684182e-8,
2613
- appliesTo: "scrollContainers"
2614
- },
2615
- scrollPaddingBlock: {
2616
- inherited: false,
2617
- initial: {
2618
- type: "keyword",
2619
- value: "auto"
2620
- },
2621
- popularity: 11157e-8,
2622
- appliesTo: "scrollContainers"
2623
- },
2624
2880
  scrollPaddingBlockStart: {
2881
+ unitGroups: ["length", "percentage"],
2625
2882
  inherited: false,
2626
2883
  initial: {
2627
2884
  type: "keyword",
@@ -2631,6 +2888,7 @@ const properties = {
2631
2888
  appliesTo: "scrollContainers"
2632
2889
  },
2633
2890
  scrollPaddingBlockEnd: {
2891
+ unitGroups: ["length", "percentage"],
2634
2892
  inherited: false,
2635
2893
  initial: {
2636
2894
  type: "keyword",
@@ -2640,6 +2898,7 @@ const properties = {
2640
2898
  appliesTo: "scrollContainers"
2641
2899
  },
2642
2900
  scrollPaddingBottom: {
2901
+ unitGroups: ["length", "percentage"],
2643
2902
  inherited: false,
2644
2903
  initial: {
2645
2904
  type: "keyword",
@@ -2648,16 +2907,8 @@ const properties = {
2648
2907
  popularity: 46042e-8,
2649
2908
  appliesTo: "scrollContainers"
2650
2909
  },
2651
- scrollPaddingInline: {
2652
- inherited: false,
2653
- initial: {
2654
- type: "keyword",
2655
- value: "auto"
2656
- },
2657
- popularity: 30929e-8,
2658
- appliesTo: "scrollContainers"
2659
- },
2660
2910
  scrollPaddingInlineStart: {
2911
+ unitGroups: ["length", "percentage"],
2661
2912
  inherited: false,
2662
2913
  initial: {
2663
2914
  type: "keyword",
@@ -2667,6 +2918,7 @@ const properties = {
2667
2918
  appliesTo: "scrollContainers"
2668
2919
  },
2669
2920
  scrollPaddingInlineEnd: {
2921
+ unitGroups: ["length", "percentage"],
2670
2922
  inherited: false,
2671
2923
  initial: {
2672
2924
  type: "keyword",
@@ -2676,6 +2928,7 @@ const properties = {
2676
2928
  appliesTo: "scrollContainers"
2677
2929
  },
2678
2930
  scrollPaddingLeft: {
2931
+ unitGroups: ["length", "percentage"],
2679
2932
  inherited: false,
2680
2933
  initial: {
2681
2934
  type: "keyword",
@@ -2685,6 +2938,7 @@ const properties = {
2685
2938
  appliesTo: "scrollContainers"
2686
2939
  },
2687
2940
  scrollPaddingRight: {
2941
+ unitGroups: ["length", "percentage"],
2688
2942
  inherited: false,
2689
2943
  initial: {
2690
2944
  type: "keyword",
@@ -2694,6 +2948,7 @@ const properties = {
2694
2948
  appliesTo: "scrollContainers"
2695
2949
  },
2696
2950
  scrollPaddingTop: {
2951
+ unitGroups: ["length", "percentage"],
2697
2952
  inherited: false,
2698
2953
  initial: {
2699
2954
  type: "keyword",
@@ -2703,6 +2958,7 @@ const properties = {
2703
2958
  appliesTo: "scrollContainers"
2704
2959
  },
2705
2960
  scrollSnapAlign: {
2961
+ unitGroups: [],
2706
2962
  inherited: false,
2707
2963
  initial: {
2708
2964
  type: "keyword",
@@ -2712,6 +2968,7 @@ const properties = {
2712
2968
  appliesTo: "allElements"
2713
2969
  },
2714
2970
  scrollSnapStop: {
2971
+ unitGroups: [],
2715
2972
  inherited: false,
2716
2973
  initial: {
2717
2974
  type: "keyword",
@@ -2721,6 +2978,7 @@ const properties = {
2721
2978
  appliesTo: "allElements"
2722
2979
  },
2723
2980
  scrollSnapType: {
2981
+ unitGroups: [],
2724
2982
  inherited: false,
2725
2983
  initial: {
2726
2984
  type: "keyword",
@@ -2729,17 +2987,39 @@ const properties = {
2729
2987
  popularity: 0.05778112,
2730
2988
  appliesTo: "allElements"
2731
2989
  },
2990
+ scrollTimelineAxis: {
2991
+ unitGroups: [],
2992
+ inherited: false,
2993
+ initial: {
2994
+ type: "keyword",
2995
+ value: "block"
2996
+ },
2997
+ popularity: 0,
2998
+ appliesTo: "scrollContainers"
2999
+ },
3000
+ scrollTimelineName: {
3001
+ unitGroups: [],
3002
+ inherited: false,
3003
+ initial: {
3004
+ type: "keyword",
3005
+ value: "none"
3006
+ },
3007
+ popularity: 0,
3008
+ appliesTo: "scrollContainers"
3009
+ },
2732
3010
  shapeImageThreshold: {
3011
+ unitGroups: ["number", "percentage"],
2733
3012
  inherited: false,
2734
3013
  initial: {
2735
3014
  type: "unit",
2736
- unit: "px",
3015
+ unit: "number",
2737
3016
  value: 0
2738
3017
  },
2739
3018
  popularity: 579108e-8,
2740
3019
  appliesTo: "floats"
2741
3020
  },
2742
3021
  shapeMargin: {
3022
+ unitGroups: ["length", "percentage"],
2743
3023
  inherited: false,
2744
3024
  initial: {
2745
3025
  type: "unit",
@@ -2750,6 +3030,7 @@ const properties = {
2750
3030
  appliesTo: "floats"
2751
3031
  },
2752
3032
  shapeOutside: {
3033
+ unitGroups: [],
2753
3034
  inherited: false,
2754
3035
  initial: {
2755
3036
  type: "keyword",
@@ -2759,16 +3040,18 @@ const properties = {
2759
3040
  appliesTo: "floats"
2760
3041
  },
2761
3042
  tabSize: {
3043
+ unitGroups: ["number", "length"],
2762
3044
  inherited: true,
2763
3045
  initial: {
2764
3046
  type: "unit",
2765
- unit: "px",
3047
+ unit: "number",
2766
3048
  value: 8
2767
3049
  },
2768
3050
  popularity: 0.03065152,
2769
3051
  appliesTo: "blockContainers"
2770
3052
  },
2771
3053
  tableLayout: {
3054
+ unitGroups: [],
2772
3055
  inherited: false,
2773
3056
  initial: {
2774
3057
  type: "keyword",
@@ -2778,6 +3061,7 @@ const properties = {
2778
3061
  appliesTo: "tableElements"
2779
3062
  },
2780
3063
  textAlign: {
3064
+ unitGroups: [],
2781
3065
  inherited: true,
2782
3066
  initial: {
2783
3067
  type: "keyword",
@@ -2787,6 +3071,7 @@ const properties = {
2787
3071
  appliesTo: "blockContainers"
2788
3072
  },
2789
3073
  textAlignLast: {
3074
+ unitGroups: [],
2790
3075
  inherited: true,
2791
3076
  initial: {
2792
3077
  type: "keyword",
@@ -2796,6 +3081,7 @@ const properties = {
2796
3081
  appliesTo: "blockContainers"
2797
3082
  },
2798
3083
  textCombineUpright: {
3084
+ unitGroups: ["number"],
2799
3085
  inherited: true,
2800
3086
  initial: {
2801
3087
  type: "keyword",
@@ -2805,6 +3091,7 @@ const properties = {
2805
3091
  appliesTo: "nonReplacedInlineElements"
2806
3092
  },
2807
3093
  textDecorationColor: {
3094
+ unitGroups: [],
2808
3095
  inherited: false,
2809
3096
  initial: {
2810
3097
  type: "keyword",
@@ -2814,6 +3101,7 @@ const properties = {
2814
3101
  appliesTo: "allElements"
2815
3102
  },
2816
3103
  textDecorationLine: {
3104
+ unitGroups: [],
2817
3105
  inherited: false,
2818
3106
  initial: {
2819
3107
  type: "keyword",
@@ -2823,6 +3111,7 @@ const properties = {
2823
3111
  appliesTo: "allElements"
2824
3112
  },
2825
3113
  textDecorationSkip: {
3114
+ unitGroups: [],
2826
3115
  inherited: true,
2827
3116
  initial: {
2828
3117
  type: "keyword",
@@ -2832,6 +3121,7 @@ const properties = {
2832
3121
  appliesTo: "allElements"
2833
3122
  },
2834
3123
  textDecorationSkipInk: {
3124
+ unitGroups: [],
2835
3125
  inherited: true,
2836
3126
  initial: {
2837
3127
  type: "keyword",
@@ -2841,6 +3131,7 @@ const properties = {
2841
3131
  appliesTo: "allElements"
2842
3132
  },
2843
3133
  textDecorationStyle: {
3134
+ unitGroups: [],
2844
3135
  inherited: false,
2845
3136
  initial: {
2846
3137
  type: "keyword",
@@ -2850,6 +3141,7 @@ const properties = {
2850
3141
  appliesTo: "allElements"
2851
3142
  },
2852
3143
  textDecorationThickness: {
3144
+ unitGroups: ["length", "percentage"],
2853
3145
  inherited: false,
2854
3146
  initial: {
2855
3147
  type: "keyword",
@@ -2859,6 +3151,7 @@ const properties = {
2859
3151
  appliesTo: "allElements"
2860
3152
  },
2861
3153
  textEmphasisColor: {
3154
+ unitGroups: [],
2862
3155
  inherited: false,
2863
3156
  initial: {
2864
3157
  type: "keyword",
@@ -2868,6 +3161,7 @@ const properties = {
2868
3161
  appliesTo: "allElements"
2869
3162
  },
2870
3163
  textEmphasisPosition: {
3164
+ unitGroups: [],
2871
3165
  inherited: false,
2872
3166
  initial: {
2873
3167
  type: "keyword",
@@ -2877,6 +3171,7 @@ const properties = {
2877
3171
  appliesTo: "allElements"
2878
3172
  },
2879
3173
  textEmphasisStyle: {
3174
+ unitGroups: [],
2880
3175
  inherited: false,
2881
3176
  initial: {
2882
3177
  type: "keyword",
@@ -2886,6 +3181,7 @@ const properties = {
2886
3181
  appliesTo: "allElements"
2887
3182
  },
2888
3183
  textIndent: {
3184
+ unitGroups: ["length", "percentage"],
2889
3185
  inherited: true,
2890
3186
  initial: {
2891
3187
  type: "unit",
@@ -2896,6 +3192,7 @@ const properties = {
2896
3192
  appliesTo: "blockContainers"
2897
3193
  },
2898
3194
  textJustify: {
3195
+ unitGroups: [],
2899
3196
  inherited: true,
2900
3197
  initial: {
2901
3198
  type: "keyword",
@@ -2905,6 +3202,7 @@ const properties = {
2905
3202
  appliesTo: "inlineLevelAndTableCellElements"
2906
3203
  },
2907
3204
  textOrientation: {
3205
+ unitGroups: [],
2908
3206
  inherited: true,
2909
3207
  initial: {
2910
3208
  type: "keyword",
@@ -2914,6 +3212,7 @@ const properties = {
2914
3212
  appliesTo: "allElementsExceptTableRowGroupsRowsColumnGroupsAndColumns"
2915
3213
  },
2916
3214
  textOverflow: {
3215
+ unitGroups: [],
2917
3216
  inherited: false,
2918
3217
  initial: {
2919
3218
  type: "keyword",
@@ -2923,6 +3222,7 @@ const properties = {
2923
3222
  appliesTo: "blockContainerElements"
2924
3223
  },
2925
3224
  textRendering: {
3225
+ unitGroups: [],
2926
3226
  inherited: true,
2927
3227
  initial: {
2928
3228
  type: "keyword",
@@ -2932,6 +3232,7 @@ const properties = {
2932
3232
  appliesTo: "textElements"
2933
3233
  },
2934
3234
  textShadow: {
3235
+ unitGroups: ["length"],
2935
3236
  inherited: true,
2936
3237
  initial: {
2937
3238
  type: "keyword",
@@ -2941,6 +3242,7 @@ const properties = {
2941
3242
  appliesTo: "allElements"
2942
3243
  },
2943
3244
  textSizeAdjust: {
3245
+ unitGroups: ["percentage"],
2944
3246
  inherited: true,
2945
3247
  initial: {
2946
3248
  type: "keyword",
@@ -2950,6 +3252,7 @@ const properties = {
2950
3252
  appliesTo: "allElements"
2951
3253
  },
2952
3254
  textTransform: {
3255
+ unitGroups: [],
2953
3256
  inherited: true,
2954
3257
  initial: {
2955
3258
  type: "keyword",
@@ -2959,6 +3262,7 @@ const properties = {
2959
3262
  appliesTo: "allElements"
2960
3263
  },
2961
3264
  textUnderlineOffset: {
3265
+ unitGroups: ["length", "percentage"],
2962
3266
  inherited: true,
2963
3267
  initial: {
2964
3268
  type: "keyword",
@@ -2968,6 +3272,7 @@ const properties = {
2968
3272
  appliesTo: "allElements"
2969
3273
  },
2970
3274
  textUnderlinePosition: {
3275
+ unitGroups: [],
2971
3276
  inherited: true,
2972
3277
  initial: {
2973
3278
  type: "keyword",
@@ -2977,6 +3282,7 @@ const properties = {
2977
3282
  appliesTo: "allElements"
2978
3283
  },
2979
3284
  top: {
3285
+ unitGroups: ["length", "percentage"],
2980
3286
  inherited: false,
2981
3287
  initial: {
2982
3288
  type: "keyword",
@@ -2986,6 +3292,7 @@ const properties = {
2986
3292
  appliesTo: "positionedElements"
2987
3293
  },
2988
3294
  touchAction: {
3295
+ unitGroups: [],
2989
3296
  inherited: false,
2990
3297
  initial: {
2991
3298
  type: "keyword",
@@ -2995,6 +3302,7 @@ const properties = {
2995
3302
  appliesTo: "allElementsExceptNonReplacedInlineElementsTableRowsColumnsRowColumnGroups"
2996
3303
  },
2997
3304
  transform: {
3305
+ unitGroups: [],
2998
3306
  inherited: false,
2999
3307
  initial: {
3000
3308
  type: "keyword",
@@ -3004,6 +3312,7 @@ const properties = {
3004
3312
  appliesTo: "transformableElements"
3005
3313
  },
3006
3314
  transformBox: {
3315
+ unitGroups: [],
3007
3316
  inherited: false,
3008
3317
  initial: {
3009
3318
  type: "keyword",
@@ -3013,6 +3322,7 @@ const properties = {
3013
3322
  appliesTo: "transformableElements"
3014
3323
  },
3015
3324
  transformOrigin: {
3325
+ unitGroups: ["length", "percentage"],
3016
3326
  inherited: false,
3017
3327
  initial: {
3018
3328
  type: "keyword",
@@ -3022,6 +3332,7 @@ const properties = {
3022
3332
  appliesTo: "transformableElements"
3023
3333
  },
3024
3334
  transformStyle: {
3335
+ unitGroups: [],
3025
3336
  inherited: false,
3026
3337
  initial: {
3027
3338
  type: "keyword",
@@ -3031,26 +3342,29 @@ const properties = {
3031
3342
  appliesTo: "transformableElements"
3032
3343
  },
3033
3344
  transitionDelay: {
3345
+ unitGroups: ["time"],
3034
3346
  inherited: false,
3035
3347
  initial: {
3036
3348
  type: "unit",
3037
- unit: "px",
3349
+ unit: "s",
3038
3350
  value: 0
3039
3351
  },
3040
3352
  popularity: 0.26633596,
3041
3353
  appliesTo: "allElementsAndPseudos"
3042
3354
  },
3043
3355
  transitionDuration: {
3356
+ unitGroups: ["time"],
3044
3357
  inherited: false,
3045
3358
  initial: {
3046
3359
  type: "unit",
3047
- unit: "px",
3360
+ unit: "s",
3048
3361
  value: 0
3049
3362
  },
3050
3363
  popularity: 0.27645681,
3051
3364
  appliesTo: "allElementsAndPseudos"
3052
3365
  },
3053
3366
  transitionProperty: {
3367
+ unitGroups: [],
3054
3368
  inherited: false,
3055
3369
  initial: {
3056
3370
  type: "keyword",
@@ -3060,6 +3374,7 @@ const properties = {
3060
3374
  appliesTo: "allElementsAndPseudos"
3061
3375
  },
3062
3376
  transitionTimingFunction: {
3377
+ unitGroups: [],
3063
3378
  inherited: false,
3064
3379
  initial: {
3065
3380
  type: "keyword",
@@ -3069,6 +3384,7 @@ const properties = {
3069
3384
  appliesTo: "allElementsAndPseudos"
3070
3385
  },
3071
3386
  translate: {
3387
+ unitGroups: ["length", "percentage"],
3072
3388
  inherited: false,
3073
3389
  initial: {
3074
3390
  type: "keyword",
@@ -3078,6 +3394,7 @@ const properties = {
3078
3394
  appliesTo: "transformableElements"
3079
3395
  },
3080
3396
  unicodeBidi: {
3397
+ unitGroups: [],
3081
3398
  inherited: false,
3082
3399
  initial: {
3083
3400
  type: "keyword",
@@ -3087,6 +3404,7 @@ const properties = {
3087
3404
  appliesTo: "allElementsSomeValuesNoEffectOnNonInlineElements"
3088
3405
  },
3089
3406
  userSelect: {
3407
+ unitGroups: [],
3090
3408
  inherited: false,
3091
3409
  initial: {
3092
3410
  type: "keyword",
@@ -3096,6 +3414,7 @@ const properties = {
3096
3414
  appliesTo: "allElements"
3097
3415
  },
3098
3416
  verticalAlign: {
3417
+ unitGroups: ["percentage", "length"],
3099
3418
  inherited: false,
3100
3419
  initial: {
3101
3420
  type: "keyword",
@@ -3105,6 +3424,7 @@ const properties = {
3105
3424
  appliesTo: "inlineLevelAndTableCellElements"
3106
3425
  },
3107
3426
  visibility: {
3427
+ unitGroups: [],
3108
3428
  inherited: true,
3109
3429
  initial: {
3110
3430
  type: "keyword",
@@ -3114,6 +3434,7 @@ const properties = {
3114
3434
  appliesTo: "allElements"
3115
3435
  },
3116
3436
  whiteSpace: {
3437
+ unitGroups: [],
3117
3438
  inherited: true,
3118
3439
  initial: {
3119
3440
  type: "keyword",
@@ -3123,16 +3444,18 @@ const properties = {
3123
3444
  appliesTo: "allElements"
3124
3445
  },
3125
3446
  widows: {
3447
+ unitGroups: ["number"],
3126
3448
  inherited: true,
3127
3449
  initial: {
3128
3450
  type: "unit",
3129
- unit: "px",
3451
+ unit: "number",
3130
3452
  value: 2
3131
3453
  },
3132
3454
  popularity: 0.03635817,
3133
3455
  appliesTo: "blockContainerElements"
3134
3456
  },
3135
3457
  width: {
3458
+ unitGroups: ["length", "percentage"],
3136
3459
  inherited: false,
3137
3460
  initial: {
3138
3461
  type: "keyword",
@@ -3142,6 +3465,7 @@ const properties = {
3142
3465
  appliesTo: "allElementsButNonReplacedAndTableRows"
3143
3466
  },
3144
3467
  willChange: {
3468
+ unitGroups: [],
3145
3469
  inherited: false,
3146
3470
  initial: {
3147
3471
  type: "keyword",
@@ -3151,6 +3475,7 @@ const properties = {
3151
3475
  appliesTo: "allElements"
3152
3476
  },
3153
3477
  wordBreak: {
3478
+ unitGroups: [],
3154
3479
  inherited: true,
3155
3480
  initial: {
3156
3481
  type: "keyword",
@@ -3160,6 +3485,7 @@ const properties = {
3160
3485
  appliesTo: "allElements"
3161
3486
  },
3162
3487
  wordSpacing: {
3488
+ unitGroups: ["length"],
3163
3489
  inherited: true,
3164
3490
  initial: {
3165
3491
  type: "keyword",
@@ -3169,6 +3495,7 @@ const properties = {
3169
3495
  appliesTo: "allElements"
3170
3496
  },
3171
3497
  wordWrap: {
3498
+ unitGroups: [],
3172
3499
  inherited: true,
3173
3500
  initial: {
3174
3501
  type: "keyword",
@@ -3178,6 +3505,7 @@ const properties = {
3178
3505
  appliesTo: "nonReplacedInlineElements"
3179
3506
  },
3180
3507
  writingMode: {
3508
+ unitGroups: [],
3181
3509
  inherited: true,
3182
3510
  initial: {
3183
3511
  type: "keyword",
@@ -3187,6 +3515,7 @@ const properties = {
3187
3515
  appliesTo: "allElementsExceptTableRowColumnGroupsTableRowsColumns"
3188
3516
  },
3189
3517
  zIndex: {
3518
+ unitGroups: ["number"],
3190
3519
  inherited: false,
3191
3520
  initial: {
3192
3521
  type: "keyword",