@webstudio-is/react-sdk 0.7.0 → 0.7.2

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 (187) hide show
  1. package/lib/arg-types/utils.d.ts +4 -18
  2. package/lib/arg-types/utils.d.ts.map +1 -1
  3. package/lib/arg-types/utils.js +23 -16
  4. package/lib/component-utils/image.d.ts +107 -0
  5. package/lib/component-utils/image.d.ts.map +1 -0
  6. package/lib/component-utils/image.js +198 -0
  7. package/lib/component-utils/image.test.d.ts +2 -0
  8. package/lib/component-utils/image.test.d.ts.map +1 -0
  9. package/lib/component-utils/image.test.js +132 -0
  10. package/lib/components/body.props.json +104 -1847
  11. package/lib/components/body.stories.d.ts +2 -2
  12. package/lib/components/body.stories.d.ts.map +1 -1
  13. package/lib/components/body.stories.js +0 -5
  14. package/lib/components/bold.d.ts +2 -2
  15. package/lib/components/bold.d.ts.map +1 -1
  16. package/lib/components/bold.props.json +104 -1847
  17. package/lib/components/bold.stories.d.ts +3 -3
  18. package/lib/components/bold.stories.d.ts.map +1 -1
  19. package/lib/components/bold.stories.js +0 -5
  20. package/lib/components/box.props.json +108 -1899
  21. package/lib/components/box.stories.d.ts +5 -5
  22. package/lib/components/box.stories.d.ts.map +1 -1
  23. package/lib/components/box.stories.js +0 -5
  24. package/lib/components/button.d.ts +2 -2
  25. package/lib/components/button.d.ts.map +1 -1
  26. package/lib/components/button.props.json +117 -2065
  27. package/lib/components/button.stories.d.ts +3 -3
  28. package/lib/components/button.stories.d.ts.map +1 -1
  29. package/lib/components/button.stories.js +0 -5
  30. package/lib/components/component-type.d.ts +1 -1
  31. package/lib/components/component-type.d.ts.map +1 -1
  32. package/lib/components/form.d.ts +2 -2
  33. package/lib/components/form.d.ts.map +1 -1
  34. package/lib/components/form.props.json +112 -1991
  35. package/lib/components/form.stories.d.ts +3 -3
  36. package/lib/components/form.stories.d.ts.map +1 -1
  37. package/lib/components/form.stories.js +0 -5
  38. package/lib/components/heading.props.json +107 -1893
  39. package/lib/components/heading.stories.d.ts +5 -5
  40. package/lib/components/heading.stories.d.ts.map +1 -1
  41. package/lib/components/heading.stories.js +0 -5
  42. package/lib/components/image-dev.stories.d.ts +36 -0
  43. package/lib/components/image-dev.stories.d.ts.map +1 -0
  44. package/lib/components/image-dev.stories.js +102 -0
  45. package/lib/components/image.d.ts +10 -2
  46. package/lib/components/image.d.ts.map +1 -1
  47. package/lib/components/image.js +19 -9
  48. package/lib/components/image.props.json +140 -2098
  49. package/lib/components/image.stories.d.ts +11 -3
  50. package/lib/components/image.stories.d.ts.map +1 -1
  51. package/lib/components/image.stories.js +0 -5
  52. package/lib/components/image.ws.d.ts.map +1 -1
  53. package/lib/components/image.ws.js +15 -0
  54. package/lib/components/index.d.ts +3 -0
  55. package/lib/components/index.d.ts.map +1 -1
  56. package/lib/components/index.js +7 -1
  57. package/lib/components/input.d.ts +2 -2
  58. package/lib/components/input.d.ts.map +1 -1
  59. package/lib/components/input.props.json +138 -2474
  60. package/lib/components/input.stories.d.ts +3 -3
  61. package/lib/components/input.stories.d.ts.map +1 -1
  62. package/lib/components/input.stories.js +0 -5
  63. package/lib/components/italic.d.ts +2 -2
  64. package/lib/components/italic.d.ts.map +1 -1
  65. package/lib/components/italic.props.json +104 -1847
  66. package/lib/components/italic.stories.d.ts +3 -3
  67. package/lib/components/italic.stories.d.ts.map +1 -1
  68. package/lib/components/italic.stories.js +0 -5
  69. package/lib/components/link.d.ts +2 -2
  70. package/lib/components/link.d.ts.map +1 -1
  71. package/lib/components/link.props.json +116 -2040
  72. package/lib/components/link.stories.d.ts +5 -5
  73. package/lib/components/link.stories.d.ts.map +1 -1
  74. package/lib/components/link.stories.js +0 -5
  75. package/lib/components/meta.d.ts +7469 -12
  76. package/lib/components/meta.d.ts.map +1 -1
  77. package/lib/components/meta.js +34 -25
  78. package/lib/components/paragraph.d.ts +2 -2
  79. package/lib/components/paragraph.d.ts.map +1 -1
  80. package/lib/components/paragraph.props.json +104 -1847
  81. package/lib/components/paragraph.stories.d.ts +3 -3
  82. package/lib/components/paragraph.stories.d.ts.map +1 -1
  83. package/lib/components/paragraph.stories.js +0 -5
  84. package/lib/components/span.d.ts +3 -0
  85. package/lib/components/span.d.ts.map +1 -0
  86. package/lib/components/span.js +8 -0
  87. package/lib/components/span.props.json +491 -0
  88. package/lib/components/span.stories.d.ts +6 -0
  89. package/lib/components/span.stories.d.ts.map +1 -0
  90. package/lib/components/span.stories.js +14 -0
  91. package/lib/components/span.ws.d.ts +5 -0
  92. package/lib/components/span.ws.d.ts.map +1 -0
  93. package/lib/components/span.ws.js +14 -0
  94. package/lib/components/subscript.d.ts +3 -0
  95. package/lib/components/subscript.d.ts.map +1 -0
  96. package/lib/components/subscript.js +8 -0
  97. package/lib/components/subscript.props.json +491 -0
  98. package/lib/components/subscript.stories.d.ts +6 -0
  99. package/lib/components/subscript.stories.d.ts.map +1 -0
  100. package/lib/components/subscript.stories.js +14 -0
  101. package/lib/components/subscript.ws.d.ts +5 -0
  102. package/lib/components/subscript.ws.d.ts.map +1 -0
  103. package/lib/components/subscript.ws.js +14 -0
  104. package/lib/components/superscript.d.ts +3 -0
  105. package/lib/components/superscript.d.ts.map +1 -0
  106. package/lib/components/superscript.js +8 -0
  107. package/lib/components/superscript.props.json +491 -0
  108. package/lib/components/superscript.stories.d.ts +6 -0
  109. package/lib/components/superscript.stories.d.ts.map +1 -0
  110. package/lib/components/superscript.stories.js +14 -0
  111. package/lib/components/superscript.ws.d.ts +5 -0
  112. package/lib/components/superscript.ws.d.ts.map +1 -0
  113. package/lib/components/superscript.ws.js +14 -0
  114. package/lib/components/text-block.d.ts +2 -2
  115. package/lib/components/text-block.d.ts.map +1 -1
  116. package/lib/components/text-block.props.json +104 -1847
  117. package/lib/components/text-block.stories.d.ts +3 -3
  118. package/lib/components/text-block.stories.d.ts.map +1 -1
  119. package/lib/components/text-block.stories.js +0 -5
  120. package/lib/css/breakpoints.d.ts +1 -1
  121. package/lib/css/breakpoints.d.ts.map +1 -1
  122. package/lib/css/categories.d.ts +2 -2
  123. package/lib/css/get-browser-style.d.ts +1 -1
  124. package/lib/css/get-browser-style.d.ts.map +1 -1
  125. package/lib/css/get-browser-style.js +10 -5
  126. package/lib/css/index.d.ts +0 -5
  127. package/lib/css/index.d.ts.map +1 -1
  128. package/lib/css/index.js +0 -5
  129. package/lib/db/instance.d.ts +1 -1
  130. package/lib/db/instance.d.ts.map +1 -1
  131. package/lib/db/instance.js +2 -2
  132. package/lib/index.d.ts +1 -2
  133. package/lib/index.d.ts.map +1 -1
  134. package/lib/index.js +2 -3
  135. package/lib/pubsub/create.d.ts +1 -0
  136. package/lib/pubsub/create.d.ts.map +1 -1
  137. package/lib/pubsub/create.js +8 -0
  138. package/lib/remix/handle-request.server.d.ts.map +1 -1
  139. package/lib/remix/handle-request.server.js +1 -2
  140. package/lib/remix/root.d.ts.map +1 -1
  141. package/lib/remix/root.js +2 -2
  142. package/lib/tree/create-elements-tree.d.ts +7 -11
  143. package/lib/tree/create-elements-tree.d.ts.map +1 -1
  144. package/lib/tree/create-elements-tree.js +5 -10
  145. package/lib/tree/root.d.ts +4 -6
  146. package/lib/tree/root.d.ts.map +1 -1
  147. package/lib/tree/root.js +1 -23
  148. package/lib/tree/session-storage-polyfill.d.ts +2 -0
  149. package/lib/tree/session-storage-polyfill.d.ts.map +1 -0
  150. package/lib/tree/session-storage-polyfill.js +39 -0
  151. package/lib/tree/wrapper-component.d.ts +4 -4
  152. package/lib/tree/wrapper-component.d.ts.map +1 -1
  153. package/lib/tree/wrapper-component.js +5 -5
  154. package/package.json +21 -13
  155. package/lib/css/keyword-values.d.ts +0 -302
  156. package/lib/css/keyword-values.d.ts.map +0 -1
  157. package/lib/css/keyword-values.js +0 -6619
  158. package/lib/css/properties.d.ts +0 -3199
  159. package/lib/css/properties.d.ts.map +0 -1
  160. package/lib/css/properties.js +0 -3202
  161. package/lib/css/schema.d.ts +0 -283
  162. package/lib/css/schema.d.ts.map +0 -1
  163. package/lib/css/schema.js +0 -48
  164. package/lib/css/types.d.ts +0 -6
  165. package/lib/css/types.d.ts.map +0 -1
  166. package/lib/css/types.js +0 -2
  167. package/lib/css/units.d.ts +0 -2
  168. package/lib/css/units.d.ts.map +0 -1
  169. package/lib/css/units.js +0 -35
  170. package/lib/remix/constants.d.ts +0 -2
  171. package/lib/remix/constants.d.ts.map +0 -1
  172. package/lib/remix/constants.js +0 -4
  173. package/lib/remix/insert-critical-css.d.ts +0 -2
  174. package/lib/remix/insert-critical-css.d.ts.map +0 -1
  175. package/lib/remix/insert-critical-css.js +0 -9
  176. package/lib/stitches/index.d.ts +0 -3
  177. package/lib/stitches/index.d.ts.map +0 -1
  178. package/lib/stitches/index.js +0 -18
  179. package/lib/stitches/stitches.d.ts +0 -8
  180. package/lib/stitches/stitches.d.ts.map +0 -1
  181. package/lib/stitches/stitches.js +0 -38
  182. package/lib/stitches/to-css.d.ts +0 -8
  183. package/lib/stitches/to-css.d.ts.map +0 -1
  184. package/lib/stitches/to-css.js +0 -52
  185. package/lib/stitches/to-css.test.d.ts +0 -2
  186. package/lib/stitches/to-css.test.d.ts.map +0 -1
  187. package/lib/stitches/to-css.test.js +0 -82
