@webstudio-is/css-data 0.2.0 → 0.4.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.
Files changed (50) hide show
  1. package/lib/__generated__/keyword-values.js +6618 -0
  2. package/lib/__generated__/properties.js +3201 -0
  3. package/lib/__generated__/units.js +34 -0
  4. package/lib/cjs/__generated__/keyword-values.cjs +6638 -0
  5. package/lib/cjs/__generated__/properties.cjs +3221 -0
  6. package/lib/cjs/__generated__/units.cjs +54 -0
  7. package/lib/cjs/index.cjs +19 -18
  8. package/lib/cjs/popularity-index.cjs +4631 -4612
  9. package/lib/cjs/schema.cjs +83 -53
  10. package/lib/index.js +3 -3
  11. package/lib/popularity-index.js +4612 -4610
  12. package/lib/schema.js +63 -50
  13. package/package.json +11 -19
  14. package/src/__generated__/keyword-values.ts +6616 -0
  15. package/src/__generated__/properties.ts +3200 -0
  16. package/src/__generated__/units.ts +32 -0
  17. package/src/index.ts +4 -0
  18. package/src/popularity-index.ts +4611 -0
  19. package/src/schema.ts +103 -0
  20. package/lib/cjs/index.d.ts +0 -5
  21. package/lib/cjs/index.d.ts.map +0 -1
  22. package/lib/cjs/keyword-values.cjs +0 -6619
  23. package/lib/cjs/keyword-values.d.ts +0 -302
  24. package/lib/cjs/keyword-values.d.ts.map +0 -1
  25. package/lib/cjs/popularity-index.d.ts +0 -7
  26. package/lib/cjs/popularity-index.d.ts.map +0 -1
  27. package/lib/cjs/properties.cjs +0 -3202
  28. package/lib/cjs/properties.d.ts +0 -3199
  29. package/lib/cjs/properties.d.ts.map +0 -1
  30. package/lib/cjs/schema.d.ts +0 -598
  31. package/lib/cjs/schema.d.ts.map +0 -1
  32. package/lib/cjs/units.cjs +0 -35
  33. package/lib/cjs/units.d.ts +0 -2
  34. package/lib/cjs/units.d.ts.map +0 -1
  35. package/lib/index.d.ts +0 -5
  36. package/lib/index.d.ts.map +0 -1
  37. package/lib/keyword-values.d.ts +0 -302
  38. package/lib/keyword-values.d.ts.map +0 -1
  39. package/lib/keyword-values.js +0 -6616
  40. package/lib/popularity-index.d.ts +0 -7
  41. package/lib/popularity-index.d.ts.map +0 -1
  42. package/lib/properties.d.ts +0 -3199
  43. package/lib/properties.d.ts.map +0 -1
  44. package/lib/properties.js +0 -3199
  45. package/lib/schema.d.ts +0 -598
  46. package/lib/schema.d.ts.map +0 -1
  47. package/lib/tsconfig.tsbuildinfo +0 -1
  48. package/lib/units.d.ts +0 -2
  49. package/lib/units.d.ts.map +0 -1
  50. package/lib/units.js +0 -32
