@plumeria/core 10.2.3 → 10.3.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/csstypes.d.ts +865 -828
- package/package.json +1 -1
package/lib/csstypes.d.ts
CHANGED
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
+
type all = 'initial' | 'inherit' | 'unset';
|
|
12
|
+
type strictString = string & {};
|
|
13
|
+
|
|
11
14
|
type absoluteSize =
|
|
12
15
|
| 'xx-small'
|
|
13
16
|
| 'x-small'
|
|
@@ -77,11 +80,11 @@ type alignSelf =
|
|
|
77
80
|
| 'stretch'
|
|
78
81
|
| 'safe center'
|
|
79
82
|
| 'unsafe center';
|
|
80
|
-
type alignTracks =
|
|
81
|
-
type anchorName =
|
|
82
|
-
type animatableFeature = 'scroll-position' | 'contents';
|
|
83
|
-
type animation =
|
|
84
|
-
type animationComposition =
|
|
83
|
+
type alignTracks = string | number;
|
|
84
|
+
type anchorName = string | number;
|
|
85
|
+
type animatableFeature = 'scroll-position' | 'contents' | strictString;
|
|
86
|
+
type animation = string | number;
|
|
87
|
+
type animationComposition = string | number;
|
|
85
88
|
type animationDelay = time;
|
|
86
89
|
type animationDirection = singleAnimationDirection;
|
|
87
90
|
type animationDuration = time;
|
|
@@ -89,16 +92,16 @@ type animationFillMode = singleAnimationFillMode;
|
|
|
89
92
|
type animationIterationCount = singleAnimationIterationCount;
|
|
90
93
|
type animationName = singleAnimationName;
|
|
91
94
|
type animationPlayState = singleAnimationPlayState;
|
|
92
|
-
type animationRange =
|
|
93
|
-
type animationRangeEnd =
|
|
94
|
-
type animationRangeStart =
|
|
95
|
-
type animationTimeline =
|
|
95
|
+
type animationRange = string | number;
|
|
96
|
+
type animationRangeEnd = string | number;
|
|
97
|
+
type animationRangeStart = string | number;
|
|
98
|
+
type animationTimeline = string | number;
|
|
96
99
|
type animationTimingFunction = singleTimingFunction;
|
|
97
100
|
type appearance = 'auto' | 'none' | 'textfield';
|
|
98
|
-
type aspectRatio =
|
|
101
|
+
type aspectRatio = string | number;
|
|
99
102
|
type attachment = 'scroll' | 'fixed' | 'local';
|
|
100
|
-
type azimuth =
|
|
101
|
-
type backdropFilter = 'none';
|
|
103
|
+
type azimuth = string | number;
|
|
104
|
+
type backdropFilter = 'none' | strictString;
|
|
102
105
|
type backfaceVisibility = 'visible' | 'hidden';
|
|
103
106
|
type background = finalBgLayer;
|
|
104
107
|
type backgroundAttachment = attachment;
|
|
@@ -107,15 +110,15 @@ type backgroundClip = box | 'text';
|
|
|
107
110
|
type backgroundColor = color;
|
|
108
111
|
type backgroundImage = bgImage;
|
|
109
112
|
type backgroundOrigin = box;
|
|
110
|
-
type backgroundPosition =
|
|
111
|
-
type backgroundPositionX =
|
|
112
|
-
type backgroundPositionY =
|
|
113
|
+
type backgroundPosition = string;
|
|
114
|
+
type backgroundPositionX = string;
|
|
115
|
+
type backgroundPositionY = string;
|
|
113
116
|
type backgroundRepeat = repeatStyle;
|
|
114
117
|
type backgroundSize = bgSize;
|
|
115
118
|
type baselineShift = 'baseline' | 'sub' | 'super' | svgLength;
|
|
116
|
-
type behavior =
|
|
117
|
-
type bgImage = 'none';
|
|
118
|
-
type bgSize = 'cover' | 'contain';
|
|
119
|
+
type behavior = string;
|
|
120
|
+
type bgImage = 'none' | strictString;
|
|
121
|
+
type bgSize = 'auto' | 'cover' | 'contain' | strictString;
|
|
119
122
|
type blendMode =
|
|
120
123
|
| 'normal'
|
|
121
124
|
| 'multiply'
|
|
@@ -158,11 +161,11 @@ type borderColor = color;
|
|
|
158
161
|
type borderEndEndRadius = borderBottomRightRadius;
|
|
159
162
|
type borderEndStartRadius = borderBottomLeftRadius;
|
|
160
163
|
type borderImage = borderImageSource | borderImageSlice | borderImageRepeat;
|
|
161
|
-
type borderImageOutset =
|
|
162
|
-
type borderImageRepeat =
|
|
163
|
-
type borderImageSlice = 'fill';
|
|
164
|
-
type borderImageSource = 'none';
|
|
165
|
-
type borderImageWidth =
|
|
164
|
+
type borderImageOutset = string;
|
|
165
|
+
type borderImageRepeat = string;
|
|
166
|
+
type borderImageSlice = 'fill' | number | strictString;
|
|
167
|
+
type borderImageSource = 'none' | strictString;
|
|
168
|
+
type borderImageWidth = string;
|
|
166
169
|
type borderInline = borderInlineEnd;
|
|
167
170
|
type borderInlineColor = borderInlineEndColor;
|
|
168
171
|
type borderInlineEnd = borderWidth | borderStyle | color;
|
|
@@ -184,7 +187,7 @@ type borderRight = border;
|
|
|
184
187
|
type borderRightColor = color;
|
|
185
188
|
type borderRightStyle = brStyle;
|
|
186
189
|
type borderRightWidth = borderWidth;
|
|
187
|
-
type borderSpacing =
|
|
190
|
+
type borderSpacing = number | string;
|
|
188
191
|
type borderStartEndRadius = borderTopRightRadius;
|
|
189
192
|
type borderStartStartRadius = borderTopLeftRadius;
|
|
190
193
|
type borderStyle = brStyle;
|
|
@@ -194,18 +197,18 @@ type borderTopLeftRadius = lengthPercentage;
|
|
|
194
197
|
type borderTopRightRadius = lengthPercentage;
|
|
195
198
|
type borderTopStyle = brStyle;
|
|
196
199
|
type borderTopWidth = borderWidth;
|
|
197
|
-
type borderWidth = 'thin' | 'medium' | 'thick';
|
|
198
|
-
type bottom =
|
|
200
|
+
type borderWidth = 'thin' | 'medium' | 'thick' | number | strictString;
|
|
201
|
+
type bottom = string | number;
|
|
199
202
|
type box = 'border-box' | 'padding-box' | 'content-box';
|
|
200
203
|
type boxAlign = 'start' | 'center' | 'end' | 'baseline' | 'stretch';
|
|
201
204
|
type boxDecorationBreak = 'slice' | 'clone';
|
|
202
205
|
type boxDirection = 'normal' | 'reverse';
|
|
203
|
-
type boxFlex =
|
|
204
|
-
type boxFlexGroup =
|
|
206
|
+
type boxFlex = number | string;
|
|
207
|
+
type boxFlexGroup = number | string;
|
|
205
208
|
type boxLines = 'single' | 'multiple';
|
|
206
|
-
type boxOrdinalGroup =
|
|
209
|
+
type boxOrdinalGroup = number | string;
|
|
207
210
|
type boxOrient = 'horizontal' | 'vertical' | 'inline-axis' | 'block-axis';
|
|
208
|
-
type boxShadow = 'none';
|
|
211
|
+
type boxShadow = 'none' | strictString;
|
|
209
212
|
type boxSizing = 'content-box' | 'border-box';
|
|
210
213
|
type boxSuppress = 'show' | 'discard' | 'hide';
|
|
211
214
|
type breakAfter =
|
|
@@ -258,14 +261,14 @@ type captionSide =
|
|
|
258
261
|
| 'block-end'
|
|
259
262
|
| 'inline-start'
|
|
260
263
|
| 'inline-end';
|
|
261
|
-
type caret =
|
|
264
|
+
type caret = string | number;
|
|
262
265
|
type caretColor = color;
|
|
263
|
-
type caretShape =
|
|
266
|
+
type caretShape = string | number;
|
|
264
267
|
type clear = 'none' | 'left' | 'right' | 'both' | 'inline-start' | 'inline-end';
|
|
265
|
-
type clip = 'auto';
|
|
266
|
-
type clipPath = 'none';
|
|
268
|
+
type clip = 'auto' | strictString;
|
|
269
|
+
type clipPath = 'none' | strictString;
|
|
267
270
|
type clipRule = 'nonzero' | 'evenodd';
|
|
268
|
-
type color = NamedColor;
|
|
271
|
+
type color = NamedColor | strictString;
|
|
269
272
|
type colorScheme =
|
|
270
273
|
| 'normal'
|
|
271
274
|
| 'light'
|
|
@@ -273,27 +276,27 @@ type colorScheme =
|
|
|
273
276
|
| 'light dark'
|
|
274
277
|
| 'only light'
|
|
275
278
|
| 'only dark';
|
|
276
|
-
type columnCount = 'auto';
|
|
279
|
+
type columnCount = 'auto' | number | strictString;
|
|
277
280
|
type columnFill = 'auto' | 'balance';
|
|
278
|
-
type columnGap = 'normal';
|
|
281
|
+
type columnGap = 'normal' | number | strictString;
|
|
279
282
|
type columnRule = columnRuleWidth | columnRuleStyle | columnRuleColor;
|
|
280
283
|
type columnRuleColor = color;
|
|
281
284
|
type columnRuleStyle = brStyle;
|
|
282
285
|
type columnRuleWidth = borderWidth;
|
|
283
286
|
type columns = columnWidth | columnCount;
|
|
284
287
|
type columnSpan = 'none' | 'all';
|
|
285
|
-
type columnWidth = 'auto';
|
|
288
|
+
type columnWidth = 'auto' | number | strictString;
|
|
286
289
|
type compositeOperator = 'add' | 'subtract' | 'intersect' | 'exclude';
|
|
287
|
-
type contain = 'none' | 'strict' | 'content';
|
|
288
|
-
type container =
|
|
289
|
-
type containerName =
|
|
290
|
+
type contain = 'none' | 'strict' | 'content' | strictString;
|
|
291
|
+
type container = string | number;
|
|
292
|
+
type containerName = string | number;
|
|
290
293
|
type containerType = 'size' | 'inline-size' | 'normal';
|
|
291
|
-
type containIntrinsicBlockSize =
|
|
292
|
-
type containIntrinsicHeight =
|
|
293
|
-
type containIntrinsicInlineSize =
|
|
294
|
-
type containIntrinsicSize =
|
|
295
|
-
type containIntrinsicWidth =
|
|
296
|
-
type content =
|
|
294
|
+
type containIntrinsicBlockSize = string | number;
|
|
295
|
+
type containIntrinsicHeight = string | number;
|
|
296
|
+
type containIntrinsicInlineSize = string | number;
|
|
297
|
+
type containIntrinsicSize = string | number;
|
|
298
|
+
type containIntrinsicWidth = string | number;
|
|
299
|
+
type content = string;
|
|
297
300
|
type contentVisibility = 'visible' | 'hidden' | 'auto';
|
|
298
301
|
type cornerBottomLeftShape = cornerShape;
|
|
299
302
|
type cornerBottomRightShape = cornerShape;
|
|
@@ -305,17 +308,18 @@ type cornerShape =
|
|
|
305
308
|
| 'bevel'
|
|
306
309
|
| 'notch'
|
|
307
310
|
| 'square'
|
|
308
|
-
| 'squircle'
|
|
311
|
+
| 'squircle'
|
|
312
|
+
| strictString;
|
|
309
313
|
type cornerStartEndShape = cornerTopRightShape;
|
|
310
314
|
type cornerStartStartShape = cornerTopLeftShape;
|
|
311
315
|
type cornerTopLeftShape = cornerShape;
|
|
312
316
|
type cornerTopRightShape = cornerShape;
|
|
313
|
-
type counterIncrement = 'none';
|
|
314
|
-
type counterReset = 'none';
|
|
315
|
-
type counterSet =
|
|
317
|
+
type counterIncrement = 'none' | strictString;
|
|
318
|
+
type counterReset = 'none' | strictString;
|
|
319
|
+
type counterSet = string | number;
|
|
316
320
|
type cue = cueBefore | cueAfter;
|
|
317
|
-
type cueAfter = 'none';
|
|
318
|
-
type cueBefore = 'none';
|
|
321
|
+
type cueAfter = 'none' | number | strictString;
|
|
322
|
+
type cueBefore = 'none' | number | strictString;
|
|
319
323
|
type cursor =
|
|
320
324
|
| 'auto'
|
|
321
325
|
| 'default'
|
|
@@ -416,18 +420,18 @@ type dominantBaseline =
|
|
|
416
420
|
| 'text-after-edge'
|
|
417
421
|
| 'text-before-edge';
|
|
418
422
|
type emptyCells = 'show' | 'hide';
|
|
419
|
-
type end =
|
|
423
|
+
type end = string | number;
|
|
420
424
|
type fill = paint;
|
|
421
|
-
type fillOpacity =
|
|
425
|
+
type fillOpacity = number | string;
|
|
422
426
|
type fillRule = 'nonzero' | 'evenodd';
|
|
423
|
-
type filter = 'none';
|
|
427
|
+
type filter = 'none' | strictString;
|
|
424
428
|
type finalBgLayer = attachment | box | backgroundColor;
|
|
425
|
-
type flex = 'none';
|
|
426
|
-
type flexBasis = 'content';
|
|
429
|
+
type flex = 'none' | number | strictString;
|
|
430
|
+
type flexBasis = 'content' | number | strictString;
|
|
427
431
|
type flexDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
|
|
428
432
|
type flexFlow = flexDirection | flexWrap;
|
|
429
|
-
type flexGrow =
|
|
430
|
-
type flexShrink =
|
|
433
|
+
type flexGrow = all | number | string;
|
|
434
|
+
type flexShrink = all | number | string;
|
|
431
435
|
type flexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
432
436
|
type float =
|
|
433
437
|
| 'left'
|
|
@@ -437,13 +441,13 @@ type float =
|
|
|
437
441
|
| 'end'
|
|
438
442
|
| 'inline-start'
|
|
439
443
|
| 'inline-end';
|
|
440
|
-
type font =
|
|
441
|
-
type fontFamily =
|
|
442
|
-
type fontFeatureSettings = 'normal';
|
|
444
|
+
type font = string | number;
|
|
445
|
+
type fontFamily = string;
|
|
446
|
+
type fontFeatureSettings = 'normal' | strictString;
|
|
443
447
|
type fontKerning = 'auto' | 'normal' | 'none';
|
|
444
|
-
type fontLanguageOverride = 'normal';
|
|
448
|
+
type fontLanguageOverride = 'normal' | strictString;
|
|
445
449
|
type fontOpticalSizing = 'auto' | 'none';
|
|
446
|
-
type fontPalette = 'light' | 'dark';
|
|
450
|
+
type fontPalette = 'normal' | 'light' | 'dark' | strictString;
|
|
447
451
|
type fontSize = absoluteSize | relativeSize | lengthPercentage;
|
|
448
452
|
type fontSizeAdjust = 'none';
|
|
449
453
|
type fontStretch =
|
|
@@ -455,15 +459,16 @@ type fontStretch =
|
|
|
455
459
|
| 'semi-expanded'
|
|
456
460
|
| 'expanded'
|
|
457
461
|
| 'extra-expanded'
|
|
458
|
-
| 'ultra-expanded'
|
|
462
|
+
| 'ultra-expanded'
|
|
463
|
+
| strictString;
|
|
459
464
|
type fontStyle = 'normal' | 'italic' | 'oblique';
|
|
460
|
-
type fontSynthesis = 'none';
|
|
465
|
+
type fontSynthesis = 'none' | strictString;
|
|
461
466
|
type fontSynthesisPosition = 'auto' | 'none';
|
|
462
467
|
type fontSynthesisSmallCaps = 'auto' | 'none';
|
|
463
468
|
type fontSynthesisStyle = 'auto' | 'none';
|
|
464
469
|
type fontSynthesisWeight = 'auto' | 'none';
|
|
465
|
-
type fontVariant = 'normal' | 'none';
|
|
466
|
-
type fontVariantAlternates = 'normal';
|
|
470
|
+
type fontVariant = 'normal' | 'none' | strictString;
|
|
471
|
+
type fontVariantAlternates = 'normal' | strictString;
|
|
467
472
|
type fontVariantCaps =
|
|
468
473
|
| 'normal'
|
|
469
474
|
| 'small-caps'
|
|
@@ -472,73 +477,83 @@ type fontVariantCaps =
|
|
|
472
477
|
| 'all-petite-caps'
|
|
473
478
|
| 'unicase'
|
|
474
479
|
| 'titling-caps';
|
|
475
|
-
type fontVariantEastAsian = 'normal';
|
|
476
|
-
type fontVariantLigatures = 'normal' | 'none';
|
|
477
|
-
type fontVariantNumeric = 'normal';
|
|
480
|
+
type fontVariantEastAsian = 'normal' | strictString;
|
|
481
|
+
type fontVariantLigatures = 'normal' | 'none' | strictString;
|
|
482
|
+
type fontVariantNumeric = 'normal' | strictString;
|
|
478
483
|
type fontVariantPosition = 'normal' | 'sub' | 'super';
|
|
479
|
-
type fontVariationSettings =
|
|
484
|
+
type fontVariationSettings = string | number;
|
|
480
485
|
type fontWeight =
|
|
486
|
+
| 'inherit'
|
|
481
487
|
| 'normal'
|
|
482
488
|
| 'bold'
|
|
483
489
|
| 'bolder'
|
|
484
490
|
| 'lighter'
|
|
485
|
-
|
|
|
486
|
-
|
|
|
487
|
-
|
|
|
488
|
-
|
|
|
489
|
-
|
|
|
490
|
-
|
|
|
491
|
-
|
|
|
492
|
-
|
|
|
493
|
-
|
|
|
491
|
+
| 100
|
|
492
|
+
| 200
|
|
493
|
+
| 300
|
|
494
|
+
| 400
|
|
495
|
+
| 500
|
|
496
|
+
| 600
|
|
497
|
+
| 700
|
|
498
|
+
| 800
|
|
499
|
+
| 900
|
|
500
|
+
| number
|
|
501
|
+
| strictString;
|
|
494
502
|
type forcedColorAdjust = 'auto' | 'none';
|
|
495
|
-
type gap =
|
|
503
|
+
type gap = number | string;
|
|
496
504
|
type geometryBox = shapeBox | 'fill-box' | 'stroke-box' | 'view-box';
|
|
497
|
-
type glyphOrientationHorizontal =
|
|
498
|
-
type glyphOrientationVertical =
|
|
505
|
+
type glyphOrientationHorizontal = number | string;
|
|
506
|
+
type glyphOrientationVertical = number | string;
|
|
499
507
|
type grid = gridTemplate;
|
|
500
508
|
type gridArea = gridLine;
|
|
501
509
|
type gridAutoColumns = trackSize;
|
|
502
|
-
type gridAutoFlow =
|
|
510
|
+
type gridAutoFlow =
|
|
511
|
+
| 'row'
|
|
512
|
+
| 'column'
|
|
513
|
+
| 'dense'
|
|
514
|
+
| 'row dense'
|
|
515
|
+
| 'column dense'
|
|
516
|
+
| strictString;
|
|
503
517
|
type gridAutoRows = trackSize;
|
|
504
518
|
type gridColumn = gridLine;
|
|
505
519
|
type gridColumnEnd = gridLine;
|
|
506
520
|
type gridColumnGap = lengthPercentage;
|
|
507
521
|
type gridColumnStart = gridLine;
|
|
508
522
|
type gridGap = gridRowGap | gridColumnGap;
|
|
509
|
-
type gridLine = 'auto';
|
|
523
|
+
type gridLine = 'auto' | strictString;
|
|
510
524
|
type gridRow = gridLine;
|
|
511
525
|
type gridRowEnd = gridLine;
|
|
512
526
|
type gridRowGap = lengthPercentage;
|
|
513
527
|
type gridRowStart = gridLine;
|
|
514
|
-
type gridTemplate = 'none' | 'subgrid';
|
|
515
|
-
type gridTemplateAreas = 'none';
|
|
516
|
-
type gridTemplateColumns = 'none' | 'subgrid';
|
|
517
|
-
type gridTemplateRows = 'none' | 'subgrid';
|
|
518
|
-
type hangingPunctuation =
|
|
519
|
-
type height =
|
|
520
|
-
type hyphenateCharacter =
|
|
521
|
-
type hyphenateLimitChars =
|
|
528
|
+
type gridTemplate = 'none' | 'subgrid' | strictString;
|
|
529
|
+
type gridTemplateAreas = 'none' | strictString;
|
|
530
|
+
type gridTemplateColumns = 'none' | 'subgrid' | strictString;
|
|
531
|
+
type gridTemplateRows = 'none' | 'subgrid' | strictString;
|
|
532
|
+
type hangingPunctuation = string | number;
|
|
533
|
+
type height = string | number;
|
|
534
|
+
type hyphenateCharacter = string | number;
|
|
535
|
+
type hyphenateLimitChars = string | number;
|
|
522
536
|
type hyphens = 'none' | 'manual' | 'auto';
|
|
523
|
-
type imageOrientation = 'from-image';
|
|
537
|
+
type imageOrientation = 'from-image' | number | strictString;
|
|
524
538
|
type imageRendering =
|
|
525
539
|
| 'auto'
|
|
526
540
|
| 'crisp-edges'
|
|
527
541
|
| 'pixelated'
|
|
528
542
|
| 'optimizeSpeed'
|
|
529
|
-
| 'optimizeQuality'
|
|
530
|
-
|
|
543
|
+
| 'optimizeQuality'
|
|
544
|
+
| strictString;
|
|
545
|
+
type imageResolution = 'snap' | strictString;
|
|
531
546
|
type imeMode = 'auto' | 'normal' | 'active' | 'inactive' | 'disabled';
|
|
532
|
-
type initialLetter = 'normal';
|
|
533
|
-
type initialLetterAlign =
|
|
547
|
+
type initialLetter = 'normal' | strictString;
|
|
548
|
+
type initialLetterAlign = string;
|
|
534
549
|
type inlineSize = width;
|
|
535
|
-
type inset =
|
|
536
|
-
type insetBlock =
|
|
537
|
-
type insetBlockEnd =
|
|
538
|
-
type insetBlockStart =
|
|
539
|
-
type insetInline =
|
|
540
|
-
type insetInlineEnd =
|
|
541
|
-
type insetInlineStart =
|
|
550
|
+
type inset = string | number;
|
|
551
|
+
type insetBlock = string | number;
|
|
552
|
+
type insetBlockEnd = string | number;
|
|
553
|
+
type insetBlockStart = string | number;
|
|
554
|
+
type insetInline = string | number;
|
|
555
|
+
type insetInlineEnd = string | number;
|
|
556
|
+
type insetInlineStart = string | number;
|
|
542
557
|
type interpolateSize = 'allow-keywords' | 'numeric-only';
|
|
543
558
|
type isolation = 'auto' | 'isolate';
|
|
544
559
|
type justifyContent =
|
|
@@ -594,43 +609,43 @@ type justifySelf =
|
|
|
594
609
|
| 'last baseline'
|
|
595
610
|
| 'safe center'
|
|
596
611
|
| 'unsafe center';
|
|
597
|
-
type justifyTracks =
|
|
612
|
+
type justifyTracks = string | number;
|
|
598
613
|
type kerning = 'auto' | svgLength;
|
|
599
|
-
type left =
|
|
600
|
-
type lengthPercentage =
|
|
614
|
+
type left = string | number;
|
|
615
|
+
type lengthPercentage = number | strictString;
|
|
601
616
|
type letterSpacing = 'normal' | lengthPercentage;
|
|
602
617
|
type lineBreak = 'auto' | 'loose' | 'normal' | 'strict';
|
|
603
|
-
type lineHeight =
|
|
604
|
-
type lineHeightStep =
|
|
618
|
+
type lineHeight = 'normal' | number | strictString;
|
|
619
|
+
type lineHeightStep = string | number;
|
|
605
620
|
type listStyle = listStyleType | listStylePosition | listStyleImage;
|
|
606
|
-
type listStyleImage = 'none';
|
|
621
|
+
type listStyleImage = 'none' | strictString;
|
|
607
622
|
type listStylePosition = 'inside' | 'outside';
|
|
608
|
-
type listStyleType = 'none';
|
|
609
|
-
type margin =
|
|
623
|
+
type listStyleType = 'none' | strictString;
|
|
624
|
+
type margin = number | string;
|
|
610
625
|
type marginBlock = marginBlockEnd;
|
|
611
626
|
type marginBlockEnd = marginLeft;
|
|
612
627
|
type marginBlockStart = marginLeft;
|
|
613
|
-
type marginBottom = 'auto';
|
|
628
|
+
type marginBottom = 'auto' | number | strictString;
|
|
614
629
|
type marginInline = marginInlineEnd;
|
|
615
630
|
type marginInlineEnd = marginLeft;
|
|
616
631
|
type marginInlineStart = marginLeft;
|
|
617
|
-
type marginLeft = 'auto';
|
|
618
|
-
type marginRight = 'auto';
|
|
619
|
-
type marginTop = 'auto';
|
|
620
|
-
type marker = 'none';
|
|
621
|
-
type markerEnd = 'none';
|
|
622
|
-
type markerMid = 'none';
|
|
623
|
-
type markerOffset = 'auto';
|
|
624
|
-
type markerStart = 'none';
|
|
632
|
+
type marginLeft = 'auto' | number | strictString;
|
|
633
|
+
type marginRight = 'auto' | number | strictString;
|
|
634
|
+
type marginTop = 'auto' | number | strictString;
|
|
635
|
+
type marker = 'none' | strictString;
|
|
636
|
+
type markerEnd = 'none' | strictString;
|
|
637
|
+
type markerMid = 'none' | strictString;
|
|
638
|
+
type markerOffset = 'auto' | number | strictString;
|
|
639
|
+
type markerStart = 'none' | strictString;
|
|
625
640
|
type mask = maskLayer;
|
|
626
|
-
type maskBorder =
|
|
641
|
+
type maskBorder = string | number;
|
|
627
642
|
type maskBorderMode = 'alpha' | 'luminance';
|
|
628
|
-
type maskBorderOutset =
|
|
643
|
+
type maskBorderOutset = string | number;
|
|
629
644
|
type maskBorderRepeat = 'stretch' | 'repeat' | 'round' | 'space';
|
|
630
|
-
type maskBorderSlice =
|
|
631
|
-
type maskBorderSource =
|
|
632
|
-
type maskBorderWidth =
|
|
633
|
-
type maskClip =
|
|
645
|
+
type maskBorderSlice = string | number;
|
|
646
|
+
type maskBorderSource = string | number;
|
|
647
|
+
type maskBorderWidth = string | number;
|
|
648
|
+
type maskClip = string;
|
|
634
649
|
type maskComposite = compositeOperator;
|
|
635
650
|
type maskImage = maskReference;
|
|
636
651
|
type maskingMode = 'alpha' | 'luminance' | 'match-source';
|
|
@@ -642,13 +657,13 @@ type maskLayer =
|
|
|
642
657
|
| compositeOperator;
|
|
643
658
|
type maskMode = maskingMode;
|
|
644
659
|
type maskOrigin = geometryBox;
|
|
645
|
-
type maskPosition =
|
|
646
|
-
type maskReference = 'none';
|
|
660
|
+
type maskPosition = string;
|
|
661
|
+
type maskReference = 'none' | strictString;
|
|
647
662
|
type maskRepeat = repeatStyle;
|
|
648
663
|
type maskSize = bgSize;
|
|
649
664
|
type maskType = 'luminance' | 'alpha';
|
|
650
|
-
type masonryAutoFlow =
|
|
651
|
-
type mathDepth =
|
|
665
|
+
type masonryAutoFlow = string | number;
|
|
666
|
+
type mathDepth = string | number;
|
|
652
667
|
type mathShift = 'normal' | 'compact';
|
|
653
668
|
type mathStyle = 'normal' | 'compact';
|
|
654
669
|
type maxBlockSize = maxWidth;
|
|
@@ -657,33 +672,41 @@ type maxHeight =
|
|
|
657
672
|
| 'max-content'
|
|
658
673
|
| 'min-content'
|
|
659
674
|
| 'fit-content'
|
|
660
|
-
| 'fill-available'
|
|
675
|
+
| 'fill-available'
|
|
676
|
+
| number
|
|
677
|
+
| strictString;
|
|
661
678
|
type maxInlineSize = maxWidth;
|
|
662
679
|
type maxWidth =
|
|
663
680
|
| 'none'
|
|
664
681
|
| 'max-content'
|
|
665
682
|
| 'min-content'
|
|
666
683
|
| 'fit-content'
|
|
667
|
-
| 'fill-available'
|
|
684
|
+
| 'fill-available'
|
|
685
|
+
| number
|
|
686
|
+
| strictString;
|
|
668
687
|
type minBlockSize = minWidth;
|
|
669
688
|
type minHeight =
|
|
670
689
|
| 'auto'
|
|
671
690
|
| 'max-content'
|
|
672
691
|
| 'min-content'
|
|
673
692
|
| 'fit-content'
|
|
674
|
-
| 'fill-available'
|
|
693
|
+
| 'fill-available'
|
|
694
|
+
| number
|
|
695
|
+
| strictString;
|
|
675
696
|
type minInlineSize = minWidth;
|
|
676
697
|
type minWidth =
|
|
677
698
|
| 'auto'
|
|
678
699
|
| 'max-content'
|
|
679
700
|
| 'min-content'
|
|
680
701
|
| 'fit-content'
|
|
681
|
-
| 'fill-available'
|
|
702
|
+
| 'fill-available'
|
|
703
|
+
| number
|
|
704
|
+
| strictString;
|
|
682
705
|
type mixBlendMode = blendMode;
|
|
683
706
|
type motion = motionPath | motionOffset | motionRotation;
|
|
684
707
|
type motionOffset = lengthPercentage;
|
|
685
|
-
type motionPath = geometryBox |
|
|
686
|
-
type motionRotation =
|
|
708
|
+
type motionPath = 'none' | geometryBox | strictString;
|
|
709
|
+
type motionRotation = string | number;
|
|
687
710
|
type MsOverflowStyle = 'auto' | 'none' | 'scrollbar';
|
|
688
711
|
type NamedColor =
|
|
689
712
|
| 'aliceblue'
|
|
@@ -837,26 +860,26 @@ type NamedColor =
|
|
|
837
860
|
| 'yellowgreen';
|
|
838
861
|
type nonStandardWordBreak = 'break-word';
|
|
839
862
|
type objectFit = 'fill' | 'contain' | 'cover' | 'none' | 'scale-down';
|
|
840
|
-
type objectPosition =
|
|
841
|
-
type offset =
|
|
842
|
-
type offsetAnchor =
|
|
843
|
-
type offsetDistance =
|
|
844
|
-
type offsetPath =
|
|
845
|
-
type offsetPosition =
|
|
846
|
-
type offsetRotate =
|
|
847
|
-
type opacity =
|
|
848
|
-
type order =
|
|
849
|
-
type orphans =
|
|
850
|
-
type outline =
|
|
863
|
+
type objectPosition = string;
|
|
864
|
+
type offset = string | number;
|
|
865
|
+
type offsetAnchor = string | number;
|
|
866
|
+
type offsetDistance = string | number;
|
|
867
|
+
type offsetPath = string | number;
|
|
868
|
+
type offsetPosition = string | number;
|
|
869
|
+
type offsetRotate = string | number;
|
|
870
|
+
type opacity = number | string;
|
|
871
|
+
type order = number | string;
|
|
872
|
+
type orphans = number | string;
|
|
873
|
+
type outline = string;
|
|
851
874
|
type outlineColor = color | 'invert';
|
|
852
|
-
type outlineOffset =
|
|
875
|
+
type outlineOffset = number | string;
|
|
853
876
|
type outlineStyle = 'auto' | brStyle;
|
|
854
877
|
type outlineWidth = borderWidth;
|
|
855
878
|
type overflow = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto';
|
|
856
879
|
type overflowAnchor = 'auto' | 'none';
|
|
857
880
|
type overflowBlock = overflowY;
|
|
858
881
|
type overflowBlockX = overflowX;
|
|
859
|
-
type overflowClipMargin =
|
|
882
|
+
type overflowClipMargin = string | number;
|
|
860
883
|
type overflowWrap = 'normal' | 'break-word' | 'anywhere';
|
|
861
884
|
type overflowX = overflow;
|
|
862
885
|
type overflowY = overflow;
|
|
@@ -865,23 +888,23 @@ type overscrollBehaviorBlock = overscrollBehaviorY;
|
|
|
865
888
|
type overscrollBehaviorInline = overscrollBehaviorX;
|
|
866
889
|
type overscrollBehaviorX = 'none' | 'contain' | 'auto';
|
|
867
890
|
type overscrollBehaviorY = 'none' | 'contain' | 'auto';
|
|
868
|
-
type padding =
|
|
891
|
+
type padding = number | string;
|
|
869
892
|
type paddingBlock = paddingBlockEnd;
|
|
870
893
|
type paddingBlockEnd = paddingLeft;
|
|
871
894
|
type paddingBlockStart = paddingLeft;
|
|
872
|
-
type paddingBottom =
|
|
895
|
+
type paddingBottom = number | string;
|
|
873
896
|
type paddingInline = paddingBlockEnd;
|
|
874
897
|
type paddingInlineEnd = paddingBlockEnd;
|
|
875
898
|
type paddingInlineStart = paddingBlockStart;
|
|
876
|
-
type paddingLeft =
|
|
877
|
-
type paddingRight =
|
|
878
|
-
type paddingTop =
|
|
879
|
-
type page =
|
|
899
|
+
type paddingLeft = number | string;
|
|
900
|
+
type paddingRight = number | string;
|
|
901
|
+
type paddingTop = number | string;
|
|
902
|
+
type page = string | number;
|
|
880
903
|
type pageBreakAfter = 'auto' | 'always' | 'avoid' | 'left' | 'right';
|
|
881
904
|
type pageBreakBefore = 'auto' | 'always' | 'avoid' | 'left' | 'right';
|
|
882
905
|
type pageBreakInside = 'auto' | 'avoid';
|
|
883
906
|
type paintOrder = 'normal' | 'stroke' | 'fill' | 'markers';
|
|
884
|
-
type paint = 'none' | 'currentColor' | color;
|
|
907
|
+
type paint = 'none' | 'currentColor' | color | strictString;
|
|
885
908
|
type pause = pauseBefore | pauseAfter;
|
|
886
909
|
type pauseAfter = 'none' | 'x-weak' | 'weak' | 'medium' | 'strong' | 'x-strong';
|
|
887
910
|
type pauseBefore =
|
|
@@ -892,10 +915,10 @@ type pauseBefore =
|
|
|
892
915
|
| 'strong'
|
|
893
916
|
| 'x-strong';
|
|
894
917
|
type perspective = 'none';
|
|
895
|
-
type perspectiveOrigin =
|
|
896
|
-
type placeContent =
|
|
897
|
-
type placeItems =
|
|
898
|
-
type placeSelf =
|
|
918
|
+
type perspectiveOrigin = string;
|
|
919
|
+
type placeContent = string | number;
|
|
920
|
+
type placeItems = string | number;
|
|
921
|
+
type placeSelf = string | number;
|
|
899
922
|
type pointerEvents =
|
|
900
923
|
| 'auto'
|
|
901
924
|
| 'none'
|
|
@@ -908,7 +931,7 @@ type pointerEvents =
|
|
|
908
931
|
| 'stroke'
|
|
909
932
|
| 'all';
|
|
910
933
|
type position = 'static' | 'relative' | 'absolute' | 'sticky' | 'fixed';
|
|
911
|
-
type positionAnchor =
|
|
934
|
+
type positionAnchor = string | number;
|
|
912
935
|
type positionArea =
|
|
913
936
|
| 'top'
|
|
914
937
|
| 'left'
|
|
@@ -923,51 +946,58 @@ type positionArea =
|
|
|
923
946
|
| 'span-inline-end'
|
|
924
947
|
| 'span-block-start'
|
|
925
948
|
| 'span-block-end';
|
|
926
|
-
type positionTry =
|
|
927
|
-
type positionTryFallbacks =
|
|
928
|
-
type positionTryOptions =
|
|
949
|
+
type positionTry = string | number;
|
|
950
|
+
type positionTryFallbacks = string | number;
|
|
951
|
+
type positionTryOptions = string | number;
|
|
929
952
|
type positionVisibility = 'always' | 'anchors-visible' | 'no-overflow';
|
|
930
953
|
type printColorAdjust = 'economy' | 'exact';
|
|
931
|
-
type quotes = 'none';
|
|
954
|
+
type quotes = 'none' | strictString;
|
|
932
955
|
type relativeSize = 'larger' | 'smaller';
|
|
933
|
-
type repeatStyle =
|
|
956
|
+
type repeatStyle =
|
|
957
|
+
| 'repeat'
|
|
958
|
+
| 'repeat-x'
|
|
959
|
+
| 'repeat-y'
|
|
960
|
+
| 'space'
|
|
961
|
+
| 'round'
|
|
962
|
+
| 'no-repeat'
|
|
963
|
+
| strictString;
|
|
934
964
|
type resize = 'none' | 'both' | 'horizontal' | 'vertical';
|
|
935
965
|
type rest = restBefore | restAfter;
|
|
936
966
|
type restAfter = 'none' | 'x-weak' | 'weak' | 'medium' | 'strong' | 'x-strong';
|
|
937
967
|
type restBefore = 'none' | 'x-weak' | 'weak' | 'medium' | 'strong' | 'x-strong';
|
|
938
|
-
type right =
|
|
939
|
-
type rotate =
|
|
940
|
-
type rowGap =
|
|
968
|
+
type right = string | number;
|
|
969
|
+
type rotate = string | number;
|
|
970
|
+
type rowGap = number | string;
|
|
941
971
|
type rubyAlign = 'start' | 'center' | 'space-between' | 'space-around';
|
|
942
972
|
type rubyMerge = 'separate' | 'collapse' | 'auto';
|
|
943
973
|
type rubyPosition = 'over' | 'under' | 'inter-character';
|
|
944
|
-
type scale =
|
|
974
|
+
type scale = 'none' | number | strictString;
|
|
945
975
|
type scrollbarColor = color;
|
|
946
976
|
type scrollbarGutter = 'auto' | 'stable' | 'stable both-edges';
|
|
947
977
|
type scrollbarWidth = 'auto' | 'thin' | 'none';
|
|
948
978
|
type scrollBehavior = 'auto' | 'smooth';
|
|
949
|
-
type scrollMargin =
|
|
950
|
-
type scrollMarginBlock =
|
|
951
|
-
type scrollMarginBlockEnd =
|
|
952
|
-
type scrollMarginBlockStart =
|
|
953
|
-
type scrollMarginBottom =
|
|
954
|
-
type scrollMarginInline =
|
|
955
|
-
type scrollMarginInlineEnd =
|
|
956
|
-
type scrollMarginInlineStart =
|
|
957
|
-
type scrollMarginLeft =
|
|
958
|
-
type scrollMarginRight =
|
|
959
|
-
type scrollMarginTop =
|
|
960
|
-
type scrollPadding =
|
|
961
|
-
type scrollPaddingBlock =
|
|
962
|
-
type scrollPaddingBlockEnd =
|
|
963
|
-
type scrollPaddingBlockStart =
|
|
964
|
-
type scrollPaddingBottom =
|
|
965
|
-
type scrollPaddingInline =
|
|
966
|
-
type scrollPaddingInlineEnd =
|
|
967
|
-
type scrollPaddingInlineStart =
|
|
968
|
-
type scrollPaddingLeft =
|
|
969
|
-
type scrollPaddingRight =
|
|
970
|
-
type scrollPaddingTop =
|
|
979
|
+
type scrollMargin = string | number;
|
|
980
|
+
type scrollMarginBlock = string | number;
|
|
981
|
+
type scrollMarginBlockEnd = string | number;
|
|
982
|
+
type scrollMarginBlockStart = string | number;
|
|
983
|
+
type scrollMarginBottom = string | number;
|
|
984
|
+
type scrollMarginInline = string | number;
|
|
985
|
+
type scrollMarginInlineEnd = string | number;
|
|
986
|
+
type scrollMarginInlineStart = string | number;
|
|
987
|
+
type scrollMarginLeft = string | number;
|
|
988
|
+
type scrollMarginRight = string | number;
|
|
989
|
+
type scrollMarginTop = string | number;
|
|
990
|
+
type scrollPadding = string | number;
|
|
991
|
+
type scrollPaddingBlock = string | number;
|
|
992
|
+
type scrollPaddingBlockEnd = string | number;
|
|
993
|
+
type scrollPaddingBlockStart = string | number;
|
|
994
|
+
type scrollPaddingBottom = string | number;
|
|
995
|
+
type scrollPaddingInline = string | number;
|
|
996
|
+
type scrollPaddingInlineEnd = string | number;
|
|
997
|
+
type scrollPaddingInlineStart = string | number;
|
|
998
|
+
type scrollPaddingLeft = string | number;
|
|
999
|
+
type scrollPaddingRight = string | number;
|
|
1000
|
+
type scrollPaddingTop = string | number;
|
|
971
1001
|
type scrollSnapAlign = 'none' | 'start' | 'end' | 'center';
|
|
972
1002
|
type scrollSnapStop = 'normal' | 'always';
|
|
973
1003
|
type scrollSnapType =
|
|
@@ -987,19 +1017,19 @@ type scrollSnapType =
|
|
|
987
1017
|
| 'y'
|
|
988
1018
|
| 'y mandatory'
|
|
989
1019
|
| 'y proximity';
|
|
990
|
-
type scrollTimeline =
|
|
1020
|
+
type scrollTimeline = string | number;
|
|
991
1021
|
type scrollTimelineAxis = 'block' | 'inline' | 'x' | 'y';
|
|
992
|
-
type scrollTimelineName =
|
|
1022
|
+
type scrollTimelineName = string | number;
|
|
993
1023
|
type shapeBox = box | 'margin-box';
|
|
994
|
-
type shapeImageThreshold =
|
|
1024
|
+
type shapeImageThreshold = number | string;
|
|
995
1025
|
type shapeMargin = lengthPercentage;
|
|
996
|
-
type shapeOutside = 'none' | shapeBox;
|
|
1026
|
+
type shapeOutside = 'none' | shapeBox | strictString;
|
|
997
1027
|
type shapeRendering =
|
|
998
1028
|
| 'auto'
|
|
999
1029
|
| 'optimizeSpeed'
|
|
1000
1030
|
| 'crispEdges'
|
|
1001
1031
|
| 'geometricPrecision';
|
|
1002
|
-
type speakAs =
|
|
1032
|
+
type speakAs = 'normal' | 'spell-out' | 'digits' | strictString;
|
|
1003
1033
|
type singleAnimationDirection =
|
|
1004
1034
|
| 'normal'
|
|
1005
1035
|
| 'reverse'
|
|
@@ -1007,11 +1037,11 @@ type singleAnimationDirection =
|
|
|
1007
1037
|
| 'alternate-reverse';
|
|
1008
1038
|
type singleAnimationFillMode = 'none' | 'forwards' | 'backwards' | 'both';
|
|
1009
1039
|
type singleAnimationIterationCount = 'infinite';
|
|
1010
|
-
type singleAnimationName = 'none';
|
|
1040
|
+
type singleAnimationName = 'none' | strictString;
|
|
1011
1041
|
type singleAnimationPlayState = 'running' | 'paused';
|
|
1012
1042
|
type singleTimingFunction = singleTransitionTimingFunction;
|
|
1013
1043
|
type singleTransition = singleTransitionTimingFunction;
|
|
1014
|
-
type singleTransitionProperty = 'all';
|
|
1044
|
+
type singleTransitionProperty = 'all' | strictString;
|
|
1015
1045
|
type singleTransitionTimingFunction =
|
|
1016
1046
|
| 'ease'
|
|
1017
1047
|
| 'linear'
|
|
@@ -1019,21 +1049,22 @@ type singleTransitionTimingFunction =
|
|
|
1019
1049
|
| 'ease-out'
|
|
1020
1050
|
| 'ease-in-out'
|
|
1021
1051
|
| 'step-start'
|
|
1022
|
-
| 'step-end'
|
|
1023
|
-
|
|
1024
|
-
type
|
|
1052
|
+
| 'step-end'
|
|
1053
|
+
| strictString;
|
|
1054
|
+
type src = string;
|
|
1055
|
+
type start = string | number;
|
|
1025
1056
|
type stroke = paint;
|
|
1026
|
-
type strokeDasharray = 'none';
|
|
1057
|
+
type strokeDasharray = 'none' | strictString;
|
|
1027
1058
|
type strokeDashoffset = svgLength;
|
|
1028
1059
|
type strokeLinecap = 'butt' | 'round' | 'square';
|
|
1029
1060
|
type strokeLinejoin = 'miter' | 'round' | 'bevel';
|
|
1030
|
-
type strokeMiterlimit =
|
|
1031
|
-
type strokeOpacity =
|
|
1061
|
+
type strokeMiterlimit = number | string;
|
|
1062
|
+
type strokeOpacity = number | string;
|
|
1032
1063
|
type strokeWidth = svgLength;
|
|
1033
|
-
type svgLength =
|
|
1064
|
+
type svgLength = number | strictString;
|
|
1034
1065
|
type svgWritingMode = 'lr-tb' | 'rl-tb' | 'tb-rl' | 'lr' | 'rl' | 'tb';
|
|
1035
1066
|
type tableLayout = 'auto' | 'fixed';
|
|
1036
|
-
type tabSize =
|
|
1067
|
+
type tabSize = number | string;
|
|
1037
1068
|
type textAlign =
|
|
1038
1069
|
| 'start'
|
|
1039
1070
|
| 'end'
|
|
@@ -1051,56 +1082,56 @@ type textAlignLast =
|
|
|
1051
1082
|
| 'center'
|
|
1052
1083
|
| 'justify';
|
|
1053
1084
|
type textAnchor = 'start' | 'middle' | 'end';
|
|
1054
|
-
type textCombineUpright = 'none' | 'all';
|
|
1085
|
+
type textCombineUpright = 'none' | 'all' | strictString;
|
|
1055
1086
|
type textDecoration =
|
|
1056
1087
|
| textDecorationLine
|
|
1057
1088
|
| textDecorationStyle
|
|
1058
1089
|
| textDecorationColor;
|
|
1059
1090
|
type textDecorationColor = color;
|
|
1060
|
-
type textDecorationLine = 'none';
|
|
1061
|
-
type textDecorationSkip = 'none';
|
|
1091
|
+
type textDecorationLine = 'none' | strictString;
|
|
1092
|
+
type textDecorationSkip = 'none' | strictString;
|
|
1062
1093
|
type textDecorationSkipInk = 'auto' | 'none' | 'all';
|
|
1063
1094
|
type textDecorationStyle = 'solid' | 'double' | 'dotted' | 'dashed' | 'wavy';
|
|
1064
|
-
type textDecorationThickness =
|
|
1095
|
+
type textDecorationThickness = string | number;
|
|
1065
1096
|
type textEmphasis = textEmphasisStyle | textEmphasisColor;
|
|
1066
1097
|
type textEmphasisColor = color;
|
|
1067
|
-
type textEmphasisPosition =
|
|
1068
|
-
type textEmphasisStyle = 'none';
|
|
1098
|
+
type textEmphasisPosition = string;
|
|
1099
|
+
type textEmphasisStyle = 'none' | strictString;
|
|
1069
1100
|
type textIndent = lengthPercentage | 'hanging' | 'each-line';
|
|
1070
1101
|
type textOrientation = 'mixed' | 'upright' | 'sideways';
|
|
1071
|
-
type textOverflow =
|
|
1102
|
+
type textOverflow = string;
|
|
1072
1103
|
type textRendering =
|
|
1073
1104
|
| 'auto'
|
|
1074
1105
|
| 'optimizeSpeed'
|
|
1075
1106
|
| 'optimizeLegibility'
|
|
1076
1107
|
| 'geometricPrecision';
|
|
1077
|
-
type textShadow = 'none';
|
|
1078
|
-
type textSizeAdjust = 'none' | 'auto';
|
|
1108
|
+
type textShadow = 'none' | strictString;
|
|
1109
|
+
type textSizeAdjust = 'none' | 'auto' | strictString;
|
|
1079
1110
|
type textTransform =
|
|
1080
1111
|
| 'none'
|
|
1081
1112
|
| 'capitalize'
|
|
1082
1113
|
| 'uppercase'
|
|
1083
1114
|
| 'lowercase'
|
|
1084
1115
|
| 'full-width';
|
|
1085
|
-
type textUnderlineOffset =
|
|
1086
|
-
type textUnderlinePosition = 'auto';
|
|
1116
|
+
type textUnderlineOffset = string | number;
|
|
1117
|
+
type textUnderlinePosition = 'auto' | strictString;
|
|
1087
1118
|
type textWrap = 'wrap' | 'nowrap' | 'balance';
|
|
1088
|
-
type time =
|
|
1089
|
-
type timelineScope =
|
|
1090
|
-
type top =
|
|
1091
|
-
type touchAction = 'auto' | 'none' | 'manipulation';
|
|
1092
|
-
type trackBreadth =
|
|
1119
|
+
type time = string;
|
|
1120
|
+
type timelineScope = string | number;
|
|
1121
|
+
type top = number | string;
|
|
1122
|
+
type touchAction = 'auto' | 'none' | 'manipulation' | strictString;
|
|
1123
|
+
type trackBreadth = 'min-content' | 'max-content' | 'auto' | lengthPercentage;
|
|
1093
1124
|
type trackSize = trackBreadth;
|
|
1094
|
-
type transform = 'none';
|
|
1125
|
+
type transform = 'none' | strictString;
|
|
1095
1126
|
type transformBox = 'border-box' | 'fill-box' | 'view-box';
|
|
1096
|
-
type transformOrigin =
|
|
1127
|
+
type transformOrigin = string | number;
|
|
1097
1128
|
type transformStyle = 'flat' | 'preserve-3d';
|
|
1098
1129
|
type transition = singleTransition;
|
|
1099
1130
|
type transitionDelay = time;
|
|
1100
1131
|
type transitionDuration = time;
|
|
1101
1132
|
type transitionProperty = 'none' | singleTransitionProperty;
|
|
1102
1133
|
type transitionTimingFunction = singleTransitionTimingFunction;
|
|
1103
|
-
type translate =
|
|
1134
|
+
type translate = string | number;
|
|
1104
1135
|
type unicodeBidi =
|
|
1105
1136
|
| 'normal'
|
|
1106
1137
|
| 'embed'
|
|
@@ -1108,7 +1139,7 @@ type unicodeBidi =
|
|
|
1108
1139
|
| 'bidi-override'
|
|
1109
1140
|
| 'isolate-override'
|
|
1110
1141
|
| 'plaintext';
|
|
1111
|
-
type unicodeRange =
|
|
1142
|
+
type unicodeRange = string;
|
|
1112
1143
|
type userSelect = 'auto' | 'text' | 'none' | 'contain' | 'all';
|
|
1113
1144
|
type verticalAlign =
|
|
1114
1145
|
| 'baseline'
|
|
@@ -1118,21 +1149,23 @@ type verticalAlign =
|
|
|
1118
1149
|
| 'text-bottom'
|
|
1119
1150
|
| 'middle'
|
|
1120
1151
|
| 'top'
|
|
1121
|
-
| 'bottom'
|
|
1122
|
-
|
|
1152
|
+
| 'bottom'
|
|
1153
|
+
| number
|
|
1154
|
+
| strictString;
|
|
1155
|
+
type viewTimeline = string | number;
|
|
1123
1156
|
type viewTimelineAxis = 'block' | 'inline' | 'x' | 'y';
|
|
1124
|
-
type viewTimelineInset =
|
|
1125
|
-
type viewTimelineName =
|
|
1126
|
-
type viewTransitionName =
|
|
1157
|
+
type viewTimelineInset = string | number;
|
|
1158
|
+
type viewTimelineName = string | number;
|
|
1159
|
+
type viewTransitionName = string | number;
|
|
1127
1160
|
type visibility = 'visible' | 'hidden' | 'collapse';
|
|
1128
1161
|
type voiceBalance = 'left' | 'center' | 'right' | 'leftwards' | 'rightwards';
|
|
1129
|
-
type voiceDuration = 'auto' |
|
|
1130
|
-
type voiceFamily = 'preserve';
|
|
1131
|
-
type voicePitch = 'absolute';
|
|
1132
|
-
type voiceRange = 'absolute';
|
|
1133
|
-
type voiceRate =
|
|
1162
|
+
type voiceDuration = 'auto' | strictString;
|
|
1163
|
+
type voiceFamily = 'preserve' | strictString;
|
|
1164
|
+
type voicePitch = 'absolute' | number | strictString;
|
|
1165
|
+
type voiceRange = 'absolute' | number | strictString;
|
|
1166
|
+
type voiceRate = string;
|
|
1134
1167
|
type voiceStress = 'normal' | 'strong' | 'moderate' | 'none' | 'reduced';
|
|
1135
|
-
type voiceVolume = 'silent';
|
|
1168
|
+
type voiceVolume = 'silent' | strictString;
|
|
1136
1169
|
type WebkitBackgroundClip =
|
|
1137
1170
|
| 'border-box'
|
|
1138
1171
|
| 'padding-box'
|
|
@@ -1140,12 +1173,12 @@ type WebkitBackgroundClip =
|
|
|
1140
1173
|
| 'text';
|
|
1141
1174
|
type WebkitBoxOrient = 'vertical' | 'horizontal' | 'inline-axis' | 'block-axis';
|
|
1142
1175
|
type WebkitFontSmoothing = 'antialiased';
|
|
1143
|
-
type WebkitLineClamp =
|
|
1176
|
+
type WebkitLineClamp = string | number;
|
|
1144
1177
|
type WebkitMaskImage = maskImage;
|
|
1145
1178
|
type WebkitTapHighlightColor = color;
|
|
1146
1179
|
type WebkitTextFillColor = color;
|
|
1147
1180
|
type WebkitTextStrokeColor = color;
|
|
1148
|
-
type WebkitTextStrokeWidth =
|
|
1181
|
+
type WebkitTextStrokeWidth = string | number;
|
|
1149
1182
|
type whiteSpace = 'normal' | 'pre' | 'nowrap' | 'pre-wrap' | 'pre-line';
|
|
1150
1183
|
type whiteSpaceCollapse =
|
|
1151
1184
|
| 'collapse'
|
|
@@ -1154,13 +1187,15 @@ type whiteSpaceCollapse =
|
|
|
1154
1187
|
| 'preserve-breaks'
|
|
1155
1188
|
| 'preserve-spaces'
|
|
1156
1189
|
| 'break-spaces';
|
|
1157
|
-
type widows =
|
|
1190
|
+
type widows = number | string;
|
|
1158
1191
|
type width =
|
|
1159
1192
|
| 'available'
|
|
1160
1193
|
| 'min-content'
|
|
1161
1194
|
| 'max-content'
|
|
1162
1195
|
| 'fit-content'
|
|
1163
|
-
| 'auto'
|
|
1196
|
+
| 'auto'
|
|
1197
|
+
| number
|
|
1198
|
+
| strictString;
|
|
1164
1199
|
type willChange = 'auto' | animatableFeature;
|
|
1165
1200
|
type wordBreak = 'normal' | 'break-all' | 'keep-all' | nonStandardWordBreak;
|
|
1166
1201
|
type wordSpacing = 'normal' | lengthPercentage;
|
|
@@ -1176,333 +1211,334 @@ type zIndex = 'auto';
|
|
|
1176
1211
|
type zoom = 'normal';
|
|
1177
1212
|
|
|
1178
1213
|
export type CSSTypes = Readonly<{
|
|
1179
|
-
WebkitFontSmoothing?: WebkitFontSmoothing;
|
|
1180
|
-
WebkitTapHighlightColor?: WebkitTapHighlightColor;
|
|
1181
|
-
|
|
1182
|
-
WebkitMaskImage?: WebkitMaskImage;
|
|
1183
|
-
|
|
1184
|
-
WebkitTextFillColor?: WebkitTextFillColor;
|
|
1185
|
-
WebkitTextStrokeWidth?: WebkitTextStrokeWidth;
|
|
1186
|
-
WebkitTextStrokeColor?: WebkitTextStrokeColor;
|
|
1187
|
-
WebkitBackgroundClip?: WebkitBackgroundClip;
|
|
1188
|
-
|
|
1189
|
-
WebkitBoxOrient?: WebkitBoxOrient;
|
|
1190
|
-
WebkitLineClamp?: WebkitLineClamp;
|
|
1191
|
-
|
|
1192
|
-
accentColor?: accentColor;
|
|
1193
|
-
|
|
1194
|
-
aspectRatio?: aspectRatio;
|
|
1195
|
-
|
|
1196
|
-
placeContent?: placeContent;
|
|
1197
|
-
alignContent?: alignContent;
|
|
1198
|
-
justifyContent?: justifyContent;
|
|
1199
|
-
placeItems?: placeItems;
|
|
1200
|
-
placeSelf?: placeSelf;
|
|
1201
|
-
alignItems?: alignItems;
|
|
1202
|
-
justifyItems?: justifyItems;
|
|
1203
|
-
alignSelf?: alignSelf;
|
|
1204
|
-
justifySelf?: justifySelf;
|
|
1205
|
-
|
|
1206
|
-
alignmentBaseline?: alignmentBaseline;
|
|
1207
|
-
alignTracks?: alignTracks;
|
|
1208
|
-
justifyTracks?: justifyTracks;
|
|
1209
|
-
masonryAutoFlow?: masonryAutoFlow;
|
|
1210
|
-
|
|
1211
|
-
anchorName?: anchorName;
|
|
1212
|
-
|
|
1213
|
-
animation?: animation;
|
|
1214
|
-
animationComposition?: animationComposition;
|
|
1215
|
-
animationDelay?: animationDelay;
|
|
1216
|
-
animationDirection?: animationDirection;
|
|
1217
|
-
animationDuration?: animationDuration;
|
|
1218
|
-
animationFillMode?: animationFillMode;
|
|
1219
|
-
animationIterationCount?: animationIterationCount;
|
|
1220
|
-
animationName?: animationName;
|
|
1221
|
-
animationPlayState?: animationPlayState;
|
|
1222
|
-
animationTimingFunction?: animationTimingFunction;
|
|
1223
|
-
animationTimeline?: animationTimeline;
|
|
1224
|
-
animationRange?: animationRange;
|
|
1225
|
-
animationRangeStart?: animationRangeStart;
|
|
1226
|
-
animationRangeEnd?: animationRangeEnd;
|
|
1227
|
-
appearance?: appearance;
|
|
1228
|
-
azimuth?: azimuth;
|
|
1229
|
-
|
|
1230
|
-
backdropFilter?: backdropFilter;
|
|
1231
|
-
backfaceVisibility?: backfaceVisibility;
|
|
1232
|
-
background?: background;
|
|
1233
|
-
backgroundAttachment?: backgroundAttachment;
|
|
1234
|
-
backgroundBlendMode?: backgroundBlendMode;
|
|
1235
|
-
backgroundClip?: backgroundClip;
|
|
1236
|
-
backgroundColor?: backgroundColor;
|
|
1237
|
-
backgroundImage?: backgroundImage;
|
|
1238
|
-
backgroundOrigin?: backgroundOrigin;
|
|
1239
|
-
backgroundPosition?: backgroundPosition;
|
|
1240
|
-
backgroundPositionX?: backgroundPositionX;
|
|
1241
|
-
backgroundPositionY?: backgroundPositionY;
|
|
1242
|
-
backgroundRepeat?: backgroundRepeat;
|
|
1243
|
-
backgroundSize?: backgroundSize;
|
|
1244
|
-
baselineShift?: baselineShift;
|
|
1245
|
-
behavior?: behavior;
|
|
1246
|
-
blockSize?: blockSize;
|
|
1247
|
-
border?: border;
|
|
1248
|
-
borderBlock?: borderBlock;
|
|
1249
|
-
borderBlockColor?: borderBlockColor;
|
|
1250
|
-
borderBlockStyle?: borderBlockStyle;
|
|
1251
|
-
borderBlockWidth?: borderBlockWidth;
|
|
1252
|
-
borderBlockEnd?: borderBlockEnd;
|
|
1253
|
-
borderBlockEndColor?: borderBlockEndColor;
|
|
1254
|
-
borderBlockEndStyle?: borderBlockEndStyle;
|
|
1255
|
-
borderBlockEndWidth?: borderBlockEndWidth;
|
|
1256
|
-
borderBlockStart?: borderBlockStart;
|
|
1257
|
-
borderBlockStartColor?: borderBlockStartColor;
|
|
1258
|
-
borderBlockStartStyle?: borderBlockStartStyle;
|
|
1259
|
-
borderBlockStartWidth?: borderBlockStartWidth;
|
|
1260
|
-
borderBottom?: borderBottom;
|
|
1261
|
-
borderBottomColor?: borderBottomColor;
|
|
1262
|
-
borderBottomStyle?: borderBottomStyle;
|
|
1263
|
-
borderBottomWidth?: borderBottomWidth;
|
|
1264
|
-
borderCollapse?: borderCollapse;
|
|
1265
|
-
borderColor?: borderColor;
|
|
1266
|
-
borderImage?: borderImage;
|
|
1267
|
-
borderImageOutset?: borderImageOutset;
|
|
1268
|
-
borderImageRepeat?: borderImageRepeat;
|
|
1269
|
-
borderImageSlice?: borderImageSlice;
|
|
1270
|
-
borderImageSource?: borderImageSource;
|
|
1271
|
-
borderImageWidth?: borderImageWidth;
|
|
1272
|
-
borderInline?: borderInline;
|
|
1273
|
-
borderInlineColor?: borderInlineColor;
|
|
1274
|
-
borderInlineStyle?: borderInlineStyle;
|
|
1275
|
-
borderInlineWidth?: borderInlineWidth;
|
|
1276
|
-
borderInlineEnd?: borderInlineEnd;
|
|
1277
|
-
borderInlineEndColor?: borderInlineEndColor;
|
|
1278
|
-
borderInlineEndStyle?: borderInlineEndStyle;
|
|
1279
|
-
borderInlineEndWidth?: borderInlineEndWidth;
|
|
1280
|
-
borderInlineStart?: borderInlineStart;
|
|
1281
|
-
borderInlineStartColor?: borderInlineStartColor;
|
|
1282
|
-
borderInlineStartStyle?: borderInlineStartStyle;
|
|
1283
|
-
borderInlineStartWidth?: borderInlineStartWidth;
|
|
1284
|
-
borderLeft?: borderLeft;
|
|
1285
|
-
borderLeftColor?: borderLeftColor;
|
|
1286
|
-
borderLeftStyle?: borderLeftStyle;
|
|
1287
|
-
borderLeftWidth?: borderLeftWidth;
|
|
1288
|
-
borderRight?: borderRight;
|
|
1289
|
-
borderRightColor?: borderRightColor;
|
|
1290
|
-
borderRightStyle?: borderRightStyle;
|
|
1291
|
-
borderRightWidth?: borderRightWidth;
|
|
1292
|
-
borderSpacing?: borderSpacing;
|
|
1293
|
-
borderStyle?: borderStyle;
|
|
1294
|
-
borderTop?: borderTop;
|
|
1295
|
-
borderTopColor?: borderTopColor;
|
|
1296
|
-
|
|
1297
|
-
borderRadius?: borderRadius;
|
|
1298
|
-
borderEndStartRadius?: borderEndStartRadius;
|
|
1299
|
-
borderStartStartRadius?: borderStartStartRadius;
|
|
1300
|
-
borderStartEndRadius?: borderStartEndRadius;
|
|
1301
|
-
borderEndEndRadius?: borderEndEndRadius;
|
|
1302
|
-
borderTopLeftRadius?: borderTopLeftRadius;
|
|
1303
|
-
borderTopRightRadius?: borderTopRightRadius;
|
|
1304
|
-
borderBottomLeftRadius?: borderBottomLeftRadius;
|
|
1305
|
-
borderBottomRightRadius?: borderBottomRightRadius;
|
|
1306
|
-
|
|
1307
|
-
cornerShape?: cornerShape;
|
|
1308
|
-
cornerStartStartShape?: cornerStartStartShape;
|
|
1309
|
-
cornerStartEndShape?: cornerStartEndShape;
|
|
1310
|
-
cornerEndStartShape?: cornerEndStartShape;
|
|
1311
|
-
cornerEndEndShape?: cornerEndEndShape;
|
|
1312
|
-
cornerTopLeftShape?: cornerTopLeftShape;
|
|
1313
|
-
cornerTopRightShape?: cornerTopRightShape;
|
|
1314
|
-
cornerBottomLeftShape?: cornerBottomLeftShape;
|
|
1315
|
-
cornerBottomRightShape?: cornerBottomRightShape;
|
|
1316
|
-
|
|
1317
|
-
borderTopStyle?: borderTopStyle;
|
|
1318
|
-
borderTopWidth?: borderTopWidth;
|
|
1319
|
-
borderWidth?: borderWidth;
|
|
1320
|
-
bottom?: bottom;
|
|
1321
|
-
boxAlign?: boxAlign;
|
|
1322
|
-
boxDecorationBreak?: boxDecorationBreak;
|
|
1323
|
-
boxDirection?: boxDirection;
|
|
1324
|
-
boxFlex?: boxFlex;
|
|
1325
|
-
boxFlexGroup?: boxFlexGroup;
|
|
1326
|
-
boxLines?: boxLines;
|
|
1327
|
-
boxOrdinalGroup?: boxOrdinalGroup;
|
|
1328
|
-
boxOrient?: boxOrient;
|
|
1329
|
-
boxShadow?: boxShadow;
|
|
1330
|
-
boxSizing?: boxSizing;
|
|
1331
|
-
boxSuppress?: boxSuppress;
|
|
1332
|
-
breakAfter?: breakAfter;
|
|
1333
|
-
breakBefore?: breakBefore;
|
|
1334
|
-
breakInside?: breakInside;
|
|
1335
|
-
|
|
1336
|
-
captionSide?: captionSide;
|
|
1337
|
-
caret?: caret;
|
|
1338
|
-
caretColor?: caretColor;
|
|
1339
|
-
caretShape?: caretShape;
|
|
1340
|
-
clear?: clear;
|
|
1341
|
-
clip?: clip;
|
|
1342
|
-
clipPath?: clipPath;
|
|
1343
|
-
clipRule?: clipRule;
|
|
1344
|
-
color?: color;
|
|
1345
|
-
|
|
1346
|
-
colorScheme?: colorScheme;
|
|
1347
|
-
forcedColorAdjust?: forcedColorAdjust;
|
|
1348
|
-
printColorAdjust?: printColorAdjust;
|
|
1349
|
-
|
|
1350
|
-
columns?: columns;
|
|
1351
|
-
columnCount?: columnCount;
|
|
1352
|
-
columnWidth?: columnWidth;
|
|
1353
|
-
|
|
1354
|
-
columnRule?: columnRule;
|
|
1355
|
-
columnRuleColor?: columnRuleColor;
|
|
1356
|
-
columnRuleStyle?: columnRuleStyle;
|
|
1357
|
-
columnRuleWidth?: columnRuleWidth;
|
|
1358
|
-
|
|
1359
|
-
columnFill?: columnFill;
|
|
1360
|
-
columnGap?: columnGap;
|
|
1361
|
-
columnSpan?: columnSpan;
|
|
1362
|
-
|
|
1363
|
-
contain?: contain;
|
|
1364
|
-
containIntrinsicSize?: containIntrinsicSize;
|
|
1365
|
-
containIntrinsicBlockSize?: containIntrinsicBlockSize;
|
|
1366
|
-
containIntrinsicInlineSize?: containIntrinsicInlineSize;
|
|
1367
|
-
containIntrinsicHeight?: containIntrinsicHeight;
|
|
1368
|
-
containIntrinsicWidth?: containIntrinsicWidth;
|
|
1369
|
-
|
|
1370
|
-
container?: container;
|
|
1371
|
-
containerName?: containerName;
|
|
1372
|
-
containerType?: containerType;
|
|
1373
|
-
|
|
1374
|
-
contentVisibility?: contentVisibility;
|
|
1375
|
-
|
|
1376
|
-
content?: content;
|
|
1377
|
-
|
|
1378
|
-
counterIncrement?: counterIncrement;
|
|
1379
|
-
counterReset?: counterReset;
|
|
1380
|
-
counterSet?: counterSet;
|
|
1381
|
-
|
|
1382
|
-
cue?: cue;
|
|
1383
|
-
cueAfter?: cueAfter;
|
|
1384
|
-
cueBefore?: cueBefore;
|
|
1385
|
-
cursor?: cursor;
|
|
1386
|
-
direction?: direction;
|
|
1387
|
-
display?: display;
|
|
1388
|
-
displayInside?: displayInside;
|
|
1389
|
-
displayList?: displayList;
|
|
1390
|
-
displayOutside?: displayOutside;
|
|
1391
|
-
dominantBaseline?: dominantBaseline;
|
|
1392
|
-
emptyCells?: emptyCells;
|
|
1393
|
-
end?: end;
|
|
1394
|
-
fill?: fill;
|
|
1395
|
-
fillOpacity?: fillOpacity;
|
|
1396
|
-
fillRule?: fillRule;
|
|
1397
|
-
filter?: filter;
|
|
1398
|
-
flex?: flex;
|
|
1399
|
-
flexBasis?: flexBasis;
|
|
1400
|
-
flexDirection?: flexDirection;
|
|
1401
|
-
flexFlow?: flexFlow;
|
|
1402
|
-
flexGrow?: flexGrow;
|
|
1403
|
-
flexShrink?: flexShrink;
|
|
1404
|
-
flexWrap?: flexWrap;
|
|
1405
|
-
float?: float;
|
|
1406
|
-
|
|
1407
|
-
font?: font;
|
|
1408
|
-
fontFamily?: fontFamily;
|
|
1409
|
-
fontFeatureSettings?: fontFeatureSettings;
|
|
1410
|
-
fontKerning?: fontKerning;
|
|
1411
|
-
fontLanguageOverride?: fontLanguageOverride;
|
|
1412
|
-
fontSize?: fontSize;
|
|
1413
|
-
fontSizeAdjust?: fontSizeAdjust;
|
|
1414
|
-
fontStretch?: fontStretch;
|
|
1415
|
-
fontStyle?: fontStyle;
|
|
1416
|
-
fontSynthesis?: fontSynthesis;
|
|
1417
|
-
fontSynthesisWeight?: fontSynthesisWeight;
|
|
1418
|
-
fontSynthesisStyle?: fontSynthesisStyle;
|
|
1419
|
-
fontSynthesisSmallCaps?: fontSynthesisSmallCaps;
|
|
1420
|
-
fontSynthesisPosition?: fontSynthesisPosition;
|
|
1421
|
-
|
|
1422
|
-
fontVariant?: fontVariant;
|
|
1423
|
-
fontVariantAlternates?: fontVariantAlternates;
|
|
1424
|
-
fontVariantCaps?: fontVariantCaps;
|
|
1425
|
-
fontVariantEastAsian?: fontVariantEastAsian;
|
|
1426
|
-
fontVariantLigatures?: fontVariantLigatures;
|
|
1427
|
-
fontVariantNumeric?: fontVariantNumeric;
|
|
1428
|
-
fontVariantPosition?: fontVariantPosition;
|
|
1429
|
-
fontWeight?: fontWeight;
|
|
1430
|
-
|
|
1431
|
-
fontOpticalSizing?: fontOpticalSizing;
|
|
1432
|
-
fontPalette?: fontPalette;
|
|
1433
|
-
fontVariationSettings?: fontVariationSettings;
|
|
1434
|
-
|
|
1435
|
-
gap?: gap;
|
|
1436
|
-
glyphOrientationHorizontal?: glyphOrientationHorizontal;
|
|
1437
|
-
glyphOrientationVertical?: glyphOrientationVertical;
|
|
1438
|
-
grid?: grid;
|
|
1439
|
-
gridArea?: gridArea;
|
|
1440
|
-
gridAutoColumns?: gridAutoColumns;
|
|
1441
|
-
gridAutoFlow?: gridAutoFlow;
|
|
1442
|
-
gridAutoRows?: gridAutoRows;
|
|
1443
|
-
gridColumn?: gridColumn;
|
|
1444
|
-
gridColumnEnd?: gridColumnEnd;
|
|
1445
|
-
gridColumnGap?: gridColumnGap;
|
|
1446
|
-
gridColumnStart?: gridColumnStart;
|
|
1447
|
-
gridGap?: gridGap;
|
|
1448
|
-
gridRow?: gridRow;
|
|
1449
|
-
gridRowEnd?: gridRowEnd;
|
|
1450
|
-
gridRowGap?: gridRowGap;
|
|
1451
|
-
gridRowStart?: gridRowStart;
|
|
1452
|
-
gridTemplate?: gridTemplate;
|
|
1453
|
-
gridTemplateAreas?: gridTemplateAreas;
|
|
1454
|
-
gridTemplateColumns?: gridTemplateColumns;
|
|
1455
|
-
gridTemplateRows?: gridTemplateRows;
|
|
1456
|
-
|
|
1457
|
-
hangingPunctuation?: hangingPunctuation;
|
|
1458
|
-
hyphenateCharacter?: hyphenateCharacter;
|
|
1459
|
-
hyphenateLimitChars?: hyphenateLimitChars;
|
|
1460
|
-
hyphens?: hyphens;
|
|
1461
|
-
|
|
1462
|
-
height?: height;
|
|
1463
|
-
|
|
1464
|
-
imageOrientation?: imageOrientation;
|
|
1465
|
-
imageRendering?: imageRendering;
|
|
1466
|
-
imageResolution?: imageResolution;
|
|
1467
|
-
imeMode?: imeMode;
|
|
1468
|
-
|
|
1469
|
-
initialLetter?: initialLetter;
|
|
1470
|
-
initialLetterAlign?: initialLetterAlign;
|
|
1471
|
-
inlineSize?: inlineSize;
|
|
1472
|
-
|
|
1473
|
-
interpolateSize?: interpolateSize;
|
|
1474
|
-
|
|
1475
|
-
inset?: inset;
|
|
1476
|
-
insetBlock?: insetBlock;
|
|
1477
|
-
insetBlockEnd?: insetBlockEnd;
|
|
1478
|
-
insetBlockStart?: insetBlockStart;
|
|
1479
|
-
insetInline?: insetInline;
|
|
1480
|
-
insetInlineEnd?: insetInlineEnd;
|
|
1481
|
-
insetInlineStart?: insetInlineStart;
|
|
1482
|
-
|
|
1483
|
-
isolation?: isolation;
|
|
1484
|
-
kerning?: kerning;
|
|
1485
|
-
left?: left;
|
|
1486
|
-
letterSpacing?: letterSpacing;
|
|
1487
|
-
lineBreak?: lineBreak;
|
|
1488
|
-
lineHeight?: lineHeight;
|
|
1489
|
-
lineHeightStep?: lineHeightStep;
|
|
1490
|
-
listStyle?: listStyle;
|
|
1491
|
-
listStyleImage?: listStyleImage;
|
|
1492
|
-
listStylePosition?: listStylePosition;
|
|
1493
|
-
listStyleType?: listStyleType;
|
|
1494
|
-
margin?: margin;
|
|
1495
|
-
marginBlock?: marginBlock;
|
|
1496
|
-
marginBlockEnd?: marginBlockEnd;
|
|
1497
|
-
marginBlockStart?: marginBlockStart;
|
|
1498
|
-
marginBottom?: marginBottom;
|
|
1499
|
-
marginInline?: marginInline;
|
|
1500
|
-
marginInlineEnd?: marginInlineEnd;
|
|
1501
|
-
marginInlineStart?: marginInlineStart;
|
|
1502
|
-
marginLeft?: marginLeft;
|
|
1503
|
-
marginRight?: marginRight;
|
|
1504
|
-
marginTop?: marginTop;
|
|
1214
|
+
WebkitFontSmoothing?: all | WebkitFontSmoothing;
|
|
1215
|
+
WebkitTapHighlightColor?: all | WebkitTapHighlightColor;
|
|
1216
|
+
|
|
1217
|
+
WebkitMaskImage?: all | WebkitMaskImage;
|
|
1218
|
+
|
|
1219
|
+
WebkitTextFillColor?: all | WebkitTextFillColor;
|
|
1220
|
+
WebkitTextStrokeWidth?: all | WebkitTextStrokeWidth;
|
|
1221
|
+
WebkitTextStrokeColor?: all | WebkitTextStrokeColor;
|
|
1222
|
+
WebkitBackgroundClip?: all | WebkitBackgroundClip;
|
|
1223
|
+
|
|
1224
|
+
WebkitBoxOrient?: all | WebkitBoxOrient;
|
|
1225
|
+
WebkitLineClamp?: all | WebkitLineClamp;
|
|
1226
|
+
|
|
1227
|
+
accentColor?: all | accentColor;
|
|
1228
|
+
|
|
1229
|
+
aspectRatio?: all | aspectRatio;
|
|
1230
|
+
|
|
1231
|
+
placeContent?: all | placeContent;
|
|
1232
|
+
alignContent?: all | alignContent;
|
|
1233
|
+
justifyContent?: all | justifyContent;
|
|
1234
|
+
placeItems?: all | placeItems;
|
|
1235
|
+
placeSelf?: all | placeSelf;
|
|
1236
|
+
alignItems?: all | alignItems;
|
|
1237
|
+
justifyItems?: all | justifyItems;
|
|
1238
|
+
alignSelf?: all | alignSelf;
|
|
1239
|
+
justifySelf?: all | justifySelf;
|
|
1240
|
+
|
|
1241
|
+
alignmentBaseline?: all | alignmentBaseline;
|
|
1242
|
+
alignTracks?: all | alignTracks;
|
|
1243
|
+
justifyTracks?: all | justifyTracks;
|
|
1244
|
+
masonryAutoFlow?: all | masonryAutoFlow;
|
|
1245
|
+
|
|
1246
|
+
anchorName?: all | anchorName;
|
|
1247
|
+
|
|
1248
|
+
animation?: all | animation;
|
|
1249
|
+
animationComposition?: all | animationComposition;
|
|
1250
|
+
animationDelay?: all | animationDelay;
|
|
1251
|
+
animationDirection?: all | animationDirection;
|
|
1252
|
+
animationDuration?: all | animationDuration;
|
|
1253
|
+
animationFillMode?: all | animationFillMode;
|
|
1254
|
+
animationIterationCount?: all | animationIterationCount;
|
|
1255
|
+
animationName?: all | animationName;
|
|
1256
|
+
animationPlayState?: all | animationPlayState;
|
|
1257
|
+
animationTimingFunction?: all | animationTimingFunction;
|
|
1258
|
+
animationTimeline?: all | animationTimeline;
|
|
1259
|
+
animationRange?: all | animationRange;
|
|
1260
|
+
animationRangeStart?: all | animationRangeStart;
|
|
1261
|
+
animationRangeEnd?: all | animationRangeEnd;
|
|
1262
|
+
appearance?: all | appearance;
|
|
1263
|
+
azimuth?: all | azimuth;
|
|
1264
|
+
|
|
1265
|
+
backdropFilter?: all | backdropFilter;
|
|
1266
|
+
backfaceVisibility?: all | backfaceVisibility;
|
|
1267
|
+
background?: all | background;
|
|
1268
|
+
backgroundAttachment?: all | backgroundAttachment;
|
|
1269
|
+
backgroundBlendMode?: all | backgroundBlendMode;
|
|
1270
|
+
backgroundClip?: all | backgroundClip;
|
|
1271
|
+
backgroundColor?: all | backgroundColor;
|
|
1272
|
+
backgroundImage?: all | backgroundImage;
|
|
1273
|
+
backgroundOrigin?: all | backgroundOrigin;
|
|
1274
|
+
backgroundPosition?: all | backgroundPosition;
|
|
1275
|
+
backgroundPositionX?: all | backgroundPositionX;
|
|
1276
|
+
backgroundPositionY?: all | backgroundPositionY;
|
|
1277
|
+
backgroundRepeat?: all | backgroundRepeat;
|
|
1278
|
+
backgroundSize?: all | backgroundSize;
|
|
1279
|
+
baselineShift?: all | baselineShift;
|
|
1280
|
+
behavior?: all | behavior;
|
|
1281
|
+
blockSize?: all | blockSize;
|
|
1282
|
+
border?: all | border;
|
|
1283
|
+
borderBlock?: all | borderBlock;
|
|
1284
|
+
borderBlockColor?: all | borderBlockColor;
|
|
1285
|
+
borderBlockStyle?: all | borderBlockStyle;
|
|
1286
|
+
borderBlockWidth?: all | borderBlockWidth;
|
|
1287
|
+
borderBlockEnd?: all | borderBlockEnd;
|
|
1288
|
+
borderBlockEndColor?: all | borderBlockEndColor;
|
|
1289
|
+
borderBlockEndStyle?: all | borderBlockEndStyle;
|
|
1290
|
+
borderBlockEndWidth?: all | borderBlockEndWidth;
|
|
1291
|
+
borderBlockStart?: all | borderBlockStart;
|
|
1292
|
+
borderBlockStartColor?: all | borderBlockStartColor;
|
|
1293
|
+
borderBlockStartStyle?: all | borderBlockStartStyle;
|
|
1294
|
+
borderBlockStartWidth?: all | borderBlockStartWidth;
|
|
1295
|
+
borderBottom?: all | borderBottom;
|
|
1296
|
+
borderBottomColor?: all | borderBottomColor;
|
|
1297
|
+
borderBottomStyle?: all | borderBottomStyle;
|
|
1298
|
+
borderBottomWidth?: all | borderBottomWidth;
|
|
1299
|
+
borderCollapse?: all | borderCollapse;
|
|
1300
|
+
borderColor?: all | borderColor;
|
|
1301
|
+
borderImage?: all | borderImage;
|
|
1302
|
+
borderImageOutset?: all | borderImageOutset;
|
|
1303
|
+
borderImageRepeat?: all | borderImageRepeat;
|
|
1304
|
+
borderImageSlice?: all | borderImageSlice;
|
|
1305
|
+
borderImageSource?: all | borderImageSource;
|
|
1306
|
+
borderImageWidth?: all | borderImageWidth;
|
|
1307
|
+
borderInline?: all | borderInline;
|
|
1308
|
+
borderInlineColor?: all | borderInlineColor;
|
|
1309
|
+
borderInlineStyle?: all | borderInlineStyle;
|
|
1310
|
+
borderInlineWidth?: all | borderInlineWidth;
|
|
1311
|
+
borderInlineEnd?: all | borderInlineEnd;
|
|
1312
|
+
borderInlineEndColor?: all | borderInlineEndColor;
|
|
1313
|
+
borderInlineEndStyle?: all | borderInlineEndStyle;
|
|
1314
|
+
borderInlineEndWidth?: all | borderInlineEndWidth;
|
|
1315
|
+
borderInlineStart?: all | borderInlineStart;
|
|
1316
|
+
borderInlineStartColor?: all | borderInlineStartColor;
|
|
1317
|
+
borderInlineStartStyle?: all | borderInlineStartStyle;
|
|
1318
|
+
borderInlineStartWidth?: all | borderInlineStartWidth;
|
|
1319
|
+
borderLeft?: all | borderLeft;
|
|
1320
|
+
borderLeftColor?: all | borderLeftColor;
|
|
1321
|
+
borderLeftStyle?: all | borderLeftStyle;
|
|
1322
|
+
borderLeftWidth?: all | borderLeftWidth;
|
|
1323
|
+
borderRight?: all | borderRight;
|
|
1324
|
+
borderRightColor?: all | borderRightColor;
|
|
1325
|
+
borderRightStyle?: all | borderRightStyle;
|
|
1326
|
+
borderRightWidth?: all | borderRightWidth;
|
|
1327
|
+
borderSpacing?: all | borderSpacing;
|
|
1328
|
+
borderStyle?: all | borderStyle;
|
|
1329
|
+
borderTop?: all | borderTop;
|
|
1330
|
+
borderTopColor?: all | borderTopColor;
|
|
1331
|
+
|
|
1332
|
+
borderRadius?: all | borderRadius;
|
|
1333
|
+
borderEndStartRadius?: all | borderEndStartRadius;
|
|
1334
|
+
borderStartStartRadius?: all | borderStartStartRadius;
|
|
1335
|
+
borderStartEndRadius?: all | borderStartEndRadius;
|
|
1336
|
+
borderEndEndRadius?: all | borderEndEndRadius;
|
|
1337
|
+
borderTopLeftRadius?: all | borderTopLeftRadius;
|
|
1338
|
+
borderTopRightRadius?: all | borderTopRightRadius;
|
|
1339
|
+
borderBottomLeftRadius?: all | borderBottomLeftRadius;
|
|
1340
|
+
borderBottomRightRadius?: all | borderBottomRightRadius;
|
|
1341
|
+
|
|
1342
|
+
cornerShape?: all | cornerShape;
|
|
1343
|
+
cornerStartStartShape?: all | cornerStartStartShape;
|
|
1344
|
+
cornerStartEndShape?: all | cornerStartEndShape;
|
|
1345
|
+
cornerEndStartShape?: all | cornerEndStartShape;
|
|
1346
|
+
cornerEndEndShape?: all | cornerEndEndShape;
|
|
1347
|
+
cornerTopLeftShape?: all | cornerTopLeftShape;
|
|
1348
|
+
cornerTopRightShape?: all | cornerTopRightShape;
|
|
1349
|
+
cornerBottomLeftShape?: all | cornerBottomLeftShape;
|
|
1350
|
+
cornerBottomRightShape?: all | cornerBottomRightShape;
|
|
1351
|
+
|
|
1352
|
+
borderTopStyle?: all | borderTopStyle;
|
|
1353
|
+
borderTopWidth?: all | borderTopWidth;
|
|
1354
|
+
borderWidth?: all | borderWidth;
|
|
1355
|
+
bottom?: all | bottom;
|
|
1356
|
+
boxAlign?: all | boxAlign;
|
|
1357
|
+
boxDecorationBreak?: all | boxDecorationBreak;
|
|
1358
|
+
boxDirection?: all | boxDirection;
|
|
1359
|
+
boxFlex?: all | boxFlex;
|
|
1360
|
+
boxFlexGroup?: all | boxFlexGroup;
|
|
1361
|
+
boxLines?: all | boxLines;
|
|
1362
|
+
boxOrdinalGroup?: all | boxOrdinalGroup;
|
|
1363
|
+
boxOrient?: all | boxOrient;
|
|
1364
|
+
boxShadow?: all | boxShadow;
|
|
1365
|
+
boxSizing?: all | boxSizing;
|
|
1366
|
+
boxSuppress?: all | boxSuppress;
|
|
1367
|
+
breakAfter?: all | breakAfter;
|
|
1368
|
+
breakBefore?: all | breakBefore;
|
|
1369
|
+
breakInside?: all | breakInside;
|
|
1370
|
+
|
|
1371
|
+
captionSide?: all | captionSide;
|
|
1372
|
+
caret?: all | caret;
|
|
1373
|
+
caretColor?: all | caretColor;
|
|
1374
|
+
caretShape?: all | caretShape;
|
|
1375
|
+
clear?: all | clear;
|
|
1376
|
+
clip?: all | clip;
|
|
1377
|
+
clipPath?: all | clipPath;
|
|
1378
|
+
clipRule?: all | clipRule;
|
|
1379
|
+
color?: all | color;
|
|
1380
|
+
|
|
1381
|
+
colorScheme?: all | colorScheme;
|
|
1382
|
+
forcedColorAdjust?: all | forcedColorAdjust;
|
|
1383
|
+
printColorAdjust?: all | printColorAdjust;
|
|
1384
|
+
|
|
1385
|
+
columns?: all | columns;
|
|
1386
|
+
columnCount?: all | columnCount;
|
|
1387
|
+
columnWidth?: all | columnWidth;
|
|
1388
|
+
|
|
1389
|
+
columnRule?: all | columnRule;
|
|
1390
|
+
columnRuleColor?: all | columnRuleColor;
|
|
1391
|
+
columnRuleStyle?: all | columnRuleStyle;
|
|
1392
|
+
columnRuleWidth?: all | columnRuleWidth;
|
|
1393
|
+
|
|
1394
|
+
columnFill?: all | columnFill;
|
|
1395
|
+
columnGap?: all | columnGap;
|
|
1396
|
+
columnSpan?: all | columnSpan;
|
|
1397
|
+
|
|
1398
|
+
contain?: all | contain;
|
|
1399
|
+
containIntrinsicSize?: all | containIntrinsicSize;
|
|
1400
|
+
containIntrinsicBlockSize?: all | containIntrinsicBlockSize;
|
|
1401
|
+
containIntrinsicInlineSize?: all | containIntrinsicInlineSize;
|
|
1402
|
+
containIntrinsicHeight?: all | containIntrinsicHeight;
|
|
1403
|
+
containIntrinsicWidth?: all | containIntrinsicWidth;
|
|
1404
|
+
|
|
1405
|
+
container?: all | container;
|
|
1406
|
+
containerName?: all | containerName;
|
|
1407
|
+
containerType?: all | containerType;
|
|
1408
|
+
|
|
1409
|
+
contentVisibility?: all | contentVisibility;
|
|
1410
|
+
|
|
1411
|
+
content?: all | content;
|
|
1412
|
+
|
|
1413
|
+
counterIncrement?: all | counterIncrement;
|
|
1414
|
+
counterReset?: all | counterReset;
|
|
1415
|
+
counterSet?: all | counterSet;
|
|
1416
|
+
|
|
1417
|
+
cue?: all | cue;
|
|
1418
|
+
cueAfter?: all | cueAfter;
|
|
1419
|
+
cueBefore?: all | cueBefore;
|
|
1420
|
+
cursor?: all | cursor;
|
|
1421
|
+
direction?: all | direction;
|
|
1422
|
+
display?: all | display;
|
|
1423
|
+
displayInside?: all | displayInside;
|
|
1424
|
+
displayList?: all | displayList;
|
|
1425
|
+
displayOutside?: all | displayOutside;
|
|
1426
|
+
dominantBaseline?: all | dominantBaseline;
|
|
1427
|
+
emptyCells?: all | emptyCells;
|
|
1428
|
+
end?: all | end;
|
|
1429
|
+
fill?: all | fill;
|
|
1430
|
+
fillOpacity?: all | fillOpacity;
|
|
1431
|
+
fillRule?: all | fillRule;
|
|
1432
|
+
filter?: all | filter;
|
|
1433
|
+
flex?: all | flex;
|
|
1434
|
+
flexBasis?: all | flexBasis;
|
|
1435
|
+
flexDirection?: all | flexDirection;
|
|
1436
|
+
flexFlow?: all | flexFlow;
|
|
1437
|
+
flexGrow?: all | flexGrow;
|
|
1438
|
+
flexShrink?: all | flexShrink;
|
|
1439
|
+
flexWrap?: all | flexWrap;
|
|
1440
|
+
float?: all | float;
|
|
1441
|
+
|
|
1442
|
+
font?: all | font;
|
|
1443
|
+
fontFamily?: all | fontFamily;
|
|
1444
|
+
fontFeatureSettings?: all | fontFeatureSettings;
|
|
1445
|
+
fontKerning?: all | fontKerning;
|
|
1446
|
+
fontLanguageOverride?: all | fontLanguageOverride;
|
|
1447
|
+
fontSize?: all | fontSize;
|
|
1448
|
+
fontSizeAdjust?: all | fontSizeAdjust;
|
|
1449
|
+
fontStretch?: all | fontStretch;
|
|
1450
|
+
fontStyle?: all | fontStyle;
|
|
1451
|
+
fontSynthesis?: all | fontSynthesis;
|
|
1452
|
+
fontSynthesisWeight?: all | fontSynthesisWeight;
|
|
1453
|
+
fontSynthesisStyle?: all | fontSynthesisStyle;
|
|
1454
|
+
fontSynthesisSmallCaps?: all | fontSynthesisSmallCaps;
|
|
1455
|
+
fontSynthesisPosition?: all | fontSynthesisPosition;
|
|
1456
|
+
|
|
1457
|
+
fontVariant?: all | fontVariant;
|
|
1458
|
+
fontVariantAlternates?: all | fontVariantAlternates;
|
|
1459
|
+
fontVariantCaps?: all | fontVariantCaps;
|
|
1460
|
+
fontVariantEastAsian?: all | fontVariantEastAsian;
|
|
1461
|
+
fontVariantLigatures?: all | fontVariantLigatures;
|
|
1462
|
+
fontVariantNumeric?: all | fontVariantNumeric;
|
|
1463
|
+
fontVariantPosition?: all | fontVariantPosition;
|
|
1464
|
+
fontWeight?: all | fontWeight;
|
|
1465
|
+
|
|
1466
|
+
fontOpticalSizing?: all | fontOpticalSizing;
|
|
1467
|
+
fontPalette?: all | fontPalette;
|
|
1468
|
+
fontVariationSettings?: all | fontVariationSettings;
|
|
1469
|
+
|
|
1470
|
+
gap?: all | gap;
|
|
1471
|
+
glyphOrientationHorizontal?: all | glyphOrientationHorizontal;
|
|
1472
|
+
glyphOrientationVertical?: all | glyphOrientationVertical;
|
|
1473
|
+
grid?: all | grid;
|
|
1474
|
+
gridArea?: all | gridArea;
|
|
1475
|
+
gridAutoColumns?: all | gridAutoColumns;
|
|
1476
|
+
gridAutoFlow?: all | gridAutoFlow;
|
|
1477
|
+
gridAutoRows?: all | gridAutoRows;
|
|
1478
|
+
gridColumn?: all | gridColumn;
|
|
1479
|
+
gridColumnEnd?: all | gridColumnEnd;
|
|
1480
|
+
gridColumnGap?: all | gridColumnGap;
|
|
1481
|
+
gridColumnStart?: all | gridColumnStart;
|
|
1482
|
+
gridGap?: all | gridGap;
|
|
1483
|
+
gridRow?: all | gridRow;
|
|
1484
|
+
gridRowEnd?: all | gridRowEnd;
|
|
1485
|
+
gridRowGap?: all | gridRowGap;
|
|
1486
|
+
gridRowStart?: all | gridRowStart;
|
|
1487
|
+
gridTemplate?: all | gridTemplate;
|
|
1488
|
+
gridTemplateAreas?: all | gridTemplateAreas;
|
|
1489
|
+
gridTemplateColumns?: all | gridTemplateColumns;
|
|
1490
|
+
gridTemplateRows?: all | gridTemplateRows;
|
|
1491
|
+
|
|
1492
|
+
hangingPunctuation?: all | hangingPunctuation;
|
|
1493
|
+
hyphenateCharacter?: all | hyphenateCharacter;
|
|
1494
|
+
hyphenateLimitChars?: all | hyphenateLimitChars;
|
|
1495
|
+
hyphens?: all | hyphens;
|
|
1496
|
+
|
|
1497
|
+
height?: all | height;
|
|
1498
|
+
|
|
1499
|
+
imageOrientation?: all | imageOrientation;
|
|
1500
|
+
imageRendering?: all | imageRendering;
|
|
1501
|
+
imageResolution?: all | imageResolution;
|
|
1502
|
+
imeMode?: all | imeMode;
|
|
1503
|
+
|
|
1504
|
+
initialLetter?: all | initialLetter;
|
|
1505
|
+
initialLetterAlign?: all | initialLetterAlign;
|
|
1506
|
+
inlineSize?: all | inlineSize;
|
|
1507
|
+
|
|
1508
|
+
interpolateSize?: all | interpolateSize;
|
|
1509
|
+
|
|
1510
|
+
inset?: all | inset;
|
|
1511
|
+
insetBlock?: all | insetBlock;
|
|
1512
|
+
insetBlockEnd?: all | insetBlockEnd;
|
|
1513
|
+
insetBlockStart?: all | insetBlockStart;
|
|
1514
|
+
insetInline?: all | insetInline;
|
|
1515
|
+
insetInlineEnd?: all | insetInlineEnd;
|
|
1516
|
+
insetInlineStart?: all | insetInlineStart;
|
|
1517
|
+
|
|
1518
|
+
isolation?: all | isolation;
|
|
1519
|
+
kerning?: all | kerning;
|
|
1520
|
+
left?: all | left;
|
|
1521
|
+
letterSpacing?: all | letterSpacing;
|
|
1522
|
+
lineBreak?: all | lineBreak;
|
|
1523
|
+
lineHeight?: all | lineHeight;
|
|
1524
|
+
lineHeightStep?: all | lineHeightStep;
|
|
1525
|
+
listStyle?: all | listStyle;
|
|
1526
|
+
listStyleImage?: all | listStyleImage;
|
|
1527
|
+
listStylePosition?: all | listStylePosition;
|
|
1528
|
+
listStyleType?: all | listStyleType;
|
|
1529
|
+
margin?: all | margin;
|
|
1530
|
+
marginBlock?: all | marginBlock;
|
|
1531
|
+
marginBlockEnd?: all | marginBlockEnd;
|
|
1532
|
+
marginBlockStart?: all | marginBlockStart;
|
|
1533
|
+
marginBottom?: all | marginBottom;
|
|
1534
|
+
marginInline?: all | marginInline;
|
|
1535
|
+
marginInlineEnd?: all | marginInlineEnd;
|
|
1536
|
+
marginInlineStart?: all | marginInlineStart;
|
|
1537
|
+
marginLeft?: all | marginLeft;
|
|
1538
|
+
marginRight?: all | marginRight;
|
|
1539
|
+
marginTop?: all | marginTop;
|
|
1505
1540
|
marginTrim?:
|
|
1541
|
+
| all
|
|
1506
1542
|
| 'none'
|
|
1507
1543
|
| 'block'
|
|
1508
1544
|
| 'block-start'
|
|
@@ -1511,266 +1547,267 @@ export type CSSTypes = Readonly<{
|
|
|
1511
1547
|
| 'inline-start'
|
|
1512
1548
|
| 'inline-end';
|
|
1513
1549
|
|
|
1514
|
-
marker?: marker;
|
|
1515
|
-
markerEnd?: markerEnd;
|
|
1516
|
-
markerMid?: markerMid;
|
|
1517
|
-
markerOffset?: markerOffset;
|
|
1518
|
-
markerStart?: markerStart;
|
|
1519
|
-
mask?: mask;
|
|
1520
|
-
maskClip?: maskClip;
|
|
1521
|
-
maskComposite?: maskComposite;
|
|
1522
|
-
maskImage?: maskImage;
|
|
1523
|
-
maskMode?: maskMode;
|
|
1524
|
-
maskOrigin?: maskOrigin;
|
|
1525
|
-
maskPosition?: maskPosition;
|
|
1526
|
-
maskRepeat?: maskRepeat;
|
|
1527
|
-
maskSize?: maskSize;
|
|
1528
|
-
maskType?: maskType;
|
|
1529
|
-
|
|
1530
|
-
maskBorder?: maskBorder;
|
|
1531
|
-
maskBorderMode?: maskBorderMode;
|
|
1532
|
-
maskBorderOutset?: maskBorderOutset;
|
|
1533
|
-
maskBorderRepeat?: maskBorderRepeat;
|
|
1534
|
-
maskBorderSlice?: maskBorderSlice;
|
|
1535
|
-
maskBorderSource?: maskBorderSource;
|
|
1536
|
-
maskBorderWidth?: maskBorderWidth;
|
|
1537
|
-
|
|
1538
|
-
maxBlockSize?: maxBlockSize;
|
|
1539
|
-
maxHeight?: maxHeight;
|
|
1540
|
-
maxInlineSize?: maxInlineSize;
|
|
1541
|
-
maxWidth?: maxWidth;
|
|
1542
|
-
minBlockSize?: minBlockSize;
|
|
1543
|
-
minHeight?: minHeight;
|
|
1544
|
-
minInlineSize?: minInlineSize;
|
|
1545
|
-
minWidth?: minWidth;
|
|
1546
|
-
mixBlendMode?: mixBlendMode;
|
|
1547
|
-
motion?: motion;
|
|
1548
|
-
motionOffset?: motionOffset;
|
|
1549
|
-
motionPath?: motionPath;
|
|
1550
|
-
motionRotation?: motionRotation;
|
|
1551
|
-
MsOverflowStyle?: MsOverflowStyle;
|
|
1552
|
-
objectFit?: objectFit;
|
|
1553
|
-
objectPosition?: objectPosition;
|
|
1554
|
-
|
|
1555
|
-
offset?: offset;
|
|
1556
|
-
offsetAnchor?: offsetAnchor;
|
|
1557
|
-
offsetDistance?: offsetDistance;
|
|
1558
|
-
offsetPath?: offsetPath;
|
|
1559
|
-
offsetPosition?: offsetPosition;
|
|
1560
|
-
offsetRotate?: offsetRotate;
|
|
1561
|
-
|
|
1562
|
-
opacity?: opacity;
|
|
1563
|
-
order?: order;
|
|
1564
|
-
orphans?: orphans;
|
|
1565
|
-
outline?: outline;
|
|
1566
|
-
outlineColor?: outlineColor;
|
|
1567
|
-
outlineOffset?: outlineOffset;
|
|
1568
|
-
outlineStyle?: outlineStyle;
|
|
1569
|
-
outlineWidth?: outlineWidth;
|
|
1570
|
-
|
|
1571
|
-
overflow?: overflow;
|
|
1572
|
-
overflowBlock?: overflowBlock;
|
|
1573
|
-
overflowBlockX?: overflowBlockX;
|
|
1574
|
-
overflowX?: overflowX;
|
|
1575
|
-
overflowY?: overflowY;
|
|
1576
|
-
|
|
1577
|
-
overflowAnchor?: overflowAnchor;
|
|
1578
|
-
overflowClipMargin?: overflowClipMargin;
|
|
1579
|
-
overflowWrap?: overflowWrap;
|
|
1580
|
-
|
|
1581
|
-
overscrollBehavior?: overscrollBehavior;
|
|
1582
|
-
overscrollBehaviorBlock?: overscrollBehaviorBlock;
|
|
1583
|
-
overscrollBehaviorY?: overscrollBehaviorY;
|
|
1584
|
-
overscrollBehaviorInline?: overscrollBehaviorInline;
|
|
1585
|
-
overscrollBehaviorX?: overscrollBehaviorX;
|
|
1586
|
-
|
|
1587
|
-
padding?: padding;
|
|
1588
|
-
paddingBlock?: paddingBlock;
|
|
1589
|
-
paddingBlockEnd?: paddingBlockEnd;
|
|
1590
|
-
paddingBlockStart?: paddingBlockStart;
|
|
1591
|
-
paddingInline?: paddingInline;
|
|
1592
|
-
paddingInlineEnd?: paddingInlineEnd;
|
|
1593
|
-
paddingInlineStart?: paddingInlineStart;
|
|
1594
|
-
paddingBottom?: paddingBottom;
|
|
1595
|
-
paddingLeft?: paddingLeft;
|
|
1596
|
-
paddingRight?: paddingRight;
|
|
1597
|
-
paddingTop?: paddingTop;
|
|
1598
|
-
|
|
1599
|
-
page?: page;
|
|
1600
|
-
pageBreakAfter?: pageBreakAfter;
|
|
1601
|
-
pageBreakBefore?: pageBreakBefore;
|
|
1602
|
-
pageBreakInside?: pageBreakInside;
|
|
1603
|
-
paintOrder?: paintOrder;
|
|
1604
|
-
|
|
1605
|
-
pause?: pause;
|
|
1606
|
-
pauseAfter?: pauseAfter;
|
|
1607
|
-
pauseBefore?: pauseBefore;
|
|
1608
|
-
perspective?: perspective;
|
|
1609
|
-
perspectiveOrigin?: perspectiveOrigin;
|
|
1610
|
-
pointerEvents?: pointerEvents;
|
|
1611
|
-
|
|
1612
|
-
position?: position;
|
|
1613
|
-
positionAnchor?: positionAnchor;
|
|
1614
|
-
positionArea?: positionArea;
|
|
1615
|
-
positionTry?: positionTry;
|
|
1616
|
-
positionTryFallbacks?: positionTryFallbacks;
|
|
1617
|
-
positionTryOptions?: positionTryOptions;
|
|
1618
|
-
positionVisibility?: positionVisibility;
|
|
1619
|
-
|
|
1620
|
-
quotes?: quotes;
|
|
1621
|
-
resize?: resize;
|
|
1622
|
-
rest?: rest;
|
|
1623
|
-
restAfter?: restAfter;
|
|
1624
|
-
restBefore?: restBefore;
|
|
1625
|
-
right?: right;
|
|
1626
|
-
rowGap?: rowGap;
|
|
1627
|
-
|
|
1628
|
-
rubyAlign?: rubyAlign;
|
|
1629
|
-
rubyMerge?: rubyMerge;
|
|
1630
|
-
rubyPosition?: rubyPosition;
|
|
1631
|
-
|
|
1632
|
-
mathDepth?: mathDepth;
|
|
1633
|
-
mathShift?: mathShift;
|
|
1634
|
-
mathStyle?: mathStyle;
|
|
1635
|
-
|
|
1636
|
-
scrollBehavior?: scrollBehavior;
|
|
1637
|
-
|
|
1638
|
-
scrollMargin?: scrollMargin;
|
|
1639
|
-
scrollMarginTop?: scrollMarginTop;
|
|
1640
|
-
scrollMarginRight?: scrollMarginRight;
|
|
1641
|
-
scrollMarginBottom?: scrollMarginBottom;
|
|
1642
|
-
scrollMarginLeft?: scrollMarginLeft;
|
|
1643
|
-
scrollMarginBlock?: scrollMarginBlock;
|
|
1644
|
-
scrollMarginBlockEnd?: scrollMarginBlockEnd;
|
|
1645
|
-
scrollMarginBlockStart?: scrollMarginBlockStart;
|
|
1646
|
-
scrollMarginInline?: scrollMarginInline;
|
|
1647
|
-
scrollMarginInlineEnd?: scrollMarginInlineEnd;
|
|
1648
|
-
scrollMarginInlineStart?: scrollMarginInlineStart;
|
|
1649
|
-
|
|
1650
|
-
scrollPadding?: scrollPadding;
|
|
1651
|
-
scrollPaddingTop?: scrollPaddingTop;
|
|
1652
|
-
scrollPaddingRight?: scrollPaddingRight;
|
|
1653
|
-
scrollPaddingBottom?: scrollPaddingBottom;
|
|
1654
|
-
scrollPaddingLeft?: scrollPaddingLeft;
|
|
1655
|
-
scrollPaddingBlock?: scrollPaddingBlock;
|
|
1656
|
-
scrollPaddingBlockEnd?: scrollPaddingBlockEnd;
|
|
1657
|
-
scrollPaddingBlockStart?: scrollPaddingBlockStart;
|
|
1658
|
-
scrollPaddingInline?: scrollPaddingInline;
|
|
1659
|
-
scrollPaddingInlineEnd?: scrollPaddingInlineEnd;
|
|
1660
|
-
scrollPaddingInlineStart?: scrollPaddingInlineStart;
|
|
1661
|
-
|
|
1662
|
-
scrollSnapAlign?: scrollSnapAlign;
|
|
1663
|
-
scrollSnapStop?: scrollSnapStop;
|
|
1664
|
-
scrollSnapType?: scrollSnapType;
|
|
1665
|
-
|
|
1666
|
-
scrollTimeline?: scrollTimeline;
|
|
1667
|
-
scrollTimelineAxis?: scrollTimelineAxis;
|
|
1668
|
-
scrollTimelineName?: scrollTimelineName;
|
|
1669
|
-
|
|
1670
|
-
scrollbarColor?: scrollbarColor;
|
|
1671
|
-
scrollbarGutter?: scrollbarGutter;
|
|
1672
|
-
scrollbarWidth?: scrollbarWidth;
|
|
1673
|
-
|
|
1674
|
-
shapeImageThreshold?: shapeImageThreshold;
|
|
1675
|
-
shapeMargin?: shapeMargin;
|
|
1676
|
-
shapeOutside?: shapeOutside;
|
|
1677
|
-
shapeRendering?: shapeRendering;
|
|
1678
|
-
speakAs?: speakAs;
|
|
1679
|
-
src?: src;
|
|
1680
|
-
start?: start;
|
|
1681
|
-
stroke?: stroke;
|
|
1682
|
-
strokeDasharray?: strokeDasharray;
|
|
1683
|
-
strokeDashoffset?: strokeDashoffset;
|
|
1684
|
-
strokeLinecap?: strokeLinecap;
|
|
1685
|
-
strokeLinejoin?: strokeLinejoin;
|
|
1686
|
-
strokeMiterlimit?: strokeMiterlimit;
|
|
1687
|
-
strokeOpacity?: strokeOpacity;
|
|
1688
|
-
strokeWidth?: strokeWidth;
|
|
1689
|
-
tabSize?: tabSize;
|
|
1690
|
-
tableLayout?: tableLayout;
|
|
1691
|
-
textAlign?: textAlign;
|
|
1692
|
-
textAlignLast?: textAlignLast;
|
|
1693
|
-
textAnchor?: textAnchor;
|
|
1694
|
-
textCombineUpright?: textCombineUpright;
|
|
1695
|
-
|
|
1696
|
-
textDecoration?: textDecoration;
|
|
1697
|
-
textDecorationColor?: textDecorationColor;
|
|
1698
|
-
textDecorationLine?: textDecorationLine;
|
|
1699
|
-
textDecorationSkip?: textDecorationSkip;
|
|
1700
|
-
textDecorationSkipInk?: textDecorationSkipInk;
|
|
1701
|
-
textDecorationStyle?: textDecorationStyle;
|
|
1702
|
-
textDecorationThickness?: textDecorationThickness;
|
|
1703
|
-
|
|
1704
|
-
textEmphasis?: textEmphasis;
|
|
1705
|
-
textEmphasisColor?: textEmphasisColor;
|
|
1706
|
-
textEmphasisPosition?: textEmphasisPosition;
|
|
1707
|
-
textEmphasisStyle?: textEmphasisStyle;
|
|
1708
|
-
textIndent?: textIndent;
|
|
1550
|
+
marker?: all | marker;
|
|
1551
|
+
markerEnd?: all | markerEnd;
|
|
1552
|
+
markerMid?: all | markerMid;
|
|
1553
|
+
markerOffset?: all | markerOffset;
|
|
1554
|
+
markerStart?: all | markerStart;
|
|
1555
|
+
mask?: all | mask;
|
|
1556
|
+
maskClip?: all | maskClip;
|
|
1557
|
+
maskComposite?: all | maskComposite;
|
|
1558
|
+
maskImage?: all | maskImage;
|
|
1559
|
+
maskMode?: all | maskMode;
|
|
1560
|
+
maskOrigin?: all | maskOrigin;
|
|
1561
|
+
maskPosition?: all | maskPosition;
|
|
1562
|
+
maskRepeat?: all | maskRepeat;
|
|
1563
|
+
maskSize?: all | maskSize;
|
|
1564
|
+
maskType?: all | maskType;
|
|
1565
|
+
|
|
1566
|
+
maskBorder?: all | maskBorder;
|
|
1567
|
+
maskBorderMode?: all | maskBorderMode;
|
|
1568
|
+
maskBorderOutset?: all | maskBorderOutset;
|
|
1569
|
+
maskBorderRepeat?: all | maskBorderRepeat;
|
|
1570
|
+
maskBorderSlice?: all | maskBorderSlice;
|
|
1571
|
+
maskBorderSource?: all | maskBorderSource;
|
|
1572
|
+
maskBorderWidth?: all | maskBorderWidth;
|
|
1573
|
+
|
|
1574
|
+
maxBlockSize?: all | maxBlockSize;
|
|
1575
|
+
maxHeight?: all | maxHeight;
|
|
1576
|
+
maxInlineSize?: all | maxInlineSize;
|
|
1577
|
+
maxWidth?: all | maxWidth;
|
|
1578
|
+
minBlockSize?: all | minBlockSize;
|
|
1579
|
+
minHeight?: all | minHeight;
|
|
1580
|
+
minInlineSize?: all | minInlineSize;
|
|
1581
|
+
minWidth?: all | minWidth;
|
|
1582
|
+
mixBlendMode?: all | mixBlendMode;
|
|
1583
|
+
motion?: all | motion;
|
|
1584
|
+
motionOffset?: all | motionOffset;
|
|
1585
|
+
motionPath?: all | motionPath;
|
|
1586
|
+
motionRotation?: all | motionRotation;
|
|
1587
|
+
MsOverflowStyle?: all | MsOverflowStyle;
|
|
1588
|
+
objectFit?: all | objectFit;
|
|
1589
|
+
objectPosition?: all | objectPosition;
|
|
1590
|
+
|
|
1591
|
+
offset?: all | offset;
|
|
1592
|
+
offsetAnchor?: all | offsetAnchor;
|
|
1593
|
+
offsetDistance?: all | offsetDistance;
|
|
1594
|
+
offsetPath?: all | offsetPath;
|
|
1595
|
+
offsetPosition?: all | offsetPosition;
|
|
1596
|
+
offsetRotate?: all | offsetRotate;
|
|
1597
|
+
|
|
1598
|
+
opacity?: all | opacity;
|
|
1599
|
+
order?: all | order;
|
|
1600
|
+
orphans?: all | orphans;
|
|
1601
|
+
outline?: all | outline;
|
|
1602
|
+
outlineColor?: all | outlineColor;
|
|
1603
|
+
outlineOffset?: all | outlineOffset;
|
|
1604
|
+
outlineStyle?: all | outlineStyle;
|
|
1605
|
+
outlineWidth?: all | outlineWidth;
|
|
1606
|
+
|
|
1607
|
+
overflow?: all | overflow;
|
|
1608
|
+
overflowBlock?: all | overflowBlock;
|
|
1609
|
+
overflowBlockX?: all | overflowBlockX;
|
|
1610
|
+
overflowX?: all | overflowX;
|
|
1611
|
+
overflowY?: all | overflowY;
|
|
1612
|
+
|
|
1613
|
+
overflowAnchor?: all | overflowAnchor;
|
|
1614
|
+
overflowClipMargin?: all | overflowClipMargin;
|
|
1615
|
+
overflowWrap?: all | overflowWrap;
|
|
1616
|
+
|
|
1617
|
+
overscrollBehavior?: all | overscrollBehavior;
|
|
1618
|
+
overscrollBehaviorBlock?: all | overscrollBehaviorBlock;
|
|
1619
|
+
overscrollBehaviorY?: all | overscrollBehaviorY;
|
|
1620
|
+
overscrollBehaviorInline?: all | overscrollBehaviorInline;
|
|
1621
|
+
overscrollBehaviorX?: all | overscrollBehaviorX;
|
|
1622
|
+
|
|
1623
|
+
padding?: all | padding;
|
|
1624
|
+
paddingBlock?: all | paddingBlock;
|
|
1625
|
+
paddingBlockEnd?: all | paddingBlockEnd;
|
|
1626
|
+
paddingBlockStart?: all | paddingBlockStart;
|
|
1627
|
+
paddingInline?: all | paddingInline;
|
|
1628
|
+
paddingInlineEnd?: all | paddingInlineEnd;
|
|
1629
|
+
paddingInlineStart?: all | paddingInlineStart;
|
|
1630
|
+
paddingBottom?: all | paddingBottom;
|
|
1631
|
+
paddingLeft?: all | paddingLeft;
|
|
1632
|
+
paddingRight?: all | paddingRight;
|
|
1633
|
+
paddingTop?: all | paddingTop;
|
|
1634
|
+
|
|
1635
|
+
page?: all | page;
|
|
1636
|
+
pageBreakAfter?: all | pageBreakAfter;
|
|
1637
|
+
pageBreakBefore?: all | pageBreakBefore;
|
|
1638
|
+
pageBreakInside?: all | pageBreakInside;
|
|
1639
|
+
paintOrder?: all | paintOrder;
|
|
1640
|
+
|
|
1641
|
+
pause?: all | pause;
|
|
1642
|
+
pauseAfter?: all | pauseAfter;
|
|
1643
|
+
pauseBefore?: all | pauseBefore;
|
|
1644
|
+
perspective?: all | perspective;
|
|
1645
|
+
perspectiveOrigin?: all | perspectiveOrigin;
|
|
1646
|
+
pointerEvents?: all | pointerEvents;
|
|
1647
|
+
|
|
1648
|
+
position?: all | position;
|
|
1649
|
+
positionAnchor?: all | positionAnchor;
|
|
1650
|
+
positionArea?: all | positionArea;
|
|
1651
|
+
positionTry?: all | positionTry;
|
|
1652
|
+
positionTryFallbacks?: all | positionTryFallbacks;
|
|
1653
|
+
positionTryOptions?: all | positionTryOptions;
|
|
1654
|
+
positionVisibility?: all | positionVisibility;
|
|
1655
|
+
|
|
1656
|
+
quotes?: all | quotes;
|
|
1657
|
+
resize?: all | resize;
|
|
1658
|
+
rest?: all | rest;
|
|
1659
|
+
restAfter?: all | restAfter;
|
|
1660
|
+
restBefore?: all | restBefore;
|
|
1661
|
+
right?: all | right;
|
|
1662
|
+
rowGap?: all | rowGap;
|
|
1663
|
+
|
|
1664
|
+
rubyAlign?: all | rubyAlign;
|
|
1665
|
+
rubyMerge?: all | rubyMerge;
|
|
1666
|
+
rubyPosition?: all | rubyPosition;
|
|
1667
|
+
|
|
1668
|
+
mathDepth?: all | mathDepth;
|
|
1669
|
+
mathShift?: all | mathShift;
|
|
1670
|
+
mathStyle?: all | mathStyle;
|
|
1671
|
+
|
|
1672
|
+
scrollBehavior?: all | scrollBehavior;
|
|
1673
|
+
|
|
1674
|
+
scrollMargin?: all | scrollMargin;
|
|
1675
|
+
scrollMarginTop?: all | scrollMarginTop;
|
|
1676
|
+
scrollMarginRight?: all | scrollMarginRight;
|
|
1677
|
+
scrollMarginBottom?: all | scrollMarginBottom;
|
|
1678
|
+
scrollMarginLeft?: all | scrollMarginLeft;
|
|
1679
|
+
scrollMarginBlock?: all | scrollMarginBlock;
|
|
1680
|
+
scrollMarginBlockEnd?: all | scrollMarginBlockEnd;
|
|
1681
|
+
scrollMarginBlockStart?: all | scrollMarginBlockStart;
|
|
1682
|
+
scrollMarginInline?: all | scrollMarginInline;
|
|
1683
|
+
scrollMarginInlineEnd?: all | scrollMarginInlineEnd;
|
|
1684
|
+
scrollMarginInlineStart?: all | scrollMarginInlineStart;
|
|
1685
|
+
|
|
1686
|
+
scrollPadding?: all | scrollPadding;
|
|
1687
|
+
scrollPaddingTop?: all | scrollPaddingTop;
|
|
1688
|
+
scrollPaddingRight?: all | scrollPaddingRight;
|
|
1689
|
+
scrollPaddingBottom?: all | scrollPaddingBottom;
|
|
1690
|
+
scrollPaddingLeft?: all | scrollPaddingLeft;
|
|
1691
|
+
scrollPaddingBlock?: all | scrollPaddingBlock;
|
|
1692
|
+
scrollPaddingBlockEnd?: all | scrollPaddingBlockEnd;
|
|
1693
|
+
scrollPaddingBlockStart?: all | scrollPaddingBlockStart;
|
|
1694
|
+
scrollPaddingInline?: all | scrollPaddingInline;
|
|
1695
|
+
scrollPaddingInlineEnd?: all | scrollPaddingInlineEnd;
|
|
1696
|
+
scrollPaddingInlineStart?: all | scrollPaddingInlineStart;
|
|
1697
|
+
|
|
1698
|
+
scrollSnapAlign?: all | scrollSnapAlign;
|
|
1699
|
+
scrollSnapStop?: all | scrollSnapStop;
|
|
1700
|
+
scrollSnapType?: all | scrollSnapType;
|
|
1701
|
+
|
|
1702
|
+
scrollTimeline?: all | scrollTimeline;
|
|
1703
|
+
scrollTimelineAxis?: all | scrollTimelineAxis;
|
|
1704
|
+
scrollTimelineName?: all | scrollTimelineName;
|
|
1705
|
+
|
|
1706
|
+
scrollbarColor?: all | scrollbarColor;
|
|
1707
|
+
scrollbarGutter?: all | scrollbarGutter;
|
|
1708
|
+
scrollbarWidth?: all | scrollbarWidth;
|
|
1709
|
+
|
|
1710
|
+
shapeImageThreshold?: all | shapeImageThreshold;
|
|
1711
|
+
shapeMargin?: all | shapeMargin;
|
|
1712
|
+
shapeOutside?: all | shapeOutside;
|
|
1713
|
+
shapeRendering?: all | shapeRendering;
|
|
1714
|
+
speakAs?: all | speakAs;
|
|
1715
|
+
src?: all | src;
|
|
1716
|
+
start?: all | start;
|
|
1717
|
+
stroke?: all | stroke;
|
|
1718
|
+
strokeDasharray?: all | strokeDasharray;
|
|
1719
|
+
strokeDashoffset?: all | strokeDashoffset;
|
|
1720
|
+
strokeLinecap?: all | strokeLinecap;
|
|
1721
|
+
strokeLinejoin?: all | strokeLinejoin;
|
|
1722
|
+
strokeMiterlimit?: all | strokeMiterlimit;
|
|
1723
|
+
strokeOpacity?: all | strokeOpacity;
|
|
1724
|
+
strokeWidth?: all | strokeWidth;
|
|
1725
|
+
tabSize?: all | tabSize;
|
|
1726
|
+
tableLayout?: all | tableLayout;
|
|
1727
|
+
textAlign?: all | textAlign;
|
|
1728
|
+
textAlignLast?: all | textAlignLast;
|
|
1729
|
+
textAnchor?: all | textAnchor;
|
|
1730
|
+
textCombineUpright?: all | textCombineUpright;
|
|
1731
|
+
|
|
1732
|
+
textDecoration?: all | textDecoration;
|
|
1733
|
+
textDecorationColor?: all | textDecorationColor;
|
|
1734
|
+
textDecorationLine?: all | textDecorationLine;
|
|
1735
|
+
textDecorationSkip?: all | textDecorationSkip;
|
|
1736
|
+
textDecorationSkipInk?: all | textDecorationSkipInk;
|
|
1737
|
+
textDecorationStyle?: all | textDecorationStyle;
|
|
1738
|
+
textDecorationThickness?: all | textDecorationThickness;
|
|
1739
|
+
|
|
1740
|
+
textEmphasis?: all | textEmphasis;
|
|
1741
|
+
textEmphasisColor?: all | textEmphasisColor;
|
|
1742
|
+
textEmphasisPosition?: all | textEmphasisPosition;
|
|
1743
|
+
textEmphasisStyle?: all | textEmphasisStyle;
|
|
1744
|
+
textIndent?: all | textIndent;
|
|
1709
1745
|
textJustify?:
|
|
1746
|
+
| all
|
|
1710
1747
|
| 'none'
|
|
1711
1748
|
| 'auto'
|
|
1712
1749
|
| 'inter-word'
|
|
1713
1750
|
| 'inter-character'
|
|
1714
1751
|
| 'distribute';
|
|
1715
|
-
textOrientation?: textOrientation;
|
|
1716
|
-
textOverflow?: textOverflow;
|
|
1717
|
-
textRendering?: textRendering;
|
|
1718
|
-
textShadow?: textShadow;
|
|
1719
|
-
textSizeAdjust?: textSizeAdjust;
|
|
1720
|
-
textTransform?: textTransform;
|
|
1721
|
-
textUnderlineOffset?: textUnderlineOffset;
|
|
1722
|
-
textUnderlinePosition?: textUnderlinePosition;
|
|
1723
|
-
textWrap?: textWrap;
|
|
1724
|
-
|
|
1725
|
-
timelineScope?: timelineScope;
|
|
1726
|
-
top?: top;
|
|
1727
|
-
touchAction?: touchAction;
|
|
1728
|
-
|
|
1729
|
-
transform?: transform;
|
|
1730
|
-
transformBox?: transformBox;
|
|
1731
|
-
transformOrigin?: transformOrigin;
|
|
1732
|
-
transformStyle?: transformStyle;
|
|
1733
|
-
rotate?: rotate;
|
|
1734
|
-
scale?: scale;
|
|
1735
|
-
translate?: translate;
|
|
1736
|
-
|
|
1737
|
-
transition?: transition;
|
|
1738
|
-
transitionDelay?: transitionDelay;
|
|
1739
|
-
transitionDuration?: transitionDuration;
|
|
1740
|
-
transitionProperty?: transitionProperty;
|
|
1741
|
-
transitionTimingFunction?: transitionTimingFunction;
|
|
1742
|
-
unicodeBidi?: unicodeBidi;
|
|
1743
|
-
unicodeRange?: unicodeRange;
|
|
1744
|
-
userSelect?: userSelect;
|
|
1745
|
-
verticalAlign?: verticalAlign;
|
|
1746
|
-
|
|
1747
|
-
viewTimeline?: viewTimeline;
|
|
1748
|
-
viewTimelineAxis?: viewTimelineAxis;
|
|
1749
|
-
viewTimelineName?: viewTimelineName;
|
|
1750
|
-
viewTimelineInset?: viewTimelineInset;
|
|
1751
|
-
|
|
1752
|
-
viewTransitionName?: viewTransitionName;
|
|
1753
|
-
|
|
1754
|
-
visibility?: visibility;
|
|
1755
|
-
voiceBalance?: voiceBalance;
|
|
1756
|
-
voiceDuration?: voiceDuration;
|
|
1757
|
-
voiceFamily?: voiceFamily;
|
|
1758
|
-
voicePitch?: voicePitch;
|
|
1759
|
-
voiceRange?: voiceRange;
|
|
1760
|
-
voiceRate?: voiceRate;
|
|
1761
|
-
voiceStress?: voiceStress;
|
|
1762
|
-
voiceVolume?: voiceVolume;
|
|
1763
|
-
whiteSpace?: whiteSpace;
|
|
1764
|
-
whiteSpaceCollapse?: whiteSpaceCollapse;
|
|
1765
|
-
|
|
1766
|
-
widows?: widows;
|
|
1767
|
-
width?: width;
|
|
1768
|
-
willChange?: willChange;
|
|
1769
|
-
wordBreak?: wordBreak;
|
|
1770
|
-
wordSpacing?: wordSpacing;
|
|
1771
|
-
wordWrap?: wordWrap;
|
|
1772
|
-
writingMode?: writingMode;
|
|
1773
|
-
zIndex?: zIndex;
|
|
1774
|
-
|
|
1775
|
-
zoom?: zoom;
|
|
1752
|
+
textOrientation?: all | textOrientation;
|
|
1753
|
+
textOverflow?: all | textOverflow;
|
|
1754
|
+
textRendering?: all | textRendering;
|
|
1755
|
+
textShadow?: all | textShadow;
|
|
1756
|
+
textSizeAdjust?: all | textSizeAdjust;
|
|
1757
|
+
textTransform?: all | textTransform;
|
|
1758
|
+
textUnderlineOffset?: all | textUnderlineOffset;
|
|
1759
|
+
textUnderlinePosition?: all | textUnderlinePosition;
|
|
1760
|
+
textWrap?: all | textWrap;
|
|
1761
|
+
|
|
1762
|
+
timelineScope?: all | timelineScope;
|
|
1763
|
+
top?: all | top;
|
|
1764
|
+
touchAction?: all | touchAction;
|
|
1765
|
+
|
|
1766
|
+
transform?: all | transform;
|
|
1767
|
+
transformBox?: all | transformBox;
|
|
1768
|
+
transformOrigin?: all | transformOrigin;
|
|
1769
|
+
transformStyle?: all | transformStyle;
|
|
1770
|
+
rotate?: all | rotate;
|
|
1771
|
+
scale?: all | scale;
|
|
1772
|
+
translate?: all | translate;
|
|
1773
|
+
|
|
1774
|
+
transition?: all | transition;
|
|
1775
|
+
transitionDelay?: all | transitionDelay;
|
|
1776
|
+
transitionDuration?: all | transitionDuration;
|
|
1777
|
+
transitionProperty?: all | transitionProperty;
|
|
1778
|
+
transitionTimingFunction?: all | transitionTimingFunction;
|
|
1779
|
+
unicodeBidi?: all | unicodeBidi;
|
|
1780
|
+
unicodeRange?: all | unicodeRange;
|
|
1781
|
+
userSelect?: all | userSelect;
|
|
1782
|
+
verticalAlign?: all | verticalAlign;
|
|
1783
|
+
|
|
1784
|
+
viewTimeline?: all | viewTimeline;
|
|
1785
|
+
viewTimelineAxis?: all | viewTimelineAxis;
|
|
1786
|
+
viewTimelineName?: all | viewTimelineName;
|
|
1787
|
+
viewTimelineInset?: all | viewTimelineInset;
|
|
1788
|
+
|
|
1789
|
+
viewTransitionName?: all | viewTransitionName;
|
|
1790
|
+
|
|
1791
|
+
visibility?: all | visibility;
|
|
1792
|
+
voiceBalance?: all | voiceBalance;
|
|
1793
|
+
voiceDuration?: all | voiceDuration;
|
|
1794
|
+
voiceFamily?: all | voiceFamily;
|
|
1795
|
+
voicePitch?: all | voicePitch;
|
|
1796
|
+
voiceRange?: all | voiceRange;
|
|
1797
|
+
voiceRate?: all | voiceRate;
|
|
1798
|
+
voiceStress?: all | voiceStress;
|
|
1799
|
+
voiceVolume?: all | voiceVolume;
|
|
1800
|
+
whiteSpace?: all | whiteSpace;
|
|
1801
|
+
whiteSpaceCollapse?: all | whiteSpaceCollapse;
|
|
1802
|
+
|
|
1803
|
+
widows?: all | widows;
|
|
1804
|
+
width?: all | width;
|
|
1805
|
+
willChange?: all | willChange;
|
|
1806
|
+
wordBreak?: all | wordBreak;
|
|
1807
|
+
wordSpacing?: all | wordSpacing;
|
|
1808
|
+
wordWrap?: all | wordWrap;
|
|
1809
|
+
writingMode?: all | writingMode;
|
|
1810
|
+
zIndex?: all | zIndex;
|
|
1811
|
+
|
|
1812
|
+
zoom?: all | zoom;
|
|
1776
1813
|
}>;
|