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