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