@@ -0,0 +1,3201 @@
1
+ const properties = {
2
+ accentColor: {
3
+ inherited: true,
4
+ initial: {
5
+ type: "keyword",
6
+ value: "auto"
7
+ },
8
+ popularity: 30097e-8,
9
+ appliesTo: "allElements"
10
+ },
11
+ alignContent: {
12
+ inherited: false,
13
+ initial: {
14
+ type: "keyword",
15
+ value: "normal"
16
+ },
17
+ popularity: 0.2430101,
18
+ appliesTo: "multilineFlexContainers"
19
+ },
20
+ alignItems: {
21
+ inherited: false,
22
+ initial: {
23
+ type: "keyword",
24
+ value: "normal"
25
+ },
26
+ popularity: 0.71654912,
27
+ appliesTo: "allElements"
28
+ },
29
+ alignSelf: {
30
+ inherited: false,
31
+ initial: {
32
+ type: "keyword",
33
+ value: "auto"
34
+ },
35
+ popularity: 0.43732689,
36
+ appliesTo: "flexItemsGridItemsAndAbsolutelyPositionedBoxes"
37
+ },
38
+ alignTracks: {
39
+ inherited: false,
40
+ initial: {
41
+ type: "keyword",
42
+ value: "normal"
43
+ },
44
+ popularity: 0,
45
+ appliesTo: "gridContainersWithMasonryLayoutInTheirBlockAxis"
46
+ },
47
+ animationDelay: {
48
+ inherited: false,
49
+ initial: {
50
+ type: "unit",
51
+ unit: "px",
52
+ value: 0
53
+ },
54
+ popularity: 0.27086537,
55
+ appliesTo: "allElementsAndPseudos"
56
+ },
57
+ animationDirection: {
58
+ inherited: false,
59
+ initial: {
60
+ type: "keyword",
61
+ value: "normal"
62
+ },
63
+ popularity: 0.11739459,
64
+ appliesTo: "allElementsAndPseudos"
65
+ },
66
+ animationDuration: {
67
+ inherited: false,
68
+ initial: {
69
+ type: "unit",
70
+ unit: "px",
71
+ value: 0
72
+ },
73
+ popularity: 0.4062731,
74
+ appliesTo: "allElementsAndPseudos"
75
+ },
76
+ animationFillMode: {
77
+ inherited: false,
78
+ initial: {
79
+ type: "keyword",
80
+ value: "none"
81
+ },
82
+ popularity: 0.2785038,
83
+ appliesTo: "allElementsAndPseudos"
84
+ },
85
+ animationIterationCount: {
86
+ inherited: false,
87
+ initial: {
88
+ type: "unit",
89
+ unit: "px",
90
+ value: 1
91
+ },
92
+ popularity: 0.21759716,
93
+ appliesTo: "allElementsAndPseudos"
94
+ },
95
+ animationName: {
96
+ inherited: false,
97
+ initial: {
98
+ type: "keyword",
99
+ value: "none"
100
+ },
101
+ popularity: 0.40320939,
102
+ appliesTo: "allElementsAndPseudos"
103
+ },
104
+ animationPlayState: {
105
+ inherited: false,
106
+ initial: {
107
+ type: "keyword",
108
+ value: "running"
109
+ },
110
+ popularity: 0.07996997,
111
+ appliesTo: "allElementsAndPseudos"
112
+ },
113
+ animationTimingFunction: {
114
+ inherited: false,
115
+ initial: {
116
+ type: "keyword",
117
+ value: "ease"
118
+ },
119
+ popularity: 0.41317969,
120
+ appliesTo: "allElementsAndPseudos"
121
+ },
122
+ appearance: {
123
+ inherited: false,
124
+ initial: {
125
+ type: "keyword",
126
+ value: "none"
127
+ },
128
+ popularity: 0.24468974,
129
+ appliesTo: "allElements"
130
+ },
131
+ aspectRatio: {
132
+ inherited: false,
133
+ initial: {
134
+ type: "keyword",
135
+ value: "auto"
136
+ },
137
+ popularity: 0.07243677,
138
+ appliesTo: "allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes"
139
+ },
140
+ backdropFilter: {
141
+ inherited: false,
142
+ initial: {
143
+ type: "keyword",
144
+ value: "none"
145
+ },
146
+ popularity: 0.0728427,
147
+ appliesTo: "allElementsSVGContainerElements"
148
+ },
149
+ backfaceVisibility: {
150
+ inherited: false,
151
+ initial: {
152
+ type: "keyword",
153
+ value: "visible"
154
+ },
155
+ popularity: 0.19792557,
156
+ appliesTo: "transformableElements"
157
+ },
158
+ backgroundAttachment: {
159
+ inherited: false,
160
+ initial: {
161
+ type: "keyword",
162
+ value: "scroll"
163
+ },
164
+ popularity: 0.08164946,
165
+ appliesTo: "allElements"
166
+ },
167
+ backgroundBlendMode: {
168
+ inherited: false,
169
+ initial: {
170
+ type: "keyword",
171
+ value: "normal"
172
+ },
173
+ popularity: 0.01578865,
174
+ appliesTo: "allElementsSVGContainerGraphicsAndGraphicsReferencingElements"
175
+ },
176
+ backgroundClip: {
177
+ inherited: false,
178
+ initial: {
179
+ type: "keyword",
180
+ value: "border-box"
181
+ },
182
+ popularity: 0.36203159,
183
+ appliesTo: "allElements"
184
+ },
185
+ backgroundColor: {
186
+ inherited: false,
187
+ initial: {
188
+ type: "keyword",
189
+ value: "transparent"
190
+ },
191
+ popularity: 0.89693959,
192
+ appliesTo: "allElements"
193
+ },
194
+ backgroundImage: {
195
+ inherited: false,
196
+ initial: {
197
+ type: "keyword",
198
+ value: "none"
199
+ },
200
+ popularity: 0.78519153,
201
+ appliesTo: "allElements"
202
+ },
203
+ backgroundOrigin: {
204
+ inherited: false,
205
+ initial: {
206
+ type: "keyword",
207
+ value: "padding-box"
208
+ },
209
+ popularity: 0.0847006,
210
+ appliesTo: "allElements"
211
+ },
212
+ backgroundPositionX: {
213
+ inherited: false,
214
+ initial: {
215
+ type: "unit",
216
+ value: 0,
217
+ unit: "%"
218
+ },
219
+ popularity: 0.08951679,
220
+ appliesTo: "allElements"
221
+ },
222
+ backgroundPositionY: {
223
+ inherited: false,
224
+ initial: {
225
+ type: "unit",
226
+ value: 0,
227
+ unit: "%"
228
+ },
229
+ popularity: 0.06759137,
230
+ appliesTo: "allElements"
231
+ },
232
+ backgroundRepeat: {
233
+ inherited: false,
234
+ initial: {
235
+ type: "keyword",
236
+ value: "repeat"
237
+ },
238
+ popularity: 0.72870191,
239
+ appliesTo: "allElements"
240
+ },
241
+ backgroundSize: {
242
+ inherited: false,
243
+ initial: {
244
+ type: "keyword",
245
+ value: "auto"
246
+ },
247
+ popularity: 0.73157126,
248
+ appliesTo: "allElements"
249
+ },
250
+ blockOverflow: {
251
+ inherited: true,
252
+ initial: {
253
+ type: "keyword",
254
+ value: "clip"
255
+ },
256
+ popularity: 0,
257
+ appliesTo: "blockContainers"
258
+ },
259
+ blockSize: {
260
+ inherited: false,
261
+ initial: {
262
+ type: "keyword",
263
+ value: "auto"
264
+ },
265
+ popularity: 226404e-8,
266
+ appliesTo: "sameAsWidthAndHeight"
267
+ },
268
+ borderBlockColor: {
269
+ inherited: false,
270
+ initial: {
271
+ type: "keyword",
272
+ value: "currentcolor"
273
+ },
274
+ popularity: 12849e-8,
275
+ appliesTo: "allElements"
276
+ },
277
+ borderBlockStyle: {
278
+ inherited: false,
279
+ initial: {
280
+ type: "keyword",
281
+ value: "none"
282
+ },
283
+ popularity: 3145e-7,
284
+ appliesTo: "allElements"
285
+ },
286
+ borderBlockWidth: {
287
+ inherited: false,
288
+ initial: {
289
+ type: "keyword",
290
+ value: "medium"
291
+ },
292
+ popularity: 3078e-7,
293
+ appliesTo: "allElements"
294
+ },
295
+ borderBlockEndColor: {
296
+ inherited: false,
297
+ initial: {
298
+ type: "keyword",
299
+ value: "currentcolor"
300
+ },
301
+ popularity: 172099e-8,
302
+ appliesTo: "allElements"
303
+ },
304
+ borderBlockEndStyle: {
305
+ inherited: false,
306
+ initial: {
307
+ type: "keyword",
308
+ value: "none"
309
+ },
310
+ popularity: 169793e-8,
311
+ appliesTo: "allElements"
312
+ },
313
+ borderBlockEndWidth: {
314
+ inherited: false,
315
+ initial: {
316
+ type: "keyword",
317
+ value: "medium"
318
+ },
319
+ popularity: 170225e-8,
320
+ appliesTo: "allElements"
321
+ },
322
+ borderBlockStartColor: {
323
+ inherited: false,
324
+ initial: {
325
+ type: "keyword",
326
+ value: "currentcolor"
327
+ },
328
+ popularity: 170188e-8,
329
+ appliesTo: "allElements"
330
+ },
331
+ borderBlockStartStyle: {
332
+ inherited: false,
333
+ initial: {
334
+ type: "keyword",
335
+ value: "none"
336
+ },
337
+ popularity: 168772e-8,
338
+ appliesTo: "allElements"
339
+ },
340
+ borderBlockStartWidth: {
341
+ inherited: false,
342
+ initial: {
343
+ type: "keyword",
344
+ value: "medium"
345
+ },
346
+ popularity: 169412e-8,
347
+ appliesTo: "allElements"
348
+ },
349
+ borderBottomColor: {
350
+ inherited: false,
351
+ initial: {
352
+ type: "keyword",
353
+ value: "currentcolor"
354
+ },
355
+ popularity: 0.42283564,
356
+ appliesTo: "allElements"
357
+ },
358
+ borderBottomLeftRadius: {
359
+ inherited: false,
360
+ initial: {
361
+ type: "unit",
362
+ unit: "px",
363
+ value: 0
364
+ },
365
+ popularity: 0.51220741,
366
+ appliesTo: "allElementsUAsNotRequiredWhenCollapse"
367
+ },
368
+ borderBottomRightRadius: {
369
+ inherited: false,
370
+ initial: {
371
+ type: "unit",
372
+ unit: "px",
373
+ value: 0
374
+ },
375
+ popularity: 0.49744373,
376
+ appliesTo: "allElementsUAsNotRequiredWhenCollapse"
377
+ },
378
+ borderBottomStyle: {
379
+ inherited: false,
380
+ initial: {
381
+ type: "keyword",
382
+ value: "none"
383
+ },
384
+ popularity: 0.17956288,
385
+ appliesTo: "allElements"
386
+ },
387
+ borderBottomWidth: {
388
+ inherited: false,
389
+ initial: {
390
+ type: "keyword",
391
+ value: "medium"
392
+ },
393
+ popularity: 0.24668981,
394
+ appliesTo: "allElements"
395
+ },
396
+ borderCollapse: {
397
+ inherited: true,
398
+ initial: {
399
+ type: "keyword",
400
+ value: "separate"
401
+ },
402
+ popularity: 0.47856821,
403
+ appliesTo: "tableElements"
404
+ },
405
+ borderEndEndRadius: {
406
+ inherited: false,
407
+ initial: {
408
+ type: "unit",
409
+ unit: "px",
410
+ value: 0
411
+ },
412
+ popularity: 29065e-8,
413
+ appliesTo: "allElementsUAsNotRequiredWhenCollapse"
414
+ },
415
+ borderEndStartRadius: {
416
+ inherited: false,
417
+ initial: {
418
+ type: "unit",
419
+ unit: "px",
420
+ value: 0
421
+ },
422
+ popularity: 3058e-7,
423
+ appliesTo: "allElementsUAsNotRequiredWhenCollapse"
424
+ },
425
+ borderImageOutset: {
426
+ inherited: false,
427
+ initial: {
428
+ type: "unit",
429
+ unit: "px",
430
+ value: 0
431
+ },
432
+ popularity: 458637e-8,
433
+ appliesTo: "allElementsExceptTableElementsWhenCollapse"
434
+ },
435
+ borderImageRepeat: {
436
+ inherited: false,
437
+ initial: {
438
+ type: "keyword",
439
+ value: "stretch"
440
+ },
441
+ popularity: 685817e-8,
442
+ appliesTo: "allElementsExceptTableElementsWhenCollapse"
443
+ },
444
+ borderImageSlice: {
445
+ inherited: false,
446
+ initial: {
447
+ type: "unit",
448
+ unit: "px",
449
+ value: 100
450
+ },
451
+ popularity: 93669e-7,
452
+ appliesTo: "allElementsExceptTableElementsWhenCollapse"
453
+ },
454
+ borderImageSource: {
455
+ inherited: false,
456
+ initial: {
457
+ type: "keyword",
458
+ value: "none"
459
+ },
460
+ popularity: 991835e-8,
461
+ appliesTo: "allElementsExceptTableElementsWhenCollapse"
462
+ },
463
+ borderImageWidth: {
464
+ inherited: false,
465
+ initial: {
466
+ type: "unit",
467
+ unit: "px",
468
+ value: 1
469
+ },
470
+ popularity: 72772e-7,
471
+ appliesTo: "allElementsExceptTableElementsWhenCollapse"
472
+ },
473
+ borderInlineColor: {
474
+ inherited: false,
475
+ initial: {
476
+ type: "keyword",
477
+ value: "currentcolor"
478
+ },
479
+ popularity: 7844e-8,
480
+ appliesTo: "allElements"
481
+ },
482
+ borderInlineStyle: {
483
+ inherited: false,
484
+ initial: {
485
+ type: "keyword",
486
+ value: "none"
487
+ },
488
+ popularity: 31147e-8,
489
+ appliesTo: "allElements"
490
+ },
491
+ borderInlineWidth: {
492
+ inherited: false,
493
+ initial: {
494
+ type: "keyword",
495
+ value: "medium"
496
+ },
497
+ popularity: 2956e-7,
498
+ appliesTo: "allElements"
499
+ },
500
+ borderInlineEndColor: {
501
+ inherited: false,
502
+ initial: {
503
+ type: "keyword",
504
+ value: "currentcolor"
505
+ },
506
+ popularity: 196849e-8,
507
+ appliesTo: "allElements"
508
+ },
509
+ borderInlineEndStyle: {
510
+ inherited: false,
511
+ initial: {
512
+ type: "keyword",
513
+ value: "none"
514
+ },
515
+ popularity: 171907e-8,
516
+ appliesTo: "allElements"
517
+ },
518
+ borderInlineEndWidth: {
519
+ inherited: false,
520
+ initial: {
521
+ type: "keyword",
522
+ value: "medium"
523
+ },
524
+ popularity: 51498e-7,
525
+ appliesTo: "allElements"
526
+ },
527
+ borderInlineStartColor: {
528
+ inherited: false,
529
+ initial: {
530
+ type: "keyword",
531
+ value: "currentcolor"
532
+ },
533
+ popularity: 196928e-8,
534
+ appliesTo: "allElements"
535
+ },
536
+ borderInlineStartStyle: {
537
+ inherited: false,
538
+ initial: {
539
+ type: "keyword",
540
+ value: "none"
541
+ },
542
+ popularity: 177637e-8,
543
+ appliesTo: "allElements"
544
+ },
545
+ borderInlineStartWidth: {
546
+ inherited: false,
547
+ initial: {
548
+ type: "keyword",
549
+ value: "medium"
550
+ },
551
+ popularity: 438625e-8,
552
+ appliesTo: "allElements"
553
+ },
554
+ borderLeftColor: {
555
+ inherited: false,
556
+ initial: {
557
+ type: "keyword",
558
+ value: "currentcolor"
559
+ },
560
+ popularity: 0.30754028,
561
+ appliesTo: "allElements"
562
+ },
563
+ borderLeftStyle: {
564
+ inherited: false,
565
+ initial: {
566
+ type: "keyword",
567
+ value: "none"
568
+ },
569
+ popularity: 0.06120178,
570
+ appliesTo: "allElements"
571
+ },
572
+ borderLeftWidth: {
573
+ inherited: false,
574
+ initial: {
575
+ type: "keyword",
576
+ value: "medium"
577
+ },
578
+ popularity: 0.17181793,
579
+ appliesTo: "allElements"
580
+ },
581
+ borderRightColor: {
582
+ inherited: false,
583
+ initial: {
584
+ type: "keyword",
585
+ value: "currentcolor"
586
+ },
587
+ popularity: 0.29336595,
588
+ appliesTo: "allElements"
589
+ },
590
+ borderRightStyle: {
591
+ inherited: false,
592
+ initial: {
593
+ type: "keyword",
594
+ value: "none"
595
+ },
596
+ popularity: 0.06714237,
597
+ appliesTo: "allElements"
598
+ },
599
+ borderRightWidth: {
600
+ inherited: false,
601
+ initial: {
602
+ type: "keyword",
603
+ value: "medium"
604
+ },
605
+ popularity: 0.17940634,
606
+ appliesTo: "allElements"
607
+ },
608
+ borderSpacing: {
609
+ inherited: true,
610
+ initial: {
611
+ type: "unit",
612
+ unit: "px",
613
+ value: 0
614
+ },
615
+ popularity: 0.37217618,
616
+ appliesTo: "tableElements"
617
+ },
618
+ borderStartEndRadius: {
619
+ inherited: false,
620
+ initial: {
621
+ type: "unit",
622
+ unit: "px",
623
+ value: 0
624
+ },
625
+ popularity: 29494e-8,
626
+ appliesTo: "allElementsUAsNotRequiredWhenCollapse"
627
+ },
628
+ borderStartStartRadius: {
629
+ inherited: false,
630
+ initial: {
631
+ type: "unit",
632
+ unit: "px",
633
+ value: 0
634
+ },
635
+ popularity: 28405e-8,
636
+ appliesTo: "allElementsUAsNotRequiredWhenCollapse"
637
+ },
638
+ borderTopColor: {
639
+ inherited: false,
640
+ initial: {
641
+ type: "keyword",
642
+ value: "currentcolor"
643
+ },
644
+ popularity: 0.43342948,
645
+ appliesTo: "allElements"
646
+ },
647
+ borderTopLeftRadius: {
648
+ inherited: false,
649
+ initial: {
650
+ type: "unit",
651
+ unit: "px",
652
+ value: 0
653
+ },
654
+ popularity: 0.50859807,
655
+ appliesTo: "allElementsUAsNotRequiredWhenCollapse"
656
+ },
657
+ borderTopRightRadius: {
658
+ inherited: false,
659
+ initial: {
660
+ type: "unit",
661
+ unit: "px",
662
+ value: 0
663
+ },
664
+ popularity: 0.50073217,
665
+ appliesTo: "allElementsUAsNotRequiredWhenCollapse"
666
+ },
667
+ borderTopStyle: {
668
+ inherited: false,
669
+ initial: {
670
+ type: "keyword",
671
+ value: "none"
672
+ },
673
+ popularity: 0.16269446,
674
+ appliesTo: "allElements"
675
+ },
676
+ borderTopWidth: {
677
+ inherited: false,
678
+ initial: {
679
+ type: "keyword",
680
+ value: "medium"
681
+ },
682
+ popularity: 0.21953437,
683
+ appliesTo: "allElements"
684
+ },
685
+ bottom: {
686
+ inherited: false,
687
+ initial: {
688
+ type: "keyword",
689
+ value: "auto"
690
+ },
691
+ popularity: 0.8243869,
692
+ appliesTo: "positionedElements"
693
+ },
694
+ boxDecorationBreak: {
695
+ inherited: false,
696
+ initial: {
697
+ type: "keyword",
698
+ value: "slice"
699
+ },
700
+ popularity: 0,
701
+ appliesTo: "allElements"
702
+ },
703
+ boxShadow: {
704
+ inherited: false,
705
+ initial: {
706
+ type: "keyword",
707
+ value: "none"
708
+ },
709
+ popularity: 0.81259285,
710
+ appliesTo: "allElements"
711
+ },
712
+ boxSizing: {
713
+ inherited: false,
714
+ initial: {
715
+ type: "keyword",
716
+ value: "content-box"
717
+ },
718
+ popularity: 0.86402206,
719
+ appliesTo: "allElementsAcceptingWidthOrHeight"
720
+ },
721
+ breakAfter: {
722
+ inherited: false,
723
+ initial: {
724
+ type: "keyword",
725
+ value: "auto"
726
+ },
727
+ popularity: 365105e-8,
728
+ appliesTo: "blockLevelElements"
729
+ },
730
+ breakBefore: {
731
+ inherited: false,
732
+ initial: {
733
+ type: "keyword",
734
+ value: "auto"
735
+ },
736
+ popularity: 341796e-8,
737
+ appliesTo: "blockLevelElements"
738
+ },
739
+ breakInside: {
740
+ inherited: false,
741
+ initial: {
742
+ type: "keyword",
743
+ value: "auto"
744
+ },
745
+ popularity: 0.02782348,
746
+ appliesTo: "blockLevelElements"
747
+ },
748
+ captionSide: {
749
+ inherited: true,
750
+ initial: {
751
+ type: "keyword",
752
+ value: "top"
753
+ },
754
+ popularity: 0.04083929,
755
+ appliesTo: "tableCaptionElements"
756
+ },
757
+ caretColor: {
758
+ inherited: true,
759
+ initial: {
760
+ type: "keyword",
761
+ value: "auto"
762
+ },
763
+ popularity: 0.05410129,
764
+ appliesTo: "allElements"
765
+ },
766
+ clear: {
767
+ inherited: false,
768
+ initial: {
769
+ type: "keyword",
770
+ value: "none"
771
+ },
772
+ popularity: 0.7016813,
773
+ appliesTo: "blockLevelElements"
774
+ },
775
+ clip: {
776
+ inherited: false,
777
+ initial: {
778
+ type: "keyword",
779
+ value: "auto"
780
+ },
781
+ popularity: 0.48810561,
782
+ appliesTo: "absolutelyPositionedElements"
783
+ },
784
+ clipPath: {
785
+ inherited: false,
786
+ initial: {
787
+ type: "keyword",
788
+ value: "none"
789
+ },
790
+ popularity: 0.20754263,
791
+ appliesTo: "allElementsSVGContainerElements"
792
+ },
793
+ color: {
794
+ inherited: true,
795
+ initial: {
796
+ type: "keyword",
797
+ value: "inherit"
798
+ },
799
+ popularity: 0.90791486,
800
+ appliesTo: "allElements"
801
+ },
802
+ colorAdjust: {
803
+ inherited: true,
804
+ initial: {
805
+ type: "keyword",
806
+ value: "economy"
807
+ },
808
+ popularity: 0,
809
+ appliesTo: "allElements"
810
+ },
811
+ colorScheme: {
812
+ inherited: true,
813
+ initial: {
814
+ type: "keyword",
815
+ value: "normal"
816
+ },
817
+ popularity: 0.03358925,
818
+ appliesTo: "allElementsAndText"
819
+ },
820
+ columnCount: {
821
+ inherited: false,
822
+ initial: {
823
+ type: "keyword",
824
+ value: "auto"
825
+ },
826
+ popularity: 0.07098549,
827
+ appliesTo: "blockContainersExceptTableWrappers"
828
+ },
829
+ columnFill: {
830
+ inherited: false,
831
+ initial: {
832
+ type: "keyword",
833
+ value: "balance"
834
+ },
835
+ popularity: 0.01738207,
836
+ appliesTo: "multicolElements"
837
+ },
838
+ columnGap: {
839
+ inherited: false,
840
+ initial: {
841
+ type: "unit",
842
+ value: 0,
843
+ unit: "px"
844
+ },
845
+ popularity: 0.09282422,
846
+ appliesTo: "multiColumnElementsFlexContainersGridContainers"
847
+ },
848
+ columnRuleColor: {
849
+ inherited: false,
850
+ initial: {
851
+ type: "keyword",
852
+ value: "currentcolor"
853
+ },
854
+ popularity: 0.01356616,
855
+ appliesTo: "multicolElements"
856
+ },
857
+ columnRuleStyle: {
858
+ inherited: false,
859
+ initial: {
860
+ type: "keyword",
861
+ value: "none"
862
+ },
863
+ popularity: 0.0131392,
864
+ appliesTo: "multicolElements"
865
+ },
866
+ columnRuleWidth: {
867
+ inherited: false,
868
+ initial: {
869
+ type: "keyword",
870
+ value: "medium"
871
+ },
872
+ popularity: 328701e-8,
873
+ appliesTo: "multicolElements"
874
+ },
875
+ columnSpan: {
876
+ inherited: false,
877
+ initial: {
878
+ type: "keyword",
879
+ value: "none"
880
+ },
881
+ popularity: 654278e-8,
882
+ appliesTo: "inFlowBlockLevelElements"
883
+ },
884
+ columnWidth: {
885
+ inherited: false,
886
+ initial: {
887
+ type: "keyword",
888
+ value: "auto"
889
+ },
890
+ popularity: 0.03188644,
891
+ appliesTo: "blockContainersExceptTableWrappers"
892
+ },
893
+ contain: {
894
+ inherited: false,
895
+ initial: {
896
+ type: "keyword",
897
+ value: "none"
898
+ },
899
+ popularity: 0.17189203,
900
+ appliesTo: "allElements"
901
+ },
902
+ content: {
903
+ inherited: false,
904
+ initial: {
905
+ type: "keyword",
906
+ value: "normal"
907
+ },
908
+ popularity: 0.81447258,
909
+ appliesTo: "allElementsTreeAbidingPseudoElementsPageMarginBoxes"
910
+ },
911
+ contentVisibility: {
912
+ inherited: false,
913
+ initial: {
914
+ type: "keyword",
915
+ value: "visible"
916
+ },
917
+ popularity: 0.04199404,
918
+ appliesTo: "elementsForWhichLayoutContainmentCanApply"
919
+ },
920
+ counterIncrement: {
921
+ inherited: false,
922
+ initial: {
923
+ type: "keyword",
924
+ value: "none"
925
+ },
926
+ popularity: 0.07472144,
927
+ appliesTo: "allElements"
928
+ },
929
+ counterReset: {
930
+ inherited: false,
931
+ initial: {
932
+ type: "keyword",
933
+ value: "none"
934
+ },
935
+ popularity: 0.06641074,
936
+ appliesTo: "allElements"
937
+ },
938
+ counterSet: {
939
+ inherited: false,
940
+ initial: {
941
+ type: "keyword",
942
+ value: "none"
943
+ },
944
+ popularity: 16346e-8,
945
+ appliesTo: "allElements"
946
+ },
947
+ cursor: {
948
+ inherited: true,
949
+ initial: {
950
+ type: "keyword",
951
+ value: "auto"
952
+ },
953
+ popularity: 0.85037255,
954
+ appliesTo: "allElements"
955
+ },
956
+ direction: {
957
+ inherited: true,
958
+ initial: {
959
+ type: "keyword",
960
+ value: "ltr"
961
+ },
962
+ popularity: 0.40017516,
963
+ appliesTo: "allElements"
964
+ },
965
+ display: {
966
+ inherited: false,
967
+ initial: {
968
+ type: "keyword",
969
+ value: "inline"
970
+ },
971
+ popularity: 0.93157435,
972
+ appliesTo: "allElements"
973
+ },
974
+ emptyCells: {
975
+ inherited: true,
976
+ initial: {
977
+ type: "keyword",
978
+ value: "show"
979
+ },
980
+ popularity: 0.03153899,
981
+ appliesTo: "tableCellElements"
982
+ },
983
+ filter: {
984
+ inherited: false,
985
+ initial: {
986
+ type: "keyword",
987
+ value: "none"
988
+ },
989
+ popularity: 0.32058162,
990
+ appliesTo: "allElementsSVGContainerElements"
991
+ },
992
+ flexBasis: {
993
+ inherited: false,
994
+ initial: {
995
+ type: "keyword",
996
+ value: "auto"
997
+ },
998
+ popularity: 0.3070072,
999
+ appliesTo: "flexItemsAndInFlowPseudos"
1000
+ },
1001
+ flexDirection: {
1002
+ inherited: false,
1003
+ initial: {
1004
+ type: "keyword",
1005
+ value: "row"
1006
+ },
1007
+ popularity: 0.65789154,
1008
+ appliesTo: "flexContainers"
1009
+ },
1010
+ flexGrow: {
1011
+ inherited: false,
1012
+ initial: {
1013
+ type: "unit",
1014
+ unit: "px",
1015
+ value: 0
1016
+ },
1017
+ popularity: 0.50511311,
1018
+ appliesTo: "flexItemsAndInFlowPseudos"
1019
+ },
1020
+ flexShrink: {
1021
+ inherited: false,
1022
+ initial: {
1023
+ type: "unit",
1024
+ unit: "px",
1025
+ value: 1
1026
+ },
1027
+ popularity: 0.4809155,
1028
+ appliesTo: "flexItemsAndInFlowPseudos"
1029
+ },
1030
+ flexWrap: {
1031
+ inherited: false,
1032
+ initial: {
1033
+ type: "keyword",
1034
+ value: "nowrap"
1035
+ },
1036
+ popularity: 0.58959861,
1037
+ appliesTo: "flexContainers"
1038
+ },
1039
+ float: {
1040
+ inherited: false,
1041
+ initial: {
1042
+ type: "keyword",
1043
+ value: "none"
1044
+ },
1045
+ popularity: 0.8383589,
1046
+ appliesTo: "allElementsNoEffectIfDisplayNone"
1047
+ },
1048
+ fontFamily: {
1049
+ inherited: true,
1050
+ initial: {
1051
+ type: "keyword",
1052
+ value: "inherit"
1053
+ },
1054
+ popularity: 0.88101351,
1055
+ appliesTo: "allElements"
1056
+ },
1057
+ fontFeatureSettings: {
1058
+ inherited: true,
1059
+ initial: {
1060
+ type: "keyword",
1061
+ value: "normal"
1062
+ },
1063
+ popularity: 0.12538368,
1064
+ appliesTo: "allElements"
1065
+ },
1066
+ fontKerning: {
1067
+ inherited: true,
1068
+ initial: {
1069
+ type: "keyword",
1070
+ value: "auto"
1071
+ },
1072
+ popularity: 0.01160796,
1073
+ appliesTo: "allElements"
1074
+ },
1075
+ fontLanguageOverride: {
1076
+ inherited: true,
1077
+ initial: {
1078
+ type: "keyword",
1079
+ value: "normal"
1080
+ },
1081
+ popularity: 0,
1082
+ appliesTo: "allElements"
1083
+ },
1084
+ fontOpticalSizing: {
1085
+ inherited: true,
1086
+ initial: {
1087
+ type: "keyword",
1088
+ value: "auto"
1089
+ },
1090
+ popularity: 6232e-7,
1091
+ appliesTo: "allElements"
1092
+ },
1093
+ fontVariationSettings: {
1094
+ inherited: true,
1095
+ initial: {
1096
+ type: "keyword",
1097
+ value: "normal"
1098
+ },
1099
+ popularity: 471835e-8,
1100
+ appliesTo: "allElements"
1101
+ },
1102
+ fontSize: {
1103
+ inherited: true,
1104
+ initial: {
1105
+ type: "keyword",
1106
+ value: "inherit"
1107
+ },
1108
+ popularity: 0.90325346,
1109
+ appliesTo: "allElements"
1110
+ },
1111
+ fontSizeAdjust: {
1112
+ inherited: true,
1113
+ initial: {
1114
+ type: "keyword",
1115
+ value: "none"
1116
+ },
1117
+ popularity: 3e-6,
1118
+ appliesTo: "allElements"
1119
+ },
1120
+ fontStretch: {
1121
+ inherited: true,
1122
+ initial: {
1123
+ type: "keyword",
1124
+ value: "normal"
1125
+ },
1126
+ popularity: 0.12741738,
1127
+ appliesTo: "allElements"
1128
+ },
1129
+ fontStyle: {
1130
+ inherited: true,
1131
+ initial: {
1132
+ type: "keyword",
1133
+ value: "normal"
1134
+ },
1135
+ popularity: 0.7961795,
1136
+ appliesTo: "allElements"
1137
+ },
1138
+ fontSynthesis: {
1139
+ inherited: true,
1140
+ initial: {
1141
+ type: "keyword",
1142
+ value: "weight style"
1143
+ },
1144
+ popularity: 686166e-8,
1145
+ appliesTo: "allElements"
1146
+ },
1147
+ fontVariant: {
1148
+ inherited: true,
1149
+ initial: {
1150
+ type: "keyword",
1151
+ value: "normal"
1152
+ },
1153
+ popularity: 0.30968418,
1154
+ appliesTo: "allElements"
1155
+ },
1156
+ fontVariantAlternates: {
1157
+ inherited: true,
1158
+ initial: {
1159
+ type: "keyword",
1160
+ value: "normal"
1161
+ },
1162
+ popularity: 0,
1163
+ appliesTo: "allElements"
1164
+ },
1165
+ fontVariantCaps: {
1166
+ inherited: true,
1167
+ initial: {
1168
+ type: "keyword",
1169
+ value: "normal"
1170
+ },
1171
+ popularity: 514777e-8,
1172
+ appliesTo: "allElements"
1173
+ },
1174
+ fontVariantEastAsian: {
1175
+ inherited: true,
1176
+ initial: {
1177
+ type: "keyword",
1178
+ value: "normal"
1179
+ },
1180
+ popularity: 328361e-8,
1181
+ appliesTo: "allElements"
1182
+ },
1183
+ fontVariantLigatures: {
1184
+ inherited: true,
1185
+ initial: {
1186
+ type: "keyword",
1187
+ value: "normal"
1188
+ },
1189
+ popularity: 0.05055055,
1190
+ appliesTo: "allElements"
1191
+ },
1192
+ fontVariantNumeric: {
1193
+ inherited: true,
1194
+ initial: {
1195
+ type: "keyword",
1196
+ value: "normal"
1197
+ },
1198
+ popularity: 0.01816086,
1199
+ appliesTo: "allElements"
1200
+ },
1201
+ fontVariantPosition: {
1202
+ inherited: true,
1203
+ initial: {
1204
+ type: "keyword",
1205
+ value: "normal"
1206
+ },
1207
+ popularity: 0,
1208
+ appliesTo: "allElements"
1209
+ },
1210
+ fontWeight: {
1211
+ inherited: true,
1212
+ initial: {
1213
+ type: "keyword",
1214
+ value: "normal"
1215
+ },
1216
+ popularity: 0.88598106,
1217
+ appliesTo: "allElements"
1218
+ },
1219
+ forcedColorAdjust: {
1220
+ inherited: true,
1221
+ initial: {
1222
+ type: "keyword",
1223
+ value: "auto"
1224
+ },
1225
+ popularity: 0.02245871,
1226
+ appliesTo: "allElementsAndText"
1227
+ },
1228
+ gridAutoColumns: {
1229
+ inherited: false,
1230
+ initial: {
1231
+ type: "keyword",
1232
+ value: "auto"
1233
+ },
1234
+ popularity: 0.01226638,
1235
+ appliesTo: "gridContainers"
1236
+ },
1237
+ gridAutoFlow: {
1238
+ inherited: false,
1239
+ initial: {
1240
+ type: "keyword",
1241
+ value: "row"
1242
+ },
1243
+ popularity: 0.03982344,
1244
+ appliesTo: "gridContainers"
1245
+ },
1246
+ gridAutoRows: {
1247
+ inherited: false,
1248
+ initial: {
1249
+ type: "keyword",
1250
+ value: "auto"
1251
+ },
1252
+ popularity: 0.02839547,
1253
+ appliesTo: "gridContainers"
1254
+ },
1255
+ gridColumnEnd: {
1256
+ inherited: false,
1257
+ initial: {
1258
+ type: "keyword",
1259
+ value: "auto"
1260
+ },
1261
+ popularity: 0.01848874,
1262
+ appliesTo: "gridItemsAndBoxesWithinGridContainer"
1263
+ },
1264
+ gridColumnStart: {
1265
+ inherited: false,
1266
+ initial: {
1267
+ type: "keyword",
1268
+ value: "auto"
1269
+ },
1270
+ popularity: 0.02019688,
1271
+ appliesTo: "gridItemsAndBoxesWithinGridContainer"
1272
+ },
1273
+ gridRowEnd: {
1274
+ inherited: false,
1275
+ initial: {
1276
+ type: "keyword",
1277
+ value: "auto"
1278
+ },
1279
+ popularity: 961681e-8,
1280
+ appliesTo: "gridItemsAndBoxesWithinGridContainer"
1281
+ },
1282
+ gridRowStart: {
1283
+ inherited: false,
1284
+ initial: {
1285
+ type: "keyword",
1286
+ value: "auto"
1287
+ },
1288
+ popularity: 0.01281513,
1289
+ appliesTo: "gridItemsAndBoxesWithinGridContainer"
1290
+ },
1291
+ gridTemplateAreas: {
1292
+ inherited: false,
1293
+ initial: {
1294
+ type: "keyword",
1295
+ value: "none"
1296
+ },
1297
+ popularity: 0.05496001,
1298
+ appliesTo: "gridContainers"
1299
+ },
1300
+ gridTemplateColumns: {
1301
+ inherited: false,
1302
+ initial: {
1303
+ type: "keyword",
1304
+ value: "none"
1305
+ },
1306
+ popularity: 0.17745181,
1307
+ appliesTo: "gridContainers"
1308
+ },
1309
+ gridTemplateRows: {
1310
+ inherited: false,
1311
+ initial: {
1312
+ type: "keyword",
1313
+ value: "none"
1314
+ },
1315
+ popularity: 0.07489386,
1316
+ appliesTo: "gridContainers"
1317
+ },
1318
+ hangingPunctuation: {
1319
+ inherited: true,
1320
+ initial: {
1321
+ type: "keyword",
1322
+ value: "none"
1323
+ },
1324
+ popularity: 0,
1325
+ appliesTo: "allElements"
1326
+ },
1327
+ height: {
1328
+ inherited: false,
1329
+ initial: {
1330
+ type: "keyword",
1331
+ value: "auto"
1332
+ },
1333
+ popularity: 0.93056784,
1334
+ appliesTo: "allElementsButNonReplacedAndTableColumns"
1335
+ },
1336
+ hyphens: {
1337
+ inherited: true,
1338
+ initial: {
1339
+ type: "keyword",
1340
+ value: "manual"
1341
+ },
1342
+ popularity: 0.10122444,
1343
+ appliesTo: "allElements"
1344
+ },
1345
+ imageOrientation: {
1346
+ inherited: true,
1347
+ initial: {
1348
+ type: "keyword",
1349
+ value: "from-image"
1350
+ },
1351
+ popularity: 207108e-8,
1352
+ appliesTo: "allElements"
1353
+ },
1354
+ imageRendering: {
1355
+ inherited: true,
1356
+ initial: {
1357
+ type: "keyword",
1358
+ value: "auto"
1359
+ },
1360
+ popularity: 0.11112647,
1361
+ appliesTo: "allElements"
1362
+ },
1363
+ imageResolution: {
1364
+ inherited: true,
1365
+ initial: {
1366
+ type: "unit",
1367
+ unit: "px",
1368
+ value: 1
1369
+ },
1370
+ popularity: 0,
1371
+ appliesTo: "allElements"
1372
+ },
1373
+ initialLetter: {
1374
+ inherited: false,
1375
+ initial: {
1376
+ type: "keyword",
1377
+ value: "normal"
1378
+ },
1379
+ popularity: 0,
1380
+ appliesTo: "firstLetterPseudoElementsAndInlineLevelFirstChildren"
1381
+ },
1382
+ initialLetterAlign: {
1383
+ inherited: false,
1384
+ initial: {
1385
+ type: "keyword",
1386
+ value: "auto"
1387
+ },
1388
+ popularity: 0,
1389
+ appliesTo: "firstLetterPseudoElementsAndInlineLevelFirstChildren"
1390
+ },
1391
+ inlineSize: {
1392
+ inherited: false,
1393
+ initial: {
1394
+ type: "keyword",
1395
+ value: "auto"
1396
+ },
1397
+ popularity: 381706e-8,
1398
+ appliesTo: "sameAsWidthAndHeight"
1399
+ },
1400
+ inset: {
1401
+ inherited: false,
1402
+ initial: {
1403
+ type: "keyword",
1404
+ value: "auto"
1405
+ },
1406
+ popularity: 0.02156551,
1407
+ appliesTo: "positionedElements"
1408
+ },
1409
+ insetBlock: {
1410
+ inherited: false,
1411
+ initial: {
1412
+ type: "keyword",
1413
+ value: "auto"
1414
+ },
1415
+ popularity: 14881e-8,
1416
+ appliesTo: "positionedElements"
1417
+ },
1418
+ insetBlockEnd: {
1419
+ inherited: false,
1420
+ initial: {
1421
+ type: "keyword",
1422
+ value: "auto"
1423
+ },
1424
+ popularity: 31067e-8,
1425
+ appliesTo: "positionedElements"
1426
+ },
1427
+ insetBlockStart: {
1428
+ inherited: false,
1429
+ initial: {
1430
+ type: "keyword",
1431
+ value: "auto"
1432
+ },
1433
+ popularity: 36346e-8,
1434
+ appliesTo: "positionedElements"
1435
+ },
1436
+ insetInline: {
1437
+ inherited: false,
1438
+ initial: {
1439
+ type: "keyword",
1440
+ value: "auto"
1441
+ },
1442
+ popularity: 21379e-8,
1443
+ appliesTo: "positionedElements"
1444
+ },
1445
+ insetInlineEnd: {
1446
+ inherited: false,
1447
+ initial: {
1448
+ type: "keyword",
1449
+ value: "auto"
1450
+ },
1451
+ popularity: 419961e-8,
1452
+ appliesTo: "positionedElements"
1453
+ },
1454
+ insetInlineStart: {
1455
+ inherited: false,
1456
+ initial: {
1457
+ type: "keyword",
1458
+ value: "auto"
1459
+ },
1460
+ popularity: 379395e-8,
1461
+ appliesTo: "positionedElements"
1462
+ },
1463
+ isolation: {
1464
+ inherited: false,
1465
+ initial: {
1466
+ type: "keyword",
1467
+ value: "auto"
1468
+ },
1469
+ popularity: 0.01962288,
1470
+ appliesTo: "allElementsSVGContainerGraphicsAndGraphicsReferencingElements"
1471
+ },
1472
+ justifyContent: {
1473
+ inherited: false,
1474
+ initial: {
1475
+ type: "keyword",
1476
+ value: "normal"
1477
+ },
1478
+ popularity: 0.72371,
1479
+ appliesTo: "flexContainers"
1480
+ },
1481
+ justifyItems: {
1482
+ inherited: false,
1483
+ initial: {
1484
+ type: "keyword",
1485
+ value: "legacy"
1486
+ },
1487
+ popularity: 0.05716411,
1488
+ appliesTo: "allElements"
1489
+ },
1490
+ justifySelf: {
1491
+ inherited: false,
1492
+ initial: {
1493
+ type: "keyword",
1494
+ value: "auto"
1495
+ },
1496
+ popularity: 0.06147513,
1497
+ appliesTo: "blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems"
1498
+ },
1499
+ justifyTracks: {
1500
+ inherited: false,
1501
+ initial: {
1502
+ type: "keyword",
1503
+ value: "normal"
1504
+ },
1505
+ popularity: 0,
1506
+ appliesTo: "gridContainersWithMasonryLayoutInTheirInlineAxis"
1507
+ },
1508
+ left: {
1509
+ inherited: false,
1510
+ initial: {
1511
+ type: "keyword",
1512
+ value: "auto"
1513
+ },
1514
+ popularity: 0.90948372,
1515
+ appliesTo: "positionedElements"
1516
+ },
1517
+ letterSpacing: {
1518
+ inherited: true,
1519
+ initial: {
1520
+ type: "keyword",
1521
+ value: "normal"
1522
+ },
1523
+ popularity: 0.64325492,
1524
+ appliesTo: "allElements"
1525
+ },
1526
+ lineBreak: {
1527
+ inherited: true,
1528
+ initial: {
1529
+ type: "keyword",
1530
+ value: "auto"
1531
+ },
1532
+ popularity: 0.03790035,
1533
+ appliesTo: "allElements"
1534
+ },
1535
+ lineClamp: {
1536
+ inherited: false,
1537
+ initial: {
1538
+ type: "keyword",
1539
+ value: "none"
1540
+ },
1541
+ popularity: 0,
1542
+ appliesTo: "blockContainersExceptMultiColumnContainers"
1543
+ },
1544
+ lineHeight: {
1545
+ inherited: true,
1546
+ initial: {
1547
+ type: "keyword",
1548
+ value: "inherit"
1549
+ },
1550
+ popularity: 0.87354969,
1551
+ appliesTo: "allElements"
1552
+ },
1553
+ lineHeightStep: {
1554
+ inherited: true,
1555
+ initial: {
1556
+ type: "unit",
1557
+ unit: "px",
1558
+ value: 0
1559
+ },
1560
+ popularity: 0,
1561
+ appliesTo: "blockContainers"
1562
+ },
1563
+ listStyleImage: {
1564
+ inherited: true,
1565
+ initial: {
1566
+ type: "keyword",
1567
+ value: "none"
1568
+ },
1569
+ popularity: 0.05896406,
1570
+ appliesTo: "listItems"
1571
+ },
1572
+ listStylePosition: {
1573
+ inherited: true,
1574
+ initial: {
1575
+ type: "keyword",
1576
+ value: "outside"
1577
+ },
1578
+ popularity: 0.10836703,
1579
+ appliesTo: "listItems"
1580
+ },
1581
+ listStyleType: {
1582
+ inherited: true,
1583
+ initial: {
1584
+ type: "keyword",
1585
+ value: "disc"
1586
+ },
1587
+ popularity: 0.50305363,
1588
+ appliesTo: "listItems"
1589
+ },
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
+ marginBlockEnd: {
1601
+ inherited: false,
1602
+ initial: {
1603
+ type: "unit",
1604
+ unit: "px",
1605
+ value: 0
1606
+ },
1607
+ popularity: 0.06678285,
1608
+ appliesTo: "sameAsMargin"
1609
+ },
1610
+ marginBlockStart: {
1611
+ inherited: false,
1612
+ initial: {
1613
+ type: "unit",
1614
+ unit: "px",
1615
+ value: 0
1616
+ },
1617
+ popularity: 0.06603158,
1618
+ appliesTo: "sameAsMargin"
1619
+ },
1620
+ marginBottom: {
1621
+ inherited: false,
1622
+ initial: {
1623
+ type: "unit",
1624
+ unit: "px",
1625
+ value: 0
1626
+ },
1627
+ popularity: 0.84497162,
1628
+ appliesTo: "allElementsExceptTableDisplayTypes"
1629
+ },
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
+ marginInlineEnd: {
1641
+ inherited: false,
1642
+ initial: {
1643
+ type: "unit",
1644
+ unit: "px",
1645
+ value: 0
1646
+ },
1647
+ popularity: 0.02346878,
1648
+ appliesTo: "sameAsMargin"
1649
+ },
1650
+ marginInlineStart: {
1651
+ inherited: false,
1652
+ initial: {
1653
+ type: "unit",
1654
+ unit: "px",
1655
+ value: 0
1656
+ },
1657
+ popularity: 0.03660688,
1658
+ appliesTo: "sameAsMargin"
1659
+ },
1660
+ marginLeft: {
1661
+ inherited: false,
1662
+ initial: {
1663
+ type: "unit",
1664
+ unit: "px",
1665
+ value: 0
1666
+ },
1667
+ popularity: 0.84846503,
1668
+ appliesTo: "allElementsExceptTableDisplayTypes"
1669
+ },
1670
+ marginRight: {
1671
+ inherited: false,
1672
+ initial: {
1673
+ type: "unit",
1674
+ unit: "px",
1675
+ value: 0
1676
+ },
1677
+ popularity: 0.83485199,
1678
+ appliesTo: "allElementsExceptTableDisplayTypes"
1679
+ },
1680
+ marginTop: {
1681
+ inherited: false,
1682
+ initial: {
1683
+ type: "unit",
1684
+ unit: "px",
1685
+ value: 0
1686
+ },
1687
+ popularity: 0.90536837,
1688
+ appliesTo: "allElementsExceptTableDisplayTypes"
1689
+ },
1690
+ marginTrim: {
1691
+ inherited: false,
1692
+ initial: {
1693
+ type: "keyword",
1694
+ value: "none"
1695
+ },
1696
+ popularity: 0,
1697
+ appliesTo: "blockContainersAndMultiColumnContainers"
1698
+ },
1699
+ maskBorderMode: {
1700
+ inherited: false,
1701
+ initial: {
1702
+ type: "keyword",
1703
+ value: "alpha"
1704
+ },
1705
+ popularity: 0,
1706
+ appliesTo: "allElementsSVGContainerElements"
1707
+ },
1708
+ maskBorderOutset: {
1709
+ inherited: false,
1710
+ initial: {
1711
+ type: "unit",
1712
+ unit: "px",
1713
+ value: 0
1714
+ },
1715
+ popularity: 0,
1716
+ appliesTo: "allElementsSVGContainerElements"
1717
+ },
1718
+ maskBorderRepeat: {
1719
+ inherited: false,
1720
+ initial: {
1721
+ type: "keyword",
1722
+ value: "stretch"
1723
+ },
1724
+ popularity: 0,
1725
+ appliesTo: "allElementsSVGContainerElements"
1726
+ },
1727
+ maskBorderSlice: {
1728
+ inherited: false,
1729
+ initial: {
1730
+ type: "unit",
1731
+ unit: "px",
1732
+ value: 0
1733
+ },
1734
+ popularity: 0,
1735
+ appliesTo: "allElementsSVGContainerElements"
1736
+ },
1737
+ maskBorderSource: {
1738
+ inherited: false,
1739
+ initial: {
1740
+ type: "keyword",
1741
+ value: "none"
1742
+ },
1743
+ popularity: 0,
1744
+ appliesTo: "allElementsSVGContainerElements"
1745
+ },
1746
+ maskBorderWidth: {
1747
+ inherited: false,
1748
+ initial: {
1749
+ type: "keyword",
1750
+ value: "auto"
1751
+ },
1752
+ popularity: 0,
1753
+ appliesTo: "allElementsSVGContainerElements"
1754
+ },
1755
+ maskClip: {
1756
+ inherited: false,
1757
+ initial: {
1758
+ type: "keyword",
1759
+ value: "border-box"
1760
+ },
1761
+ popularity: 0,
1762
+ appliesTo: "allElementsSVGContainerElements"
1763
+ },
1764
+ maskComposite: {
1765
+ inherited: false,
1766
+ initial: {
1767
+ type: "keyword",
1768
+ value: "add"
1769
+ },
1770
+ popularity: 0,
1771
+ appliesTo: "allElementsSVGContainerElements"
1772
+ },
1773
+ maskImage: {
1774
+ inherited: false,
1775
+ initial: {
1776
+ type: "keyword",
1777
+ value: "none"
1778
+ },
1779
+ popularity: 0,
1780
+ appliesTo: "allElementsSVGContainerElements"
1781
+ },
1782
+ maskMode: {
1783
+ inherited: false,
1784
+ initial: {
1785
+ type: "keyword",
1786
+ value: "match-source"
1787
+ },
1788
+ popularity: 0,
1789
+ appliesTo: "allElementsSVGContainerElements"
1790
+ },
1791
+ maskOrigin: {
1792
+ inherited: false,
1793
+ initial: {
1794
+ type: "keyword",
1795
+ value: "border-box"
1796
+ },
1797
+ popularity: 0,
1798
+ appliesTo: "allElementsSVGContainerElements"
1799
+ },
1800
+ maskPosition: {
1801
+ inherited: false,
1802
+ initial: {
1803
+ type: "keyword",
1804
+ value: "center"
1805
+ },
1806
+ popularity: 0,
1807
+ appliesTo: "allElementsSVGContainerElements"
1808
+ },
1809
+ maskRepeat: {
1810
+ inherited: false,
1811
+ initial: {
1812
+ type: "keyword",
1813
+ value: "no-repeat"
1814
+ },
1815
+ popularity: 0,
1816
+ appliesTo: "allElementsSVGContainerElements"
1817
+ },
1818
+ maskSize: {
1819
+ inherited: false,
1820
+ initial: {
1821
+ type: "keyword",
1822
+ value: "auto"
1823
+ },
1824
+ popularity: 0,
1825
+ appliesTo: "allElementsSVGContainerElements"
1826
+ },
1827
+ maskType: {
1828
+ inherited: false,
1829
+ initial: {
1830
+ type: "keyword",
1831
+ value: "luminance"
1832
+ },
1833
+ popularity: 355107e-8,
1834
+ appliesTo: "maskElements"
1835
+ },
1836
+ masonryAutoFlow: {
1837
+ inherited: false,
1838
+ initial: {
1839
+ type: "keyword",
1840
+ value: "pack"
1841
+ },
1842
+ popularity: 0,
1843
+ appliesTo: "gridContainersWithMasonryLayout"
1844
+ },
1845
+ mathStyle: {
1846
+ inherited: true,
1847
+ initial: {
1848
+ type: "keyword",
1849
+ value: "normal"
1850
+ },
1851
+ popularity: 3e-8,
1852
+ appliesTo: "allElements"
1853
+ },
1854
+ maxBlockSize: {
1855
+ inherited: false,
1856
+ initial: {
1857
+ type: "unit",
1858
+ unit: "px",
1859
+ value: 0
1860
+ },
1861
+ popularity: 64707e-8,
1862
+ appliesTo: "sameAsWidthAndHeight"
1863
+ },
1864
+ maxHeight: {
1865
+ inherited: false,
1866
+ initial: {
1867
+ type: "keyword",
1868
+ value: "none"
1869
+ },
1870
+ popularity: 0.72769912,
1871
+ appliesTo: "allElementsButNonReplacedAndTableColumns"
1872
+ },
1873
+ maxInlineSize: {
1874
+ inherited: false,
1875
+ initial: {
1876
+ type: "unit",
1877
+ unit: "px",
1878
+ value: 0
1879
+ },
1880
+ popularity: 62504e-8,
1881
+ appliesTo: "sameAsWidthAndHeight"
1882
+ },
1883
+ maxLines: {
1884
+ inherited: false,
1885
+ initial: {
1886
+ type: "keyword",
1887
+ value: "none"
1888
+ },
1889
+ popularity: 0,
1890
+ appliesTo: "blockContainersExceptMultiColumnContainers"
1891
+ },
1892
+ maxWidth: {
1893
+ inherited: false,
1894
+ initial: {
1895
+ type: "keyword",
1896
+ value: "none"
1897
+ },
1898
+ popularity: 0.83290711,
1899
+ appliesTo: "allElementsButNonReplacedAndTableRows"
1900
+ },
1901
+ minBlockSize: {
1902
+ inherited: false,
1903
+ initial: {
1904
+ type: "unit",
1905
+ unit: "px",
1906
+ value: 0
1907
+ },
1908
+ popularity: 192722e-8,
1909
+ appliesTo: "sameAsWidthAndHeight"
1910
+ },
1911
+ minHeight: {
1912
+ inherited: false,
1913
+ initial: {
1914
+ type: "keyword",
1915
+ value: "auto"
1916
+ },
1917
+ popularity: 0.80088013,
1918
+ appliesTo: "allElementsButNonReplacedAndTableColumns"
1919
+ },
1920
+ minInlineSize: {
1921
+ inherited: false,
1922
+ initial: {
1923
+ type: "unit",
1924
+ unit: "px",
1925
+ value: 0
1926
+ },
1927
+ popularity: 357429e-8,
1928
+ appliesTo: "sameAsWidthAndHeight"
1929
+ },
1930
+ minWidth: {
1931
+ inherited: false,
1932
+ initial: {
1933
+ type: "keyword",
1934
+ value: "auto"
1935
+ },
1936
+ popularity: 0.77790217,
1937
+ appliesTo: "allElementsButNonReplacedAndTableRows"
1938
+ },
1939
+ mixBlendMode: {
1940
+ inherited: false,
1941
+ initial: {
1942
+ type: "keyword",
1943
+ value: "normal"
1944
+ },
1945
+ popularity: 0.05430564,
1946
+ appliesTo: "allElements"
1947
+ },
1948
+ objectFit: {
1949
+ inherited: false,
1950
+ initial: {
1951
+ type: "keyword",
1952
+ value: "fill"
1953
+ },
1954
+ popularity: 0.38359477,
1955
+ appliesTo: "replacedElements"
1956
+ },
1957
+ objectPosition: {
1958
+ inherited: true,
1959
+ initial: {
1960
+ type: "keyword",
1961
+ value: "50% 50%"
1962
+ },
1963
+ popularity: 0.08374319,
1964
+ appliesTo: "replacedElements"
1965
+ },
1966
+ offsetAnchor: {
1967
+ inherited: false,
1968
+ initial: {
1969
+ type: "keyword",
1970
+ value: "auto"
1971
+ },
1972
+ popularity: 6e-8,
1973
+ appliesTo: "transformableElements"
1974
+ },
1975
+ offsetDistance: {
1976
+ inherited: false,
1977
+ initial: {
1978
+ type: "unit",
1979
+ unit: "px",
1980
+ value: 0
1981
+ },
1982
+ popularity: 7637e-7,
1983
+ appliesTo: "transformableElements"
1984
+ },
1985
+ offsetPath: {
1986
+ inherited: false,
1987
+ initial: {
1988
+ type: "keyword",
1989
+ value: "none"
1990
+ },
1991
+ popularity: 8741e-7,
1992
+ appliesTo: "transformableElements"
1993
+ },
1994
+ offsetPosition: {
1995
+ inherited: false,
1996
+ initial: {
1997
+ type: "keyword",
1998
+ value: "auto"
1999
+ },
2000
+ popularity: 3e-8,
2001
+ appliesTo: "transformableElements"
2002
+ },
2003
+ offsetRotate: {
2004
+ inherited: false,
2005
+ initial: {
2006
+ type: "keyword",
2007
+ value: "auto"
2008
+ },
2009
+ popularity: 73039e-8,
2010
+ appliesTo: "transformableElements"
2011
+ },
2012
+ opacity: {
2013
+ inherited: false,
2014
+ initial: {
2015
+ type: "unit",
2016
+ unit: "px",
2017
+ value: 1
2018
+ },
2019
+ popularity: 0.87714344,
2020
+ appliesTo: "allElements"
2021
+ },
2022
+ order: {
2023
+ inherited: false,
2024
+ initial: {
2025
+ type: "unit",
2026
+ unit: "px",
2027
+ value: 0
2028
+ },
2029
+ popularity: 0.28274872,
2030
+ appliesTo: "flexItemsGridItemsAbsolutelyPositionedContainerChildren"
2031
+ },
2032
+ orphans: {
2033
+ inherited: true,
2034
+ initial: {
2035
+ type: "unit",
2036
+ unit: "px",
2037
+ value: 2
2038
+ },
2039
+ popularity: 0.03717837,
2040
+ appliesTo: "blockContainerElements"
2041
+ },
2042
+ outlineColor: {
2043
+ inherited: false,
2044
+ initial: {
2045
+ type: "keyword",
2046
+ value: "invertOrCurrentColor"
2047
+ },
2048
+ popularity: 0.09538741,
2049
+ appliesTo: "allElements"
2050
+ },
2051
+ outlineOffset: {
2052
+ inherited: false,
2053
+ initial: {
2054
+ type: "unit",
2055
+ unit: "px",
2056
+ value: 0
2057
+ },
2058
+ popularity: 0.35495556,
2059
+ appliesTo: "allElements"
2060
+ },
2061
+ outlineStyle: {
2062
+ inherited: false,
2063
+ initial: {
2064
+ type: "keyword",
2065
+ value: "none"
2066
+ },
2067
+ popularity: 0.22264732,
2068
+ appliesTo: "allElements"
2069
+ },
2070
+ outlineWidth: {
2071
+ inherited: false,
2072
+ initial: {
2073
+ type: "keyword",
2074
+ value: "medium"
2075
+ },
2076
+ popularity: 0.23008945,
2077
+ appliesTo: "allElements"
2078
+ },
2079
+ overflow: {
2080
+ inherited: false,
2081
+ initial: {
2082
+ type: "keyword",
2083
+ value: "visible"
2084
+ },
2085
+ popularity: 0.87464713,
2086
+ appliesTo: "blockContainersFlexContainersGridContainers"
2087
+ },
2088
+ overflowAnchor: {
2089
+ inherited: false,
2090
+ initial: {
2091
+ type: "keyword",
2092
+ value: "auto"
2093
+ },
2094
+ popularity: 0.05039229,
2095
+ appliesTo: "allElements"
2096
+ },
2097
+ overflowBlock: {
2098
+ inherited: false,
2099
+ initial: {
2100
+ type: "keyword",
2101
+ value: "auto"
2102
+ },
2103
+ popularity: 0,
2104
+ appliesTo: "blockContainersFlexContainersGridContainers"
2105
+ },
2106
+ overflowClipMargin: {
2107
+ inherited: false,
2108
+ initial: {
2109
+ type: "unit",
2110
+ unit: "px",
2111
+ value: 0
2112
+ },
2113
+ popularity: 1932e-7,
2114
+ appliesTo: "allElements"
2115
+ },
2116
+ overflowInline: {
2117
+ inherited: false,
2118
+ initial: {
2119
+ type: "keyword",
2120
+ value: "auto"
2121
+ },
2122
+ popularity: 0,
2123
+ appliesTo: "blockContainersFlexContainersGridContainers"
2124
+ },
2125
+ overflowWrap: {
2126
+ inherited: true,
2127
+ initial: {
2128
+ type: "keyword",
2129
+ value: "normal"
2130
+ },
2131
+ popularity: 0.2917187,
2132
+ appliesTo: "nonReplacedInlineElements"
2133
+ },
2134
+ overflowX: {
2135
+ inherited: false,
2136
+ initial: {
2137
+ type: "keyword",
2138
+ value: "visible"
2139
+ },
2140
+ popularity: 0.6419296,
2141
+ appliesTo: "blockContainersFlexContainersGridContainers"
2142
+ },
2143
+ overflowY: {
2144
+ inherited: false,
2145
+ initial: {
2146
+ type: "keyword",
2147
+ value: "visible"
2148
+ },
2149
+ popularity: 0.66040666,
2150
+ appliesTo: "blockContainersFlexContainersGridContainers"
2151
+ },
2152
+ overscrollBehavior: {
2153
+ inherited: false,
2154
+ initial: {
2155
+ type: "keyword",
2156
+ value: "auto"
2157
+ },
2158
+ popularity: 0,
2159
+ appliesTo: "nonReplacedBlockAndInlineBlockElements"
2160
+ },
2161
+ overscrollBehaviorBlock: {
2162
+ inherited: false,
2163
+ initial: {
2164
+ type: "keyword",
2165
+ value: "auto"
2166
+ },
2167
+ popularity: 2038e-7,
2168
+ appliesTo: "nonReplacedBlockAndInlineBlockElements"
2169
+ },
2170
+ overscrollBehaviorInline: {
2171
+ inherited: false,
2172
+ initial: {
2173
+ type: "keyword",
2174
+ value: "auto"
2175
+ },
2176
+ popularity: 3654e-7,
2177
+ appliesTo: "nonReplacedBlockAndInlineBlockElements"
2178
+ },
2179
+ overscrollBehaviorX: {
2180
+ inherited: false,
2181
+ initial: {
2182
+ type: "keyword",
2183
+ value: "auto"
2184
+ },
2185
+ popularity: 0,
2186
+ appliesTo: "nonReplacedBlockAndInlineBlockElements"
2187
+ },
2188
+ overscrollBehaviorY: {
2189
+ inherited: false,
2190
+ initial: {
2191
+ type: "keyword",
2192
+ value: "auto"
2193
+ },
2194
+ popularity: 0,
2195
+ appliesTo: "nonReplacedBlockAndInlineBlockElements"
2196
+ },
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
+ paddingBlockEnd: {
2208
+ inherited: false,
2209
+ initial: {
2210
+ type: "unit",
2211
+ unit: "px",
2212
+ value: 0
2213
+ },
2214
+ popularity: 269343e-8,
2215
+ appliesTo: "allElements"
2216
+ },
2217
+ paddingBlockStart: {
2218
+ inherited: false,
2219
+ initial: {
2220
+ type: "unit",
2221
+ unit: "px",
2222
+ value: 0
2223
+ },
2224
+ popularity: 281718e-8,
2225
+ appliesTo: "allElements"
2226
+ },
2227
+ paddingBottom: {
2228
+ inherited: false,
2229
+ initial: {
2230
+ type: "unit",
2231
+ unit: "px",
2232
+ value: 0
2233
+ },
2234
+ popularity: 0.80249482,
2235
+ appliesTo: "allElementsExceptInternalTableDisplayTypes"
2236
+ },
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
+ paddingInlineEnd: {
2248
+ inherited: false,
2249
+ initial: {
2250
+ type: "unit",
2251
+ unit: "px",
2252
+ value: 0
2253
+ },
2254
+ popularity: 0.02914235,
2255
+ appliesTo: "allElements"
2256
+ },
2257
+ paddingInlineStart: {
2258
+ inherited: false,
2259
+ initial: {
2260
+ type: "unit",
2261
+ unit: "px",
2262
+ value: 0
2263
+ },
2264
+ popularity: 0.03734959,
2265
+ appliesTo: "allElements"
2266
+ },
2267
+ paddingLeft: {
2268
+ inherited: false,
2269
+ initial: {
2270
+ type: "unit",
2271
+ unit: "px",
2272
+ value: 0
2273
+ },
2274
+ popularity: 0.81912414,
2275
+ appliesTo: "allElementsExceptInternalTableDisplayTypes"
2276
+ },
2277
+ paddingRight: {
2278
+ inherited: false,
2279
+ initial: {
2280
+ type: "unit",
2281
+ unit: "px",
2282
+ value: 0
2283
+ },
2284
+ popularity: 0.80336339,
2285
+ appliesTo: "allElementsExceptInternalTableDisplayTypes"
2286
+ },
2287
+ paddingTop: {
2288
+ inherited: false,
2289
+ initial: {
2290
+ type: "unit",
2291
+ unit: "px",
2292
+ value: 0
2293
+ },
2294
+ popularity: 0.82360295,
2295
+ appliesTo: "allElementsExceptInternalTableDisplayTypes"
2296
+ },
2297
+ pageBreakAfter: {
2298
+ inherited: false,
2299
+ initial: {
2300
+ type: "keyword",
2301
+ value: "auto"
2302
+ },
2303
+ popularity: 0.04793594,
2304
+ appliesTo: "blockElementsInNormalFlow"
2305
+ },
2306
+ pageBreakBefore: {
2307
+ inherited: false,
2308
+ initial: {
2309
+ type: "keyword",
2310
+ value: "auto"
2311
+ },
2312
+ popularity: 0.0173306,
2313
+ appliesTo: "blockElementsInNormalFlow"
2314
+ },
2315
+ pageBreakInside: {
2316
+ inherited: false,
2317
+ initial: {
2318
+ type: "keyword",
2319
+ value: "auto"
2320
+ },
2321
+ popularity: 0.0636772,
2322
+ appliesTo: "blockElementsInNormalFlow"
2323
+ },
2324
+ paintOrder: {
2325
+ inherited: true,
2326
+ initial: {
2327
+ type: "keyword",
2328
+ value: "normal"
2329
+ },
2330
+ popularity: 13931e-7,
2331
+ appliesTo: "textElements"
2332
+ },
2333
+ perspective: {
2334
+ inherited: false,
2335
+ initial: {
2336
+ type: "keyword",
2337
+ value: "none"
2338
+ },
2339
+ popularity: 0.11208199,
2340
+ appliesTo: "transformableElements"
2341
+ },
2342
+ perspectiveOrigin: {
2343
+ inherited: false,
2344
+ initial: {
2345
+ type: "keyword",
2346
+ value: "50% 50%"
2347
+ },
2348
+ popularity: 0.03597136,
2349
+ appliesTo: "transformableElements"
2350
+ },
2351
+ placeContent: {
2352
+ inherited: false,
2353
+ initial: {
2354
+ type: "keyword",
2355
+ value: "normal"
2356
+ },
2357
+ popularity: 389319e-8,
2358
+ appliesTo: "multilineFlexContainers"
2359
+ },
2360
+ pointerEvents: {
2361
+ inherited: true,
2362
+ initial: {
2363
+ type: "keyword",
2364
+ value: "auto"
2365
+ },
2366
+ popularity: 0.65656971,
2367
+ appliesTo: "allElements"
2368
+ },
2369
+ position: {
2370
+ inherited: false,
2371
+ initial: {
2372
+ type: "keyword",
2373
+ value: "static"
2374
+ },
2375
+ popularity: 0.92435004,
2376
+ appliesTo: "allElements"
2377
+ },
2378
+ quotes: {
2379
+ inherited: true,
2380
+ initial: {
2381
+ type: "keyword",
2382
+ value: "dependsOnUserAgent"
2383
+ },
2384
+ popularity: 0.08095164,
2385
+ appliesTo: "allElements"
2386
+ },
2387
+ resize: {
2388
+ inherited: false,
2389
+ initial: {
2390
+ type: "keyword",
2391
+ value: "none"
2392
+ },
2393
+ popularity: 0.20814477,
2394
+ appliesTo: "elementsWithOverflowNotVisibleAndReplacedElements"
2395
+ },
2396
+ right: {
2397
+ inherited: false,
2398
+ initial: {
2399
+ type: "keyword",
2400
+ value: "auto"
2401
+ },
2402
+ popularity: 0.83840245,
2403
+ appliesTo: "positionedElements"
2404
+ },
2405
+ rotate: {
2406
+ inherited: false,
2407
+ initial: {
2408
+ type: "keyword",
2409
+ value: "none"
2410
+ },
2411
+ popularity: 4e-8,
2412
+ appliesTo: "transformableElements"
2413
+ },
2414
+ rowGap: {
2415
+ inherited: false,
2416
+ initial: {
2417
+ type: "unit",
2418
+ value: 0,
2419
+ unit: "px"
2420
+ },
2421
+ popularity: 0.01955862,
2422
+ appliesTo: "multiColumnElementsFlexContainersGridContainers"
2423
+ },
2424
+ rubyAlign: {
2425
+ inherited: true,
2426
+ initial: {
2427
+ type: "keyword",
2428
+ value: "space-around"
2429
+ },
2430
+ popularity: 0,
2431
+ appliesTo: "rubyBasesAnnotationsBaseAnnotationContainers"
2432
+ },
2433
+ rubyMerge: {
2434
+ inherited: true,
2435
+ initial: {
2436
+ type: "keyword",
2437
+ value: "separate"
2438
+ },
2439
+ popularity: 0,
2440
+ appliesTo: "rubyAnnotationsContainers"
2441
+ },
2442
+ rubyPosition: {
2443
+ inherited: true,
2444
+ initial: {
2445
+ type: "keyword",
2446
+ value: "alternate"
2447
+ },
2448
+ popularity: 156034e-8,
2449
+ appliesTo: "rubyAnnotationsContainers"
2450
+ },
2451
+ scale: {
2452
+ inherited: false,
2453
+ initial: {
2454
+ type: "keyword",
2455
+ value: "none"
2456
+ },
2457
+ popularity: 2e-7,
2458
+ appliesTo: "transformableElements"
2459
+ },
2460
+ scrollbarColor: {
2461
+ inherited: true,
2462
+ initial: {
2463
+ type: "keyword",
2464
+ value: "auto"
2465
+ },
2466
+ popularity: 0,
2467
+ appliesTo: "scrollingBoxes"
2468
+ },
2469
+ scrollbarGutter: {
2470
+ inherited: false,
2471
+ initial: {
2472
+ type: "keyword",
2473
+ value: "auto"
2474
+ },
2475
+ popularity: 128847e-8,
2476
+ appliesTo: "scrollingBoxes"
2477
+ },
2478
+ scrollbarWidth: {
2479
+ inherited: false,
2480
+ initial: {
2481
+ type: "keyword",
2482
+ value: "auto"
2483
+ },
2484
+ popularity: 1e-6,
2485
+ appliesTo: "scrollingBoxes"
2486
+ },
2487
+ scrollBehavior: {
2488
+ inherited: false,
2489
+ initial: {
2490
+ type: "keyword",
2491
+ value: "auto"
2492
+ },
2493
+ popularity: 0.06855196,
2494
+ appliesTo: "scrollingBoxes"
2495
+ },
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
+ scrollMarginBlockStart: {
2517
+ inherited: false,
2518
+ initial: {
2519
+ type: "unit",
2520
+ unit: "px",
2521
+ value: 0
2522
+ },
2523
+ popularity: 0,
2524
+ appliesTo: "allElements"
2525
+ },
2526
+ scrollMarginBlockEnd: {
2527
+ inherited: false,
2528
+ initial: {
2529
+ type: "unit",
2530
+ unit: "px",
2531
+ value: 0
2532
+ },
2533
+ popularity: 0,
2534
+ appliesTo: "allElements"
2535
+ },
2536
+ 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: {
2547
+ inherited: false,
2548
+ initial: {
2549
+ type: "unit",
2550
+ unit: "px",
2551
+ value: 0
2552
+ },
2553
+ popularity: 0,
2554
+ appliesTo: "allElements"
2555
+ },
2556
+ scrollMarginInlineStart: {
2557
+ inherited: false,
2558
+ initial: {
2559
+ type: "unit",
2560
+ unit: "px",
2561
+ value: 0
2562
+ },
2563
+ popularity: 0,
2564
+ appliesTo: "allElements"
2565
+ },
2566
+ scrollMarginInlineEnd: {
2567
+ inherited: false,
2568
+ initial: {
2569
+ type: "unit",
2570
+ unit: "px",
2571
+ value: 0
2572
+ },
2573
+ popularity: 0,
2574
+ appliesTo: "allElements"
2575
+ },
2576
+ scrollMarginLeft: {
2577
+ inherited: false,
2578
+ initial: {
2579
+ type: "unit",
2580
+ unit: "px",
2581
+ value: 0
2582
+ },
2583
+ popularity: 0,
2584
+ appliesTo: "allElements"
2585
+ },
2586
+ scrollMarginRight: {
2587
+ inherited: false,
2588
+ initial: {
2589
+ type: "unit",
2590
+ unit: "px",
2591
+ value: 0
2592
+ },
2593
+ popularity: 0,
2594
+ appliesTo: "allElements"
2595
+ },
2596
+ scrollMarginTop: {
2597
+ inherited: false,
2598
+ initial: {
2599
+ type: "unit",
2600
+ unit: "px",
2601
+ value: 0
2602
+ },
2603
+ popularity: 0,
2604
+ appliesTo: "allElements"
2605
+ },
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
+ scrollPaddingBlockStart: {
2625
+ inherited: false,
2626
+ initial: {
2627
+ type: "keyword",
2628
+ value: "auto"
2629
+ },
2630
+ popularity: 3318e-7,
2631
+ appliesTo: "scrollContainers"
2632
+ },
2633
+ scrollPaddingBlockEnd: {
2634
+ inherited: false,
2635
+ initial: {
2636
+ type: "keyword",
2637
+ value: "auto"
2638
+ },
2639
+ popularity: 33098e-8,
2640
+ appliesTo: "scrollContainers"
2641
+ },
2642
+ scrollPaddingBottom: {
2643
+ inherited: false,
2644
+ initial: {
2645
+ type: "keyword",
2646
+ value: "auto"
2647
+ },
2648
+ popularity: 46042e-8,
2649
+ appliesTo: "scrollContainers"
2650
+ },
2651
+ scrollPaddingInline: {
2652
+ inherited: false,
2653
+ initial: {
2654
+ type: "keyword",
2655
+ value: "auto"
2656
+ },
2657
+ popularity: 30929e-8,
2658
+ appliesTo: "scrollContainers"
2659
+ },
2660
+ scrollPaddingInlineStart: {
2661
+ inherited: false,
2662
+ initial: {
2663
+ type: "keyword",
2664
+ value: "auto"
2665
+ },
2666
+ popularity: 34054e-8,
2667
+ appliesTo: "scrollContainers"
2668
+ },
2669
+ scrollPaddingInlineEnd: {
2670
+ inherited: false,
2671
+ initial: {
2672
+ type: "keyword",
2673
+ value: "auto"
2674
+ },
2675
+ popularity: 33178e-8,
2676
+ appliesTo: "scrollContainers"
2677
+ },
2678
+ scrollPaddingLeft: {
2679
+ inherited: false,
2680
+ initial: {
2681
+ type: "keyword",
2682
+ value: "auto"
2683
+ },
2684
+ popularity: 318274e-8,
2685
+ appliesTo: "scrollContainers"
2686
+ },
2687
+ scrollPaddingRight: {
2688
+ inherited: false,
2689
+ initial: {
2690
+ type: "keyword",
2691
+ value: "auto"
2692
+ },
2693
+ popularity: 46376e-8,
2694
+ appliesTo: "scrollContainers"
2695
+ },
2696
+ scrollPaddingTop: {
2697
+ inherited: false,
2698
+ initial: {
2699
+ type: "keyword",
2700
+ value: "auto"
2701
+ },
2702
+ popularity: 0.0199363,
2703
+ appliesTo: "scrollContainers"
2704
+ },
2705
+ scrollSnapAlign: {
2706
+ inherited: false,
2707
+ initial: {
2708
+ type: "keyword",
2709
+ value: "none"
2710
+ },
2711
+ popularity: 0.05990673,
2712
+ appliesTo: "allElements"
2713
+ },
2714
+ scrollSnapStop: {
2715
+ inherited: false,
2716
+ initial: {
2717
+ type: "keyword",
2718
+ value: "normal"
2719
+ },
2720
+ popularity: 74871e-7,
2721
+ appliesTo: "allElements"
2722
+ },
2723
+ scrollSnapType: {
2724
+ inherited: false,
2725
+ initial: {
2726
+ type: "keyword",
2727
+ value: "none"
2728
+ },
2729
+ popularity: 0.05778112,
2730
+ appliesTo: "allElements"
2731
+ },
2732
+ shapeImageThreshold: {
2733
+ inherited: false,
2734
+ initial: {
2735
+ type: "unit",
2736
+ unit: "px",
2737
+ value: 0
2738
+ },
2739
+ popularity: 579108e-8,
2740
+ appliesTo: "floats"
2741
+ },
2742
+ shapeMargin: {
2743
+ inherited: false,
2744
+ initial: {
2745
+ type: "unit",
2746
+ unit: "px",
2747
+ value: 0
2748
+ },
2749
+ popularity: 212267e-8,
2750
+ appliesTo: "floats"
2751
+ },
2752
+ shapeOutside: {
2753
+ inherited: false,
2754
+ initial: {
2755
+ type: "keyword",
2756
+ value: "none"
2757
+ },
2758
+ popularity: 236383e-8,
2759
+ appliesTo: "floats"
2760
+ },
2761
+ tabSize: {
2762
+ inherited: true,
2763
+ initial: {
2764
+ type: "unit",
2765
+ unit: "px",
2766
+ value: 8
2767
+ },
2768
+ popularity: 0.03065152,
2769
+ appliesTo: "blockContainers"
2770
+ },
2771
+ tableLayout: {
2772
+ inherited: false,
2773
+ initial: {
2774
+ type: "keyword",
2775
+ value: "auto"
2776
+ },
2777
+ popularity: 0.20669832,
2778
+ appliesTo: "tableElements"
2779
+ },
2780
+ textAlign: {
2781
+ inherited: true,
2782
+ initial: {
2783
+ type: "keyword",
2784
+ value: "startOrNamelessValueIfLTRRightIfRTL"
2785
+ },
2786
+ popularity: 0.89287477,
2787
+ appliesTo: "blockContainers"
2788
+ },
2789
+ textAlignLast: {
2790
+ inherited: true,
2791
+ initial: {
2792
+ type: "keyword",
2793
+ value: "auto"
2794
+ },
2795
+ popularity: 0.02339794,
2796
+ appliesTo: "blockContainers"
2797
+ },
2798
+ textCombineUpright: {
2799
+ inherited: true,
2800
+ initial: {
2801
+ type: "keyword",
2802
+ value: "none"
2803
+ },
2804
+ popularity: 187072e-8,
2805
+ appliesTo: "nonReplacedInlineElements"
2806
+ },
2807
+ textDecorationColor: {
2808
+ inherited: false,
2809
+ initial: {
2810
+ type: "keyword",
2811
+ value: "currentcolor"
2812
+ },
2813
+ popularity: 0.05079903,
2814
+ appliesTo: "allElements"
2815
+ },
2816
+ textDecorationLine: {
2817
+ inherited: false,
2818
+ initial: {
2819
+ type: "keyword",
2820
+ value: "none"
2821
+ },
2822
+ popularity: 0.03656271,
2823
+ appliesTo: "allElements"
2824
+ },
2825
+ textDecorationSkip: {
2826
+ inherited: true,
2827
+ initial: {
2828
+ type: "keyword",
2829
+ value: "objects"
2830
+ },
2831
+ popularity: 0.054238,
2832
+ appliesTo: "allElements"
2833
+ },
2834
+ textDecorationSkipInk: {
2835
+ inherited: true,
2836
+ initial: {
2837
+ type: "keyword",
2838
+ value: "auto"
2839
+ },
2840
+ popularity: 0.01645826,
2841
+ appliesTo: "allElements"
2842
+ },
2843
+ textDecorationStyle: {
2844
+ inherited: false,
2845
+ initial: {
2846
+ type: "keyword",
2847
+ value: "solid"
2848
+ },
2849
+ popularity: 0.02111189,
2850
+ appliesTo: "allElements"
2851
+ },
2852
+ textDecorationThickness: {
2853
+ inherited: false,
2854
+ initial: {
2855
+ type: "keyword",
2856
+ value: "auto"
2857
+ },
2858
+ popularity: 728976e-8,
2859
+ appliesTo: "allElements"
2860
+ },
2861
+ textEmphasisColor: {
2862
+ inherited: false,
2863
+ initial: {
2864
+ type: "keyword",
2865
+ value: "currentcolor"
2866
+ },
2867
+ popularity: 0,
2868
+ appliesTo: "allElements"
2869
+ },
2870
+ textEmphasisPosition: {
2871
+ inherited: false,
2872
+ initial: {
2873
+ type: "keyword",
2874
+ value: "over right"
2875
+ },
2876
+ popularity: 0,
2877
+ appliesTo: "allElements"
2878
+ },
2879
+ textEmphasisStyle: {
2880
+ inherited: false,
2881
+ initial: {
2882
+ type: "keyword",
2883
+ value: "none"
2884
+ },
2885
+ popularity: 0,
2886
+ appliesTo: "allElements"
2887
+ },
2888
+ textIndent: {
2889
+ inherited: true,
2890
+ initial: {
2891
+ type: "unit",
2892
+ unit: "px",
2893
+ value: 0
2894
+ },
2895
+ popularity: 0.37633903,
2896
+ appliesTo: "blockContainers"
2897
+ },
2898
+ textJustify: {
2899
+ inherited: true,
2900
+ initial: {
2901
+ type: "keyword",
2902
+ value: "auto"
2903
+ },
2904
+ popularity: 8e-7,
2905
+ appliesTo: "inlineLevelAndTableCellElements"
2906
+ },
2907
+ textOrientation: {
2908
+ inherited: true,
2909
+ initial: {
2910
+ type: "keyword",
2911
+ value: "mixed"
2912
+ },
2913
+ popularity: 286298e-8,
2914
+ appliesTo: "allElementsExceptTableRowGroupsRowsColumnGroupsAndColumns"
2915
+ },
2916
+ textOverflow: {
2917
+ inherited: false,
2918
+ initial: {
2919
+ type: "keyword",
2920
+ value: "clip"
2921
+ },
2922
+ popularity: 0.65272517,
2923
+ appliesTo: "blockContainerElements"
2924
+ },
2925
+ textRendering: {
2926
+ inherited: true,
2927
+ initial: {
2928
+ type: "keyword",
2929
+ value: "auto"
2930
+ },
2931
+ popularity: 0.3619822,
2932
+ appliesTo: "textElements"
2933
+ },
2934
+ textShadow: {
2935
+ inherited: true,
2936
+ initial: {
2937
+ type: "keyword",
2938
+ value: "none"
2939
+ },
2940
+ popularity: 0.49899917,
2941
+ appliesTo: "allElements"
2942
+ },
2943
+ textSizeAdjust: {
2944
+ inherited: true,
2945
+ initial: {
2946
+ type: "keyword",
2947
+ value: "auto"
2948
+ },
2949
+ popularity: 0.13611964,
2950
+ appliesTo: "allElements"
2951
+ },
2952
+ textTransform: {
2953
+ inherited: true,
2954
+ initial: {
2955
+ type: "keyword",
2956
+ value: "none"
2957
+ },
2958
+ popularity: 0.73056963,
2959
+ appliesTo: "allElements"
2960
+ },
2961
+ textUnderlineOffset: {
2962
+ inherited: true,
2963
+ initial: {
2964
+ type: "keyword",
2965
+ value: "auto"
2966
+ },
2967
+ popularity: 558599e-8,
2968
+ appliesTo: "allElements"
2969
+ },
2970
+ textUnderlinePosition: {
2971
+ inherited: true,
2972
+ initial: {
2973
+ type: "keyword",
2974
+ value: "auto"
2975
+ },
2976
+ popularity: 70495e-7,
2977
+ appliesTo: "allElements"
2978
+ },
2979
+ top: {
2980
+ inherited: false,
2981
+ initial: {
2982
+ type: "keyword",
2983
+ value: "auto"
2984
+ },
2985
+ popularity: 0.91426675,
2986
+ appliesTo: "positionedElements"
2987
+ },
2988
+ touchAction: {
2989
+ inherited: false,
2990
+ initial: {
2991
+ type: "keyword",
2992
+ value: "auto"
2993
+ },
2994
+ popularity: 0.37581741,
2995
+ appliesTo: "allElementsExceptNonReplacedInlineElementsTableRowsColumnsRowColumnGroups"
2996
+ },
2997
+ transform: {
2998
+ inherited: false,
2999
+ initial: {
3000
+ type: "keyword",
3001
+ value: "none"
3002
+ },
3003
+ popularity: 0.82452786,
3004
+ appliesTo: "transformableElements"
3005
+ },
3006
+ transformBox: {
3007
+ inherited: false,
3008
+ initial: {
3009
+ type: "keyword",
3010
+ value: "view-box"
3011
+ },
3012
+ popularity: 167776e-8,
3013
+ appliesTo: "transformableElements"
3014
+ },
3015
+ transformOrigin: {
3016
+ inherited: false,
3017
+ initial: {
3018
+ type: "keyword",
3019
+ value: "50% 50% 0"
3020
+ },
3021
+ popularity: 0.54179205,
3022
+ appliesTo: "transformableElements"
3023
+ },
3024
+ transformStyle: {
3025
+ inherited: false,
3026
+ initial: {
3027
+ type: "keyword",
3028
+ value: "flat"
3029
+ },
3030
+ popularity: 0.11068509,
3031
+ appliesTo: "transformableElements"
3032
+ },
3033
+ transitionDelay: {
3034
+ inherited: false,
3035
+ initial: {
3036
+ type: "unit",
3037
+ unit: "px",
3038
+ value: 0
3039
+ },
3040
+ popularity: 0.26633596,
3041
+ appliesTo: "allElementsAndPseudos"
3042
+ },
3043
+ transitionDuration: {
3044
+ inherited: false,
3045
+ initial: {
3046
+ type: "unit",
3047
+ unit: "px",
3048
+ value: 0
3049
+ },
3050
+ popularity: 0.27645681,
3051
+ appliesTo: "allElementsAndPseudos"
3052
+ },
3053
+ transitionProperty: {
3054
+ inherited: false,
3055
+ initial: {
3056
+ type: "keyword",
3057
+ value: "all"
3058
+ },
3059
+ popularity: 0.28626935,
3060
+ appliesTo: "allElementsAndPseudos"
3061
+ },
3062
+ transitionTimingFunction: {
3063
+ inherited: false,
3064
+ initial: {
3065
+ type: "keyword",
3066
+ value: "ease"
3067
+ },
3068
+ popularity: 0.28535681,
3069
+ appliesTo: "allElementsAndPseudos"
3070
+ },
3071
+ translate: {
3072
+ inherited: false,
3073
+ initial: {
3074
+ type: "keyword",
3075
+ value: "none"
3076
+ },
3077
+ popularity: 9e-8,
3078
+ appliesTo: "transformableElements"
3079
+ },
3080
+ unicodeBidi: {
3081
+ inherited: false,
3082
+ initial: {
3083
+ type: "keyword",
3084
+ value: "normal"
3085
+ },
3086
+ popularity: 0.13633243,
3087
+ appliesTo: "allElementsSomeValuesNoEffectOnNonInlineElements"
3088
+ },
3089
+ userSelect: {
3090
+ inherited: false,
3091
+ initial: {
3092
+ type: "keyword",
3093
+ value: "auto"
3094
+ },
3095
+ popularity: 0.55451382,
3096
+ appliesTo: "allElements"
3097
+ },
3098
+ verticalAlign: {
3099
+ inherited: false,
3100
+ initial: {
3101
+ type: "keyword",
3102
+ value: "baseline"
3103
+ },
3104
+ popularity: 0.84531302,
3105
+ appliesTo: "inlineLevelAndTableCellElements"
3106
+ },
3107
+ visibility: {
3108
+ inherited: true,
3109
+ initial: {
3110
+ type: "keyword",
3111
+ value: "visible"
3112
+ },
3113
+ popularity: 0.76715746,
3114
+ appliesTo: "allElements"
3115
+ },
3116
+ whiteSpace: {
3117
+ inherited: true,
3118
+ initial: {
3119
+ type: "keyword",
3120
+ value: "normal"
3121
+ },
3122
+ popularity: 0.80711821,
3123
+ appliesTo: "allElements"
3124
+ },
3125
+ widows: {
3126
+ inherited: true,
3127
+ initial: {
3128
+ type: "unit",
3129
+ unit: "px",
3130
+ value: 2
3131
+ },
3132
+ popularity: 0.03635817,
3133
+ appliesTo: "blockContainerElements"
3134
+ },
3135
+ width: {
3136
+ inherited: false,
3137
+ initial: {
3138
+ type: "keyword",
3139
+ value: "auto"
3140
+ },
3141
+ popularity: 0.93671487,
3142
+ appliesTo: "allElementsButNonReplacedAndTableRows"
3143
+ },
3144
+ willChange: {
3145
+ inherited: false,
3146
+ initial: {
3147
+ type: "keyword",
3148
+ value: "auto"
3149
+ },
3150
+ popularity: 0.28251419,
3151
+ appliesTo: "allElements"
3152
+ },
3153
+ wordBreak: {
3154
+ inherited: true,
3155
+ initial: {
3156
+ type: "keyword",
3157
+ value: "normal"
3158
+ },
3159
+ popularity: 0.51074263,
3160
+ appliesTo: "allElements"
3161
+ },
3162
+ wordSpacing: {
3163
+ inherited: true,
3164
+ initial: {
3165
+ type: "keyword",
3166
+ value: "normal"
3167
+ },
3168
+ popularity: 0.15650671,
3169
+ appliesTo: "allElements"
3170
+ },
3171
+ wordWrap: {
3172
+ inherited: true,
3173
+ initial: {
3174
+ type: "keyword",
3175
+ value: "normal"
3176
+ },
3177
+ popularity: 0.55291577,
3178
+ appliesTo: "nonReplacedInlineElements"
3179
+ },
3180
+ writingMode: {
3181
+ inherited: true,
3182
+ initial: {
3183
+ type: "keyword",
3184
+ value: "horizontal-tb"
3185
+ },
3186
+ popularity: 947773e-8,
3187
+ appliesTo: "allElementsExceptTableRowColumnGroupsTableRowsColumns"
3188
+ },
3189
+ zIndex: {
3190
+ inherited: false,
3191
+ initial: {
3192
+ type: "keyword",
3193
+ value: "auto"
3194
+ },
3195
+ popularity: 0.85875694,
3196
+ appliesTo: "positionedElements"
3197
+ }
3198
+ };
3199
+ export {
3200
+ properties
3201
+ };