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