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