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