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