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