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