@@ -1,3202 +0,0 @@
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: "unit",
846
- value: 0,
847
- unit: "px",
848
- },
849
- popularity: 0.09282422,
850
- appliesTo: "multiColumnElementsFlexContainersGridContainers",
851
- },
852
- columnRuleColor: {
853
- inherited: false,
854
- initial: {
855
- type: "keyword",
856
- value: "currentcolor",
857
- },
858
- popularity: 0.01356616,
859
- appliesTo: "multicolElements",
860
- },
861
- columnRuleStyle: {
862
- inherited: false,
863
- initial: {
864
- type: "keyword",
865
- value: "none",
866
- },
867
- popularity: 0.0131392,
868
- appliesTo: "multicolElements",
869
- },
870
- columnRuleWidth: {
871
- inherited: false,
872
- initial: {
873
- type: "keyword",
874
- value: "medium",
875
- },
876
- popularity: 0.00328701,
877
- appliesTo: "multicolElements",
878
- },
879
- columnSpan: {
880
- inherited: false,
881
- initial: {
882
- type: "keyword",
883
- value: "none",
884
- },
885
- popularity: 0.00654278,
886
- appliesTo: "inFlowBlockLevelElements",
887
- },
888
- columnWidth: {
889
- inherited: false,
890
- initial: {
891
- type: "keyword",
892
- value: "auto",
893
- },
894
- popularity: 0.03188644,
895
- appliesTo: "blockContainersExceptTableWrappers",
896
- },
897
- contain: {
898
- inherited: false,
899
- initial: {
900
- type: "keyword",
901
- value: "none",
902
- },
903
- popularity: 0.17189203,
904
- appliesTo: "allElements",
905
- },
906
- content: {
907
- inherited: false,
908
- initial: {
909
- type: "keyword",
910
- value: "normal",
911
- },
912
- popularity: 0.81447258,
913
- appliesTo: "allElementsTreeAbidingPseudoElementsPageMarginBoxes",
914
- },
915
- contentVisibility: {
916
- inherited: false,
917
- initial: {
918
- type: "keyword",
919
- value: "visible",
920
- },
921
- popularity: 0.04199404,
922
- appliesTo: "elementsForWhichLayoutContainmentCanApply",
923
- },
924
- counterIncrement: {
925
- inherited: false,
926
- initial: {
927
- type: "keyword",
928
- value: "none",
929
- },
930
- popularity: 0.07472144,
931
- appliesTo: "allElements",
932
- },
933
- counterReset: {
934
- inherited: false,
935
- initial: {
936
- type: "keyword",
937
- value: "none",
938
- },
939
- popularity: 0.06641074,
940
- appliesTo: "allElements",
941
- },
942
- counterSet: {
943
- inherited: false,
944
- initial: {
945
- type: "keyword",
946
- value: "none",
947
- },
948
- popularity: 0.00016346,
949
- appliesTo: "allElements",
950
- },
951
- cursor: {
952
- inherited: true,
953
- initial: {
954
- type: "keyword",
955
- value: "auto",
956
- },
957
- popularity: 0.85037255,
958
- appliesTo: "allElements",
959
- },
960
- direction: {
961
- inherited: true,
962
- initial: {
963
- type: "keyword",
964
- value: "ltr",
965
- },
966
- popularity: 0.40017516,
967
- appliesTo: "allElements",
968
- },
969
- display: {
970
- inherited: false,
971
- initial: {
972
- type: "keyword",
973
- value: "inline",
974
- },
975
- popularity: 0.93157435,
976
- appliesTo: "allElements",
977
- },
978
- emptyCells: {
979
- inherited: true,
980
- initial: {
981
- type: "keyword",
982
- value: "show",
983
- },
984
- popularity: 0.03153899,
985
- appliesTo: "tableCellElements",
986
- },
987
- filter: {
988
- inherited: false,
989
- initial: {
990
- type: "keyword",
991
- value: "none",
992
- },
993
- popularity: 0.32058162,
994
- appliesTo: "allElementsSVGContainerElements",
995
- },
996
- flexBasis: {
997
- inherited: false,
998
- initial: {
999
- type: "keyword",
1000
- value: "auto",
1001
- },
1002
- popularity: 0.3070072,
1003
- appliesTo: "flexItemsAndInFlowPseudos",
1004
- },
1005
- flexDirection: {
1006
- inherited: false,
1007
- initial: {
1008
- type: "keyword",
1009
- value: "row",
1010
- },
1011
- popularity: 0.65789154,
1012
- appliesTo: "flexContainers",
1013
- },
1014
- flexGrow: {
1015
- inherited: false,
1016
- initial: {
1017
- type: "unit",
1018
- unit: "px",
1019
- value: 0,
1020
- },
1021
- popularity: 0.50511311,
1022
- appliesTo: "flexItemsAndInFlowPseudos",
1023
- },
1024
- flexShrink: {
1025
- inherited: false,
1026
- initial: {
1027
- type: "unit",
1028
- unit: "px",
1029
- value: 1,
1030
- },
1031
- popularity: 0.4809155,
1032
- appliesTo: "flexItemsAndInFlowPseudos",
1033
- },
1034
- flexWrap: {
1035
- inherited: false,
1036
- initial: {
1037
- type: "keyword",
1038
- value: "nowrap",
1039
- },
1040
- popularity: 0.58959861,
1041
- appliesTo: "flexContainers",
1042
- },
1043
- float: {
1044
- inherited: false,
1045
- initial: {
1046
- type: "keyword",
1047
- value: "none",
1048
- },
1049
- popularity: 0.8383589,
1050
- appliesTo: "allElementsNoEffectIfDisplayNone",
1051
- },
1052
- fontFamily: {
1053
- inherited: true,
1054
- initial: {
1055
- type: "keyword",
1056
- value: "inherit",
1057
- },
1058
- popularity: 0.88101351,
1059
- appliesTo: "allElements",
1060
- },
1061
- fontFeatureSettings: {
1062
- inherited: true,
1063
- initial: {
1064
- type: "keyword",
1065
- value: "normal",
1066
- },
1067
- popularity: 0.12538368,
1068
- appliesTo: "allElements",
1069
- },
1070
- fontKerning: {
1071
- inherited: true,
1072
- initial: {
1073
- type: "keyword",
1074
- value: "auto",
1075
- },
1076
- popularity: 0.01160796,
1077
- appliesTo: "allElements",
1078
- },
1079
- fontLanguageOverride: {
1080
- inherited: true,
1081
- initial: {
1082
- type: "keyword",
1083
- value: "normal",
1084
- },
1085
- popularity: 0,
1086
- appliesTo: "allElements",
1087
- },
1088
- fontOpticalSizing: {
1089
- inherited: true,
1090
- initial: {
1091
- type: "keyword",
1092
- value: "auto",
1093
- },
1094
- popularity: 0.0006232,
1095
- appliesTo: "allElements",
1096
- },
1097
- fontVariationSettings: {
1098
- inherited: true,
1099
- initial: {
1100
- type: "keyword",
1101
- value: "normal",
1102
- },
1103
- popularity: 0.00471835,
1104
- appliesTo: "allElements",
1105
- },
1106
- fontSize: {
1107
- inherited: true,
1108
- initial: {
1109
- type: "keyword",
1110
- value: "inherit",
1111
- },
1112
- popularity: 0.90325346,
1113
- appliesTo: "allElements",
1114
- },
1115
- fontSizeAdjust: {
1116
- inherited: true,
1117
- initial: {
1118
- type: "keyword",
1119
- value: "none",
1120
- },
1121
- popularity: 0.000003,
1122
- appliesTo: "allElements",
1123
- },
1124
- fontStretch: {
1125
- inherited: true,
1126
- initial: {
1127
- type: "keyword",
1128
- value: "normal",
1129
- },
1130
- popularity: 0.12741738,
1131
- appliesTo: "allElements",
1132
- },
1133
- fontStyle: {
1134
- inherited: true,
1135
- initial: {
1136
- type: "keyword",
1137
- value: "normal",
1138
- },
1139
- popularity: 0.7961795,
1140
- appliesTo: "allElements",
1141
- },
1142
- fontSynthesis: {
1143
- inherited: true,
1144
- initial: {
1145
- type: "keyword",
1146
- value: "weight style",
1147
- },
1148
- popularity: 0.00686166,
1149
- appliesTo: "allElements",
1150
- },
1151
- fontVariant: {
1152
- inherited: true,
1153
- initial: {
1154
- type: "keyword",
1155
- value: "normal",
1156
- },
1157
- popularity: 0.30968418,
1158
- appliesTo: "allElements",
1159
- },
1160
- fontVariantAlternates: {
1161
- inherited: true,
1162
- initial: {
1163
- type: "keyword",
1164
- value: "normal",
1165
- },
1166
- popularity: 0,
1167
- appliesTo: "allElements",
1168
- },
1169
- fontVariantCaps: {
1170
- inherited: true,
1171
- initial: {
1172
- type: "keyword",
1173
- value: "normal",
1174
- },
1175
- popularity: 0.00514777,
1176
- appliesTo: "allElements",
1177
- },
1178
- fontVariantEastAsian: {
1179
- inherited: true,
1180
- initial: {
1181
- type: "keyword",
1182
- value: "normal",
1183
- },
1184
- popularity: 0.00328361,
1185
- appliesTo: "allElements",
1186
- },
1187
- fontVariantLigatures: {
1188
- inherited: true,
1189
- initial: {
1190
- type: "keyword",
1191
- value: "normal",
1192
- },
1193
- popularity: 0.05055055,
1194
- appliesTo: "allElements",
1195
- },
1196
- fontVariantNumeric: {
1197
- inherited: true,
1198
- initial: {
1199
- type: "keyword",
1200
- value: "normal",
1201
- },
1202
- popularity: 0.01816086,
1203
- appliesTo: "allElements",
1204
- },
1205
- fontVariantPosition: {
1206
- inherited: true,
1207
- initial: {
1208
- type: "keyword",
1209
- value: "normal",
1210
- },
1211
- popularity: 0,
1212
- appliesTo: "allElements",
1213
- },
1214
- fontWeight: {
1215
- inherited: true,
1216
- initial: {
1217
- type: "keyword",
1218
- value: "normal",
1219
- },
1220
- popularity: 0.88598106,
1221
- appliesTo: "allElements",
1222
- },
1223
- forcedColorAdjust: {
1224
- inherited: true,
1225
- initial: {
1226
- type: "keyword",
1227
- value: "auto",
1228
- },
1229
- popularity: 0.02245871,
1230
- appliesTo: "allElementsAndText",
1231
- },
1232
- gridAutoColumns: {
1233
- inherited: false,
1234
- initial: {
1235
- type: "keyword",
1236
- value: "auto",
1237
- },
1238
- popularity: 0.01226638,
1239
- appliesTo: "gridContainers",
1240
- },
1241
- gridAutoFlow: {
1242
- inherited: false,
1243
- initial: {
1244
- type: "keyword",
1245
- value: "row",
1246
- },
1247
- popularity: 0.03982344,
1248
- appliesTo: "gridContainers",
1249
- },
1250
- gridAutoRows: {
1251
- inherited: false,
1252
- initial: {
1253
- type: "keyword",
1254
- value: "auto",
1255
- },
1256
- popularity: 0.02839547,
1257
- appliesTo: "gridContainers",
1258
- },
1259
- gridColumnEnd: {
1260
- inherited: false,
1261
- initial: {
1262
- type: "keyword",
1263
- value: "auto",
1264
- },
1265
- popularity: 0.01848874,
1266
- appliesTo: "gridItemsAndBoxesWithinGridContainer",
1267
- },
1268
- gridColumnStart: {
1269
- inherited: false,
1270
- initial: {
1271
- type: "keyword",
1272
- value: "auto",
1273
- },
1274
- popularity: 0.02019688,
1275
- appliesTo: "gridItemsAndBoxesWithinGridContainer",
1276
- },
1277
- gridRowEnd: {
1278
- inherited: false,
1279
- initial: {
1280
- type: "keyword",
1281
- value: "auto",
1282
- },
1283
- popularity: 0.00961681,
1284
- appliesTo: "gridItemsAndBoxesWithinGridContainer",
1285
- },
1286
- gridRowStart: {
1287
- inherited: false,
1288
- initial: {
1289
- type: "keyword",
1290
- value: "auto",
1291
- },
1292
- popularity: 0.01281513,
1293
- appliesTo: "gridItemsAndBoxesWithinGridContainer",
1294
- },
1295
- gridTemplateAreas: {
1296
- inherited: false,
1297
- initial: {
1298
- type: "keyword",
1299
- value: "none",
1300
- },
1301
- popularity: 0.05496001,
1302
- appliesTo: "gridContainers",
1303
- },
1304
- gridTemplateColumns: {
1305
- inherited: false,
1306
- initial: {
1307
- type: "keyword",
1308
- value: "none",
1309
- },
1310
- popularity: 0.17745181,
1311
- appliesTo: "gridContainers",
1312
- },
1313
- gridTemplateRows: {
1314
- inherited: false,
1315
- initial: {
1316
- type: "keyword",
1317
- value: "none",
1318
- },
1319
- popularity: 0.07489386,
1320
- appliesTo: "gridContainers",
1321
- },
1322
- hangingPunctuation: {
1323
- inherited: true,
1324
- initial: {
1325
- type: "keyword",
1326
- value: "none",
1327
- },
1328
- popularity: 0,
1329
- appliesTo: "allElements",
1330
- },
1331
- height: {
1332
- inherited: false,
1333
- initial: {
1334
- type: "keyword",
1335
- value: "auto",
1336
- },
1337
- popularity: 0.93056784,
1338
- appliesTo: "allElementsButNonReplacedAndTableColumns",
1339
- },
1340
- hyphens: {
1341
- inherited: true,
1342
- initial: {
1343
- type: "keyword",
1344
- value: "manual",
1345
- },
1346
- popularity: 0.10122444,
1347
- appliesTo: "allElements",
1348
- },
1349
- imageOrientation: {
1350
- inherited: true,
1351
- initial: {
1352
- type: "keyword",
1353
- value: "from-image",
1354
- },
1355
- popularity: 0.00207108,
1356
- appliesTo: "allElements",
1357
- },
1358
- imageRendering: {
1359
- inherited: true,
1360
- initial: {
1361
- type: "keyword",
1362
- value: "auto",
1363
- },
1364
- popularity: 0.11112647,
1365
- appliesTo: "allElements",
1366
- },
1367
- imageResolution: {
1368
- inherited: true,
1369
- initial: {
1370
- type: "unit",
1371
- unit: "px",
1372
- value: 1,
1373
- },
1374
- popularity: 0,
1375
- appliesTo: "allElements",
1376
- },
1377
- initialLetter: {
1378
- inherited: false,
1379
- initial: {
1380
- type: "keyword",
1381
- value: "normal",
1382
- },
1383
- popularity: 0,
1384
- appliesTo: "firstLetterPseudoElementsAndInlineLevelFirstChildren",
1385
- },
1386
- initialLetterAlign: {
1387
- inherited: false,
1388
- initial: {
1389
- type: "keyword",
1390
- value: "auto",
1391
- },
1392
- popularity: 0,
1393
- appliesTo: "firstLetterPseudoElementsAndInlineLevelFirstChildren",
1394
- },
1395
- inlineSize: {
1396
- inherited: false,
1397
- initial: {
1398
- type: "keyword",
1399
- value: "auto",
1400
- },
1401
- popularity: 0.00381706,
1402
- appliesTo: "sameAsWidthAndHeight",
1403
- },
1404
- inset: {
1405
- inherited: false,
1406
- initial: {
1407
- type: "keyword",
1408
- value: "auto",
1409
- },
1410
- popularity: 0.02156551,
1411
- appliesTo: "positionedElements",
1412
- },
1413
- insetBlock: {
1414
- inherited: false,
1415
- initial: {
1416
- type: "keyword",
1417
- value: "auto",
1418
- },
1419
- popularity: 0.00014881,
1420
- appliesTo: "positionedElements",
1421
- },
1422
- insetBlockEnd: {
1423
- inherited: false,
1424
- initial: {
1425
- type: "keyword",
1426
- value: "auto",
1427
- },
1428
- popularity: 0.00031067,
1429
- appliesTo: "positionedElements",
1430
- },
1431
- insetBlockStart: {
1432
- inherited: false,
1433
- initial: {
1434
- type: "keyword",
1435
- value: "auto",
1436
- },
1437
- popularity: 0.00036346,
1438
- appliesTo: "positionedElements",
1439
- },
1440
- insetInline: {
1441
- inherited: false,
1442
- initial: {
1443
- type: "keyword",
1444
- value: "auto",
1445
- },
1446
- popularity: 0.00021379,
1447
- appliesTo: "positionedElements",
1448
- },
1449
- insetInlineEnd: {
1450
- inherited: false,
1451
- initial: {
1452
- type: "keyword",
1453
- value: "auto",
1454
- },
1455
- popularity: 0.00419961,
1456
- appliesTo: "positionedElements",
1457
- },
1458
- insetInlineStart: {
1459
- inherited: false,
1460
- initial: {
1461
- type: "keyword",
1462
- value: "auto",
1463
- },
1464
- popularity: 0.00379395,
1465
- appliesTo: "positionedElements",
1466
- },
1467
- isolation: {
1468
- inherited: false,
1469
- initial: {
1470
- type: "keyword",
1471
- value: "auto",
1472
- },
1473
- popularity: 0.01962288,
1474
- appliesTo: "allElementsSVGContainerGraphicsAndGraphicsReferencingElements",
1475
- },
1476
- justifyContent: {
1477
- inherited: false,
1478
- initial: {
1479
- type: "keyword",
1480
- value: "normal",
1481
- },
1482
- popularity: 0.72371,
1483
- appliesTo: "flexContainers",
1484
- },
1485
- justifyItems: {
1486
- inherited: false,
1487
- initial: {
1488
- type: "keyword",
1489
- value: "legacy",
1490
- },
1491
- popularity: 0.05716411,
1492
- appliesTo: "allElements",
1493
- },
1494
- justifySelf: {
1495
- inherited: false,
1496
- initial: {
1497
- type: "keyword",
1498
- value: "auto",
1499
- },
1500
- popularity: 0.06147513,
1501
- appliesTo: "blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",
1502
- },
1503
- justifyTracks: {
1504
- inherited: false,
1505
- initial: {
1506
- type: "keyword",
1507
- value: "normal",
1508
- },
1509
- popularity: 0,
1510
- appliesTo: "gridContainersWithMasonryLayoutInTheirInlineAxis",
1511
- },
1512
- left: {
1513
- inherited: false,
1514
- initial: {
1515
- type: "keyword",
1516
- value: "auto",
1517
- },
1518
- popularity: 0.90948372,
1519
- appliesTo: "positionedElements",
1520
- },
1521
- letterSpacing: {
1522
- inherited: true,
1523
- initial: {
1524
- type: "keyword",
1525
- value: "normal",
1526
- },
1527
- popularity: 0.64325492,
1528
- appliesTo: "allElements",
1529
- },
1530
- lineBreak: {
1531
- inherited: true,
1532
- initial: {
1533
- type: "keyword",
1534
- value: "auto",
1535
- },
1536
- popularity: 0.03790035,
1537
- appliesTo: "allElements",
1538
- },
1539
- lineClamp: {
1540
- inherited: false,
1541
- initial: {
1542
- type: "keyword",
1543
- value: "none",
1544
- },
1545
- popularity: 0,
1546
- appliesTo: "blockContainersExceptMultiColumnContainers",
1547
- },
1548
- lineHeight: {
1549
- inherited: true,
1550
- initial: {
1551
- type: "keyword",
1552
- value: "inherit",
1553
- },
1554
- popularity: 0.87354969,
1555
- appliesTo: "allElements",
1556
- },
1557
- lineHeightStep: {
1558
- inherited: true,
1559
- initial: {
1560
- type: "unit",
1561
- unit: "px",
1562
- value: 0,
1563
- },
1564
- popularity: 0,
1565
- appliesTo: "blockContainers",
1566
- },
1567
- listStyleImage: {
1568
- inherited: true,
1569
- initial: {
1570
- type: "keyword",
1571
- value: "none",
1572
- },
1573
- popularity: 0.05896406,
1574
- appliesTo: "listItems",
1575
- },
1576
- listStylePosition: {
1577
- inherited: true,
1578
- initial: {
1579
- type: "keyword",
1580
- value: "outside",
1581
- },
1582
- popularity: 0.10836703,
1583
- appliesTo: "listItems",
1584
- },
1585
- listStyleType: {
1586
- inherited: true,
1587
- initial: {
1588
- type: "keyword",
1589
- value: "disc",
1590
- },
1591
- popularity: 0.50305363,
1592
- appliesTo: "listItems",
1593
- },
1594
- marginBlock: {
1595
- inherited: false,
1596
- initial: {
1597
- type: "unit",
1598
- unit: "px",
1599
- value: 0,
1600
- },
1601
- popularity: 0.00120447,
1602
- appliesTo: "sameAsMargin",
1603
- },
1604
- marginBlockEnd: {
1605
- inherited: false,
1606
- initial: {
1607
- type: "unit",
1608
- unit: "px",
1609
- value: 0,
1610
- },
1611
- popularity: 0.06678285,
1612
- appliesTo: "sameAsMargin",
1613
- },
1614
- marginBlockStart: {
1615
- inherited: false,
1616
- initial: {
1617
- type: "unit",
1618
- unit: "px",
1619
- value: 0,
1620
- },
1621
- popularity: 0.06603158,
1622
- appliesTo: "sameAsMargin",
1623
- },
1624
- marginBottom: {
1625
- inherited: false,
1626
- initial: {
1627
- type: "unit",
1628
- unit: "px",
1629
- value: 0,
1630
- },
1631
- popularity: 0.84497162,
1632
- appliesTo: "allElementsExceptTableDisplayTypes",
1633
- },
1634
- marginInline: {
1635
- inherited: false,
1636
- initial: {
1637
- type: "unit",
1638
- unit: "px",
1639
- value: 0,
1640
- },
1641
- popularity: 0.00136801,
1642
- appliesTo: "sameAsMargin",
1643
- },
1644
- marginInlineEnd: {
1645
- inherited: false,
1646
- initial: {
1647
- type: "unit",
1648
- unit: "px",
1649
- value: 0,
1650
- },
1651
- popularity: 0.02346878,
1652
- appliesTo: "sameAsMargin",
1653
- },
1654
- marginInlineStart: {
1655
- inherited: false,
1656
- initial: {
1657
- type: "unit",
1658
- unit: "px",
1659
- value: 0,
1660
- },
1661
- popularity: 0.03660688,
1662
- appliesTo: "sameAsMargin",
1663
- },
1664
- marginLeft: {
1665
- inherited: false,
1666
- initial: {
1667
- type: "unit",
1668
- unit: "px",
1669
- value: 0,
1670
- },
1671
- popularity: 0.84846503,
1672
- appliesTo: "allElementsExceptTableDisplayTypes",
1673
- },
1674
- marginRight: {
1675
- inherited: false,
1676
- initial: {
1677
- type: "unit",
1678
- unit: "px",
1679
- value: 0,
1680
- },
1681
- popularity: 0.83485199,
1682
- appliesTo: "allElementsExceptTableDisplayTypes",
1683
- },
1684
- marginTop: {
1685
- inherited: false,
1686
- initial: {
1687
- type: "unit",
1688
- unit: "px",
1689
- value: 0,
1690
- },
1691
- popularity: 0.90536837,
1692
- appliesTo: "allElementsExceptTableDisplayTypes",
1693
- },
1694
- marginTrim: {
1695
- inherited: false,
1696
- initial: {
1697
- type: "keyword",
1698
- value: "none",
1699
- },
1700
- popularity: 0,
1701
- appliesTo: "blockContainersAndMultiColumnContainers",
1702
- },
1703
- maskBorderMode: {
1704
- inherited: false,
1705
- initial: {
1706
- type: "keyword",
1707
- value: "alpha",
1708
- },
1709
- popularity: 0,
1710
- appliesTo: "allElementsSVGContainerElements",
1711
- },
1712
- maskBorderOutset: {
1713
- inherited: false,
1714
- initial: {
1715
- type: "unit",
1716
- unit: "px",
1717
- value: 0,
1718
- },
1719
- popularity: 0,
1720
- appliesTo: "allElementsSVGContainerElements",
1721
- },
1722
- maskBorderRepeat: {
1723
- inherited: false,
1724
- initial: {
1725
- type: "keyword",
1726
- value: "stretch",
1727
- },
1728
- popularity: 0,
1729
- appliesTo: "allElementsSVGContainerElements",
1730
- },
1731
- maskBorderSlice: {
1732
- inherited: false,
1733
- initial: {
1734
- type: "unit",
1735
- unit: "px",
1736
- value: 0,
1737
- },
1738
- popularity: 0,
1739
- appliesTo: "allElementsSVGContainerElements",
1740
- },
1741
- maskBorderSource: {
1742
- inherited: false,
1743
- initial: {
1744
- type: "keyword",
1745
- value: "none",
1746
- },
1747
- popularity: 0,
1748
- appliesTo: "allElementsSVGContainerElements",
1749
- },
1750
- maskBorderWidth: {
1751
- inherited: false,
1752
- initial: {
1753
- type: "keyword",
1754
- value: "auto",
1755
- },
1756
- popularity: 0,
1757
- appliesTo: "allElementsSVGContainerElements",
1758
- },
1759
- maskClip: {
1760
- inherited: false,
1761
- initial: {
1762
- type: "keyword",
1763
- value: "border-box",
1764
- },
1765
- popularity: 0,
1766
- appliesTo: "allElementsSVGContainerElements",
1767
- },
1768
- maskComposite: {
1769
- inherited: false,
1770
- initial: {
1771
- type: "keyword",
1772
- value: "add",
1773
- },
1774
- popularity: 0,
1775
- appliesTo: "allElementsSVGContainerElements",
1776
- },
1777
- maskImage: {
1778
- inherited: false,
1779
- initial: {
1780
- type: "keyword",
1781
- value: "none",
1782
- },
1783
- popularity: 0,
1784
- appliesTo: "allElementsSVGContainerElements",
1785
- },
1786
- maskMode: {
1787
- inherited: false,
1788
- initial: {
1789
- type: "keyword",
1790
- value: "match-source",
1791
- },
1792
- popularity: 0,
1793
- appliesTo: "allElementsSVGContainerElements",
1794
- },
1795
- maskOrigin: {
1796
- inherited: false,
1797
- initial: {
1798
- type: "keyword",
1799
- value: "border-box",
1800
- },
1801
- popularity: 0,
1802
- appliesTo: "allElementsSVGContainerElements",
1803
- },
1804
- maskPosition: {
1805
- inherited: false,
1806
- initial: {
1807
- type: "keyword",
1808
- value: "center",
1809
- },
1810
- popularity: 0,
1811
- appliesTo: "allElementsSVGContainerElements",
1812
- },
1813
- maskRepeat: {
1814
- inherited: false,
1815
- initial: {
1816
- type: "keyword",
1817
- value: "no-repeat",
1818
- },
1819
- popularity: 0,
1820
- appliesTo: "allElementsSVGContainerElements",
1821
- },
1822
- maskSize: {
1823
- inherited: false,
1824
- initial: {
1825
- type: "keyword",
1826
- value: "auto",
1827
- },
1828
- popularity: 0,
1829
- appliesTo: "allElementsSVGContainerElements",
1830
- },
1831
- maskType: {
1832
- inherited: false,
1833
- initial: {
1834
- type: "keyword",
1835
- value: "luminance",
1836
- },
1837
- popularity: 0.00355107,
1838
- appliesTo: "maskElements",
1839
- },
1840
- masonryAutoFlow: {
1841
- inherited: false,
1842
- initial: {
1843
- type: "keyword",
1844
- value: "pack",
1845
- },
1846
- popularity: 0,
1847
- appliesTo: "gridContainersWithMasonryLayout",
1848
- },
1849
- mathStyle: {
1850
- inherited: true,
1851
- initial: {
1852
- type: "keyword",
1853
- value: "normal",
1854
- },
1855
- popularity: 3e-8,
1856
- appliesTo: "allElements",
1857
- },
1858
- maxBlockSize: {
1859
- inherited: false,
1860
- initial: {
1861
- type: "unit",
1862
- unit: "px",
1863
- value: 0,
1864
- },
1865
- popularity: 0.00064707,
1866
- appliesTo: "sameAsWidthAndHeight",
1867
- },
1868
- maxHeight: {
1869
- inherited: false,
1870
- initial: {
1871
- type: "keyword",
1872
- value: "none",
1873
- },
1874
- popularity: 0.72769912,
1875
- appliesTo: "allElementsButNonReplacedAndTableColumns",
1876
- },
1877
- maxInlineSize: {
1878
- inherited: false,
1879
- initial: {
1880
- type: "unit",
1881
- unit: "px",
1882
- value: 0,
1883
- },
1884
- popularity: 0.00062504,
1885
- appliesTo: "sameAsWidthAndHeight",
1886
- },
1887
- maxLines: {
1888
- inherited: false,
1889
- initial: {
1890
- type: "keyword",
1891
- value: "none",
1892
- },
1893
- popularity: 0,
1894
- appliesTo: "blockContainersExceptMultiColumnContainers",
1895
- },
1896
- maxWidth: {
1897
- inherited: false,
1898
- initial: {
1899
- type: "keyword",
1900
- value: "none",
1901
- },
1902
- popularity: 0.83290711,
1903
- appliesTo: "allElementsButNonReplacedAndTableRows",
1904
- },
1905
- minBlockSize: {
1906
- inherited: false,
1907
- initial: {
1908
- type: "unit",
1909
- unit: "px",
1910
- value: 0,
1911
- },
1912
- popularity: 0.00192722,
1913
- appliesTo: "sameAsWidthAndHeight",
1914
- },
1915
- minHeight: {
1916
- inherited: false,
1917
- initial: {
1918
- type: "keyword",
1919
- value: "auto",
1920
- },
1921
- popularity: 0.80088013,
1922
- appliesTo: "allElementsButNonReplacedAndTableColumns",
1923
- },
1924
- minInlineSize: {
1925
- inherited: false,
1926
- initial: {
1927
- type: "unit",
1928
- unit: "px",
1929
- value: 0,
1930
- },
1931
- popularity: 0.00357429,
1932
- appliesTo: "sameAsWidthAndHeight",
1933
- },
1934
- minWidth: {
1935
- inherited: false,
1936
- initial: {
1937
- type: "keyword",
1938
- value: "auto",
1939
- },
1940
- popularity: 0.77790217,
1941
- appliesTo: "allElementsButNonReplacedAndTableRows",
1942
- },
1943
- mixBlendMode: {
1944
- inherited: false,
1945
- initial: {
1946
- type: "keyword",
1947
- value: "normal",
1948
- },
1949
- popularity: 0.05430564,
1950
- appliesTo: "allElements",
1951
- },
1952
- objectFit: {
1953
- inherited: false,
1954
- initial: {
1955
- type: "keyword",
1956
- value: "fill",
1957
- },
1958
- popularity: 0.38359477,
1959
- appliesTo: "replacedElements",
1960
- },
1961
- objectPosition: {
1962
- inherited: true,
1963
- initial: {
1964
- type: "keyword",
1965
- value: "50% 50%",
1966
- },
1967
- popularity: 0.08374319,
1968
- appliesTo: "replacedElements",
1969
- },
1970
- offsetAnchor: {
1971
- inherited: false,
1972
- initial: {
1973
- type: "keyword",
1974
- value: "auto",
1975
- },
1976
- popularity: 6e-8,
1977
- appliesTo: "transformableElements",
1978
- },
1979
- offsetDistance: {
1980
- inherited: false,
1981
- initial: {
1982
- type: "unit",
1983
- unit: "px",
1984
- value: 0,
1985
- },
1986
- popularity: 0.0007637,
1987
- appliesTo: "transformableElements",
1988
- },
1989
- offsetPath: {
1990
- inherited: false,
1991
- initial: {
1992
- type: "keyword",
1993
- value: "none",
1994
- },
1995
- popularity: 0.0008741,
1996
- appliesTo: "transformableElements",
1997
- },
1998
- offsetPosition: {
1999
- inherited: false,
2000
- initial: {
2001
- type: "keyword",
2002
- value: "auto",
2003
- },
2004
- popularity: 3e-8,
2005
- appliesTo: "transformableElements",
2006
- },
2007
- offsetRotate: {
2008
- inherited: false,
2009
- initial: {
2010
- type: "keyword",
2011
- value: "auto",
2012
- },
2013
- popularity: 0.00073039,
2014
- appliesTo: "transformableElements",
2015
- },
2016
- opacity: {
2017
- inherited: false,
2018
- initial: {
2019
- type: "unit",
2020
- unit: "px",
2021
- value: 1,
2022
- },
2023
- popularity: 0.87714344,
2024
- appliesTo: "allElements",
2025
- },
2026
- order: {
2027
- inherited: false,
2028
- initial: {
2029
- type: "unit",
2030
- unit: "px",
2031
- value: 0,
2032
- },
2033
- popularity: 0.28274872,
2034
- appliesTo: "flexItemsGridItemsAbsolutelyPositionedContainerChildren",
2035
- },
2036
- orphans: {
2037
- inherited: true,
2038
- initial: {
2039
- type: "unit",
2040
- unit: "px",
2041
- value: 2,
2042
- },
2043
- popularity: 0.03717837,
2044
- appliesTo: "blockContainerElements",
2045
- },
2046
- outlineColor: {
2047
- inherited: false,
2048
- initial: {
2049
- type: "keyword",
2050
- value: "invertOrCurrentColor",
2051
- },
2052
- popularity: 0.09538741,
2053
- appliesTo: "allElements",
2054
- },
2055
- outlineOffset: {
2056
- inherited: false,
2057
- initial: {
2058
- type: "unit",
2059
- unit: "px",
2060
- value: 0,
2061
- },
2062
- popularity: 0.35495556,
2063
- appliesTo: "allElements",
2064
- },
2065
- outlineStyle: {
2066
- inherited: false,
2067
- initial: {
2068
- type: "keyword",
2069
- value: "none",
2070
- },
2071
- popularity: 0.22264732,
2072
- appliesTo: "allElements",
2073
- },
2074
- outlineWidth: {
2075
- inherited: false,
2076
- initial: {
2077
- type: "keyword",
2078
- value: "medium",
2079
- },
2080
- popularity: 0.23008945,
2081
- appliesTo: "allElements",
2082
- },
2083
- overflow: {
2084
- inherited: false,
2085
- initial: {
2086
- type: "keyword",
2087
- value: "visible",
2088
- },
2089
- popularity: 0.87464713,
2090
- appliesTo: "blockContainersFlexContainersGridContainers",
2091
- },
2092
- overflowAnchor: {
2093
- inherited: false,
2094
- initial: {
2095
- type: "keyword",
2096
- value: "auto",
2097
- },
2098
- popularity: 0.05039229,
2099
- appliesTo: "allElements",
2100
- },
2101
- overflowBlock: {
2102
- inherited: false,
2103
- initial: {
2104
- type: "keyword",
2105
- value: "auto",
2106
- },
2107
- popularity: 0,
2108
- appliesTo: "blockContainersFlexContainersGridContainers",
2109
- },
2110
- overflowClipMargin: {
2111
- inherited: false,
2112
- initial: {
2113
- type: "unit",
2114
- unit: "px",
2115
- value: 0,
2116
- },
2117
- popularity: 0.0001932,
2118
- appliesTo: "allElements",
2119
- },
2120
- overflowInline: {
2121
- inherited: false,
2122
- initial: {
2123
- type: "keyword",
2124
- value: "auto",
2125
- },
2126
- popularity: 0,
2127
- appliesTo: "blockContainersFlexContainersGridContainers",
2128
- },
2129
- overflowWrap: {
2130
- inherited: true,
2131
- initial: {
2132
- type: "keyword",
2133
- value: "normal",
2134
- },
2135
- popularity: 0.2917187,
2136
- appliesTo: "nonReplacedInlineElements",
2137
- },
2138
- overflowX: {
2139
- inherited: false,
2140
- initial: {
2141
- type: "keyword",
2142
- value: "visible",
2143
- },
2144
- popularity: 0.6419296,
2145
- appliesTo: "blockContainersFlexContainersGridContainers",
2146
- },
2147
- overflowY: {
2148
- inherited: false,
2149
- initial: {
2150
- type: "keyword",
2151
- value: "visible",
2152
- },
2153
- popularity: 0.66040666,
2154
- appliesTo: "blockContainersFlexContainersGridContainers",
2155
- },
2156
- overscrollBehavior: {
2157
- inherited: false,
2158
- initial: {
2159
- type: "keyword",
2160
- value: "auto",
2161
- },
2162
- popularity: 0,
2163
- appliesTo: "nonReplacedBlockAndInlineBlockElements",
2164
- },
2165
- overscrollBehaviorBlock: {
2166
- inherited: false,
2167
- initial: {
2168
- type: "keyword",
2169
- value: "auto",
2170
- },
2171
- popularity: 0.0002038,
2172
- appliesTo: "nonReplacedBlockAndInlineBlockElements",
2173
- },
2174
- overscrollBehaviorInline: {
2175
- inherited: false,
2176
- initial: {
2177
- type: "keyword",
2178
- value: "auto",
2179
- },
2180
- popularity: 0.0003654,
2181
- appliesTo: "nonReplacedBlockAndInlineBlockElements",
2182
- },
2183
- overscrollBehaviorX: {
2184
- inherited: false,
2185
- initial: {
2186
- type: "keyword",
2187
- value: "auto",
2188
- },
2189
- popularity: 0,
2190
- appliesTo: "nonReplacedBlockAndInlineBlockElements",
2191
- },
2192
- overscrollBehaviorY: {
2193
- inherited: false,
2194
- initial: {
2195
- type: "keyword",
2196
- value: "auto",
2197
- },
2198
- popularity: 0,
2199
- appliesTo: "nonReplacedBlockAndInlineBlockElements",
2200
- },
2201
- paddingBlock: {
2202
- inherited: false,
2203
- initial: {
2204
- type: "unit",
2205
- unit: "px",
2206
- value: 0,
2207
- },
2208
- popularity: 0.00094479,
2209
- appliesTo: "allElements",
2210
- },
2211
- paddingBlockEnd: {
2212
- inherited: false,
2213
- initial: {
2214
- type: "unit",
2215
- unit: "px",
2216
- value: 0,
2217
- },
2218
- popularity: 0.00269343,
2219
- appliesTo: "allElements",
2220
- },
2221
- paddingBlockStart: {
2222
- inherited: false,
2223
- initial: {
2224
- type: "unit",
2225
- unit: "px",
2226
- value: 0,
2227
- },
2228
- popularity: 0.00281718,
2229
- appliesTo: "allElements",
2230
- },
2231
- paddingBottom: {
2232
- inherited: false,
2233
- initial: {
2234
- type: "unit",
2235
- unit: "px",
2236
- value: 0,
2237
- },
2238
- popularity: 0.80249482,
2239
- appliesTo: "allElementsExceptInternalTableDisplayTypes",
2240
- },
2241
- paddingInline: {
2242
- inherited: false,
2243
- initial: {
2244
- type: "unit",
2245
- unit: "px",
2246
- value: 0,
2247
- },
2248
- popularity: 0.01735028,
2249
- appliesTo: "allElements",
2250
- },
2251
- paddingInlineEnd: {
2252
- inherited: false,
2253
- initial: {
2254
- type: "unit",
2255
- unit: "px",
2256
- value: 0,
2257
- },
2258
- popularity: 0.02914235,
2259
- appliesTo: "allElements",
2260
- },
2261
- paddingInlineStart: {
2262
- inherited: false,
2263
- initial: {
2264
- type: "unit",
2265
- unit: "px",
2266
- value: 0,
2267
- },
2268
- popularity: 0.03734959,
2269
- appliesTo: "allElements",
2270
- },
2271
- paddingLeft: {
2272
- inherited: false,
2273
- initial: {
2274
- type: "unit",
2275
- unit: "px",
2276
- value: 0,
2277
- },
2278
- popularity: 0.81912414,
2279
- appliesTo: "allElementsExceptInternalTableDisplayTypes",
2280
- },
2281
- paddingRight: {
2282
- inherited: false,
2283
- initial: {
2284
- type: "unit",
2285
- unit: "px",
2286
- value: 0,
2287
- },
2288
- popularity: 0.80336339,
2289
- appliesTo: "allElementsExceptInternalTableDisplayTypes",
2290
- },
2291
- paddingTop: {
2292
- inherited: false,
2293
- initial: {
2294
- type: "unit",
2295
- unit: "px",
2296
- value: 0,
2297
- },
2298
- popularity: 0.82360295,
2299
- appliesTo: "allElementsExceptInternalTableDisplayTypes",
2300
- },
2301
- pageBreakAfter: {
2302
- inherited: false,
2303
- initial: {
2304
- type: "keyword",
2305
- value: "auto",
2306
- },
2307
- popularity: 0.04793594,
2308
- appliesTo: "blockElementsInNormalFlow",
2309
- },
2310
- pageBreakBefore: {
2311
- inherited: false,
2312
- initial: {
2313
- type: "keyword",
2314
- value: "auto",
2315
- },
2316
- popularity: 0.0173306,
2317
- appliesTo: "blockElementsInNormalFlow",
2318
- },
2319
- pageBreakInside: {
2320
- inherited: false,
2321
- initial: {
2322
- type: "keyword",
2323
- value: "auto",
2324
- },
2325
- popularity: 0.0636772,
2326
- appliesTo: "blockElementsInNormalFlow",
2327
- },
2328
- paintOrder: {
2329
- inherited: true,
2330
- initial: {
2331
- type: "keyword",
2332
- value: "normal",
2333
- },
2334
- popularity: 0.0013931,
2335
- appliesTo: "textElements",
2336
- },
2337
- perspective: {
2338
- inherited: false,
2339
- initial: {
2340
- type: "keyword",
2341
- value: "none",
2342
- },
2343
- popularity: 0.11208199,
2344
- appliesTo: "transformableElements",
2345
- },
2346
- perspectiveOrigin: {
2347
- inherited: false,
2348
- initial: {
2349
- type: "keyword",
2350
- value: "50% 50%",
2351
- },
2352
- popularity: 0.03597136,
2353
- appliesTo: "transformableElements",
2354
- },
2355
- placeContent: {
2356
- inherited: false,
2357
- initial: {
2358
- type: "keyword",
2359
- value: "normal",
2360
- },
2361
- popularity: 0.00389319,
2362
- appliesTo: "multilineFlexContainers",
2363
- },
2364
- pointerEvents: {
2365
- inherited: true,
2366
- initial: {
2367
- type: "keyword",
2368
- value: "auto",
2369
- },
2370
- popularity: 0.65656971,
2371
- appliesTo: "allElements",
2372
- },
2373
- position: {
2374
- inherited: false,
2375
- initial: {
2376
- type: "keyword",
2377
- value: "static",
2378
- },
2379
- popularity: 0.92435004,
2380
- appliesTo: "allElements",
2381
- },
2382
- quotes: {
2383
- inherited: true,
2384
- initial: {
2385
- type: "keyword",
2386
- value: "dependsOnUserAgent",
2387
- },
2388
- popularity: 0.08095164,
2389
- appliesTo: "allElements",
2390
- },
2391
- resize: {
2392
- inherited: false,
2393
- initial: {
2394
- type: "keyword",
2395
- value: "none",
2396
- },
2397
- popularity: 0.20814477,
2398
- appliesTo: "elementsWithOverflowNotVisibleAndReplacedElements",
2399
- },
2400
- right: {
2401
- inherited: false,
2402
- initial: {
2403
- type: "keyword",
2404
- value: "auto",
2405
- },
2406
- popularity: 0.83840245,
2407
- appliesTo: "positionedElements",
2408
- },
2409
- rotate: {
2410
- inherited: false,
2411
- initial: {
2412
- type: "keyword",
2413
- value: "none",
2414
- },
2415
- popularity: 4e-8,
2416
- appliesTo: "transformableElements",
2417
- },
2418
- rowGap: {
2419
- inherited: false,
2420
- initial: {
2421
- type: "unit",
2422
- value: 0,
2423
- unit: "px",
2424
- },
2425
- popularity: 0.01955862,
2426
- appliesTo: "multiColumnElementsFlexContainersGridContainers",
2427
- },
2428
- rubyAlign: {
2429
- inherited: true,
2430
- initial: {
2431
- type: "keyword",
2432
- value: "space-around",
2433
- },
2434
- popularity: 0,
2435
- appliesTo: "rubyBasesAnnotationsBaseAnnotationContainers",
2436
- },
2437
- rubyMerge: {
2438
- inherited: true,
2439
- initial: {
2440
- type: "keyword",
2441
- value: "separate",
2442
- },
2443
- popularity: 0,
2444
- appliesTo: "rubyAnnotationsContainers",
2445
- },
2446
- rubyPosition: {
2447
- inherited: true,
2448
- initial: {
2449
- type: "keyword",
2450
- value: "alternate",
2451
- },
2452
- popularity: 0.00156034,
2453
- appliesTo: "rubyAnnotationsContainers",
2454
- },
2455
- scale: {
2456
- inherited: false,
2457
- initial: {
2458
- type: "keyword",
2459
- value: "none",
2460
- },
2461
- popularity: 2e-7,
2462
- appliesTo: "transformableElements",
2463
- },
2464
- scrollbarColor: {
2465
- inherited: true,
2466
- initial: {
2467
- type: "keyword",
2468
- value: "auto",
2469
- },
2470
- popularity: 0,
2471
- appliesTo: "scrollingBoxes",
2472
- },
2473
- scrollbarGutter: {
2474
- inherited: false,
2475
- initial: {
2476
- type: "keyword",
2477
- value: "auto",
2478
- },
2479
- popularity: 0.00128847,
2480
- appliesTo: "scrollingBoxes",
2481
- },
2482
- scrollbarWidth: {
2483
- inherited: false,
2484
- initial: {
2485
- type: "keyword",
2486
- value: "auto",
2487
- },
2488
- popularity: 0.000001,
2489
- appliesTo: "scrollingBoxes",
2490
- },
2491
- scrollBehavior: {
2492
- inherited: false,
2493
- initial: {
2494
- type: "keyword",
2495
- value: "auto",
2496
- },
2497
- popularity: 0.06855196,
2498
- appliesTo: "scrollingBoxes",
2499
- },
2500
- scrollMargin: {
2501
- inherited: false,
2502
- initial: {
2503
- type: "unit",
2504
- unit: "px",
2505
- value: 0,
2506
- },
2507
- popularity: 0,
2508
- appliesTo: "allElements",
2509
- },
2510
- scrollMarginBlock: {
2511
- inherited: false,
2512
- initial: {
2513
- type: "unit",
2514
- unit: "px",
2515
- value: 0,
2516
- },
2517
- popularity: 0,
2518
- appliesTo: "allElements",
2519
- },
2520
- scrollMarginBlockStart: {
2521
- inherited: false,
2522
- initial: {
2523
- type: "unit",
2524
- unit: "px",
2525
- value: 0,
2526
- },
2527
- popularity: 0,
2528
- appliesTo: "allElements",
2529
- },
2530
- scrollMarginBlockEnd: {
2531
- inherited: false,
2532
- initial: {
2533
- type: "unit",
2534
- unit: "px",
2535
- value: 0,
2536
- },
2537
- popularity: 0,
2538
- appliesTo: "allElements",
2539
- },
2540
- scrollMarginBottom: {
2541
- inherited: false,
2542
- initial: {
2543
- type: "unit",
2544
- unit: "px",
2545
- value: 0,
2546
- },
2547
- popularity: 0,
2548
- appliesTo: "allElements",
2549
- },
2550
- scrollMarginInline: {
2551
- inherited: false,
2552
- initial: {
2553
- type: "unit",
2554
- unit: "px",
2555
- value: 0,
2556
- },
2557
- popularity: 0,
2558
- appliesTo: "allElements",
2559
- },
2560
- scrollMarginInlineStart: {
2561
- inherited: false,
2562
- initial: {
2563
- type: "unit",
2564
- unit: "px",
2565
- value: 0,
2566
- },
2567
- popularity: 0,
2568
- appliesTo: "allElements",
2569
- },
2570
- scrollMarginInlineEnd: {
2571
- inherited: false,
2572
- initial: {
2573
- type: "unit",
2574
- unit: "px",
2575
- value: 0,
2576
- },
2577
- popularity: 0,
2578
- appliesTo: "allElements",
2579
- },
2580
- scrollMarginLeft: {
2581
- inherited: false,
2582
- initial: {
2583
- type: "unit",
2584
- unit: "px",
2585
- value: 0,
2586
- },
2587
- popularity: 0,
2588
- appliesTo: "allElements",
2589
- },
2590
- scrollMarginRight: {
2591
- inherited: false,
2592
- initial: {
2593
- type: "unit",
2594
- unit: "px",
2595
- value: 0,
2596
- },
2597
- popularity: 0,
2598
- appliesTo: "allElements",
2599
- },
2600
- scrollMarginTop: {
2601
- inherited: false,
2602
- initial: {
2603
- type: "unit",
2604
- unit: "px",
2605
- value: 0,
2606
- },
2607
- popularity: 0,
2608
- appliesTo: "allElements",
2609
- },
2610
- scrollPadding: {
2611
- inherited: false,
2612
- initial: {
2613
- type: "keyword",
2614
- value: "auto",
2615
- },
2616
- popularity: 0.00684182,
2617
- appliesTo: "scrollContainers",
2618
- },
2619
- scrollPaddingBlock: {
2620
- inherited: false,
2621
- initial: {
2622
- type: "keyword",
2623
- value: "auto",
2624
- },
2625
- popularity: 0.00011157,
2626
- appliesTo: "scrollContainers",
2627
- },
2628
- scrollPaddingBlockStart: {
2629
- inherited: false,
2630
- initial: {
2631
- type: "keyword",
2632
- value: "auto",
2633
- },
2634
- popularity: 0.0003318,
2635
- appliesTo: "scrollContainers",
2636
- },
2637
- scrollPaddingBlockEnd: {
2638
- inherited: false,
2639
- initial: {
2640
- type: "keyword",
2641
- value: "auto",
2642
- },
2643
- popularity: 0.00033098,
2644
- appliesTo: "scrollContainers",
2645
- },
2646
- scrollPaddingBottom: {
2647
- inherited: false,
2648
- initial: {
2649
- type: "keyword",
2650
- value: "auto",
2651
- },
2652
- popularity: 0.00046042,
2653
- appliesTo: "scrollContainers",
2654
- },
2655
- scrollPaddingInline: {
2656
- inherited: false,
2657
- initial: {
2658
- type: "keyword",
2659
- value: "auto",
2660
- },
2661
- popularity: 0.00030929,
2662
- appliesTo: "scrollContainers",
2663
- },
2664
- scrollPaddingInlineStart: {
2665
- inherited: false,
2666
- initial: {
2667
- type: "keyword",
2668
- value: "auto",
2669
- },
2670
- popularity: 0.00034054,
2671
- appliesTo: "scrollContainers",
2672
- },
2673
- scrollPaddingInlineEnd: {
2674
- inherited: false,
2675
- initial: {
2676
- type: "keyword",
2677
- value: "auto",
2678
- },
2679
- popularity: 0.00033178,
2680
- appliesTo: "scrollContainers",
2681
- },
2682
- scrollPaddingLeft: {
2683
- inherited: false,
2684
- initial: {
2685
- type: "keyword",
2686
- value: "auto",
2687
- },
2688
- popularity: 0.00318274,
2689
- appliesTo: "scrollContainers",
2690
- },
2691
- scrollPaddingRight: {
2692
- inherited: false,
2693
- initial: {
2694
- type: "keyword",
2695
- value: "auto",
2696
- },
2697
- popularity: 0.00046376,
2698
- appliesTo: "scrollContainers",
2699
- },
2700
- scrollPaddingTop: {
2701
- inherited: false,
2702
- initial: {
2703
- type: "keyword",
2704
- value: "auto",
2705
- },
2706
- popularity: 0.0199363,
2707
- appliesTo: "scrollContainers",
2708
- },
2709
- scrollSnapAlign: {
2710
- inherited: false,
2711
- initial: {
2712
- type: "keyword",
2713
- value: "none",
2714
- },
2715
- popularity: 0.05990673,
2716
- appliesTo: "allElements",
2717
- },
2718
- scrollSnapStop: {
2719
- inherited: false,
2720
- initial: {
2721
- type: "keyword",
2722
- value: "normal",
2723
- },
2724
- popularity: 0.0074871,
2725
- appliesTo: "allElements",
2726
- },
2727
- scrollSnapType: {
2728
- inherited: false,
2729
- initial: {
2730
- type: "keyword",
2731
- value: "none",
2732
- },
2733
- popularity: 0.05778112,
2734
- appliesTo: "allElements",
2735
- },
2736
- shapeImageThreshold: {
2737
- inherited: false,
2738
- initial: {
2739
- type: "unit",
2740
- unit: "px",
2741
- value: 0,
2742
- },
2743
- popularity: 0.00579108,
2744
- appliesTo: "floats",
2745
- },
2746
- shapeMargin: {
2747
- inherited: false,
2748
- initial: {
2749
- type: "unit",
2750
- unit: "px",
2751
- value: 0,
2752
- },
2753
- popularity: 0.00212267,
2754
- appliesTo: "floats",
2755
- },
2756
- shapeOutside: {
2757
- inherited: false,
2758
- initial: {
2759
- type: "keyword",
2760
- value: "none",
2761
- },
2762
- popularity: 0.00236383,
2763
- appliesTo: "floats",
2764
- },
2765
- tabSize: {
2766
- inherited: true,
2767
- initial: {
2768
- type: "unit",
2769
- unit: "px",
2770
- value: 8,
2771
- },
2772
- popularity: 0.03065152,
2773
- appliesTo: "blockContainers",
2774
- },
2775
- tableLayout: {
2776
- inherited: false,
2777
- initial: {
2778
- type: "keyword",
2779
- value: "auto",
2780
- },
2781
- popularity: 0.20669832,
2782
- appliesTo: "tableElements",
2783
- },
2784
- textAlign: {
2785
- inherited: true,
2786
- initial: {
2787
- type: "keyword",
2788
- value: "startOrNamelessValueIfLTRRightIfRTL",
2789
- },
2790
- popularity: 0.89287477,
2791
- appliesTo: "blockContainers",
2792
- },
2793
- textAlignLast: {
2794
- inherited: true,
2795
- initial: {
2796
- type: "keyword",
2797
- value: "auto",
2798
- },
2799
- popularity: 0.02339794,
2800
- appliesTo: "blockContainers",
2801
- },
2802
- textCombineUpright: {
2803
- inherited: true,
2804
- initial: {
2805
- type: "keyword",
2806
- value: "none",
2807
- },
2808
- popularity: 0.00187072,
2809
- appliesTo: "nonReplacedInlineElements",
2810
- },
2811
- textDecorationColor: {
2812
- inherited: false,
2813
- initial: {
2814
- type: "keyword",
2815
- value: "currentcolor",
2816
- },
2817
- popularity: 0.05079903,
2818
- appliesTo: "allElements",
2819
- },
2820
- textDecorationLine: {
2821
- inherited: false,
2822
- initial: {
2823
- type: "keyword",
2824
- value: "none",
2825
- },
2826
- popularity: 0.03656271,
2827
- appliesTo: "allElements",
2828
- },
2829
- textDecorationSkip: {
2830
- inherited: true,
2831
- initial: {
2832
- type: "keyword",
2833
- value: "objects",
2834
- },
2835
- popularity: 0.054238,
2836
- appliesTo: "allElements",
2837
- },
2838
- textDecorationSkipInk: {
2839
- inherited: true,
2840
- initial: {
2841
- type: "keyword",
2842
- value: "auto",
2843
- },
2844
- popularity: 0.01645826,
2845
- appliesTo: "allElements",
2846
- },
2847
- textDecorationStyle: {
2848
- inherited: false,
2849
- initial: {
2850
- type: "keyword",
2851
- value: "solid",
2852
- },
2853
- popularity: 0.02111189,
2854
- appliesTo: "allElements",
2855
- },
2856
- textDecorationThickness: {
2857
- inherited: false,
2858
- initial: {
2859
- type: "keyword",
2860
- value: "auto",
2861
- },
2862
- popularity: 0.00728976,
2863
- appliesTo: "allElements",
2864
- },
2865
- textEmphasisColor: {
2866
- inherited: false,
2867
- initial: {
2868
- type: "keyword",
2869
- value: "currentcolor",
2870
- },
2871
- popularity: 0,
2872
- appliesTo: "allElements",
2873
- },
2874
- textEmphasisPosition: {
2875
- inherited: false,
2876
- initial: {
2877
- type: "keyword",
2878
- value: "over right",
2879
- },
2880
- popularity: 0,
2881
- appliesTo: "allElements",
2882
- },
2883
- textEmphasisStyle: {
2884
- inherited: false,
2885
- initial: {
2886
- type: "keyword",
2887
- value: "none",
2888
- },
2889
- popularity: 0,
2890
- appliesTo: "allElements",
2891
- },
2892
- textIndent: {
2893
- inherited: true,
2894
- initial: {
2895
- type: "unit",
2896
- unit: "px",
2897
- value: 0,
2898
- },
2899
- popularity: 0.37633903,
2900
- appliesTo: "blockContainers",
2901
- },
2902
- textJustify: {
2903
- inherited: true,
2904
- initial: {
2905
- type: "keyword",
2906
- value: "auto",
2907
- },
2908
- popularity: 8e-7,
2909
- appliesTo: "inlineLevelAndTableCellElements",
2910
- },
2911
- textOrientation: {
2912
- inherited: true,
2913
- initial: {
2914
- type: "keyword",
2915
- value: "mixed",
2916
- },
2917
- popularity: 0.00286298,
2918
- appliesTo: "allElementsExceptTableRowGroupsRowsColumnGroupsAndColumns",
2919
- },
2920
- textOverflow: {
2921
- inherited: false,
2922
- initial: {
2923
- type: "keyword",
2924
- value: "clip",
2925
- },
2926
- popularity: 0.65272517,
2927
- appliesTo: "blockContainerElements",
2928
- },
2929
- textRendering: {
2930
- inherited: true,
2931
- initial: {
2932
- type: "keyword",
2933
- value: "auto",
2934
- },
2935
- popularity: 0.3619822,
2936
- appliesTo: "textElements",
2937
- },
2938
- textShadow: {
2939
- inherited: true,
2940
- initial: {
2941
- type: "keyword",
2942
- value: "none",
2943
- },
2944
- popularity: 0.49899917,
2945
- appliesTo: "allElements",
2946
- },
2947
- textSizeAdjust: {
2948
- inherited: true,
2949
- initial: {
2950
- type: "keyword",
2951
- value: "auto",
2952
- },
2953
- popularity: 0.13611964,
2954
- appliesTo: "allElements",
2955
- },
2956
- textTransform: {
2957
- inherited: true,
2958
- initial: {
2959
- type: "keyword",
2960
- value: "none",
2961
- },
2962
- popularity: 0.73056963,
2963
- appliesTo: "allElements",
2964
- },
2965
- textUnderlineOffset: {
2966
- inherited: true,
2967
- initial: {
2968
- type: "keyword",
2969
- value: "auto",
2970
- },
2971
- popularity: 0.00558599,
2972
- appliesTo: "allElements",
2973
- },
2974
- textUnderlinePosition: {
2975
- inherited: true,
2976
- initial: {
2977
- type: "keyword",
2978
- value: "auto",
2979
- },
2980
- popularity: 0.0070495,
2981
- appliesTo: "allElements",
2982
- },
2983
- top: {
2984
- inherited: false,
2985
- initial: {
2986
- type: "keyword",
2987
- value: "auto",
2988
- },
2989
- popularity: 0.91426675,
2990
- appliesTo: "positionedElements",
2991
- },
2992
- touchAction: {
2993
- inherited: false,
2994
- initial: {
2995
- type: "keyword",
2996
- value: "auto",
2997
- },
2998
- popularity: 0.37581741,
2999
- appliesTo: "allElementsExceptNonReplacedInlineElementsTableRowsColumnsRowColumnGroups",
3000
- },
3001
- transform: {
3002
- inherited: false,
3003
- initial: {
3004
- type: "keyword",
3005
- value: "none",
3006
- },
3007
- popularity: 0.82452786,
3008
- appliesTo: "transformableElements",
3009
- },
3010
- transformBox: {
3011
- inherited: false,
3012
- initial: {
3013
- type: "keyword",
3014
- value: "view-box",
3015
- },
3016
- popularity: 0.00167776,
3017
- appliesTo: "transformableElements",
3018
- },
3019
- transformOrigin: {
3020
- inherited: false,
3021
- initial: {
3022
- type: "keyword",
3023
- value: "50% 50% 0",
3024
- },
3025
- popularity: 0.54179205,
3026
- appliesTo: "transformableElements",
3027
- },
3028
- transformStyle: {
3029
- inherited: false,
3030
- initial: {
3031
- type: "keyword",
3032
- value: "flat",
3033
- },
3034
- popularity: 0.11068509,
3035
- appliesTo: "transformableElements",
3036
- },
3037
- transitionDelay: {
3038
- inherited: false,
3039
- initial: {
3040
- type: "unit",
3041
- unit: "px",
3042
- value: 0,
3043
- },
3044
- popularity: 0.26633596,
3045
- appliesTo: "allElementsAndPseudos",
3046
- },
3047
- transitionDuration: {
3048
- inherited: false,
3049
- initial: {
3050
- type: "unit",
3051
- unit: "px",
3052
- value: 0,
3053
- },
3054
- popularity: 0.27645681,
3055
- appliesTo: "allElementsAndPseudos",
3056
- },
3057
- transitionProperty: {
3058
- inherited: false,
3059
- initial: {
3060
- type: "keyword",
3061
- value: "all",
3062
- },
3063
- popularity: 0.28626935,
3064
- appliesTo: "allElementsAndPseudos",
3065
- },
3066
- transitionTimingFunction: {
3067
- inherited: false,
3068
- initial: {
3069
- type: "keyword",
3070
- value: "ease",
3071
- },
3072
- popularity: 0.28535681,
3073
- appliesTo: "allElementsAndPseudos",
3074
- },
3075
- translate: {
3076
- inherited: false,
3077
- initial: {
3078
- type: "keyword",
3079
- value: "none",
3080
- },
3081
- popularity: 9e-8,
3082
- appliesTo: "transformableElements",
3083
- },
3084
- unicodeBidi: {
3085
- inherited: false,
3086
- initial: {
3087
- type: "keyword",
3088
- value: "normal",
3089
- },
3090
- popularity: 0.13633243,
3091
- appliesTo: "allElementsSomeValuesNoEffectOnNonInlineElements",
3092
- },
3093
- userSelect: {
3094
- inherited: false,
3095
- initial: {
3096
- type: "keyword",
3097
- value: "auto",
3098
- },
3099
- popularity: 0.55451382,
3100
- appliesTo: "allElements",
3101
- },
3102
- verticalAlign: {
3103
- inherited: false,
3104
- initial: {
3105
- type: "keyword",
3106
- value: "baseline",
3107
- },
3108
- popularity: 0.84531302,
3109
- appliesTo: "inlineLevelAndTableCellElements",
3110
- },
3111
- visibility: {
3112
- inherited: true,
3113
- initial: {
3114
- type: "keyword",
3115
- value: "visible",
3116
- },
3117
- popularity: 0.76715746,
3118
- appliesTo: "allElements",
3119
- },
3120
- whiteSpace: {
3121
- inherited: true,
3122
- initial: {
3123
- type: "keyword",
3124
- value: "normal",
3125
- },
3126
- popularity: 0.80711821,
3127
- appliesTo: "allElements",
3128
- },
3129
- widows: {
3130
- inherited: true,
3131
- initial: {
3132
- type: "unit",
3133
- unit: "px",
3134
- value: 2,
3135
- },
3136
- popularity: 0.03635817,
3137
- appliesTo: "blockContainerElements",
3138
- },
3139
- width: {
3140
- inherited: false,
3141
- initial: {
3142
- type: "keyword",
3143
- value: "auto",
3144
- },
3145
- popularity: 0.93671487,
3146
- appliesTo: "allElementsButNonReplacedAndTableRows",
3147
- },
3148
- willChange: {
3149
- inherited: false,
3150
- initial: {
3151
- type: "keyword",
3152
- value: "auto",
3153
- },
3154
- popularity: 0.28251419,
3155
- appliesTo: "allElements",
3156
- },
3157
- wordBreak: {
3158
- inherited: true,
3159
- initial: {
3160
- type: "keyword",
3161
- value: "normal",
3162
- },
3163
- popularity: 0.51074263,
3164
- appliesTo: "allElements",
3165
- },
3166
- wordSpacing: {
3167
- inherited: true,
3168
- initial: {
3169
- type: "keyword",
3170
- value: "normal",
3171
- },
3172
- popularity: 0.15650671,
3173
- appliesTo: "allElements",
3174
- },
3175
- wordWrap: {
3176
- inherited: true,
3177
- initial: {
3178
- type: "keyword",
3179
- value: "normal",
3180
- },
3181
- popularity: 0.55291577,
3182
- appliesTo: "nonReplacedInlineElements",
3183
- },
3184
- writingMode: {
3185
- inherited: true,
3186
- initial: {
3187
- type: "keyword",
3188
- value: "horizontal-tb",
3189
- },
3190
- popularity: 0.00947773,
3191
- appliesTo: "allElementsExceptTableRowColumnGroupsTableRowsColumns",
3192
- },
3193
- zIndex: {
3194
- inherited: false,
3195
- initial: {
3196
- type: "keyword",
3197
- value: "auto",
3198
- },
3199
- popularity: 0.85875694,
3200
- appliesTo: "positionedElements",
3201
- },
3202
- };