@css-hooks/qwik 3.2.0-next.8 → 4.0.0-next.1
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/README.md +5 -5
- package/cjs/css-property-conflicts.js +6 -0
- package/cjs/index.js +4 -4
- package/esm/css-property-conflicts.js +5 -0
- package/esm/index.js +4 -4
- package/package.json +5 -3
- package/types/css-property-conflicts.d.ts +1566 -0
- package/types/index.d.ts +7 -5
|
@@ -0,0 +1,1566 @@
|
|
|
1
|
+
/** A map of conflicting CSS property names */
|
|
2
|
+
export type CSSPropertyConflicts = {
|
|
3
|
+
"-webkit-align-content": "WebkitAlignContent" | "align-content" | "alignContent" | "all" | "place-content" | "placeContent";
|
|
4
|
+
"-webkit-align-items": "WebkitAlignItems" | "align-items" | "alignItems" | "all" | "place-items" | "placeItems";
|
|
5
|
+
"-webkit-align-self": "WebkitAlignSelf" | "align-self" | "alignSelf" | "all" | "place-self" | "placeSelf";
|
|
6
|
+
"-webkit-animation": "-webkit-animation-delay" | "-webkit-animation-direction" | "-webkit-animation-duration" | "-webkit-animation-fill-mode" | "-webkit-animation-iteration-count" | "-webkit-animation-name" | "-webkit-animation-play-state" | "-webkit-animation-timing-function" | "WebkitAnimation" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animation-direction" | "animation-duration" | "animation-fill-mode" | "animation-iteration-count" | "animation-name" | "animation-play-state" | "animation-range" | "animation-range-end" | "animation-range-start" | "animation-timeline" | "animation-timing-function" | "animation-trigger" | "animationDelay" | "animationDelayEnd" | "animationDelayStart" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "animationTrigger";
|
|
7
|
+
"-webkit-animation-delay": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animationDelay" | "animationDelayEnd" | "animationDelayStart";
|
|
8
|
+
"-webkit-animation-direction": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationDirection" | "all" | "animation" | "animation-direction" | "animationDirection";
|
|
9
|
+
"-webkit-animation-duration": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationDuration" | "all" | "animation" | "animation-duration" | "animationDuration";
|
|
10
|
+
"-webkit-animation-fill-mode": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationFillMode" | "all" | "animation" | "animation-fill-mode" | "animationFillMode";
|
|
11
|
+
"-webkit-animation-iteration-count": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationIterationCount" | "all" | "animation" | "animation-iteration-count" | "animationIterationCount";
|
|
12
|
+
"-webkit-animation-name": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationName" | "all" | "animation" | "animation-name" | "animationName";
|
|
13
|
+
"-webkit-animation-play-state": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationPlayState" | "all" | "animation" | "animation-play-state" | "animationPlayState";
|
|
14
|
+
"-webkit-animation-timing-function": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animation-timing-function" | "animationTimingFunction";
|
|
15
|
+
"-webkit-appearance": "WebkitAppearance" | "all" | "appearance";
|
|
16
|
+
"-webkit-backface-visibility": "WebkitBackfaceVisibility" | "all" | "backface-visibility" | "backfaceVisibility";
|
|
17
|
+
"-webkit-background-clip": "WebkitBackgroundClip" | "all" | "background" | "background-clip" | "backgroundClip";
|
|
18
|
+
"-webkit-background-origin": "WebkitBackgroundOrigin" | "all" | "background" | "background-origin" | "backgroundOrigin";
|
|
19
|
+
"-webkit-background-size": "WebkitBackgroundSize" | "all" | "background" | "background-size" | "backgroundSize";
|
|
20
|
+
"-webkit-border-bottom-left-radius": "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart";
|
|
21
|
+
"-webkit-border-bottom-right-radius": "-webkit-border-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
|
|
22
|
+
"-webkit-border-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
23
|
+
"-webkit-border-top-left-radius": "-webkit-border-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
|
|
24
|
+
"-webkit-border-top-right-radius": "-webkit-border-radius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
|
|
25
|
+
"-webkit-box-align": "WebkitBoxAlign" | "all";
|
|
26
|
+
"-webkit-box-flex": "WebkitBoxFlex" | "all";
|
|
27
|
+
"-webkit-box-ordinal-group": "WebkitBoxOrdinalGroup" | "all";
|
|
28
|
+
"-webkit-box-orient": "WebkitBoxOrient" | "all";
|
|
29
|
+
"-webkit-box-pack": "WebkitBoxPack" | "all";
|
|
30
|
+
"-webkit-box-shadow": "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-blur" | "box-shadow-color" | "box-shadow-offset" | "box-shadow-position" | "box-shadow-spread" | "boxShadow" | "boxShadowBlur" | "boxShadowColor" | "boxShadowOffset" | "boxShadowPosition" | "boxShadowSpread";
|
|
31
|
+
"-webkit-box-sizing": "WebkitBoxSizing" | "all" | "box-sizing" | "boxSizing";
|
|
32
|
+
"-webkit-filter": "WebkitFilter" | "all" | "filter";
|
|
33
|
+
"-webkit-flex": "-webkit-flex-basis" | "-webkit-flex-grow" | "-webkit-flex-shrink" | "WebkitFlex" | "WebkitFlexBasis" | "WebkitFlexGrow" | "WebkitFlexShrink" | "all" | "flex" | "flex-basis" | "flex-grow" | "flex-shrink" | "flexBasis" | "flexGrow" | "flexShrink";
|
|
34
|
+
"-webkit-flex-basis": "-webkit-flex" | "WebkitFlex" | "WebkitFlexBasis" | "all" | "flex" | "flex-basis" | "flexBasis";
|
|
35
|
+
"-webkit-flex-direction": "-webkit-flex-flow" | "WebkitFlexDirection" | "WebkitFlexFlow" | "all" | "flex-direction" | "flex-flow" | "flexDirection" | "flexFlow";
|
|
36
|
+
"-webkit-flex-flow": "-webkit-flex-direction" | "-webkit-flex-wrap" | "WebkitFlexDirection" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-direction" | "flex-flow" | "flex-wrap" | "flexDirection" | "flexFlow" | "flexWrap";
|
|
37
|
+
"-webkit-flex-grow": "-webkit-flex" | "WebkitFlex" | "WebkitFlexGrow" | "all" | "flex" | "flex-grow" | "flexGrow";
|
|
38
|
+
"-webkit-flex-shrink": "-webkit-flex" | "WebkitFlex" | "WebkitFlexShrink" | "all" | "flex" | "flex-shrink" | "flexShrink";
|
|
39
|
+
"-webkit-flex-wrap": "-webkit-flex-flow" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-flow" | "flex-wrap" | "flexFlow" | "flexWrap";
|
|
40
|
+
"-webkit-justify-content": "WebkitJustifyContent" | "all" | "justify-content" | "justifyContent" | "place-content" | "placeContent";
|
|
41
|
+
"-webkit-line-clamp": "WebkitLineClamp" | "all" | "block-ellipsis" | "blockEllipsis" | "continue" | "line-clamp" | "lineClamp" | "max-lines" | "maxLines";
|
|
42
|
+
"-webkit-mask": "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "-webkit-mask-clip" | "-webkit-mask-composite" | "-webkit-mask-image" | "-webkit-mask-origin" | "-webkit-mask-position" | "-webkit-mask-repeat" | "-webkit-mask-size" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskRepeat" | "WebkitMaskSize" | "all" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "mask-clip" | "mask-composite" | "mask-image" | "mask-mode" | "mask-origin" | "mask-position" | "mask-repeat" | "mask-size" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize";
|
|
43
|
+
"-webkit-mask-box-image": "-webkit-mask" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth";
|
|
44
|
+
"-webkit-mask-box-image-outset": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "all" | "mask" | "mask-border" | "mask-border-outset" | "maskBorder" | "maskBorderOutset";
|
|
45
|
+
"-webkit-mask-box-image-repeat": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageRepeat" | "all" | "mask" | "mask-border" | "mask-border-repeat" | "maskBorder" | "maskBorderRepeat";
|
|
46
|
+
"-webkit-mask-box-image-slice": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSlice" | "all" | "mask" | "mask-border" | "mask-border-slice" | "maskBorder" | "maskBorderSlice";
|
|
47
|
+
"-webkit-mask-box-image-source": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSource" | "all" | "mask" | "mask-border" | "mask-border-source" | "maskBorder" | "maskBorderSource";
|
|
48
|
+
"-webkit-mask-box-image-width": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "mask-border-width" | "maskBorder" | "maskBorderWidth";
|
|
49
|
+
"-webkit-mask-clip": "-webkit-mask" | "WebkitMask" | "WebkitMaskClip" | "all" | "mask" | "mask-clip" | "maskClip";
|
|
50
|
+
"-webkit-mask-composite": "-webkit-mask" | "WebkitMask" | "WebkitMaskComposite" | "all" | "mask" | "mask-composite" | "maskComposite";
|
|
51
|
+
"-webkit-mask-image": "-webkit-mask" | "WebkitMask" | "WebkitMaskImage" | "all" | "mask" | "mask-image" | "maskImage";
|
|
52
|
+
"-webkit-mask-origin": "-webkit-mask" | "WebkitMask" | "WebkitMaskOrigin" | "all" | "mask" | "mask-origin" | "maskOrigin";
|
|
53
|
+
"-webkit-mask-position": "-webkit-mask" | "WebkitMask" | "WebkitMaskPosition" | "all" | "mask" | "mask-position" | "maskPosition";
|
|
54
|
+
"-webkit-mask-repeat": "-webkit-mask" | "WebkitMask" | "WebkitMaskRepeat" | "all" | "mask" | "mask-repeat" | "maskRepeat";
|
|
55
|
+
"-webkit-mask-size": "-webkit-mask" | "WebkitMask" | "WebkitMaskSize" | "all" | "mask" | "mask-size" | "maskSize";
|
|
56
|
+
"-webkit-order": "WebkitOrder" | "all" | "order";
|
|
57
|
+
"-webkit-perspective": "WebkitPerspective" | "all" | "perspective";
|
|
58
|
+
"-webkit-perspective-origin": "WebkitPerspectiveOrigin" | "all" | "perspective-origin" | "perspectiveOrigin";
|
|
59
|
+
"-webkit-text-fill-color": "WebkitTextFillColor" | "all";
|
|
60
|
+
"-webkit-text-size-adjust": "WebkitTextSizeAdjust" | "all" | "text-size-adjust" | "textSizeAdjust";
|
|
61
|
+
"-webkit-text-stroke": "-webkit-text-stroke-color" | "-webkit-text-stroke-width" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "all";
|
|
62
|
+
"-webkit-text-stroke-color": "-webkit-text-stroke" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "all";
|
|
63
|
+
"-webkit-text-stroke-width": "-webkit-text-stroke" | "WebkitTextStroke" | "WebkitTextStrokeWidth" | "all";
|
|
64
|
+
"-webkit-transform": "WebkitTransform" | "all" | "transform";
|
|
65
|
+
"-webkit-transform-origin": "WebkitTransformOrigin" | "all" | "transform-origin" | "transformOrigin";
|
|
66
|
+
"-webkit-transform-style": "WebkitTransformStyle" | "all" | "transform-style" | "transformStyle";
|
|
67
|
+
"-webkit-transition": "-webkit-transition-delay" | "-webkit-transition-duration" | "-webkit-transition-property" | "-webkit-transition-timing-function" | "WebkitTransition" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transition-behavior" | "transition-delay" | "transition-duration" | "transition-property" | "transition-timing-function" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction";
|
|
68
|
+
"-webkit-transition-delay": "-webkit-transition" | "WebkitTransition" | "WebkitTransitionDelay" | "all" | "transition" | "transition-delay" | "transitionDelay";
|
|
69
|
+
"-webkit-transition-duration": "-webkit-transition" | "WebkitTransition" | "WebkitTransitionDuration" | "all" | "transition" | "transition-duration" | "transitionDuration";
|
|
70
|
+
"-webkit-transition-property": "-webkit-transition" | "WebkitTransition" | "WebkitTransitionProperty" | "all" | "transition" | "transition-property" | "transitionProperty";
|
|
71
|
+
"-webkit-transition-timing-function": "-webkit-transition" | "WebkitTransition" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transition-timing-function" | "transitionTimingFunction";
|
|
72
|
+
"-webkit-user-select": "WebkitUserSelect" | "all";
|
|
73
|
+
"accent-color": "accentColor" | "all";
|
|
74
|
+
accentColor: "accent-color" | "all";
|
|
75
|
+
"align-content": "-webkit-align-content" | "WebkitAlignContent" | "alignContent" | "all" | "place-content" | "placeContent";
|
|
76
|
+
"align-items": "-webkit-align-items" | "WebkitAlignItems" | "alignItems" | "all" | "place-items" | "placeItems";
|
|
77
|
+
"align-self": "-webkit-align-self" | "WebkitAlignSelf" | "alignSelf" | "all" | "place-self" | "placeSelf";
|
|
78
|
+
alignContent: "-webkit-align-content" | "WebkitAlignContent" | "align-content" | "all" | "place-content" | "placeContent";
|
|
79
|
+
alignItems: "-webkit-align-items" | "WebkitAlignItems" | "align-items" | "all" | "place-items" | "placeItems";
|
|
80
|
+
"alignment-baseline": "alignmentBaseline" | "all" | "vertical-align" | "verticalAlign";
|
|
81
|
+
alignmentBaseline: "alignment-baseline" | "all" | "vertical-align" | "verticalAlign";
|
|
82
|
+
alignSelf: "-webkit-align-self" | "WebkitAlignSelf" | "align-self" | "all" | "place-self" | "placeSelf";
|
|
83
|
+
all: "-webkit-align-content" | "-webkit-align-items" | "-webkit-align-self" | "-webkit-animation" | "-webkit-animation-delay" | "-webkit-animation-direction" | "-webkit-animation-duration" | "-webkit-animation-fill-mode" | "-webkit-animation-iteration-count" | "-webkit-animation-name" | "-webkit-animation-play-state" | "-webkit-animation-timing-function" | "-webkit-appearance" | "-webkit-backface-visibility" | "-webkit-background-clip" | "-webkit-background-origin" | "-webkit-background-size" | "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "-webkit-box-align" | "-webkit-box-flex" | "-webkit-box-ordinal-group" | "-webkit-box-orient" | "-webkit-box-pack" | "-webkit-box-shadow" | "-webkit-box-sizing" | "-webkit-filter" | "-webkit-flex" | "-webkit-flex-basis" | "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-grow" | "-webkit-flex-shrink" | "-webkit-flex-wrap" | "-webkit-justify-content" | "-webkit-line-clamp" | "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "-webkit-mask-clip" | "-webkit-mask-composite" | "-webkit-mask-image" | "-webkit-mask-origin" | "-webkit-mask-position" | "-webkit-mask-repeat" | "-webkit-mask-size" | "-webkit-order" | "-webkit-perspective" | "-webkit-perspective-origin" | "-webkit-text-fill-color" | "-webkit-text-size-adjust" | "-webkit-text-stroke" | "-webkit-text-stroke-color" | "-webkit-text-stroke-width" | "-webkit-transform" | "-webkit-transform-origin" | "-webkit-transform-style" | "-webkit-transition" | "-webkit-transition-delay" | "-webkit-transition-duration" | "-webkit-transition-property" | "-webkit-transition-timing-function" | "-webkit-user-select" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimation" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxAlign" | "WebkitBoxFlex" | "WebkitBoxOrdinalGroup" | "WebkitBoxOrient" | "WebkitBoxPack" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitFilter" | "WebkitFlex" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexFlow" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitJustifyContent" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskRepeat" | "WebkitMaskSize" | "WebkitOrder" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitTextFillColor" | "WebkitTextSizeAdjust" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransition" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserSelect" | "accent-color" | "accentColor" | "align-content" | "align-items" | "align-self" | "alignContent" | "alignItems" | "alignSelf" | "alignment-baseline" | "alignmentBaseline" | "anchor-name" | "anchor-scope" | "anchorName" | "anchorScope" | "animation" | "animation-composition" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animation-direction" | "animation-duration" | "animation-fill-mode" | "animation-iteration-count" | "animation-name" | "animation-play-state" | "animation-range" | "animation-range-center" | "animation-range-end" | "animation-range-start" | "animation-timeline" | "animation-timing-function" | "animation-trigger" | "animationComposition" | "animationDelay" | "animationDelayEnd" | "animationDelayStart" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeCenter" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "animationTrigger" | "appearance" | "aspect-ratio" | "aspectRatio" | "backdrop-filter" | "backdropFilter" | "backface-visibility" | "backfaceVisibility" | "background" | "background-attachment" | "background-blend-mode" | "background-clip" | "background-color" | "background-image" | "background-origin" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y" | "background-repeat" | "background-repeat-block" | "background-repeat-inline" | "background-repeat-x" | "background-repeat-y" | "background-size" | "background-tbd" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundRepeatBlock" | "backgroundRepeatInline" | "backgroundRepeatX" | "backgroundRepeatY" | "backgroundSize" | "backgroundTbd" | "baseline-shift" | "baseline-source" | "baselineShift" | "baselineSource" | "block-ellipsis" | "block-size" | "block-step" | "block-step-align" | "block-step-insert" | "block-step-round" | "block-step-size" | "blockEllipsis" | "blockSize" | "blockStep" | "blockStepAlign" | "blockStepInsert" | "blockStepRound" | "blockStepSize" | "bookmark-label" | "bookmark-level" | "bookmark-state" | "bookmarkLabel" | "bookmarkLevel" | "bookmarkState" | "border" | "border-block" | "border-block-clip" | "border-block-color" | "border-block-end" | "border-block-end-clip" | "border-block-end-color" | "border-block-end-radius" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-clip" | "border-block-start-color" | "border-block-start-radius" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-clip" | "border-bottom-color" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-bottom-style" | "border-bottom-width" | "border-boundary" | "border-clip" | "border-collapse" | "border-color" | "border-end-end-radius" | "border-end-start-radius" | "border-image" | "border-image-outset" | "border-image-repeat" | "border-image-slice" | "border-image-source" | "border-image-width" | "border-inline" | "border-inline-clip" | "border-inline-color" | "border-inline-end" | "border-inline-end-clip" | "border-inline-end-color" | "border-inline-end-radius" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-clip" | "border-inline-start-color" | "border-inline-start-radius" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-clip" | "border-left-color" | "border-left-radius" | "border-left-style" | "border-left-width" | "border-limit" | "border-radius" | "border-right" | "border-right-clip" | "border-right-color" | "border-right-radius" | "border-right-style" | "border-right-width" | "border-shape" | "border-spacing" | "border-start-end-radius" | "border-start-start-radius" | "border-style" | "border-top" | "border-top-clip" | "border-top-color" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockClip" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndClip" | "borderBlockEndColor" | "borderBlockEndRadius" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartClip" | "borderBlockStartColor" | "borderBlockStartRadius" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomClip" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderBoundary" | "borderClip" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineClip" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndClip" | "borderInlineEndColor" | "borderInlineEndRadius" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartClip" | "borderInlineStartColor" | "borderInlineStartRadius" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftClip" | "borderLeftColor" | "borderLeftRadius" | "borderLeftStyle" | "borderLeftWidth" | "borderLimit" | "borderRadius" | "borderRight" | "borderRightClip" | "borderRightColor" | "borderRightRadius" | "borderRightStyle" | "borderRightWidth" | "borderShape" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopClip" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "box-decoration-break" | "box-shadow" | "box-shadow-blur" | "box-shadow-color" | "box-shadow-offset" | "box-shadow-position" | "box-shadow-spread" | "box-sizing" | "box-snap" | "boxDecorationBreak" | "boxShadow" | "boxShadowBlur" | "boxShadowColor" | "boxShadowOffset" | "boxShadowPosition" | "boxShadowSpread" | "boxSizing" | "boxSnap" | "break-after" | "break-before" | "break-inside" | "breakAfter" | "breakBefore" | "breakInside" | "caption-side" | "captionSide" | "caret" | "caret-animation" | "caret-color" | "caret-shape" | "caretAnimation" | "caretColor" | "caretShape" | "clear" | "clip" | "clip-path" | "clip-rule" | "clipPath" | "clipRule" | "color" | "color-adjust" | "color-interpolation" | "color-interpolation-filters" | "color-scheme" | "colorAdjust" | "colorInterpolation" | "colorInterpolationFilters" | "colorScheme" | "column-count" | "column-fill" | "column-gap" | "column-height" | "column-rule" | "column-rule-break" | "column-rule-color" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "column-rule-style" | "column-rule-visibility-items" | "column-rule-width" | "column-span" | "column-width" | "column-wrap" | "columnCount" | "columnFill" | "columnGap" | "columnHeight" | "columnRule" | "columnRuleBreak" | "columnRuleColor" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "columnRuleStyle" | "columnRuleVisibilityItems" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columnWrap" | "columns" | "contain" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "container" | "container-name" | "container-type" | "containerName" | "containerType" | "content" | "content-visibility" | "contentVisibility" | "continue" | "copy-into" | "copyInto" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape" | "counter-increment" | "counter-reset" | "counter-set" | "counterIncrement" | "counterReset" | "counterSet" | "cue" | "cue-after" | "cue-before" | "cueAfter" | "cueBefore" | "cursor" | "cx" | "cy" | "d" | "display" | "dominant-baseline" | "dominantBaseline" | "dynamic-range-limit" | "dynamicRangeLimit" | "empty-cells" | "emptyCells" | "event-trigger" | "event-trigger-name" | "event-trigger-source" | "eventTrigger" | "eventTriggerName" | "eventTriggerSource" | "field-sizing" | "fieldSizing" | "fill" | "fill-break" | "fill-color" | "fill-image" | "fill-opacity" | "fill-origin" | "fill-position" | "fill-repeat" | "fill-rule" | "fill-size" | "fillBreak" | "fillColor" | "fillImage" | "fillOpacity" | "fillOrigin" | "fillPosition" | "fillRepeat" | "fillRule" | "fillSize" | "filter" | "flex" | "flex-basis" | "flex-direction" | "flex-flow" | "flex-grow" | "flex-line-count" | "flex-shrink" | "flex-wrap" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexLineCount" | "flexShrink" | "flexWrap" | "float" | "float-defer" | "float-offset" | "float-reference" | "floatDefer" | "floatOffset" | "floatReference" | "flood-color" | "flood-opacity" | "floodColor" | "floodOpacity" | "flow-from" | "flow-into" | "flow-tolerance" | "flowFrom" | "flowInto" | "flowTolerance" | "font" | "font-family" | "font-feature-settings" | "font-kerning" | "font-language-override" | "font-optical-sizing" | "font-palette" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-synthesis" | "font-synthesis-position" | "font-synthesis-small-caps" | "font-synthesis-style" | "font-synthesis-weight" | "font-variant" | "font-variant-alternates" | "font-variant-caps" | "font-variant-east-asian" | "font-variant-emoji" | "font-variant-ligatures" | "font-variant-numeric" | "font-variant-position" | "font-variation-settings" | "font-weight" | "font-width" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "fontWidth" | "footnote-display" | "footnote-policy" | "footnoteDisplay" | "footnotePolicy" | "forced-color-adjust" | "forcedColorAdjust" | "frame-sizing" | "frameSizing" | "gap" | "glyph-orientation-vertical" | "glyphOrientationVertical" | "grid" | "grid-area" | "grid-auto-columns" | "grid-auto-flow" | "grid-auto-rows" | "grid-column" | "grid-column-end" | "grid-column-gap" | "grid-column-start" | "grid-gap" | "grid-row" | "grid-row-end" | "grid-row-gap" | "grid-row-start" | "grid-template" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hanging-punctuation" | "hangingPunctuation" | "height" | "hyphenate-character" | "hyphenate-limit-chars" | "hyphenate-limit-last" | "hyphenate-limit-lines" | "hyphenate-limit-zone" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphenateLimitLast" | "hyphenateLimitLines" | "hyphenateLimitZone" | "hyphens" | "image-animation" | "image-orientation" | "image-rendering" | "image-resolution" | "imageAnimation" | "imageOrientation" | "imageRendering" | "imageResolution" | "initial-letter" | "initial-letter-align" | "initial-letter-wrap" | "initialLetter" | "initialLetterAlign" | "initialLetterWrap" | "inline-size" | "inline-sizing" | "inlineSize" | "inlineSizing" | "input-security" | "inputSecurity" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interactivity" | "interest-delay" | "interest-delay-end" | "interest-delay-start" | "interestDelay" | "interestDelayEnd" | "interestDelayStart" | "interpolate-size" | "interpolateSize" | "isolation" | "justify-content" | "justify-items" | "justify-self" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letter-spacing" | "letterSpacing" | "lighting-color" | "lightingColor" | "line-break" | "line-clamp" | "line-fit-edge" | "line-grid" | "line-height" | "line-height-step" | "line-padding" | "line-snap" | "lineBreak" | "lineClamp" | "lineFitEdge" | "lineGrid" | "lineHeight" | "lineHeightStep" | "linePadding" | "lineSnap" | "link-parameters" | "linkParameters" | "list-style" | "list-style-image" | "list-style-position" | "list-style-type" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-bottom" | "margin-break" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top" | "margin-trim" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginBreak" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "marker-end" | "marker-mid" | "marker-side" | "marker-start" | "markerEnd" | "markerMid" | "markerSide" | "markerStart" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "mask-clip" | "mask-composite" | "mask-image" | "mask-mode" | "mask-origin" | "mask-position" | "mask-repeat" | "mask-size" | "mask-type" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "math-depth" | "math-shift" | "math-style" | "mathDepth" | "mathShift" | "mathStyle" | "max-block-size" | "max-height" | "max-inline-size" | "max-lines" | "max-width" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "min-block-size" | "min-height" | "min-inline-size" | "min-intrinsic-sizing" | "min-width" | "minBlockSize" | "minHeight" | "minInlineSize" | "minIntrinsicSizing" | "minWidth" | "mix-blend-mode" | "mixBlendMode" | "nav-down" | "nav-left" | "nav-right" | "nav-up" | "navDown" | "navLeft" | "navRight" | "navUp" | "object-fit" | "object-position" | "object-view-box" | "objectFit" | "objectPosition" | "objectViewBox" | "offset" | "offset-anchor" | "offset-distance" | "offset-path" | "offset-position" | "offset-rotate" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outline-color" | "outline-offset" | "outline-style" | "outline-width" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflow-anchor" | "overflow-block" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflow-inline" | "overflow-wrap" | "overflow-x" | "overflow-y" | "overflowAnchor" | "overflowBlock" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-bottom" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "page" | "page-break-after" | "page-break-before" | "page-break-inside" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paint-order" | "paintOrder" | "path-length" | "pathLength" | "pause" | "pause-after" | "pause-before" | "pauseAfter" | "pauseBefore" | "perspective" | "perspective-origin" | "perspectiveOrigin" | "place-content" | "place-items" | "place-self" | "placeContent" | "placeItems" | "placeSelf" | "pointer-events" | "pointer-timeline" | "pointer-timeline-axis" | "pointer-timeline-name" | "pointerEvents" | "pointerTimeline" | "pointerTimelineAxis" | "pointerTimelineName" | "position" | "position-anchor" | "position-area" | "position-try" | "position-try-fallbacks" | "position-try-order" | "position-visibility" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "print-color-adjust" | "printColorAdjust" | "quotes" | "r" | "reading-flow" | "reading-order" | "readingFlow" | "readingOrder" | "region-fragment" | "regionFragment" | "resize" | "rest" | "rest-after" | "rest-before" | "restAfter" | "restBefore" | "right" | "rotate" | "row-gap" | "row-rule" | "row-rule-break" | "row-rule-color" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "row-rule-style" | "row-rule-visibility-items" | "row-rule-width" | "rowGap" | "rowRule" | "rowRuleBreak" | "rowRuleColor" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rowRuleStyle" | "rowRuleVisibilityItems" | "rowRuleWidth" | "ruby-align" | "ruby-merge" | "ruby-overhang" | "ruby-position" | "rubyAlign" | "rubyMerge" | "rubyOverhang" | "rubyPosition" | "rule" | "rule-break" | "rule-color" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "rule-overlap" | "rule-style" | "rule-visibility-items" | "rule-width" | "ruleBreak" | "ruleColor" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart" | "ruleOverlap" | "ruleStyle" | "ruleVisibilityItems" | "ruleWidth" | "rx" | "ry" | "scale" | "scroll-axis-lock" | "scroll-behavior" | "scroll-initial-target" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scroll-marker-group" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scroll-snap-align" | "scroll-snap-stop" | "scroll-snap-type" | "scroll-target-group" | "scroll-timeline" | "scroll-timeline-axis" | "scroll-timeline-name" | "scrollAxisLock" | "scrollBehavior" | "scrollInitialTarget" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollMarkerGroup" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollTargetGroup" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbar-color" | "scrollbar-gutter" | "scrollbar-width" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shape-image-threshold" | "shape-inside" | "shape-margin" | "shape-outside" | "shape-padding" | "shape-rendering" | "shapeImageThreshold" | "shapeInside" | "shapeMargin" | "shapeOutside" | "shapePadding" | "shapeRendering" | "slider-orientation" | "sliderOrientation" | "spatial-navigation-action" | "spatial-navigation-contain" | "spatial-navigation-function" | "spatialNavigationAction" | "spatialNavigationContain" | "spatialNavigationFunction" | "speak" | "speak-as" | "speakAs" | "stop-color" | "stop-opacity" | "stopColor" | "stopOpacity" | "string-set" | "stringSet" | "stroke" | "stroke-align" | "stroke-alignment" | "stroke-break" | "stroke-color" | "stroke-dash-corner" | "stroke-dash-justify" | "stroke-dashadjust" | "stroke-dasharray" | "stroke-dashcorner" | "stroke-dashoffset" | "stroke-image" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-origin" | "stroke-position" | "stroke-repeat" | "stroke-size" | "stroke-width" | "strokeAlign" | "strokeAlignment" | "strokeBreak" | "strokeColor" | "strokeDashCorner" | "strokeDashJustify" | "strokeDashadjust" | "strokeDasharray" | "strokeDashcorner" | "strokeDashoffset" | "strokeImage" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeOrigin" | "strokePosition" | "strokeRepeat" | "strokeSize" | "strokeWidth" | "tab-size" | "tabSize" | "table-layout" | "tableLayout" | "text-align" | "text-align-all" | "text-align-last" | "text-anchor" | "text-autospace" | "text-box" | "text-box-edge" | "text-box-trim" | "text-combine-upright" | "text-decoration" | "text-decoration-color" | "text-decoration-inset" | "text-decoration-line" | "text-decoration-skip" | "text-decoration-skip-box" | "text-decoration-skip-ink" | "text-decoration-skip-self" | "text-decoration-skip-spaces" | "text-decoration-style" | "text-decoration-thickness" | "text-emphasis" | "text-emphasis-color" | "text-emphasis-position" | "text-emphasis-skip" | "text-emphasis-style" | "text-fit" | "text-group-align" | "text-indent" | "text-justify" | "text-orientation" | "text-overflow" | "text-rendering" | "text-shadow" | "text-size-adjust" | "text-spacing" | "text-spacing-trim" | "text-transform" | "text-underline-offset" | "text-underline-position" | "text-wrap" | "text-wrap-mode" | "text-wrap-style" | "textAlign" | "textAlignAll" | "textAlignLast" | "textAnchor" | "textAutospace" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationInset" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipBox" | "textDecorationSkipInk" | "textDecorationSkipSelf" | "textDecorationSkipSpaces" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisSkip" | "textEmphasisStyle" | "textFit" | "textGroupAlign" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacing" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timeline-scope" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timeline-trigger-name" | "timeline-trigger-source" | "timelineScope" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart" | "timelineTriggerName" | "timelineTriggerSource" | "top" | "touch-action" | "touchAction" | "transform" | "transform-box" | "transform-origin" | "transform-style" | "transformBox" | "transformOrigin" | "transformStyle" | "transition" | "transition-behavior" | "transition-delay" | "transition-duration" | "transition-property" | "transition-timing-function" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "trigger-scope" | "triggerScope" | "user-select" | "userSelect" | "vector-effect" | "vectorEffect" | "vertical-align" | "verticalAlign" | "view-timeline" | "view-timeline-axis" | "view-timeline-inset" | "view-timeline-name" | "view-transition-class" | "view-transition-group" | "view-transition-name" | "view-transition-scope" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionClass" | "viewTransitionGroup" | "viewTransitionName" | "viewTransitionScope" | "visibility" | "voice-balance" | "voice-duration" | "voice-family" | "voice-pitch" | "voice-range" | "voice-rate" | "voice-stress" | "voice-volume" | "voiceBalance" | "voiceDuration" | "voiceFamily" | "voicePitch" | "voiceRange" | "voiceRate" | "voiceStress" | "voiceVolume" | "white-space" | "white-space-collapse" | "white-space-trim" | "whiteSpace" | "whiteSpaceCollapse" | "whiteSpaceTrim" | "widows" | "width" | "will-change" | "willChange" | "window-drag" | "windowDrag" | "word-break" | "word-space-transform" | "word-spacing" | "word-wrap" | "wordBreak" | "wordSpaceTransform" | "wordSpacing" | "wordWrap" | "wrap-after" | "wrap-before" | "wrap-flow" | "wrap-inside" | "wrap-through" | "wrapAfter" | "wrapBefore" | "wrapFlow" | "wrapInside" | "wrapThrough" | "writing-mode" | "writingMode" | "x" | "y" | "z-index" | "zIndex" | "zoom";
|
|
84
|
+
"anchor-name": "all" | "anchorName";
|
|
85
|
+
"anchor-scope": "all" | "anchorScope";
|
|
86
|
+
anchorName: "all" | "anchor-name";
|
|
87
|
+
anchorScope: "all" | "anchor-scope";
|
|
88
|
+
animation: "-webkit-animation" | "-webkit-animation-delay" | "-webkit-animation-direction" | "-webkit-animation-duration" | "-webkit-animation-fill-mode" | "-webkit-animation-iteration-count" | "-webkit-animation-name" | "-webkit-animation-play-state" | "-webkit-animation-timing-function" | "WebkitAnimation" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "all" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animation-direction" | "animation-duration" | "animation-fill-mode" | "animation-iteration-count" | "animation-name" | "animation-play-state" | "animation-range" | "animation-range-end" | "animation-range-start" | "animation-timeline" | "animation-timing-function" | "animation-trigger" | "animationDelay" | "animationDelayEnd" | "animationDelayStart" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "animationTrigger";
|
|
89
|
+
"animation-composition": "all" | "animationComposition";
|
|
90
|
+
"animation-delay": "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay-end" | "animation-delay-start" | "animationDelay" | "animationDelayEnd" | "animationDelayStart";
|
|
91
|
+
"animation-delay-end": "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animationDelay" | "animationDelayEnd";
|
|
92
|
+
"animation-delay-start": "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animationDelay" | "animationDelayStart";
|
|
93
|
+
"animation-direction": "-webkit-animation" | "-webkit-animation-direction" | "WebkitAnimation" | "WebkitAnimationDirection" | "all" | "animation" | "animationDirection";
|
|
94
|
+
"animation-duration": "-webkit-animation" | "-webkit-animation-duration" | "WebkitAnimation" | "WebkitAnimationDuration" | "all" | "animation" | "animationDuration";
|
|
95
|
+
"animation-fill-mode": "-webkit-animation" | "-webkit-animation-fill-mode" | "WebkitAnimation" | "WebkitAnimationFillMode" | "all" | "animation" | "animationFillMode";
|
|
96
|
+
"animation-iteration-count": "-webkit-animation" | "-webkit-animation-iteration-count" | "WebkitAnimation" | "WebkitAnimationIterationCount" | "all" | "animation" | "animationIterationCount";
|
|
97
|
+
"animation-name": "-webkit-animation" | "-webkit-animation-name" | "WebkitAnimation" | "WebkitAnimationName" | "all" | "animation" | "animationName";
|
|
98
|
+
"animation-play-state": "-webkit-animation" | "-webkit-animation-play-state" | "WebkitAnimation" | "WebkitAnimationPlayState" | "all" | "animation" | "animationPlayState";
|
|
99
|
+
"animation-range": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range-end" | "animation-range-start" | "animationRange" | "animationRangeEnd" | "animationRangeStart";
|
|
100
|
+
"animation-range-center": "all" | "animationRangeCenter";
|
|
101
|
+
"animation-range-end": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animationRange" | "animationRangeEnd";
|
|
102
|
+
"animation-range-start": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animationRange" | "animationRangeStart";
|
|
103
|
+
"animation-timeline": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animationTimeline";
|
|
104
|
+
"animation-timing-function": "-webkit-animation" | "-webkit-animation-timing-function" | "WebkitAnimation" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animationTimingFunction";
|
|
105
|
+
"animation-trigger": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animationTrigger";
|
|
106
|
+
animationComposition: "all" | "animation-composition";
|
|
107
|
+
animationDelay: "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animationDelayEnd" | "animationDelayStart";
|
|
108
|
+
animationDelayEnd: "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animationDelay";
|
|
109
|
+
animationDelayStart: "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animation-delay-start" | "animationDelay";
|
|
110
|
+
animationDirection: "-webkit-animation" | "-webkit-animation-direction" | "WebkitAnimation" | "WebkitAnimationDirection" | "all" | "animation" | "animation-direction";
|
|
111
|
+
animationDuration: "-webkit-animation" | "-webkit-animation-duration" | "WebkitAnimation" | "WebkitAnimationDuration" | "all" | "animation" | "animation-duration";
|
|
112
|
+
animationFillMode: "-webkit-animation" | "-webkit-animation-fill-mode" | "WebkitAnimation" | "WebkitAnimationFillMode" | "all" | "animation" | "animation-fill-mode";
|
|
113
|
+
animationIterationCount: "-webkit-animation" | "-webkit-animation-iteration-count" | "WebkitAnimation" | "WebkitAnimationIterationCount" | "all" | "animation" | "animation-iteration-count";
|
|
114
|
+
animationName: "-webkit-animation" | "-webkit-animation-name" | "WebkitAnimation" | "WebkitAnimationName" | "all" | "animation" | "animation-name";
|
|
115
|
+
animationPlayState: "-webkit-animation" | "-webkit-animation-play-state" | "WebkitAnimation" | "WebkitAnimationPlayState" | "all" | "animation" | "animation-play-state";
|
|
116
|
+
animationRange: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animation-range-end" | "animation-range-start" | "animationRangeEnd" | "animationRangeStart";
|
|
117
|
+
animationRangeCenter: "all" | "animation-range-center";
|
|
118
|
+
animationRangeEnd: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animation-range-end" | "animationRange";
|
|
119
|
+
animationRangeStart: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animation-range-start" | "animationRange";
|
|
120
|
+
animationTimeline: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-timeline";
|
|
121
|
+
animationTimingFunction: "-webkit-animation" | "-webkit-animation-timing-function" | "WebkitAnimation" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animation-timing-function";
|
|
122
|
+
animationTrigger: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-trigger";
|
|
123
|
+
appearance: "-webkit-appearance" | "WebkitAppearance" | "all";
|
|
124
|
+
"aspect-ratio": "all" | "aspectRatio";
|
|
125
|
+
aspectRatio: "all" | "aspect-ratio";
|
|
126
|
+
"backdrop-filter": "all" | "backdropFilter";
|
|
127
|
+
backdropFilter: "all" | "backdrop-filter";
|
|
128
|
+
"backface-visibility": "-webkit-backface-visibility" | "WebkitBackfaceVisibility" | "all" | "backfaceVisibility";
|
|
129
|
+
backfaceVisibility: "-webkit-backface-visibility" | "WebkitBackfaceVisibility" | "all" | "backface-visibility";
|
|
130
|
+
background: "-webkit-background-clip" | "-webkit-background-origin" | "-webkit-background-size" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "all" | "background-attachment" | "background-blend-mode" | "background-clip" | "background-color" | "background-image" | "background-origin" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y" | "background-repeat" | "background-size" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize";
|
|
131
|
+
"background-attachment": "all" | "background" | "backgroundAttachment";
|
|
132
|
+
"background-blend-mode": "all" | "background" | "backgroundBlendMode";
|
|
133
|
+
"background-clip": "-webkit-background-clip" | "WebkitBackgroundClip" | "all" | "background" | "backgroundClip";
|
|
134
|
+
"background-color": "all" | "background" | "backgroundColor";
|
|
135
|
+
"background-image": "all" | "background" | "backgroundImage";
|
|
136
|
+
"background-origin": "-webkit-background-origin" | "WebkitBackgroundOrigin" | "all" | "background" | "backgroundOrigin";
|
|
137
|
+
"background-position": "all" | "background" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY";
|
|
138
|
+
"background-position-block": "all" | "background" | "background-position" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionX" | "backgroundPositionY";
|
|
139
|
+
"background-position-inline": "all" | "background" | "background-position" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY";
|
|
140
|
+
"background-position-x": "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX";
|
|
141
|
+
"background-position-y": "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionY";
|
|
142
|
+
"background-repeat": "all" | "background" | "backgroundRepeat";
|
|
143
|
+
"background-repeat-block": "all" | "background-repeat-x" | "background-repeat-y" | "backgroundRepeatBlock" | "backgroundRepeatX" | "backgroundRepeatY";
|
|
144
|
+
"background-repeat-inline": "all" | "background-repeat-x" | "background-repeat-y" | "backgroundRepeatInline" | "backgroundRepeatX" | "backgroundRepeatY";
|
|
145
|
+
"background-repeat-x": "all" | "background-repeat-block" | "background-repeat-inline" | "backgroundRepeatBlock" | "backgroundRepeatInline" | "backgroundRepeatX";
|
|
146
|
+
"background-repeat-y": "all" | "background-repeat-block" | "background-repeat-inline" | "backgroundRepeatBlock" | "backgroundRepeatInline" | "backgroundRepeatY";
|
|
147
|
+
"background-size": "-webkit-background-size" | "WebkitBackgroundSize" | "all" | "background" | "backgroundSize";
|
|
148
|
+
"background-tbd": "all" | "backgroundTbd";
|
|
149
|
+
backgroundAttachment: "all" | "background" | "background-attachment";
|
|
150
|
+
backgroundBlendMode: "all" | "background" | "background-blend-mode";
|
|
151
|
+
backgroundClip: "-webkit-background-clip" | "WebkitBackgroundClip" | "all" | "background" | "background-clip";
|
|
152
|
+
backgroundColor: "all" | "background" | "background-color";
|
|
153
|
+
backgroundImage: "all" | "background" | "background-image";
|
|
154
|
+
backgroundOrigin: "-webkit-background-origin" | "WebkitBackgroundOrigin" | "all" | "background" | "background-origin";
|
|
155
|
+
backgroundPosition: "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY";
|
|
156
|
+
backgroundPositionBlock: "all" | "background" | "background-position" | "background-position-block" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY";
|
|
157
|
+
backgroundPositionInline: "all" | "background" | "background-position" | "background-position-inline" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY";
|
|
158
|
+
backgroundPositionX: "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-x" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline";
|
|
159
|
+
backgroundPositionY: "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-y" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline";
|
|
160
|
+
backgroundRepeat: "all" | "background" | "background-repeat";
|
|
161
|
+
backgroundRepeatBlock: "all" | "background-repeat-block" | "background-repeat-x" | "background-repeat-y" | "backgroundRepeatX" | "backgroundRepeatY";
|
|
162
|
+
backgroundRepeatInline: "all" | "background-repeat-inline" | "background-repeat-x" | "background-repeat-y" | "backgroundRepeatX" | "backgroundRepeatY";
|
|
163
|
+
backgroundRepeatX: "all" | "background-repeat-block" | "background-repeat-inline" | "background-repeat-x" | "backgroundRepeatBlock" | "backgroundRepeatInline";
|
|
164
|
+
backgroundRepeatY: "all" | "background-repeat-block" | "background-repeat-inline" | "background-repeat-y" | "backgroundRepeatBlock" | "backgroundRepeatInline";
|
|
165
|
+
backgroundSize: "-webkit-background-size" | "WebkitBackgroundSize" | "all" | "background" | "background-size";
|
|
166
|
+
backgroundTbd: "all" | "background-tbd";
|
|
167
|
+
"baseline-shift": "all" | "baselineShift" | "vertical-align" | "verticalAlign";
|
|
168
|
+
"baseline-source": "all" | "baselineSource" | "vertical-align" | "verticalAlign";
|
|
169
|
+
baselineShift: "all" | "baseline-shift" | "vertical-align" | "verticalAlign";
|
|
170
|
+
baselineSource: "all" | "baseline-source" | "vertical-align" | "verticalAlign";
|
|
171
|
+
"block-ellipsis": "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "blockEllipsis" | "line-clamp" | "lineClamp";
|
|
172
|
+
"block-size": "all" | "blockSize" | "height" | "width";
|
|
173
|
+
"block-step": "all" | "block-step-align" | "block-step-insert" | "block-step-round" | "block-step-size" | "blockStep" | "blockStepAlign" | "blockStepInsert" | "blockStepRound" | "blockStepSize";
|
|
174
|
+
"block-step-align": "all" | "block-step" | "blockStep" | "blockStepAlign";
|
|
175
|
+
"block-step-insert": "all" | "block-step" | "blockStep" | "blockStepInsert";
|
|
176
|
+
"block-step-round": "all" | "block-step" | "blockStep" | "blockStepRound";
|
|
177
|
+
"block-step-size": "all" | "block-step" | "blockStep" | "blockStepSize";
|
|
178
|
+
blockEllipsis: "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "block-ellipsis" | "line-clamp" | "lineClamp";
|
|
179
|
+
blockSize: "all" | "block-size" | "height" | "width";
|
|
180
|
+
blockStep: "all" | "block-step" | "block-step-align" | "block-step-insert" | "block-step-round" | "block-step-size" | "blockStepAlign" | "blockStepInsert" | "blockStepRound" | "blockStepSize";
|
|
181
|
+
blockStepAlign: "all" | "block-step" | "block-step-align" | "blockStep";
|
|
182
|
+
blockStepInsert: "all" | "block-step" | "block-step-insert" | "blockStep";
|
|
183
|
+
blockStepRound: "all" | "block-step" | "block-step-round" | "blockStep";
|
|
184
|
+
blockStepSize: "all" | "block-step" | "block-step-size" | "blockStep";
|
|
185
|
+
"bookmark-label": "all" | "bookmarkLabel";
|
|
186
|
+
"bookmark-level": "all" | "bookmarkLevel";
|
|
187
|
+
"bookmark-state": "all" | "bookmarkState";
|
|
188
|
+
bookmarkLabel: "all" | "bookmark-label";
|
|
189
|
+
bookmarkLevel: "all" | "bookmark-level";
|
|
190
|
+
bookmarkState: "all" | "bookmark-state";
|
|
191
|
+
border: "all" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-image" | "border-image-outset" | "border-image-repeat" | "border-image-slice" | "border-image-source" | "border-image-width" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
192
|
+
"border-block": "all" | "border" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
193
|
+
"border-block-clip": "all" | "border-block-end-clip" | "border-block-start-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
194
|
+
"border-block-color": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
195
|
+
"border-block-end": "all" | "border" | "border-block" | "border-block-color" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
196
|
+
"border-block-end-clip": "all" | "border-block-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
197
|
+
"border-block-end-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
198
|
+
"border-block-end-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
199
|
+
"border-block-end-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
200
|
+
"border-block-end-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
201
|
+
"border-block-start": "all" | "border" | "border-block" | "border-block-color" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
202
|
+
"border-block-start-clip": "all" | "border-block-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBlockClip" | "borderBlockStartClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
203
|
+
"border-block-start-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-start" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
204
|
+
"border-block-start-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
205
|
+
"border-block-start-style": "all" | "border" | "border-block" | "border-block-start" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
206
|
+
"border-block-start-width": "all" | "border" | "border-block" | "border-block-start" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
207
|
+
"border-block-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
208
|
+
"border-block-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
209
|
+
"border-bottom": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-style" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderStyle" | "borderWidth";
|
|
210
|
+
"border-bottom-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
|
|
211
|
+
"border-bottom-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor";
|
|
212
|
+
"border-bottom-left-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart";
|
|
213
|
+
"border-bottom-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
|
|
214
|
+
"border-bottom-right-radius": "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
|
|
215
|
+
"border-bottom-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-bottom" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderStyle";
|
|
216
|
+
"border-bottom-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-bottom" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderWidth";
|
|
217
|
+
"border-boundary": "all" | "borderBoundary";
|
|
218
|
+
"border-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-bottom-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
219
|
+
"border-collapse": "all" | "borderCollapse";
|
|
220
|
+
"border-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-bottom-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
221
|
+
"border-end-end-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
222
|
+
"border-end-start-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-start" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndStart" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
223
|
+
"border-image": "all" | "border" | "border-image-outset" | "border-image-repeat" | "border-image-slice" | "border-image-source" | "border-image-width" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth";
|
|
224
|
+
"border-image-outset": "all" | "border" | "border-image" | "borderImage" | "borderImageOutset";
|
|
225
|
+
"border-image-repeat": "all" | "border" | "border-image" | "borderImage" | "borderImageRepeat";
|
|
226
|
+
"border-image-slice": "all" | "border" | "border-image" | "borderImage" | "borderImageSlice";
|
|
227
|
+
"border-image-source": "all" | "border" | "border-image" | "borderImage" | "borderImageSource";
|
|
228
|
+
"border-image-width": "all" | "border" | "border-image" | "borderImage" | "borderImageWidth";
|
|
229
|
+
"border-inline": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
230
|
+
"border-inline-clip": "all" | "border-bottom-clip" | "border-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
231
|
+
"border-inline-color": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
232
|
+
"border-inline-end": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
233
|
+
"border-inline-end-clip": "all" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
234
|
+
"border-inline-end-color": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
235
|
+
"border-inline-end-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-start-end" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
236
|
+
"border-inline-end-style": "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
237
|
+
"border-inline-end-width": "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
238
|
+
"border-inline-start": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
239
|
+
"border-inline-start-clip": "all" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderInlineStartClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
240
|
+
"border-inline-start-color": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-start" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
241
|
+
"border-inline-start-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-start" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndStart" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
242
|
+
"border-inline-start-style": "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-start" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
243
|
+
"border-inline-start-width": "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-start" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
244
|
+
"border-inline-style": "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
245
|
+
"border-inline-width": "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
246
|
+
"border-left": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left-color" | "border-left-style" | "border-left-width" | "border-style" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderStyle" | "borderWidth";
|
|
247
|
+
"border-left-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderLeftClip";
|
|
248
|
+
"border-left-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft" | "borderLeftColor";
|
|
249
|
+
"border-left-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
|
|
250
|
+
"border-left-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-left" | "border-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderStyle";
|
|
251
|
+
"border-left-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-left" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderWidth";
|
|
252
|
+
"border-limit": "all" | "borderLimit";
|
|
253
|
+
"border-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
254
|
+
"border-right": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderWidth";
|
|
255
|
+
"border-right-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderRightClip";
|
|
256
|
+
"border-right-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-right" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderRight" | "borderRightColor";
|
|
257
|
+
"border-right-radius": "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
|
|
258
|
+
"border-right-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-right" | "border-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderRight" | "borderRightStyle" | "borderStyle";
|
|
259
|
+
"border-right-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-right" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderRight" | "borderRightWidth" | "borderWidth";
|
|
260
|
+
"border-shape": "all" | "borderShape";
|
|
261
|
+
"border-spacing": "all" | "borderSpacing";
|
|
262
|
+
"border-start-end-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-start-end" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
263
|
+
"border-start-start-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
264
|
+
"border-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
265
|
+
"border-top": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-style" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
266
|
+
"border-top-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderTopClip";
|
|
267
|
+
"border-top-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-top" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderTop" | "borderTopColor";
|
|
268
|
+
"border-top-left-radius": "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
|
|
269
|
+
"border-top-radius": "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
270
|
+
"border-top-right-radius": "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
|
|
271
|
+
"border-top-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-style" | "border-top" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
272
|
+
"border-top-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-top" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
273
|
+
"border-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
274
|
+
borderBlock: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
275
|
+
borderBlockClip: "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
276
|
+
borderBlockColor: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
277
|
+
borderBlockEnd: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
278
|
+
borderBlockEndClip: "all" | "border-block-clip" | "border-block-end-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBlockClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
279
|
+
borderBlockEndColor: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
280
|
+
borderBlockEndRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
281
|
+
borderBlockEndStyle: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockEnd" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
282
|
+
borderBlockEndWidth: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
283
|
+
borderBlockStart: "all" | "border" | "border-block" | "border-block-color" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
284
|
+
borderBlockStartClip: "all" | "border-block-clip" | "border-block-start-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBlockClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
285
|
+
borderBlockStartColor: "all" | "border" | "border-block" | "border-block-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockColor" | "borderBlockStart" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
286
|
+
borderBlockStartRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
287
|
+
borderBlockStartStyle: "all" | "border" | "border-block" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockStart" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
288
|
+
borderBlockStartWidth: "all" | "border" | "border-block" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockStart" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
289
|
+
borderBlockStyle: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
290
|
+
borderBlockWidth: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
291
|
+
borderBottom: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-style" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderStyle" | "borderWidth";
|
|
292
|
+
borderBottomClip: "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
|
|
293
|
+
borderBottomColor: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor";
|
|
294
|
+
borderBottomLeftRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart";
|
|
295
|
+
borderBottomRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
|
|
296
|
+
borderBottomRightRadius: "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
|
|
297
|
+
borderBottomStyle: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderBottom" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderStyle";
|
|
298
|
+
borderBottomWidth: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderBottom" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderWidth";
|
|
299
|
+
borderBoundary: "all" | "border-boundary";
|
|
300
|
+
borderClip: "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderBottomClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
301
|
+
borderCollapse: "all" | "border-collapse";
|
|
302
|
+
borderColor: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderBottomColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
303
|
+
borderEndEndRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
304
|
+
borderEndStartRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-start" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndStart" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
305
|
+
borderImage: "all" | "border" | "border-image" | "border-image-outset" | "border-image-repeat" | "border-image-slice" | "border-image-source" | "border-image-width" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth";
|
|
306
|
+
borderImageOutset: "all" | "border" | "border-image" | "border-image-outset" | "borderImage";
|
|
307
|
+
borderImageRepeat: "all" | "border" | "border-image" | "border-image-repeat" | "borderImage";
|
|
308
|
+
borderImageSlice: "all" | "border" | "border-image" | "border-image-slice" | "borderImage";
|
|
309
|
+
borderImageSource: "all" | "border" | "border-image" | "border-image-source" | "borderImage";
|
|
310
|
+
borderImageWidth: "all" | "border" | "border-image" | "border-image-width" | "borderImage";
|
|
311
|
+
borderInline: "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
312
|
+
borderInlineClip: "all" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBottomClip" | "borderClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
313
|
+
borderInlineColor: "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
314
|
+
borderInlineEnd: "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
315
|
+
borderInlineEndClip: "all" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
316
|
+
borderInlineEndColor: "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
317
|
+
borderInlineEndRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-start-end" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
318
|
+
borderInlineEndStyle: "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
319
|
+
borderInlineEndWidth: "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
320
|
+
borderInlineStart: "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
321
|
+
borderInlineStartClip: "all" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-inline-start-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
|
|
322
|
+
borderInlineStartColor: "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineStart" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
|
|
323
|
+
borderInlineStartRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-start" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndStart" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
324
|
+
borderInlineStartStyle: "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineStart" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
325
|
+
borderInlineStartWidth: "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineStart" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
326
|
+
borderInlineStyle: "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
|
|
327
|
+
borderInlineWidth: "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
|
|
328
|
+
borderLeft: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-style" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderStyle" | "borderWidth";
|
|
329
|
+
borderLeftClip: "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-left-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
|
|
330
|
+
borderLeftColor: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "border-left-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft";
|
|
331
|
+
borderLeftRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
|
|
332
|
+
borderLeftStyle: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-left" | "border-left-style" | "border-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderLeft" | "borderStyle";
|
|
333
|
+
borderLeftWidth: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-left" | "border-left-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderLeft" | "borderWidth";
|
|
334
|
+
borderLimit: "all" | "border-limit";
|
|
335
|
+
borderRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
336
|
+
borderRight: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStyle" | "borderWidth";
|
|
337
|
+
borderRightClip: "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-right-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
|
|
338
|
+
borderRightColor: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-right" | "border-right-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderRight";
|
|
339
|
+
borderRightRadius: "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
|
|
340
|
+
borderRightStyle: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-right" | "border-right-style" | "border-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderRight" | "borderStyle";
|
|
341
|
+
borderRightWidth: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-right" | "border-right-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderRight" | "borderWidth";
|
|
342
|
+
borderShape: "all" | "border-shape";
|
|
343
|
+
borderSpacing: "all" | "border-spacing";
|
|
344
|
+
borderStartEndRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-start-end" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
345
|
+
borderStartStartRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
346
|
+
borderStyle: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderTop" | "borderTopStyle";
|
|
347
|
+
borderTop: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderStyle" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "borderWidth";
|
|
348
|
+
borderTopClip: "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-top-clip" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
|
|
349
|
+
borderTopColor: "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-top" | "border-top-color" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderTop";
|
|
350
|
+
borderTopLeftRadius: "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
|
|
351
|
+
borderTopRadius: "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
352
|
+
borderTopRightRadius: "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
|
|
353
|
+
borderTopStyle: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-style" | "border-top" | "border-top-style" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderStyle" | "borderTop";
|
|
354
|
+
borderTopWidth: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-top" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderTop" | "borderWidth";
|
|
355
|
+
borderWidth: "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth";
|
|
356
|
+
bottom: "all" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart";
|
|
357
|
+
"box-decoration-break": "all" | "boxDecorationBreak";
|
|
358
|
+
"box-shadow": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow-blur" | "box-shadow-color" | "box-shadow-offset" | "box-shadow-position" | "box-shadow-spread" | "boxShadow" | "boxShadowBlur" | "boxShadowColor" | "boxShadowOffset" | "boxShadowPosition" | "boxShadowSpread";
|
|
359
|
+
"box-shadow-blur": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowBlur";
|
|
360
|
+
"box-shadow-color": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowColor";
|
|
361
|
+
"box-shadow-offset": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowOffset";
|
|
362
|
+
"box-shadow-position": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowPosition";
|
|
363
|
+
"box-shadow-spread": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowSpread";
|
|
364
|
+
"box-sizing": "-webkit-box-sizing" | "WebkitBoxSizing" | "all" | "boxSizing";
|
|
365
|
+
"box-snap": "all" | "boxSnap";
|
|
366
|
+
boxDecorationBreak: "all" | "box-decoration-break";
|
|
367
|
+
boxShadow: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-blur" | "box-shadow-color" | "box-shadow-offset" | "box-shadow-position" | "box-shadow-spread" | "boxShadowBlur" | "boxShadowColor" | "boxShadowOffset" | "boxShadowPosition" | "boxShadowSpread";
|
|
368
|
+
boxShadowBlur: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-blur" | "boxShadow";
|
|
369
|
+
boxShadowColor: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-color" | "boxShadow";
|
|
370
|
+
boxShadowOffset: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-offset" | "boxShadow";
|
|
371
|
+
boxShadowPosition: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-position" | "boxShadow";
|
|
372
|
+
boxShadowSpread: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-spread" | "boxShadow";
|
|
373
|
+
boxSizing: "-webkit-box-sizing" | "WebkitBoxSizing" | "all" | "box-sizing";
|
|
374
|
+
boxSnap: "all" | "box-snap";
|
|
375
|
+
"break-after": "all" | "breakAfter";
|
|
376
|
+
"break-before": "all" | "breakBefore";
|
|
377
|
+
"break-inside": "all" | "breakInside";
|
|
378
|
+
breakAfter: "all" | "break-after";
|
|
379
|
+
breakBefore: "all" | "break-before";
|
|
380
|
+
breakInside: "all" | "break-inside";
|
|
381
|
+
"caption-side": "all" | "captionSide";
|
|
382
|
+
captionSide: "all" | "caption-side";
|
|
383
|
+
caret: "all" | "caret-animation" | "caret-color" | "caret-shape" | "caretAnimation" | "caretColor" | "caretShape";
|
|
384
|
+
"caret-animation": "all" | "caret" | "caretAnimation";
|
|
385
|
+
"caret-color": "all" | "caret" | "caretColor";
|
|
386
|
+
"caret-shape": "all" | "caret" | "caretShape";
|
|
387
|
+
caretAnimation: "all" | "caret" | "caret-animation";
|
|
388
|
+
caretColor: "all" | "caret" | "caret-color";
|
|
389
|
+
caretShape: "all" | "caret" | "caret-shape";
|
|
390
|
+
clear: "all";
|
|
391
|
+
clip: "all";
|
|
392
|
+
"clip-path": "all" | "clipPath";
|
|
393
|
+
"clip-rule": "all" | "clipRule";
|
|
394
|
+
clipPath: "all" | "clip-path";
|
|
395
|
+
clipRule: "all" | "clip-rule";
|
|
396
|
+
color: "all";
|
|
397
|
+
"color-adjust": "all" | "colorAdjust" | "print-color-adjust" | "printColorAdjust";
|
|
398
|
+
"color-interpolation": "all" | "colorInterpolation";
|
|
399
|
+
"color-interpolation-filters": "all" | "colorInterpolationFilters";
|
|
400
|
+
"color-scheme": "all" | "colorScheme";
|
|
401
|
+
colorAdjust: "all" | "color-adjust" | "print-color-adjust" | "printColorAdjust";
|
|
402
|
+
colorInterpolation: "all" | "color-interpolation";
|
|
403
|
+
colorInterpolationFilters: "all" | "color-interpolation-filters";
|
|
404
|
+
colorScheme: "all" | "color-scheme";
|
|
405
|
+
"column-count": "all" | "columnCount" | "columns";
|
|
406
|
+
"column-fill": "all" | "columnFill";
|
|
407
|
+
"column-gap": "all" | "columnGap" | "gap" | "grid-column-gap" | "grid-gap" | "gridColumnGap" | "gridGap";
|
|
408
|
+
"column-height": "all" | "columnHeight" | "columns";
|
|
409
|
+
"column-rule": "all" | "column-rule-color" | "column-rule-style" | "column-rule-width" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "rule" | "rule-color" | "rule-style" | "rule-width" | "ruleColor" | "ruleStyle" | "ruleWidth";
|
|
410
|
+
"column-rule-break": "all" | "columnRuleBreak" | "rule-break" | "ruleBreak";
|
|
411
|
+
"column-rule-color": "all" | "column-rule" | "columnRule" | "columnRuleColor" | "rule" | "rule-color" | "ruleColor";
|
|
412
|
+
"column-rule-inset": "all" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
|
|
413
|
+
"column-rule-inset-cap": "all" | "column-rule-inset" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetStart";
|
|
414
|
+
"column-rule-inset-cap-end": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-end" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetEnd" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd";
|
|
415
|
+
"column-rule-inset-cap-start": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetStart";
|
|
416
|
+
"column-rule-inset-end": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction";
|
|
417
|
+
"column-rule-inset-junction": "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
|
|
418
|
+
"column-rule-inset-junction-end": "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "rule-inset" | "rule-inset-end" | "rule-inset-junction" | "ruleInset" | "ruleInsetEnd" | "ruleInsetJunction";
|
|
419
|
+
"column-rule-inset-junction-start": "all" | "column-rule-inset" | "column-rule-inset-junction" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetJunction" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetJunction" | "ruleInsetStart";
|
|
420
|
+
"column-rule-inset-start": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-start" | "column-rule-inset-junction" | "column-rule-inset-junction-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapStart" | "columnRuleInsetJunction" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetJunction" | "ruleInsetStart";
|
|
421
|
+
"column-rule-style": "all" | "column-rule" | "columnRule" | "columnRuleStyle" | "rule" | "rule-style" | "ruleStyle";
|
|
422
|
+
"column-rule-visibility-items": "all" | "columnRuleVisibilityItems" | "rule-visibility-items" | "ruleVisibilityItems";
|
|
423
|
+
"column-rule-width": "all" | "column-rule" | "columnRule" | "columnRuleWidth" | "rule" | "rule-width" | "ruleWidth";
|
|
424
|
+
"column-span": "all" | "columnSpan";
|
|
425
|
+
"column-width": "all" | "columnWidth" | "columns";
|
|
426
|
+
"column-wrap": "all" | "columnWrap";
|
|
427
|
+
columnCount: "all" | "column-count" | "columns";
|
|
428
|
+
columnFill: "all" | "column-fill";
|
|
429
|
+
columnGap: "all" | "column-gap" | "gap" | "grid-column-gap" | "grid-gap" | "gridColumnGap" | "gridGap";
|
|
430
|
+
columnHeight: "all" | "column-height" | "columns";
|
|
431
|
+
columnRule: "all" | "column-rule" | "column-rule-color" | "column-rule-style" | "column-rule-width" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "rule" | "rule-color" | "rule-style" | "rule-width" | "ruleColor" | "ruleStyle" | "ruleWidth";
|
|
432
|
+
columnRuleBreak: "all" | "column-rule-break" | "rule-break" | "ruleBreak";
|
|
433
|
+
columnRuleColor: "all" | "column-rule" | "column-rule-color" | "columnRule" | "rule" | "rule-color" | "ruleColor";
|
|
434
|
+
columnRuleInset: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
|
|
435
|
+
columnRuleInsetCap: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetStart";
|
|
436
|
+
columnRuleInsetCapEnd: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-end" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetEnd" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd";
|
|
437
|
+
columnRuleInsetCapStart: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetStart";
|
|
438
|
+
columnRuleInsetEnd: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction";
|
|
439
|
+
columnRuleInsetJunction: "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
|
|
440
|
+
columnRuleInsetJunctionEnd: "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "rule-inset" | "rule-inset-end" | "rule-inset-junction" | "ruleInset" | "ruleInsetEnd" | "ruleInsetJunction";
|
|
441
|
+
columnRuleInsetJunctionStart: "all" | "column-rule-inset" | "column-rule-inset-junction" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetJunction" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetJunction" | "ruleInsetStart";
|
|
442
|
+
columnRuleInsetStart: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-start" | "column-rule-inset-junction" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapStart" | "columnRuleInsetJunction" | "columnRuleInsetJunctionStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetJunction" | "ruleInsetStart";
|
|
443
|
+
columnRuleStyle: "all" | "column-rule" | "column-rule-style" | "columnRule" | "rule" | "rule-style" | "ruleStyle";
|
|
444
|
+
columnRuleVisibilityItems: "all" | "column-rule-visibility-items" | "rule-visibility-items" | "ruleVisibilityItems";
|
|
445
|
+
columnRuleWidth: "all" | "column-rule" | "column-rule-width" | "columnRule" | "rule" | "rule-width" | "ruleWidth";
|
|
446
|
+
columns: "all" | "column-count" | "column-height" | "column-width" | "columnCount" | "columnHeight" | "columnWidth";
|
|
447
|
+
columnSpan: "all" | "column-span";
|
|
448
|
+
columnWidth: "all" | "column-width" | "columns";
|
|
449
|
+
columnWrap: "all" | "column-wrap";
|
|
450
|
+
contain: "all";
|
|
451
|
+
"contain-intrinsic-block-size": "all" | "contain-intrinsic-height" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicSize" | "containIntrinsicWidth";
|
|
452
|
+
"contain-intrinsic-height": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize";
|
|
453
|
+
"contain-intrinsic-inline-size": "all" | "contain-intrinsic-height" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth";
|
|
454
|
+
"contain-intrinsic-size": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth";
|
|
455
|
+
"contain-intrinsic-width": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "containIntrinsicBlockSize" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth";
|
|
456
|
+
container: "all" | "container-name" | "container-type" | "containerName" | "containerType";
|
|
457
|
+
"container-name": "all" | "container" | "containerName";
|
|
458
|
+
"container-type": "all" | "container" | "containerType";
|
|
459
|
+
containerName: "all" | "container" | "container-name";
|
|
460
|
+
containerType: "all" | "container" | "container-type";
|
|
461
|
+
containIntrinsicBlockSize: "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicHeight" | "containIntrinsicSize" | "containIntrinsicWidth";
|
|
462
|
+
containIntrinsicHeight: "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "containIntrinsicBlockSize" | "containIntrinsicInlineSize" | "containIntrinsicSize";
|
|
463
|
+
containIntrinsicInlineSize: "all" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicHeight" | "containIntrinsicSize" | "containIntrinsicWidth";
|
|
464
|
+
containIntrinsicSize: "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth";
|
|
465
|
+
containIntrinsicWidth: "all" | "contain-intrinsic-block-size" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicInlineSize" | "containIntrinsicSize";
|
|
466
|
+
content: "all";
|
|
467
|
+
"content-visibility": "all" | "contentVisibility";
|
|
468
|
+
contentVisibility: "all" | "content-visibility";
|
|
469
|
+
continue: "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "line-clamp" | "lineClamp";
|
|
470
|
+
"copy-into": "all" | "copyInto";
|
|
471
|
+
copyInto: "all" | "copy-into";
|
|
472
|
+
corner: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
473
|
+
"corner-block-end": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
474
|
+
"corner-block-end-shape": "all" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
475
|
+
"corner-block-start": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
476
|
+
"corner-block-start-shape": "all" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
477
|
+
"corner-bottom": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
478
|
+
"corner-bottom-left": "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
479
|
+
"corner-bottom-left-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
480
|
+
"corner-bottom-right": "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
481
|
+
"corner-bottom-right-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
482
|
+
"corner-bottom-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
483
|
+
"corner-end-end": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
484
|
+
"corner-end-end-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
485
|
+
"corner-end-start": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
486
|
+
"corner-end-start-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
487
|
+
"corner-inline-end": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
488
|
+
"corner-inline-end-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-inline-end" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
489
|
+
"corner-inline-start": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
490
|
+
"corner-inline-start-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-start" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
491
|
+
"corner-left": "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopShape";
|
|
492
|
+
"corner-left-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopShape";
|
|
493
|
+
"corner-right": "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
494
|
+
"corner-right-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
495
|
+
"corner-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
496
|
+
"corner-start-end": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
497
|
+
"corner-start-end-shape": "all" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
498
|
+
"corner-start-start": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
499
|
+
"corner-start-start-shape": "all" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
500
|
+
"corner-top": "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
501
|
+
"corner-top-left": "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopShape";
|
|
502
|
+
"corner-top-left-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopShape";
|
|
503
|
+
"corner-top-right": "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
504
|
+
"corner-top-right-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
505
|
+
"corner-top-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
506
|
+
cornerBlockEnd: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
507
|
+
cornerBlockEndShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
508
|
+
cornerBlockStart: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
509
|
+
cornerBlockStartShape: "all" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
510
|
+
cornerBottom: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
511
|
+
cornerBottomLeft: "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeftShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
512
|
+
cornerBottomLeftShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
513
|
+
cornerBottomRight: "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
514
|
+
cornerBottomRightShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRight" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
515
|
+
cornerBottomShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
|
|
516
|
+
cornerEndEnd: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEndShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
517
|
+
cornerEndEndShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
518
|
+
cornerEndStart: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStartShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
519
|
+
cornerEndStartShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStart" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
520
|
+
cornerInlineEnd: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
521
|
+
cornerInlineEndShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerInlineEnd" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
522
|
+
cornerInlineStart: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
523
|
+
cornerInlineStartShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineStart" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
524
|
+
cornerLeft: "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopShape";
|
|
525
|
+
cornerLeftShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopShape";
|
|
526
|
+
cornerRight: "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
527
|
+
cornerRightShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
528
|
+
cornerShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
529
|
+
cornerStartEnd: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEndShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
530
|
+
cornerStartEndShape: "all" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
531
|
+
cornerStartStart: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
532
|
+
cornerStartStartShape: "all" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
533
|
+
cornerTop: "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
|
|
534
|
+
cornerTopLeft: "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeftShape" | "cornerTopShape";
|
|
535
|
+
cornerTopLeftShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopShape";
|
|
536
|
+
cornerTopRight: "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRightShape" | "cornerTopShape";
|
|
537
|
+
cornerTopRightShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRight" | "cornerTopShape";
|
|
538
|
+
cornerTopShape: "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape";
|
|
539
|
+
"counter-increment": "all" | "counterIncrement";
|
|
540
|
+
"counter-reset": "all" | "counterReset";
|
|
541
|
+
"counter-set": "all" | "counterSet";
|
|
542
|
+
counterIncrement: "all" | "counter-increment";
|
|
543
|
+
counterReset: "all" | "counter-reset";
|
|
544
|
+
counterSet: "all" | "counter-set";
|
|
545
|
+
cue: "all" | "cue-after" | "cue-before" | "cueAfter" | "cueBefore";
|
|
546
|
+
"cue-after": "all" | "cue" | "cueAfter";
|
|
547
|
+
"cue-before": "all" | "cue" | "cueBefore";
|
|
548
|
+
cueAfter: "all" | "cue" | "cue-after";
|
|
549
|
+
cueBefore: "all" | "cue" | "cue-before";
|
|
550
|
+
cursor: "all";
|
|
551
|
+
cx: "all";
|
|
552
|
+
cy: "all";
|
|
553
|
+
d: "all";
|
|
554
|
+
direction: never;
|
|
555
|
+
display: "all";
|
|
556
|
+
"dominant-baseline": "all" | "dominantBaseline";
|
|
557
|
+
dominantBaseline: "all" | "dominant-baseline";
|
|
558
|
+
"dynamic-range-limit": "all" | "dynamicRangeLimit";
|
|
559
|
+
dynamicRangeLimit: "all" | "dynamic-range-limit";
|
|
560
|
+
"empty-cells": "all" | "emptyCells";
|
|
561
|
+
emptyCells: "all" | "empty-cells";
|
|
562
|
+
"event-trigger": "all" | "eventTrigger";
|
|
563
|
+
"event-trigger-name": "all" | "eventTriggerName";
|
|
564
|
+
"event-trigger-source": "all" | "eventTriggerSource";
|
|
565
|
+
eventTrigger: "all" | "event-trigger";
|
|
566
|
+
eventTriggerName: "all" | "event-trigger-name";
|
|
567
|
+
eventTriggerSource: "all" | "event-trigger-source";
|
|
568
|
+
"field-sizing": "all" | "fieldSizing";
|
|
569
|
+
fieldSizing: "all" | "field-sizing";
|
|
570
|
+
fill: "all";
|
|
571
|
+
"fill-break": "all" | "fillBreak";
|
|
572
|
+
"fill-color": "all" | "fillColor";
|
|
573
|
+
"fill-image": "all" | "fillImage";
|
|
574
|
+
"fill-opacity": "all" | "fillOpacity";
|
|
575
|
+
"fill-origin": "all" | "fillOrigin";
|
|
576
|
+
"fill-position": "all" | "fillPosition";
|
|
577
|
+
"fill-repeat": "all" | "fillRepeat";
|
|
578
|
+
"fill-rule": "all" | "fillRule";
|
|
579
|
+
"fill-size": "all" | "fillSize";
|
|
580
|
+
fillBreak: "all" | "fill-break";
|
|
581
|
+
fillColor: "all" | "fill-color";
|
|
582
|
+
fillImage: "all" | "fill-image";
|
|
583
|
+
fillOpacity: "all" | "fill-opacity";
|
|
584
|
+
fillOrigin: "all" | "fill-origin";
|
|
585
|
+
fillPosition: "all" | "fill-position";
|
|
586
|
+
fillRepeat: "all" | "fill-repeat";
|
|
587
|
+
fillRule: "all" | "fill-rule";
|
|
588
|
+
fillSize: "all" | "fill-size";
|
|
589
|
+
filter: "-webkit-filter" | "WebkitFilter" | "all";
|
|
590
|
+
flex: "-webkit-flex" | "-webkit-flex-basis" | "-webkit-flex-grow" | "-webkit-flex-shrink" | "WebkitFlex" | "WebkitFlexBasis" | "WebkitFlexGrow" | "WebkitFlexShrink" | "all" | "flex-basis" | "flex-grow" | "flex-shrink" | "flexBasis" | "flexGrow" | "flexShrink";
|
|
591
|
+
"flex-basis": "-webkit-flex" | "-webkit-flex-basis" | "WebkitFlex" | "WebkitFlexBasis" | "all" | "flex" | "flexBasis";
|
|
592
|
+
"flex-direction": "-webkit-flex-direction" | "-webkit-flex-flow" | "WebkitFlexDirection" | "WebkitFlexFlow" | "all" | "flex-flow" | "flexDirection" | "flexFlow";
|
|
593
|
+
"flex-flow": "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexDirection" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-direction" | "flex-wrap" | "flexDirection" | "flexFlow" | "flexWrap";
|
|
594
|
+
"flex-grow": "-webkit-flex" | "-webkit-flex-grow" | "WebkitFlex" | "WebkitFlexGrow" | "all" | "flex" | "flexGrow";
|
|
595
|
+
"flex-line-count": "all" | "flexLineCount";
|
|
596
|
+
"flex-shrink": "-webkit-flex" | "-webkit-flex-shrink" | "WebkitFlex" | "WebkitFlexShrink" | "all" | "flex" | "flexShrink";
|
|
597
|
+
"flex-wrap": "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-flow" | "flexFlow" | "flexWrap";
|
|
598
|
+
flexBasis: "-webkit-flex" | "-webkit-flex-basis" | "WebkitFlex" | "WebkitFlexBasis" | "all" | "flex" | "flex-basis";
|
|
599
|
+
flexDirection: "-webkit-flex-direction" | "-webkit-flex-flow" | "WebkitFlexDirection" | "WebkitFlexFlow" | "all" | "flex-direction" | "flex-flow" | "flexFlow";
|
|
600
|
+
flexFlow: "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexDirection" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-direction" | "flex-flow" | "flex-wrap" | "flexDirection" | "flexWrap";
|
|
601
|
+
flexGrow: "-webkit-flex" | "-webkit-flex-grow" | "WebkitFlex" | "WebkitFlexGrow" | "all" | "flex" | "flex-grow";
|
|
602
|
+
flexLineCount: "all" | "flex-line-count";
|
|
603
|
+
flexShrink: "-webkit-flex" | "-webkit-flex-shrink" | "WebkitFlex" | "WebkitFlexShrink" | "all" | "flex" | "flex-shrink";
|
|
604
|
+
flexWrap: "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-flow" | "flex-wrap" | "flexFlow";
|
|
605
|
+
float: "all";
|
|
606
|
+
"float-defer": "all" | "floatDefer";
|
|
607
|
+
"float-offset": "all" | "floatOffset";
|
|
608
|
+
"float-reference": "all" | "floatReference";
|
|
609
|
+
floatDefer: "all" | "float-defer";
|
|
610
|
+
floatOffset: "all" | "float-offset";
|
|
611
|
+
floatReference: "all" | "float-reference";
|
|
612
|
+
"flood-color": "all" | "floodColor";
|
|
613
|
+
"flood-opacity": "all" | "floodOpacity";
|
|
614
|
+
floodColor: "all" | "flood-color";
|
|
615
|
+
floodOpacity: "all" | "flood-opacity";
|
|
616
|
+
"flow-from": "all" | "flowFrom";
|
|
617
|
+
"flow-into": "all" | "flowInto";
|
|
618
|
+
"flow-tolerance": "all" | "flowTolerance";
|
|
619
|
+
flowFrom: "all" | "flow-from";
|
|
620
|
+
flowInto: "all" | "flow-into";
|
|
621
|
+
flowTolerance: "all" | "flow-tolerance";
|
|
622
|
+
font: "all" | "font-family" | "font-feature-settings" | "font-kerning" | "font-language-override" | "font-optical-sizing" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-variant-alternates" | "font-variant-caps" | "font-variant-east-asian" | "font-variant-emoji" | "font-variant-ligatures" | "font-variant-numeric" | "font-variant-position" | "font-variation-settings" | "font-weight" | "font-width" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "fontWidth" | "line-height" | "lineHeight";
|
|
623
|
+
"font-family": "all" | "font" | "fontFamily";
|
|
624
|
+
"font-feature-settings": "all" | "font" | "fontFeatureSettings";
|
|
625
|
+
"font-kerning": "all" | "font" | "fontKerning";
|
|
626
|
+
"font-language-override": "all" | "font" | "fontLanguageOverride";
|
|
627
|
+
"font-optical-sizing": "all" | "font" | "fontOpticalSizing";
|
|
628
|
+
"font-palette": "all" | "fontPalette";
|
|
629
|
+
"font-size": "all" | "font" | "fontSize";
|
|
630
|
+
"font-size-adjust": "all" | "font" | "fontSizeAdjust";
|
|
631
|
+
"font-stretch": "all" | "font" | "font-width" | "fontStretch" | "fontWidth";
|
|
632
|
+
"font-style": "all" | "font" | "fontStyle";
|
|
633
|
+
"font-synthesis": "all" | "font-synthesis-small-caps" | "font-synthesis-style" | "font-synthesis-weight" | "fontSynthesis" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight";
|
|
634
|
+
"font-synthesis-position": "all" | "fontSynthesisPosition";
|
|
635
|
+
"font-synthesis-small-caps": "all" | "font-synthesis" | "fontSynthesis" | "fontSynthesisSmallCaps";
|
|
636
|
+
"font-synthesis-style": "all" | "font-synthesis" | "fontSynthesis" | "fontSynthesisStyle";
|
|
637
|
+
"font-synthesis-weight": "all" | "font-synthesis" | "fontSynthesis" | "fontSynthesisWeight";
|
|
638
|
+
"font-variant": "all" | "font" | "font-variant-alternates" | "font-variant-caps" | "font-variant-east-asian" | "font-variant-emoji" | "font-variant-ligatures" | "font-variant-numeric" | "font-variant-position" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition";
|
|
639
|
+
"font-variant-alternates": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantAlternates";
|
|
640
|
+
"font-variant-caps": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantCaps";
|
|
641
|
+
"font-variant-east-asian": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantEastAsian";
|
|
642
|
+
"font-variant-emoji": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantEmoji";
|
|
643
|
+
"font-variant-ligatures": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantLigatures";
|
|
644
|
+
"font-variant-numeric": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantNumeric";
|
|
645
|
+
"font-variant-position": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantPosition";
|
|
646
|
+
"font-variation-settings": "all" | "font" | "fontVariationSettings";
|
|
647
|
+
"font-weight": "all" | "font" | "fontWeight";
|
|
648
|
+
"font-width": "all" | "font" | "font-stretch" | "fontStretch" | "fontWidth";
|
|
649
|
+
fontFamily: "all" | "font" | "font-family";
|
|
650
|
+
fontFeatureSettings: "all" | "font" | "font-feature-settings";
|
|
651
|
+
fontKerning: "all" | "font" | "font-kerning";
|
|
652
|
+
fontLanguageOverride: "all" | "font" | "font-language-override";
|
|
653
|
+
fontOpticalSizing: "all" | "font" | "font-optical-sizing";
|
|
654
|
+
fontPalette: "all" | "font-palette";
|
|
655
|
+
fontSize: "all" | "font" | "font-size";
|
|
656
|
+
fontSizeAdjust: "all" | "font" | "font-size-adjust";
|
|
657
|
+
fontStretch: "all" | "font" | "font-stretch" | "font-width" | "fontWidth";
|
|
658
|
+
fontStyle: "all" | "font" | "font-style";
|
|
659
|
+
fontSynthesis: "all" | "font-synthesis" | "font-synthesis-small-caps" | "font-synthesis-style" | "font-synthesis-weight" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight";
|
|
660
|
+
fontSynthesisPosition: "all" | "font-synthesis-position";
|
|
661
|
+
fontSynthesisSmallCaps: "all" | "font-synthesis" | "font-synthesis-small-caps" | "fontSynthesis";
|
|
662
|
+
fontSynthesisStyle: "all" | "font-synthesis" | "font-synthesis-style" | "fontSynthesis";
|
|
663
|
+
fontSynthesisWeight: "all" | "font-synthesis" | "font-synthesis-weight" | "fontSynthesis";
|
|
664
|
+
fontVariant: "all" | "font" | "font-variant" | "font-variant-alternates" | "font-variant-caps" | "font-variant-east-asian" | "font-variant-emoji" | "font-variant-ligatures" | "font-variant-numeric" | "font-variant-position" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition";
|
|
665
|
+
fontVariantAlternates: "all" | "font" | "font-variant" | "font-variant-alternates" | "fontVariant";
|
|
666
|
+
fontVariantCaps: "all" | "font" | "font-variant" | "font-variant-caps" | "fontVariant";
|
|
667
|
+
fontVariantEastAsian: "all" | "font" | "font-variant" | "font-variant-east-asian" | "fontVariant";
|
|
668
|
+
fontVariantEmoji: "all" | "font" | "font-variant" | "font-variant-emoji" | "fontVariant";
|
|
669
|
+
fontVariantLigatures: "all" | "font" | "font-variant" | "font-variant-ligatures" | "fontVariant";
|
|
670
|
+
fontVariantNumeric: "all" | "font" | "font-variant" | "font-variant-numeric" | "fontVariant";
|
|
671
|
+
fontVariantPosition: "all" | "font" | "font-variant" | "font-variant-position" | "fontVariant";
|
|
672
|
+
fontVariationSettings: "all" | "font" | "font-variation-settings";
|
|
673
|
+
fontWeight: "all" | "font" | "font-weight";
|
|
674
|
+
fontWidth: "all" | "font" | "font-stretch" | "font-width" | "fontStretch";
|
|
675
|
+
"footnote-display": "all" | "footnoteDisplay";
|
|
676
|
+
"footnote-policy": "all" | "footnotePolicy";
|
|
677
|
+
footnoteDisplay: "all" | "footnote-display";
|
|
678
|
+
footnotePolicy: "all" | "footnote-policy";
|
|
679
|
+
"forced-color-adjust": "all" | "forcedColorAdjust";
|
|
680
|
+
forcedColorAdjust: "all" | "forced-color-adjust";
|
|
681
|
+
"frame-sizing": "all" | "frameSizing";
|
|
682
|
+
frameSizing: "all" | "frame-sizing";
|
|
683
|
+
gap: "all" | "column-gap" | "columnGap" | "grid-column-gap" | "grid-gap" | "grid-row-gap" | "gridColumnGap" | "gridGap" | "gridRowGap" | "row-gap" | "rowGap";
|
|
684
|
+
"glyph-orientation-vertical": "all" | "glyphOrientationVertical";
|
|
685
|
+
glyphOrientationVertical: "all" | "glyph-orientation-vertical";
|
|
686
|
+
grid: "all" | "grid-auto-columns" | "grid-auto-flow" | "grid-auto-rows" | "grid-template" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows";
|
|
687
|
+
"grid-area": "all" | "grid-column" | "grid-column-end" | "grid-column-start" | "grid-row" | "grid-row-end" | "grid-row-start" | "gridArea" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowEnd" | "gridRowStart";
|
|
688
|
+
"grid-auto-columns": "all" | "grid" | "gridAutoColumns";
|
|
689
|
+
"grid-auto-flow": "all" | "grid" | "gridAutoFlow";
|
|
690
|
+
"grid-auto-rows": "all" | "grid" | "gridAutoRows";
|
|
691
|
+
"grid-column": "all" | "grid-area" | "grid-column-end" | "grid-column-start" | "gridArea" | "gridColumn" | "gridColumnEnd" | "gridColumnStart";
|
|
692
|
+
"grid-column-end": "all" | "grid-area" | "grid-column" | "gridArea" | "gridColumn" | "gridColumnEnd";
|
|
693
|
+
"grid-column-gap": "all" | "column-gap" | "columnGap" | "gap" | "grid-gap" | "gridColumnGap" | "gridGap";
|
|
694
|
+
"grid-column-start": "all" | "grid-area" | "grid-column" | "gridArea" | "gridColumn" | "gridColumnStart";
|
|
695
|
+
"grid-gap": "all" | "column-gap" | "columnGap" | "gap" | "grid-column-gap" | "grid-row-gap" | "gridColumnGap" | "gridGap" | "gridRowGap" | "row-gap" | "rowGap";
|
|
696
|
+
"grid-row": "all" | "grid-area" | "grid-row-end" | "grid-row-start" | "gridArea" | "gridRow" | "gridRowEnd" | "gridRowStart";
|
|
697
|
+
"grid-row-end": "all" | "grid-area" | "grid-row" | "gridArea" | "gridRow" | "gridRowEnd";
|
|
698
|
+
"grid-row-gap": "all" | "gap" | "grid-gap" | "gridGap" | "gridRowGap" | "row-gap" | "rowGap";
|
|
699
|
+
"grid-row-start": "all" | "grid-area" | "grid-row" | "gridArea" | "gridRow" | "gridRowStart";
|
|
700
|
+
"grid-template": "all" | "grid" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows";
|
|
701
|
+
"grid-template-areas": "all" | "grid" | "grid-template" | "gridTemplate" | "gridTemplateAreas";
|
|
702
|
+
"grid-template-columns": "all" | "grid" | "grid-template" | "gridTemplate" | "gridTemplateColumns";
|
|
703
|
+
"grid-template-rows": "all" | "grid" | "grid-template" | "gridTemplate" | "gridTemplateRows";
|
|
704
|
+
gridArea: "all" | "grid-area" | "grid-column" | "grid-column-end" | "grid-column-start" | "grid-row" | "grid-row-end" | "grid-row-start" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowEnd" | "gridRowStart";
|
|
705
|
+
gridAutoColumns: "all" | "grid" | "grid-auto-columns";
|
|
706
|
+
gridAutoFlow: "all" | "grid" | "grid-auto-flow";
|
|
707
|
+
gridAutoRows: "all" | "grid" | "grid-auto-rows";
|
|
708
|
+
gridColumn: "all" | "grid-area" | "grid-column" | "grid-column-end" | "grid-column-start" | "gridArea" | "gridColumnEnd" | "gridColumnStart";
|
|
709
|
+
gridColumnEnd: "all" | "grid-area" | "grid-column" | "grid-column-end" | "gridArea" | "gridColumn";
|
|
710
|
+
gridColumnGap: "all" | "column-gap" | "columnGap" | "gap" | "grid-column-gap" | "grid-gap" | "gridGap";
|
|
711
|
+
gridColumnStart: "all" | "grid-area" | "grid-column" | "grid-column-start" | "gridArea" | "gridColumn";
|
|
712
|
+
gridGap: "all" | "column-gap" | "columnGap" | "gap" | "grid-column-gap" | "grid-gap" | "grid-row-gap" | "gridColumnGap" | "gridRowGap" | "row-gap" | "rowGap";
|
|
713
|
+
gridRow: "all" | "grid-area" | "grid-row" | "grid-row-end" | "grid-row-start" | "gridArea" | "gridRowEnd" | "gridRowStart";
|
|
714
|
+
gridRowEnd: "all" | "grid-area" | "grid-row" | "grid-row-end" | "gridArea" | "gridRow";
|
|
715
|
+
gridRowGap: "all" | "gap" | "grid-gap" | "grid-row-gap" | "gridGap" | "row-gap" | "rowGap";
|
|
716
|
+
gridRowStart: "all" | "grid-area" | "grid-row" | "grid-row-start" | "gridArea" | "gridRow";
|
|
717
|
+
gridTemplate: "all" | "grid" | "grid-template" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows";
|
|
718
|
+
gridTemplateAreas: "all" | "grid" | "grid-template" | "grid-template-areas" | "gridTemplate";
|
|
719
|
+
gridTemplateColumns: "all" | "grid" | "grid-template" | "grid-template-columns" | "gridTemplate";
|
|
720
|
+
gridTemplateRows: "all" | "grid" | "grid-template" | "grid-template-rows" | "gridTemplate";
|
|
721
|
+
"hanging-punctuation": "all" | "hangingPunctuation";
|
|
722
|
+
hangingPunctuation: "all" | "hanging-punctuation";
|
|
723
|
+
height: "all" | "block-size" | "blockSize" | "inline-size" | "inlineSize";
|
|
724
|
+
"hyphenate-character": "all" | "hyphenateCharacter";
|
|
725
|
+
"hyphenate-limit-chars": "all" | "hyphenateLimitChars";
|
|
726
|
+
"hyphenate-limit-last": "all" | "hyphenateLimitLast";
|
|
727
|
+
"hyphenate-limit-lines": "all" | "hyphenateLimitLines";
|
|
728
|
+
"hyphenate-limit-zone": "all" | "hyphenateLimitZone";
|
|
729
|
+
hyphenateCharacter: "all" | "hyphenate-character";
|
|
730
|
+
hyphenateLimitChars: "all" | "hyphenate-limit-chars";
|
|
731
|
+
hyphenateLimitLast: "all" | "hyphenate-limit-last";
|
|
732
|
+
hyphenateLimitLines: "all" | "hyphenate-limit-lines";
|
|
733
|
+
hyphenateLimitZone: "all" | "hyphenate-limit-zone";
|
|
734
|
+
hyphens: "all";
|
|
735
|
+
"image-animation": "all" | "imageAnimation";
|
|
736
|
+
"image-orientation": "all" | "imageOrientation";
|
|
737
|
+
"image-rendering": "all" | "imageRendering";
|
|
738
|
+
"image-resolution": "all" | "imageResolution";
|
|
739
|
+
imageAnimation: "all" | "image-animation";
|
|
740
|
+
imageOrientation: "all" | "image-orientation";
|
|
741
|
+
imageRendering: "all" | "image-rendering";
|
|
742
|
+
imageResolution: "all" | "image-resolution";
|
|
743
|
+
"initial-letter": "all" | "initialLetter";
|
|
744
|
+
"initial-letter-align": "all" | "initialLetterAlign";
|
|
745
|
+
"initial-letter-wrap": "all" | "initialLetterWrap";
|
|
746
|
+
initialLetter: "all" | "initial-letter";
|
|
747
|
+
initialLetterAlign: "all" | "initial-letter-align";
|
|
748
|
+
initialLetterWrap: "all" | "initial-letter-wrap";
|
|
749
|
+
"inline-size": "all" | "height" | "inlineSize" | "width";
|
|
750
|
+
"inline-sizing": "all" | "inlineSizing";
|
|
751
|
+
inlineSize: "all" | "height" | "inline-size" | "width";
|
|
752
|
+
inlineSizing: "all" | "inline-sizing";
|
|
753
|
+
"input-security": "all" | "inputSecurity";
|
|
754
|
+
inputSecurity: "all" | "input-security";
|
|
755
|
+
inset: "all" | "bottom" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "left" | "right" | "top";
|
|
756
|
+
"inset-block": "all" | "bottom" | "inset" | "inset-block-end" | "inset-block-start" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "left" | "right" | "top";
|
|
757
|
+
"inset-block-end": "all" | "bottom" | "inset" | "inset-block" | "insetBlock" | "insetBlockEnd" | "left" | "right" | "top";
|
|
758
|
+
"inset-block-start": "all" | "bottom" | "inset" | "inset-block" | "insetBlock" | "insetBlockStart" | "left" | "right" | "top";
|
|
759
|
+
"inset-inline": "all" | "bottom" | "inset" | "inset-inline-end" | "inset-inline-start" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "left" | "right" | "top";
|
|
760
|
+
"inset-inline-end": "all" | "bottom" | "inset" | "inset-inline" | "insetInline" | "insetInlineEnd" | "left" | "right" | "top";
|
|
761
|
+
"inset-inline-start": "all" | "bottom" | "inset" | "inset-inline" | "insetInline" | "insetInlineStart" | "left" | "right" | "top";
|
|
762
|
+
insetBlock: "all" | "bottom" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "insetBlockEnd" | "insetBlockStart" | "left" | "right" | "top";
|
|
763
|
+
insetBlockEnd: "all" | "bottom" | "inset" | "inset-block" | "inset-block-end" | "insetBlock" | "left" | "right" | "top";
|
|
764
|
+
insetBlockStart: "all" | "bottom" | "inset" | "inset-block" | "inset-block-start" | "insetBlock" | "left" | "right" | "top";
|
|
765
|
+
insetInline: "all" | "bottom" | "inset" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "insetInlineEnd" | "insetInlineStart" | "left" | "right" | "top";
|
|
766
|
+
insetInlineEnd: "all" | "bottom" | "inset" | "inset-inline" | "inset-inline-end" | "insetInline" | "left" | "right" | "top";
|
|
767
|
+
insetInlineStart: "all" | "bottom" | "inset" | "inset-inline" | "inset-inline-start" | "insetInline" | "left" | "right" | "top";
|
|
768
|
+
interactivity: "all";
|
|
769
|
+
"interest-delay": "all" | "interest-delay-end" | "interest-delay-start" | "interestDelay" | "interestDelayEnd" | "interestDelayStart";
|
|
770
|
+
"interest-delay-end": "all" | "interest-delay" | "interestDelay" | "interestDelayEnd";
|
|
771
|
+
"interest-delay-start": "all" | "interest-delay" | "interestDelay" | "interestDelayStart";
|
|
772
|
+
interestDelay: "all" | "interest-delay" | "interest-delay-end" | "interest-delay-start" | "interestDelayEnd" | "interestDelayStart";
|
|
773
|
+
interestDelayEnd: "all" | "interest-delay" | "interest-delay-end" | "interestDelay";
|
|
774
|
+
interestDelayStart: "all" | "interest-delay" | "interest-delay-start" | "interestDelay";
|
|
775
|
+
"interpolate-size": "all" | "interpolateSize";
|
|
776
|
+
interpolateSize: "all" | "interpolate-size";
|
|
777
|
+
isolation: "all";
|
|
778
|
+
"justify-content": "-webkit-justify-content" | "WebkitJustifyContent" | "all" | "justifyContent" | "place-content" | "placeContent";
|
|
779
|
+
"justify-items": "all" | "justifyItems" | "place-items" | "placeItems";
|
|
780
|
+
"justify-self": "all" | "justifySelf" | "place-self" | "placeSelf";
|
|
781
|
+
justifyContent: "-webkit-justify-content" | "WebkitJustifyContent" | "all" | "justify-content" | "place-content" | "placeContent";
|
|
782
|
+
justifyItems: "all" | "justify-items" | "place-items" | "placeItems";
|
|
783
|
+
justifySelf: "all" | "justify-self" | "place-self" | "placeSelf";
|
|
784
|
+
left: "all" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart";
|
|
785
|
+
"letter-spacing": "all" | "letterSpacing";
|
|
786
|
+
letterSpacing: "all" | "letter-spacing";
|
|
787
|
+
"lighting-color": "all" | "lightingColor";
|
|
788
|
+
lightingColor: "all" | "lighting-color";
|
|
789
|
+
"line-break": "all" | "lineBreak";
|
|
790
|
+
"line-clamp": "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "block-ellipsis" | "blockEllipsis" | "continue" | "lineClamp" | "max-lines" | "maxLines";
|
|
791
|
+
"line-fit-edge": "all" | "lineFitEdge";
|
|
792
|
+
"line-grid": "all" | "lineGrid";
|
|
793
|
+
"line-height": "all" | "font" | "lineHeight";
|
|
794
|
+
"line-height-step": "all" | "lineHeightStep";
|
|
795
|
+
"line-padding": "all" | "linePadding";
|
|
796
|
+
"line-snap": "all" | "lineSnap";
|
|
797
|
+
lineBreak: "all" | "line-break";
|
|
798
|
+
lineClamp: "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "block-ellipsis" | "blockEllipsis" | "continue" | "line-clamp" | "max-lines" | "maxLines";
|
|
799
|
+
lineFitEdge: "all" | "line-fit-edge";
|
|
800
|
+
lineGrid: "all" | "line-grid";
|
|
801
|
+
lineHeight: "all" | "font" | "line-height";
|
|
802
|
+
lineHeightStep: "all" | "line-height-step";
|
|
803
|
+
linePadding: "all" | "line-padding";
|
|
804
|
+
lineSnap: "all" | "line-snap";
|
|
805
|
+
"link-parameters": "all" | "linkParameters";
|
|
806
|
+
linkParameters: "all" | "link-parameters";
|
|
807
|
+
"list-style": "all" | "list-style-image" | "list-style-position" | "list-style-type" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType";
|
|
808
|
+
"list-style-image": "all" | "list-style" | "listStyle" | "listStyleImage";
|
|
809
|
+
"list-style-position": "all" | "list-style" | "listStyle" | "listStylePosition";
|
|
810
|
+
"list-style-type": "all" | "list-style" | "listStyle" | "listStyleType";
|
|
811
|
+
listStyle: "all" | "list-style" | "list-style-image" | "list-style-position" | "list-style-type" | "listStyleImage" | "listStylePosition" | "listStyleType";
|
|
812
|
+
listStyleImage: "all" | "list-style" | "list-style-image" | "listStyle";
|
|
813
|
+
listStylePosition: "all" | "list-style" | "list-style-position" | "listStyle";
|
|
814
|
+
listStyleType: "all" | "list-style" | "list-style-type" | "listStyle";
|
|
815
|
+
margin: "all" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-bottom" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop";
|
|
816
|
+
"margin-block": "all" | "margin" | "margin-block-end" | "margin-block-start" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
|
|
817
|
+
"margin-block-end": "all" | "margin" | "margin-block" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBlockEnd" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
|
|
818
|
+
"margin-block-start": "all" | "margin" | "margin-block" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBlockStart" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
|
|
819
|
+
"margin-bottom": "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
|
|
820
|
+
"margin-break": "all" | "marginBreak";
|
|
821
|
+
"margin-inline": "all" | "margin" | "margin-bottom" | "margin-inline-end" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop";
|
|
822
|
+
"margin-inline-end": "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginLeft" | "marginRight" | "marginTop";
|
|
823
|
+
"margin-inline-start": "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop";
|
|
824
|
+
"margin-left": "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft";
|
|
825
|
+
"margin-right": "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginRight";
|
|
826
|
+
"margin-top": "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginTop";
|
|
827
|
+
"margin-trim": "all" | "marginTrim";
|
|
828
|
+
marginBlock: "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
|
|
829
|
+
marginBlockEnd: "all" | "margin" | "margin-block" | "margin-block-end" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
|
|
830
|
+
marginBlockStart: "all" | "margin" | "margin-block" | "margin-block-start" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
|
|
831
|
+
marginBottom: "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-bottom" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
|
|
832
|
+
marginBreak: "all" | "margin-break";
|
|
833
|
+
marginInline: "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop";
|
|
834
|
+
marginInlineEnd: "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-inline-end" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginLeft" | "marginRight" | "marginTop";
|
|
835
|
+
marginInlineStart: "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginLeft" | "marginRight" | "marginTop";
|
|
836
|
+
marginLeft: "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "margin-left" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
|
|
837
|
+
marginRight: "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "margin-right" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
|
|
838
|
+
marginTop: "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "margin-top" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
|
|
839
|
+
marginTrim: "all" | "margin-trim";
|
|
840
|
+
marker: "all" | "marker-end" | "marker-mid" | "marker-start" | "markerEnd" | "markerMid" | "markerStart";
|
|
841
|
+
"marker-end": "all" | "marker" | "markerEnd";
|
|
842
|
+
"marker-mid": "all" | "marker" | "markerMid";
|
|
843
|
+
"marker-side": "all" | "markerSide";
|
|
844
|
+
"marker-start": "all" | "marker" | "markerStart";
|
|
845
|
+
markerEnd: "all" | "marker" | "marker-end";
|
|
846
|
+
markerMid: "all" | "marker" | "marker-mid";
|
|
847
|
+
markerSide: "all" | "marker-side";
|
|
848
|
+
markerStart: "all" | "marker" | "marker-start";
|
|
849
|
+
mask: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "-webkit-mask-clip" | "-webkit-mask-composite" | "-webkit-mask-image" | "-webkit-mask-origin" | "-webkit-mask-position" | "-webkit-mask-repeat" | "-webkit-mask-size" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskRepeat" | "WebkitMaskSize" | "all" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "mask-clip" | "mask-composite" | "mask-image" | "mask-mode" | "mask-origin" | "mask-position" | "mask-repeat" | "mask-size" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize";
|
|
850
|
+
"mask-border": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth";
|
|
851
|
+
"mask-border-mode": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderMode";
|
|
852
|
+
"mask-border-outset": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderOutset";
|
|
853
|
+
"mask-border-repeat": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-repeat" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageRepeat" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderRepeat";
|
|
854
|
+
"mask-border-slice": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-slice" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSlice" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderSlice";
|
|
855
|
+
"mask-border-source": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-source" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSource" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderSource";
|
|
856
|
+
"mask-border-width": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderWidth";
|
|
857
|
+
"mask-clip": "-webkit-mask" | "-webkit-mask-clip" | "WebkitMask" | "WebkitMaskClip" | "all" | "mask" | "maskClip";
|
|
858
|
+
"mask-composite": "-webkit-mask" | "-webkit-mask-composite" | "WebkitMask" | "WebkitMaskComposite" | "all" | "mask" | "maskComposite";
|
|
859
|
+
"mask-image": "-webkit-mask" | "-webkit-mask-image" | "WebkitMask" | "WebkitMaskImage" | "all" | "mask" | "maskImage";
|
|
860
|
+
"mask-mode": "-webkit-mask" | "WebkitMask" | "all" | "mask" | "maskMode";
|
|
861
|
+
"mask-origin": "-webkit-mask" | "-webkit-mask-origin" | "WebkitMask" | "WebkitMaskOrigin" | "all" | "mask" | "maskOrigin";
|
|
862
|
+
"mask-position": "-webkit-mask" | "-webkit-mask-position" | "WebkitMask" | "WebkitMaskPosition" | "all" | "mask" | "maskPosition";
|
|
863
|
+
"mask-repeat": "-webkit-mask" | "-webkit-mask-repeat" | "WebkitMask" | "WebkitMaskRepeat" | "all" | "mask" | "maskRepeat";
|
|
864
|
+
"mask-size": "-webkit-mask" | "-webkit-mask-size" | "WebkitMask" | "WebkitMaskSize" | "all" | "mask" | "maskSize";
|
|
865
|
+
"mask-type": "all" | "maskType";
|
|
866
|
+
maskBorder: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth";
|
|
867
|
+
maskBorderMode: "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-mode" | "maskBorder";
|
|
868
|
+
maskBorderOutset: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "all" | "mask" | "mask-border" | "mask-border-outset" | "maskBorder";
|
|
869
|
+
maskBorderRepeat: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-repeat" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageRepeat" | "all" | "mask" | "mask-border" | "mask-border-repeat" | "maskBorder";
|
|
870
|
+
maskBorderSlice: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-slice" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSlice" | "all" | "mask" | "mask-border" | "mask-border-slice" | "maskBorder";
|
|
871
|
+
maskBorderSource: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-source" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSource" | "all" | "mask" | "mask-border" | "mask-border-source" | "maskBorder";
|
|
872
|
+
maskBorderWidth: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "mask-border-width" | "maskBorder";
|
|
873
|
+
maskClip: "-webkit-mask" | "-webkit-mask-clip" | "WebkitMask" | "WebkitMaskClip" | "all" | "mask" | "mask-clip";
|
|
874
|
+
maskComposite: "-webkit-mask" | "-webkit-mask-composite" | "WebkitMask" | "WebkitMaskComposite" | "all" | "mask" | "mask-composite";
|
|
875
|
+
maskImage: "-webkit-mask" | "-webkit-mask-image" | "WebkitMask" | "WebkitMaskImage" | "all" | "mask" | "mask-image";
|
|
876
|
+
maskMode: "-webkit-mask" | "WebkitMask" | "all" | "mask" | "mask-mode";
|
|
877
|
+
maskOrigin: "-webkit-mask" | "-webkit-mask-origin" | "WebkitMask" | "WebkitMaskOrigin" | "all" | "mask" | "mask-origin";
|
|
878
|
+
maskPosition: "-webkit-mask" | "-webkit-mask-position" | "WebkitMask" | "WebkitMaskPosition" | "all" | "mask" | "mask-position";
|
|
879
|
+
maskRepeat: "-webkit-mask" | "-webkit-mask-repeat" | "WebkitMask" | "WebkitMaskRepeat" | "all" | "mask" | "mask-repeat";
|
|
880
|
+
maskSize: "-webkit-mask" | "-webkit-mask-size" | "WebkitMask" | "WebkitMaskSize" | "all" | "mask" | "mask-size";
|
|
881
|
+
maskType: "all" | "mask-type";
|
|
882
|
+
"math-depth": "all" | "mathDepth";
|
|
883
|
+
"math-shift": "all" | "mathShift";
|
|
884
|
+
"math-style": "all" | "mathStyle";
|
|
885
|
+
mathDepth: "all" | "math-depth";
|
|
886
|
+
mathShift: "all" | "math-shift";
|
|
887
|
+
mathStyle: "all" | "math-style";
|
|
888
|
+
"max-block-size": "all" | "max-height" | "max-width" | "maxBlockSize" | "maxHeight" | "maxWidth";
|
|
889
|
+
"max-height": "all" | "max-block-size" | "max-inline-size" | "maxBlockSize" | "maxHeight" | "maxInlineSize";
|
|
890
|
+
"max-inline-size": "all" | "max-height" | "max-width" | "maxHeight" | "maxInlineSize" | "maxWidth";
|
|
891
|
+
"max-lines": "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "line-clamp" | "lineClamp" | "maxLines";
|
|
892
|
+
"max-width": "all" | "max-block-size" | "max-inline-size" | "maxBlockSize" | "maxInlineSize" | "maxWidth";
|
|
893
|
+
maxBlockSize: "all" | "max-block-size" | "max-height" | "max-width" | "maxHeight" | "maxWidth";
|
|
894
|
+
maxHeight: "all" | "max-block-size" | "max-height" | "max-inline-size" | "maxBlockSize" | "maxInlineSize";
|
|
895
|
+
maxInlineSize: "all" | "max-height" | "max-inline-size" | "max-width" | "maxHeight" | "maxWidth";
|
|
896
|
+
maxLines: "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "line-clamp" | "lineClamp" | "max-lines";
|
|
897
|
+
maxWidth: "all" | "max-block-size" | "max-inline-size" | "max-width" | "maxBlockSize" | "maxInlineSize";
|
|
898
|
+
"min-block-size": "all" | "min-height" | "min-width" | "minBlockSize" | "minHeight" | "minWidth";
|
|
899
|
+
"min-height": "all" | "min-block-size" | "min-inline-size" | "minBlockSize" | "minHeight" | "minInlineSize";
|
|
900
|
+
"min-inline-size": "all" | "min-height" | "min-width" | "minHeight" | "minInlineSize" | "minWidth";
|
|
901
|
+
"min-intrinsic-sizing": "all" | "minIntrinsicSizing";
|
|
902
|
+
"min-width": "all" | "min-block-size" | "min-inline-size" | "minBlockSize" | "minInlineSize" | "minWidth";
|
|
903
|
+
minBlockSize: "all" | "min-block-size" | "min-height" | "min-width" | "minHeight" | "minWidth";
|
|
904
|
+
minHeight: "all" | "min-block-size" | "min-height" | "min-inline-size" | "minBlockSize" | "minInlineSize";
|
|
905
|
+
minInlineSize: "all" | "min-height" | "min-inline-size" | "min-width" | "minHeight" | "minWidth";
|
|
906
|
+
minIntrinsicSizing: "all" | "min-intrinsic-sizing";
|
|
907
|
+
minWidth: "all" | "min-block-size" | "min-inline-size" | "min-width" | "minBlockSize" | "minInlineSize";
|
|
908
|
+
"mix-blend-mode": "all" | "mixBlendMode";
|
|
909
|
+
mixBlendMode: "all" | "mix-blend-mode";
|
|
910
|
+
"nav-down": "all" | "navDown";
|
|
911
|
+
"nav-left": "all" | "navLeft";
|
|
912
|
+
"nav-right": "all" | "navRight";
|
|
913
|
+
"nav-up": "all" | "navUp";
|
|
914
|
+
navDown: "all" | "nav-down";
|
|
915
|
+
navLeft: "all" | "nav-left";
|
|
916
|
+
navRight: "all" | "nav-right";
|
|
917
|
+
navUp: "all" | "nav-up";
|
|
918
|
+
"object-fit": "all" | "objectFit";
|
|
919
|
+
"object-position": "all" | "objectPosition";
|
|
920
|
+
"object-view-box": "all" | "objectViewBox";
|
|
921
|
+
objectFit: "all" | "object-fit";
|
|
922
|
+
objectPosition: "all" | "object-position";
|
|
923
|
+
objectViewBox: "all" | "object-view-box";
|
|
924
|
+
offset: "all" | "offset-anchor" | "offset-distance" | "offset-path" | "offset-position" | "offset-rotate" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate";
|
|
925
|
+
"offset-anchor": "all" | "offset" | "offsetAnchor";
|
|
926
|
+
"offset-distance": "all" | "offset" | "offsetDistance";
|
|
927
|
+
"offset-path": "all" | "offset" | "offsetPath";
|
|
928
|
+
"offset-position": "all" | "offset" | "offsetPosition";
|
|
929
|
+
"offset-rotate": "all" | "offset" | "offsetRotate";
|
|
930
|
+
offsetAnchor: "all" | "offset" | "offset-anchor";
|
|
931
|
+
offsetDistance: "all" | "offset" | "offset-distance";
|
|
932
|
+
offsetPath: "all" | "offset" | "offset-path";
|
|
933
|
+
offsetPosition: "all" | "offset" | "offset-position";
|
|
934
|
+
offsetRotate: "all" | "offset" | "offset-rotate";
|
|
935
|
+
opacity: "all";
|
|
936
|
+
order: "-webkit-order" | "WebkitOrder" | "all";
|
|
937
|
+
orphans: "all";
|
|
938
|
+
outline: "all" | "outline-color" | "outline-style" | "outline-width" | "outlineColor" | "outlineStyle" | "outlineWidth";
|
|
939
|
+
"outline-color": "all" | "outline" | "outlineColor";
|
|
940
|
+
"outline-offset": "all" | "outlineOffset";
|
|
941
|
+
"outline-style": "all" | "outline" | "outlineStyle";
|
|
942
|
+
"outline-width": "all" | "outline" | "outlineWidth";
|
|
943
|
+
outlineColor: "all" | "outline" | "outline-color";
|
|
944
|
+
outlineOffset: "all" | "outline-offset";
|
|
945
|
+
outlineStyle: "all" | "outline" | "outline-style";
|
|
946
|
+
outlineWidth: "all" | "outline" | "outline-width";
|
|
947
|
+
overflow: "all" | "overflow-block" | "overflow-inline" | "overflow-x" | "overflow-y" | "overflowBlock" | "overflowInline" | "overflowX" | "overflowY";
|
|
948
|
+
"overflow-anchor": "all" | "overflowAnchor";
|
|
949
|
+
"overflow-block": "all" | "overflow" | "overflow-x" | "overflow-y" | "overflowBlock" | "overflowX" | "overflowY";
|
|
950
|
+
"overflow-clip-margin": "all" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
951
|
+
"overflow-clip-margin-block": "all" | "overflow-clip-margin" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
952
|
+
"overflow-clip-margin-block-end": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
953
|
+
"overflow-clip-margin-block-start": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
954
|
+
"overflow-clip-margin-bottom": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
|
|
955
|
+
"overflow-clip-margin-inline": "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
956
|
+
"overflow-clip-margin-inline-end": "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
957
|
+
"overflow-clip-margin-inline-start": "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
958
|
+
"overflow-clip-margin-left": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft";
|
|
959
|
+
"overflow-clip-margin-right": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginRight";
|
|
960
|
+
"overflow-clip-margin-top": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginTop";
|
|
961
|
+
"overflow-inline": "all" | "overflow" | "overflow-x" | "overflow-y" | "overflowInline" | "overflowX" | "overflowY";
|
|
962
|
+
"overflow-wrap": "all" | "overflowWrap" | "word-wrap" | "wordWrap";
|
|
963
|
+
"overflow-x": "all" | "overflow" | "overflow-block" | "overflow-inline" | "overflowBlock" | "overflowInline" | "overflowX";
|
|
964
|
+
"overflow-y": "all" | "overflow" | "overflow-block" | "overflow-inline" | "overflowBlock" | "overflowInline" | "overflowY";
|
|
965
|
+
overflowAnchor: "all" | "overflow-anchor";
|
|
966
|
+
overflowBlock: "all" | "overflow" | "overflow-block" | "overflow-x" | "overflow-y" | "overflowX" | "overflowY";
|
|
967
|
+
overflowClipMargin: "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
968
|
+
overflowClipMarginBlock: "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
969
|
+
overflowClipMarginBlockEnd: "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
970
|
+
overflowClipMarginBlockStart: "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
971
|
+
overflowClipMarginBottom: "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
|
|
972
|
+
overflowClipMarginInline: "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
973
|
+
overflowClipMarginInlineEnd: "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
974
|
+
overflowClipMarginInlineStart: "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
|
|
975
|
+
overflowClipMarginLeft: "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
|
|
976
|
+
overflowClipMarginRight: "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-right" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
|
|
977
|
+
overflowClipMarginTop: "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-top" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
|
|
978
|
+
overflowInline: "all" | "overflow" | "overflow-inline" | "overflow-x" | "overflow-y" | "overflowX" | "overflowY";
|
|
979
|
+
overflowWrap: "all" | "overflow-wrap" | "word-wrap" | "wordWrap";
|
|
980
|
+
overflowX: "all" | "overflow" | "overflow-block" | "overflow-inline" | "overflow-x" | "overflowBlock" | "overflowInline";
|
|
981
|
+
overflowY: "all" | "overflow" | "overflow-block" | "overflow-inline" | "overflow-y" | "overflowBlock" | "overflowInline";
|
|
982
|
+
overlay: "all";
|
|
983
|
+
"overscroll-behavior": "all" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY";
|
|
984
|
+
"overscroll-behavior-block": "all" | "overscroll-behavior" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorX" | "overscrollBehaviorY";
|
|
985
|
+
"overscroll-behavior-inline": "all" | "overscroll-behavior" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY";
|
|
986
|
+
"overscroll-behavior-x": "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX";
|
|
987
|
+
"overscroll-behavior-y": "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorY";
|
|
988
|
+
overscrollBehavior: "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY";
|
|
989
|
+
overscrollBehaviorBlock: "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorX" | "overscrollBehaviorY";
|
|
990
|
+
overscrollBehaviorInline: "all" | "overscroll-behavior" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorX" | "overscrollBehaviorY";
|
|
991
|
+
overscrollBehaviorX: "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline";
|
|
992
|
+
overscrollBehaviorY: "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline";
|
|
993
|
+
padding: "all" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-bottom" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
994
|
+
"padding-block": "all" | "padding" | "padding-block-end" | "padding-block-start" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
995
|
+
"padding-block-end": "all" | "padding" | "padding-block" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBlockEnd" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
996
|
+
"padding-block-start": "all" | "padding" | "padding-block" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBlockStart" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
997
|
+
"padding-bottom": "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
|
|
998
|
+
"padding-inline": "all" | "padding" | "padding-bottom" | "padding-inline-end" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
999
|
+
"padding-inline-end": "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
1000
|
+
"padding-inline-start": "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
1001
|
+
"padding-left": "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft";
|
|
1002
|
+
"padding-right": "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingRight";
|
|
1003
|
+
"padding-top": "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingTop";
|
|
1004
|
+
paddingBlock: "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
1005
|
+
paddingBlockEnd: "all" | "padding" | "padding-block" | "padding-block-end" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
1006
|
+
paddingBlockStart: "all" | "padding" | "padding-block" | "padding-block-start" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
1007
|
+
paddingBottom: "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-bottom" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
|
|
1008
|
+
paddingInline: "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
1009
|
+
paddingInlineEnd: "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-inline-end" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
1010
|
+
paddingInlineStart: "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingLeft" | "paddingRight" | "paddingTop";
|
|
1011
|
+
paddingLeft: "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "padding-left" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
|
|
1012
|
+
paddingRight: "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "padding-right" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
|
|
1013
|
+
paddingTop: "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "padding-top" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
|
|
1014
|
+
page: "all";
|
|
1015
|
+
"page-break-after": "all" | "pageBreakAfter";
|
|
1016
|
+
"page-break-before": "all" | "pageBreakBefore";
|
|
1017
|
+
"page-break-inside": "all" | "pageBreakInside";
|
|
1018
|
+
pageBreakAfter: "all" | "page-break-after";
|
|
1019
|
+
pageBreakBefore: "all" | "page-break-before";
|
|
1020
|
+
pageBreakInside: "all" | "page-break-inside";
|
|
1021
|
+
"paint-order": "all" | "paintOrder";
|
|
1022
|
+
paintOrder: "all" | "paint-order";
|
|
1023
|
+
"path-length": "all" | "pathLength";
|
|
1024
|
+
pathLength: "all" | "path-length";
|
|
1025
|
+
pause: "all" | "pause-after" | "pause-before" | "pauseAfter" | "pauseBefore";
|
|
1026
|
+
"pause-after": "all" | "pause" | "pauseAfter";
|
|
1027
|
+
"pause-before": "all" | "pause" | "pauseBefore";
|
|
1028
|
+
pauseAfter: "all" | "pause" | "pause-after";
|
|
1029
|
+
pauseBefore: "all" | "pause" | "pause-before";
|
|
1030
|
+
perspective: "-webkit-perspective" | "WebkitPerspective" | "all";
|
|
1031
|
+
"perspective-origin": "-webkit-perspective-origin" | "WebkitPerspectiveOrigin" | "all" | "perspectiveOrigin";
|
|
1032
|
+
perspectiveOrigin: "-webkit-perspective-origin" | "WebkitPerspectiveOrigin" | "all" | "perspective-origin";
|
|
1033
|
+
"place-content": "-webkit-align-content" | "-webkit-justify-content" | "WebkitAlignContent" | "WebkitJustifyContent" | "align-content" | "alignContent" | "all" | "justify-content" | "justifyContent" | "placeContent";
|
|
1034
|
+
"place-items": "-webkit-align-items" | "WebkitAlignItems" | "align-items" | "alignItems" | "all" | "justify-items" | "justifyItems" | "placeItems";
|
|
1035
|
+
"place-self": "-webkit-align-self" | "WebkitAlignSelf" | "align-self" | "alignSelf" | "all" | "justify-self" | "justifySelf" | "placeSelf";
|
|
1036
|
+
placeContent: "-webkit-align-content" | "-webkit-justify-content" | "WebkitAlignContent" | "WebkitJustifyContent" | "align-content" | "alignContent" | "all" | "justify-content" | "justifyContent" | "place-content";
|
|
1037
|
+
placeItems: "-webkit-align-items" | "WebkitAlignItems" | "align-items" | "alignItems" | "all" | "justify-items" | "justifyItems" | "place-items";
|
|
1038
|
+
placeSelf: "-webkit-align-self" | "WebkitAlignSelf" | "align-self" | "alignSelf" | "all" | "justify-self" | "justifySelf" | "place-self";
|
|
1039
|
+
"pointer-events": "all" | "pointerEvents";
|
|
1040
|
+
"pointer-timeline": "all" | "pointer-timeline-axis" | "pointer-timeline-name" | "pointerTimeline" | "pointerTimelineAxis" | "pointerTimelineName";
|
|
1041
|
+
"pointer-timeline-axis": "all" | "pointer-timeline" | "pointerTimeline" | "pointerTimelineAxis";
|
|
1042
|
+
"pointer-timeline-name": "all" | "pointer-timeline" | "pointerTimeline" | "pointerTimelineName";
|
|
1043
|
+
pointerEvents: "all" | "pointer-events";
|
|
1044
|
+
pointerTimeline: "all" | "pointer-timeline" | "pointer-timeline-axis" | "pointer-timeline-name" | "pointerTimelineAxis" | "pointerTimelineName";
|
|
1045
|
+
pointerTimelineAxis: "all" | "pointer-timeline" | "pointer-timeline-axis" | "pointerTimeline";
|
|
1046
|
+
pointerTimelineName: "all" | "pointer-timeline" | "pointer-timeline-name" | "pointerTimeline";
|
|
1047
|
+
position: "all";
|
|
1048
|
+
"position-anchor": "all" | "positionAnchor";
|
|
1049
|
+
"position-area": "all" | "positionArea";
|
|
1050
|
+
"position-try": "all" | "position-try-fallbacks" | "position-try-order" | "positionTry" | "positionTryFallbacks" | "positionTryOrder";
|
|
1051
|
+
"position-try-fallbacks": "all" | "position-try" | "positionTry" | "positionTryFallbacks";
|
|
1052
|
+
"position-try-order": "all" | "position-try" | "positionTry" | "positionTryOrder";
|
|
1053
|
+
"position-visibility": "all" | "positionVisibility";
|
|
1054
|
+
positionAnchor: "all" | "position-anchor";
|
|
1055
|
+
positionArea: "all" | "position-area";
|
|
1056
|
+
positionTry: "all" | "position-try" | "position-try-fallbacks" | "position-try-order" | "positionTryFallbacks" | "positionTryOrder";
|
|
1057
|
+
positionTryFallbacks: "all" | "position-try" | "position-try-fallbacks" | "positionTry";
|
|
1058
|
+
positionTryOrder: "all" | "position-try" | "position-try-order" | "positionTry";
|
|
1059
|
+
positionVisibility: "all" | "position-visibility";
|
|
1060
|
+
"print-color-adjust": "all" | "color-adjust" | "colorAdjust" | "printColorAdjust";
|
|
1061
|
+
printColorAdjust: "all" | "color-adjust" | "colorAdjust" | "print-color-adjust";
|
|
1062
|
+
quotes: "all";
|
|
1063
|
+
r: "all";
|
|
1064
|
+
"reading-flow": "all" | "readingFlow";
|
|
1065
|
+
"reading-order": "all" | "readingOrder";
|
|
1066
|
+
readingFlow: "all" | "reading-flow";
|
|
1067
|
+
readingOrder: "all" | "reading-order";
|
|
1068
|
+
"region-fragment": "all" | "regionFragment";
|
|
1069
|
+
regionFragment: "all" | "region-fragment";
|
|
1070
|
+
resize: "all";
|
|
1071
|
+
rest: "all" | "rest-after" | "rest-before" | "restAfter" | "restBefore";
|
|
1072
|
+
"rest-after": "all" | "rest" | "restAfter";
|
|
1073
|
+
"rest-before": "all" | "rest" | "restBefore";
|
|
1074
|
+
restAfter: "all" | "rest" | "rest-after";
|
|
1075
|
+
restBefore: "all" | "rest" | "rest-before";
|
|
1076
|
+
right: "all" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart";
|
|
1077
|
+
rotate: "all";
|
|
1078
|
+
"row-gap": "all" | "gap" | "grid-gap" | "grid-row-gap" | "gridGap" | "gridRowGap" | "rowGap";
|
|
1079
|
+
"row-rule": "all" | "row-rule-color" | "row-rule-style" | "row-rule-width" | "rowRule" | "rowRuleColor" | "rowRuleStyle" | "rowRuleWidth" | "rule" | "rule-color" | "rule-style" | "rule-width" | "ruleColor" | "ruleStyle" | "ruleWidth";
|
|
1080
|
+
"row-rule-break": "all" | "rowRuleBreak" | "rule-break" | "ruleBreak";
|
|
1081
|
+
"row-rule-color": "all" | "row-rule" | "rowRule" | "rowRuleColor" | "rule" | "rule-color" | "ruleColor";
|
|
1082
|
+
"row-rule-inset": "all" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1083
|
+
"row-rule-inset-cap": "all" | "row-rule-inset" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1084
|
+
"row-rule-inset-cap-end": "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-end" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetEnd" | "rule-inset" | "rule-inset-end" | "ruleInset" | "ruleInsetEnd";
|
|
1085
|
+
"row-rule-inset-cap-start": "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-start" | "ruleInset" | "ruleInsetStart";
|
|
1086
|
+
"row-rule-inset-end": "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rule-inset" | "rule-inset-end" | "ruleInset" | "ruleInsetEnd";
|
|
1087
|
+
"row-rule-inset-junction": "all" | "row-rule-inset" | "row-rule-inset-end" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1088
|
+
"row-rule-inset-junction-end": "all" | "row-rule-inset" | "row-rule-inset-end" | "row-rule-inset-junction" | "rowRuleInset" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rule-inset" | "rule-inset-end" | "ruleInset" | "ruleInsetEnd";
|
|
1089
|
+
"row-rule-inset-junction-start": "all" | "row-rule-inset" | "row-rule-inset-junction" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetJunction" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-start" | "ruleInset" | "ruleInsetStart";
|
|
1090
|
+
"row-rule-inset-start": "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-start" | "row-rule-inset-junction" | "row-rule-inset-junction-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapStart" | "rowRuleInsetJunction" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-start" | "ruleInset" | "ruleInsetStart";
|
|
1091
|
+
"row-rule-style": "all" | "row-rule" | "rowRule" | "rowRuleStyle" | "rule" | "rule-style" | "ruleStyle";
|
|
1092
|
+
"row-rule-visibility-items": "all" | "rowRuleVisibilityItems";
|
|
1093
|
+
"row-rule-width": "all" | "row-rule" | "rowRule" | "rowRuleWidth" | "rule" | "rule-width" | "ruleWidth";
|
|
1094
|
+
rowGap: "all" | "gap" | "grid-gap" | "grid-row-gap" | "gridGap" | "gridRowGap" | "row-gap";
|
|
1095
|
+
rowRule: "all" | "row-rule" | "row-rule-color" | "row-rule-style" | "row-rule-width" | "rowRuleColor" | "rowRuleStyle" | "rowRuleWidth" | "rule" | "rule-color" | "rule-style" | "rule-width" | "ruleColor" | "ruleStyle" | "ruleWidth";
|
|
1096
|
+
rowRuleBreak: "all" | "row-rule-break" | "rule-break" | "ruleBreak";
|
|
1097
|
+
rowRuleColor: "all" | "row-rule" | "row-rule-color" | "rowRule" | "rule" | "rule-color" | "ruleColor";
|
|
1098
|
+
rowRuleInset: "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1099
|
+
rowRuleInsetCap: "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1100
|
+
rowRuleInsetCapEnd: "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-end" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetEnd" | "rule-inset" | "rule-inset-end" | "ruleInset" | "ruleInsetEnd";
|
|
1101
|
+
rowRuleInsetCapStart: "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-start" | "ruleInset" | "ruleInsetStart";
|
|
1102
|
+
rowRuleInsetEnd: "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rule-inset" | "rule-inset-end" | "ruleInset" | "ruleInsetEnd";
|
|
1103
|
+
rowRuleInsetJunction: "all" | "row-rule-inset" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetEnd" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1104
|
+
rowRuleInsetJunctionEnd: "all" | "row-rule-inset" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "rowRuleInset" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rule-inset" | "rule-inset-end" | "ruleInset" | "ruleInsetEnd";
|
|
1105
|
+
rowRuleInsetJunctionStart: "all" | "row-rule-inset" | "row-rule-inset-junction" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetJunction" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-start" | "ruleInset" | "ruleInsetStart";
|
|
1106
|
+
rowRuleInsetStart: "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-start" | "row-rule-inset-junction" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapStart" | "rowRuleInsetJunction" | "rowRuleInsetJunctionStart" | "rule-inset" | "rule-inset-start" | "ruleInset" | "ruleInsetStart";
|
|
1107
|
+
rowRuleStyle: "all" | "row-rule" | "row-rule-style" | "rowRule" | "rule" | "rule-style" | "ruleStyle";
|
|
1108
|
+
rowRuleVisibilityItems: "all" | "row-rule-visibility-items";
|
|
1109
|
+
rowRuleWidth: "all" | "row-rule" | "row-rule-width" | "rowRule" | "rule" | "rule-width" | "ruleWidth";
|
|
1110
|
+
"ruby-align": "all" | "rubyAlign";
|
|
1111
|
+
"ruby-merge": "all" | "rubyMerge";
|
|
1112
|
+
"ruby-overhang": "all" | "rubyOverhang";
|
|
1113
|
+
"ruby-position": "all" | "rubyPosition";
|
|
1114
|
+
rubyAlign: "all" | "ruby-align";
|
|
1115
|
+
rubyMerge: "all" | "ruby-merge";
|
|
1116
|
+
rubyOverhang: "all" | "ruby-overhang";
|
|
1117
|
+
rubyPosition: "all" | "ruby-position";
|
|
1118
|
+
rule: "all" | "column-rule" | "column-rule-color" | "column-rule-style" | "column-rule-width" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "row-rule" | "row-rule-color" | "row-rule-style" | "row-rule-width" | "rowRule" | "rowRuleColor" | "rowRuleStyle" | "rowRuleWidth" | "rule-color" | "rule-style" | "rule-width" | "ruleColor" | "ruleStyle" | "ruleWidth";
|
|
1119
|
+
"rule-break": "all" | "column-rule-break" | "columnRuleBreak" | "row-rule-break" | "rowRuleBreak" | "ruleBreak";
|
|
1120
|
+
"rule-color": "all" | "column-rule" | "column-rule-color" | "columnRule" | "columnRuleColor" | "row-rule" | "row-rule-color" | "rowRule" | "rowRuleColor" | "rule" | "ruleColor";
|
|
1121
|
+
"rule-inset": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
|
|
1122
|
+
"rule-inset-cap": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1123
|
+
"rule-inset-end": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rule-inset" | "rule-inset-cap" | "rule-inset-junction" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction";
|
|
1124
|
+
"rule-inset-junction": "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
|
|
1125
|
+
"rule-inset-start": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-start" | "column-rule-inset-junction" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapStart" | "columnRuleInsetJunction" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-start" | "row-rule-inset-junction" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapStart" | "rowRuleInsetJunction" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-junction" | "ruleInset" | "ruleInsetCap" | "ruleInsetJunction" | "ruleInsetStart";
|
|
1126
|
+
"rule-overlap": "all" | "ruleOverlap";
|
|
1127
|
+
"rule-style": "all" | "column-rule" | "column-rule-style" | "columnRule" | "columnRuleStyle" | "row-rule" | "row-rule-style" | "rowRule" | "rowRuleStyle" | "rule" | "ruleStyle";
|
|
1128
|
+
"rule-visibility-items": "all" | "column-rule-visibility-items" | "columnRuleVisibilityItems" | "ruleVisibilityItems";
|
|
1129
|
+
"rule-width": "all" | "column-rule" | "column-rule-width" | "columnRule" | "columnRuleWidth" | "row-rule" | "row-rule-width" | "rowRule" | "rowRuleWidth" | "rule" | "ruleWidth";
|
|
1130
|
+
ruleBreak: "all" | "column-rule-break" | "columnRuleBreak" | "row-rule-break" | "rowRuleBreak" | "rule-break";
|
|
1131
|
+
ruleColor: "all" | "column-rule" | "column-rule-color" | "columnRule" | "columnRuleColor" | "row-rule" | "row-rule-color" | "rowRule" | "rowRuleColor" | "rule" | "rule-color";
|
|
1132
|
+
ruleInset: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
|
|
1133
|
+
ruleInsetCap: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1134
|
+
ruleInsetEnd: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "ruleInset" | "ruleInsetCap" | "ruleInsetJunction";
|
|
1135
|
+
ruleInsetJunction: "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rule-inset" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
|
|
1136
|
+
ruleInsetStart: "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-start" | "column-rule-inset-junction" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapStart" | "columnRuleInsetJunction" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-start" | "row-rule-inset-junction" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapStart" | "rowRuleInsetJunction" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rule-inset" | "rule-inset-cap" | "rule-inset-junction" | "rule-inset-start" | "ruleInset" | "ruleInsetCap" | "ruleInsetJunction";
|
|
1137
|
+
ruleOverlap: "all" | "rule-overlap";
|
|
1138
|
+
ruleStyle: "all" | "column-rule" | "column-rule-style" | "columnRule" | "columnRuleStyle" | "row-rule" | "row-rule-style" | "rowRule" | "rowRuleStyle" | "rule" | "rule-style";
|
|
1139
|
+
ruleVisibilityItems: "all" | "column-rule-visibility-items" | "columnRuleVisibilityItems" | "rule-visibility-items";
|
|
1140
|
+
ruleWidth: "all" | "column-rule" | "column-rule-width" | "columnRule" | "columnRuleWidth" | "row-rule" | "row-rule-width" | "rowRule" | "rowRuleWidth" | "rule" | "rule-width";
|
|
1141
|
+
rx: "all";
|
|
1142
|
+
ry: "all";
|
|
1143
|
+
scale: "all";
|
|
1144
|
+
"scroll-axis-lock": "all" | "scrollAxisLock";
|
|
1145
|
+
"scroll-behavior": "all" | "scrollBehavior";
|
|
1146
|
+
"scroll-initial-target": "all" | "scrollInitialTarget";
|
|
1147
|
+
"scroll-margin": "all" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1148
|
+
"scroll-margin-block": "all" | "scroll-margin" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1149
|
+
"scroll-margin-block-end": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1150
|
+
"scroll-margin-block-start": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1151
|
+
"scroll-margin-bottom": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
|
|
1152
|
+
"scroll-margin-inline": "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1153
|
+
"scroll-margin-inline-end": "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1154
|
+
"scroll-margin-inline-start": "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1155
|
+
"scroll-margin-left": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft";
|
|
1156
|
+
"scroll-margin-right": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginRight";
|
|
1157
|
+
"scroll-margin-top": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginTop";
|
|
1158
|
+
"scroll-marker-group": "all" | "scrollMarkerGroup";
|
|
1159
|
+
"scroll-padding": "all" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1160
|
+
"scroll-padding-block": "all" | "scroll-padding" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1161
|
+
"scroll-padding-block-end": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1162
|
+
"scroll-padding-block-start": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1163
|
+
"scroll-padding-bottom": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
|
|
1164
|
+
"scroll-padding-inline": "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1165
|
+
"scroll-padding-inline-end": "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1166
|
+
"scroll-padding-inline-start": "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1167
|
+
"scroll-padding-left": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft";
|
|
1168
|
+
"scroll-padding-right": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingRight";
|
|
1169
|
+
"scroll-padding-top": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingTop";
|
|
1170
|
+
"scroll-snap-align": "all" | "scrollSnapAlign";
|
|
1171
|
+
"scroll-snap-stop": "all" | "scrollSnapStop";
|
|
1172
|
+
"scroll-snap-type": "all" | "scrollSnapType";
|
|
1173
|
+
"scroll-target-group": "all" | "scrollTargetGroup";
|
|
1174
|
+
"scroll-timeline": "all" | "scroll-timeline-axis" | "scroll-timeline-name" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName";
|
|
1175
|
+
"scroll-timeline-axis": "all" | "scroll-timeline" | "scrollTimeline" | "scrollTimelineAxis";
|
|
1176
|
+
"scroll-timeline-name": "all" | "scroll-timeline" | "scrollTimeline" | "scrollTimelineName";
|
|
1177
|
+
scrollAxisLock: "all" | "scroll-axis-lock";
|
|
1178
|
+
"scrollbar-color": "all" | "scrollbarColor";
|
|
1179
|
+
"scrollbar-gutter": "all" | "scrollbarGutter";
|
|
1180
|
+
"scrollbar-width": "all" | "scrollbarWidth";
|
|
1181
|
+
scrollbarColor: "all" | "scrollbar-color";
|
|
1182
|
+
scrollbarGutter: "all" | "scrollbar-gutter";
|
|
1183
|
+
scrollbarWidth: "all" | "scrollbar-width";
|
|
1184
|
+
scrollBehavior: "all" | "scroll-behavior";
|
|
1185
|
+
scrollInitialTarget: "all" | "scroll-initial-target";
|
|
1186
|
+
scrollMargin: "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1187
|
+
scrollMarginBlock: "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1188
|
+
scrollMarginBlockEnd: "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1189
|
+
scrollMarginBlockStart: "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1190
|
+
scrollMarginBottom: "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
|
|
1191
|
+
scrollMarginInline: "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1192
|
+
scrollMarginInlineEnd: "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1193
|
+
scrollMarginInlineStart: "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
|
|
1194
|
+
scrollMarginLeft: "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
|
|
1195
|
+
scrollMarginRight: "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-right" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
|
|
1196
|
+
scrollMarginTop: "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-top" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
|
|
1197
|
+
scrollMarkerGroup: "all" | "scroll-marker-group";
|
|
1198
|
+
scrollPadding: "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1199
|
+
scrollPaddingBlock: "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1200
|
+
scrollPaddingBlockEnd: "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1201
|
+
scrollPaddingBlockStart: "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1202
|
+
scrollPaddingBottom: "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
|
|
1203
|
+
scrollPaddingInline: "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1204
|
+
scrollPaddingInlineEnd: "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1205
|
+
scrollPaddingInlineStart: "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
|
|
1206
|
+
scrollPaddingLeft: "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
|
|
1207
|
+
scrollPaddingRight: "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-right" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
|
|
1208
|
+
scrollPaddingTop: "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-top" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
|
|
1209
|
+
scrollSnapAlign: "all" | "scroll-snap-align";
|
|
1210
|
+
scrollSnapStop: "all" | "scroll-snap-stop";
|
|
1211
|
+
scrollSnapType: "all" | "scroll-snap-type";
|
|
1212
|
+
scrollTargetGroup: "all" | "scroll-target-group";
|
|
1213
|
+
scrollTimeline: "all" | "scroll-timeline" | "scroll-timeline-axis" | "scroll-timeline-name" | "scrollTimelineAxis" | "scrollTimelineName";
|
|
1214
|
+
scrollTimelineAxis: "all" | "scroll-timeline" | "scroll-timeline-axis" | "scrollTimeline";
|
|
1215
|
+
scrollTimelineName: "all" | "scroll-timeline" | "scroll-timeline-name" | "scrollTimeline";
|
|
1216
|
+
"shape-image-threshold": "all" | "shapeImageThreshold";
|
|
1217
|
+
"shape-inside": "all" | "shapeInside";
|
|
1218
|
+
"shape-margin": "all" | "shapeMargin";
|
|
1219
|
+
"shape-outside": "all" | "shapeOutside";
|
|
1220
|
+
"shape-padding": "all" | "shapePadding";
|
|
1221
|
+
"shape-rendering": "all" | "shapeRendering";
|
|
1222
|
+
shapeImageThreshold: "all" | "shape-image-threshold";
|
|
1223
|
+
shapeInside: "all" | "shape-inside";
|
|
1224
|
+
shapeMargin: "all" | "shape-margin";
|
|
1225
|
+
shapeOutside: "all" | "shape-outside";
|
|
1226
|
+
shapePadding: "all" | "shape-padding";
|
|
1227
|
+
shapeRendering: "all" | "shape-rendering";
|
|
1228
|
+
"slider-orientation": "all" | "sliderOrientation";
|
|
1229
|
+
sliderOrientation: "all" | "slider-orientation";
|
|
1230
|
+
"spatial-navigation-action": "all" | "spatialNavigationAction";
|
|
1231
|
+
"spatial-navigation-contain": "all" | "spatialNavigationContain";
|
|
1232
|
+
"spatial-navigation-function": "all" | "spatialNavigationFunction";
|
|
1233
|
+
spatialNavigationAction: "all" | "spatial-navigation-action";
|
|
1234
|
+
spatialNavigationContain: "all" | "spatial-navigation-contain";
|
|
1235
|
+
spatialNavigationFunction: "all" | "spatial-navigation-function";
|
|
1236
|
+
speak: "all";
|
|
1237
|
+
"speak-as": "all" | "speakAs";
|
|
1238
|
+
speakAs: "all" | "speak-as";
|
|
1239
|
+
"stop-color": "all" | "stopColor";
|
|
1240
|
+
"stop-opacity": "all" | "stopOpacity";
|
|
1241
|
+
stopColor: "all" | "stop-color";
|
|
1242
|
+
stopOpacity: "all" | "stop-opacity";
|
|
1243
|
+
"string-set": "all" | "stringSet";
|
|
1244
|
+
stringSet: "all" | "string-set";
|
|
1245
|
+
stroke: "all";
|
|
1246
|
+
"stroke-align": "all" | "strokeAlign";
|
|
1247
|
+
"stroke-alignment": "all" | "strokeAlignment";
|
|
1248
|
+
"stroke-break": "all" | "strokeBreak";
|
|
1249
|
+
"stroke-color": "all" | "strokeColor";
|
|
1250
|
+
"stroke-dash-corner": "all" | "strokeDashCorner";
|
|
1251
|
+
"stroke-dash-justify": "all" | "strokeDashJustify";
|
|
1252
|
+
"stroke-dashadjust": "all" | "strokeDashadjust";
|
|
1253
|
+
"stroke-dasharray": "all" | "strokeDasharray";
|
|
1254
|
+
"stroke-dashcorner": "all" | "strokeDashcorner";
|
|
1255
|
+
"stroke-dashoffset": "all" | "strokeDashoffset";
|
|
1256
|
+
"stroke-image": "all" | "strokeImage";
|
|
1257
|
+
"stroke-linecap": "all" | "strokeLinecap";
|
|
1258
|
+
"stroke-linejoin": "all" | "strokeLinejoin";
|
|
1259
|
+
"stroke-miterlimit": "all" | "strokeMiterlimit";
|
|
1260
|
+
"stroke-opacity": "all" | "strokeOpacity";
|
|
1261
|
+
"stroke-origin": "all" | "strokeOrigin";
|
|
1262
|
+
"stroke-position": "all" | "strokePosition";
|
|
1263
|
+
"stroke-repeat": "all" | "strokeRepeat";
|
|
1264
|
+
"stroke-size": "all" | "strokeSize";
|
|
1265
|
+
"stroke-width": "all" | "strokeWidth";
|
|
1266
|
+
strokeAlign: "all" | "stroke-align";
|
|
1267
|
+
strokeAlignment: "all" | "stroke-alignment";
|
|
1268
|
+
strokeBreak: "all" | "stroke-break";
|
|
1269
|
+
strokeColor: "all" | "stroke-color";
|
|
1270
|
+
strokeDashadjust: "all" | "stroke-dashadjust";
|
|
1271
|
+
strokeDasharray: "all" | "stroke-dasharray";
|
|
1272
|
+
strokeDashcorner: "all" | "stroke-dashcorner";
|
|
1273
|
+
strokeDashCorner: "all" | "stroke-dash-corner";
|
|
1274
|
+
strokeDashJustify: "all" | "stroke-dash-justify";
|
|
1275
|
+
strokeDashoffset: "all" | "stroke-dashoffset";
|
|
1276
|
+
strokeImage: "all" | "stroke-image";
|
|
1277
|
+
strokeLinecap: "all" | "stroke-linecap";
|
|
1278
|
+
strokeLinejoin: "all" | "stroke-linejoin";
|
|
1279
|
+
strokeMiterlimit: "all" | "stroke-miterlimit";
|
|
1280
|
+
strokeOpacity: "all" | "stroke-opacity";
|
|
1281
|
+
strokeOrigin: "all" | "stroke-origin";
|
|
1282
|
+
strokePosition: "all" | "stroke-position";
|
|
1283
|
+
strokeRepeat: "all" | "stroke-repeat";
|
|
1284
|
+
strokeSize: "all" | "stroke-size";
|
|
1285
|
+
strokeWidth: "all" | "stroke-width";
|
|
1286
|
+
"tab-size": "all" | "tabSize";
|
|
1287
|
+
"table-layout": "all" | "tableLayout";
|
|
1288
|
+
tableLayout: "all" | "table-layout";
|
|
1289
|
+
tabSize: "all" | "tab-size";
|
|
1290
|
+
"text-align": "all" | "text-align-all" | "text-align-last" | "textAlign" | "textAlignAll" | "textAlignLast";
|
|
1291
|
+
"text-align-all": "all" | "text-align" | "textAlign" | "textAlignAll";
|
|
1292
|
+
"text-align-last": "all" | "text-align" | "textAlign" | "textAlignLast";
|
|
1293
|
+
"text-anchor": "all" | "textAnchor";
|
|
1294
|
+
"text-autospace": "all" | "text-spacing" | "textAutospace" | "textSpacing";
|
|
1295
|
+
"text-box": "all" | "textBox";
|
|
1296
|
+
"text-box-edge": "all" | "textBoxEdge";
|
|
1297
|
+
"text-box-trim": "all" | "textBoxTrim";
|
|
1298
|
+
"text-combine-upright": "all" | "textCombineUpright";
|
|
1299
|
+
"text-decoration": "all" | "text-decoration-color" | "text-decoration-line" | "text-decoration-style" | "text-decoration-thickness" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationStyle" | "textDecorationThickness";
|
|
1300
|
+
"text-decoration-color": "all" | "text-decoration" | "textDecoration" | "textDecorationColor";
|
|
1301
|
+
"text-decoration-inset": "all" | "textDecorationInset";
|
|
1302
|
+
"text-decoration-line": "all" | "text-decoration" | "textDecoration" | "textDecorationLine";
|
|
1303
|
+
"text-decoration-skip": "all" | "text-decoration-skip-box" | "text-decoration-skip-ink" | "text-decoration-skip-self" | "text-decoration-skip-spaces" | "textDecorationSkip" | "textDecorationSkipBox" | "textDecorationSkipInk" | "textDecorationSkipSelf" | "textDecorationSkipSpaces";
|
|
1304
|
+
"text-decoration-skip-box": "all" | "text-decoration-skip" | "textDecorationSkip" | "textDecorationSkipBox";
|
|
1305
|
+
"text-decoration-skip-ink": "all" | "text-decoration-skip" | "textDecorationSkip" | "textDecorationSkipInk";
|
|
1306
|
+
"text-decoration-skip-self": "all" | "text-decoration-skip" | "textDecorationSkip" | "textDecorationSkipSelf";
|
|
1307
|
+
"text-decoration-skip-spaces": "all" | "text-decoration-skip" | "textDecorationSkip" | "textDecorationSkipSpaces";
|
|
1308
|
+
"text-decoration-style": "all" | "text-decoration" | "textDecoration" | "textDecorationStyle";
|
|
1309
|
+
"text-decoration-thickness": "all" | "text-decoration" | "textDecoration" | "textDecorationThickness";
|
|
1310
|
+
"text-emphasis": "all" | "text-emphasis-color" | "text-emphasis-style" | "textEmphasis" | "textEmphasisColor" | "textEmphasisStyle";
|
|
1311
|
+
"text-emphasis-color": "all" | "text-emphasis" | "textEmphasis" | "textEmphasisColor";
|
|
1312
|
+
"text-emphasis-position": "all" | "textEmphasisPosition";
|
|
1313
|
+
"text-emphasis-skip": "all" | "textEmphasisSkip";
|
|
1314
|
+
"text-emphasis-style": "all" | "text-emphasis" | "textEmphasis" | "textEmphasisStyle";
|
|
1315
|
+
"text-fit": "all" | "textFit";
|
|
1316
|
+
"text-group-align": "all" | "textGroupAlign";
|
|
1317
|
+
"text-indent": "all" | "textIndent";
|
|
1318
|
+
"text-justify": "all" | "textJustify";
|
|
1319
|
+
"text-orientation": "all" | "textOrientation";
|
|
1320
|
+
"text-overflow": "all" | "textOverflow";
|
|
1321
|
+
"text-rendering": "all" | "textRendering";
|
|
1322
|
+
"text-shadow": "all" | "textShadow";
|
|
1323
|
+
"text-size-adjust": "-webkit-text-size-adjust" | "WebkitTextSizeAdjust" | "all" | "textSizeAdjust";
|
|
1324
|
+
"text-spacing": "all" | "text-autospace" | "text-spacing-trim" | "textAutospace" | "textSpacing" | "textSpacingTrim";
|
|
1325
|
+
"text-spacing-trim": "all" | "text-spacing" | "textSpacing" | "textSpacingTrim";
|
|
1326
|
+
"text-transform": "all" | "textTransform";
|
|
1327
|
+
"text-underline-offset": "all" | "textUnderlineOffset";
|
|
1328
|
+
"text-underline-position": "all" | "textUnderlinePosition";
|
|
1329
|
+
"text-wrap": "all" | "text-wrap-mode" | "text-wrap-style" | "textWrap" | "textWrapMode" | "textWrapStyle" | "white-space" | "whiteSpace";
|
|
1330
|
+
"text-wrap-mode": "all" | "text-wrap" | "textWrap" | "textWrapMode" | "white-space" | "whiteSpace";
|
|
1331
|
+
"text-wrap-style": "all" | "text-wrap" | "textWrap" | "textWrapStyle";
|
|
1332
|
+
textAlign: "all" | "text-align" | "text-align-all" | "text-align-last" | "textAlignAll" | "textAlignLast";
|
|
1333
|
+
textAlignAll: "all" | "text-align" | "text-align-all" | "textAlign";
|
|
1334
|
+
textAlignLast: "all" | "text-align" | "text-align-last" | "textAlign";
|
|
1335
|
+
textAnchor: "all" | "text-anchor";
|
|
1336
|
+
textAutospace: "all" | "text-autospace" | "text-spacing" | "textSpacing";
|
|
1337
|
+
textBox: "all" | "text-box";
|
|
1338
|
+
textBoxEdge: "all" | "text-box-edge";
|
|
1339
|
+
textBoxTrim: "all" | "text-box-trim";
|
|
1340
|
+
textCombineUpright: "all" | "text-combine-upright";
|
|
1341
|
+
textDecoration: "all" | "text-decoration" | "text-decoration-color" | "text-decoration-line" | "text-decoration-style" | "text-decoration-thickness" | "textDecorationColor" | "textDecorationLine" | "textDecorationStyle" | "textDecorationThickness";
|
|
1342
|
+
textDecorationColor: "all" | "text-decoration" | "text-decoration-color" | "textDecoration";
|
|
1343
|
+
textDecorationInset: "all" | "text-decoration-inset";
|
|
1344
|
+
textDecorationLine: "all" | "text-decoration" | "text-decoration-line" | "textDecoration";
|
|
1345
|
+
textDecorationSkip: "all" | "text-decoration-skip" | "text-decoration-skip-box" | "text-decoration-skip-ink" | "text-decoration-skip-self" | "text-decoration-skip-spaces" | "textDecorationSkipBox" | "textDecorationSkipInk" | "textDecorationSkipSelf" | "textDecorationSkipSpaces";
|
|
1346
|
+
textDecorationSkipBox: "all" | "text-decoration-skip" | "text-decoration-skip-box" | "textDecorationSkip";
|
|
1347
|
+
textDecorationSkipInk: "all" | "text-decoration-skip" | "text-decoration-skip-ink" | "textDecorationSkip";
|
|
1348
|
+
textDecorationSkipSelf: "all" | "text-decoration-skip" | "text-decoration-skip-self" | "textDecorationSkip";
|
|
1349
|
+
textDecorationSkipSpaces: "all" | "text-decoration-skip" | "text-decoration-skip-spaces" | "textDecorationSkip";
|
|
1350
|
+
textDecorationStyle: "all" | "text-decoration" | "text-decoration-style" | "textDecoration";
|
|
1351
|
+
textDecorationThickness: "all" | "text-decoration" | "text-decoration-thickness" | "textDecoration";
|
|
1352
|
+
textEmphasis: "all" | "text-emphasis" | "text-emphasis-color" | "text-emphasis-style" | "textEmphasisColor" | "textEmphasisStyle";
|
|
1353
|
+
textEmphasisColor: "all" | "text-emphasis" | "text-emphasis-color" | "textEmphasis";
|
|
1354
|
+
textEmphasisPosition: "all" | "text-emphasis-position";
|
|
1355
|
+
textEmphasisSkip: "all" | "text-emphasis-skip";
|
|
1356
|
+
textEmphasisStyle: "all" | "text-emphasis" | "text-emphasis-style" | "textEmphasis";
|
|
1357
|
+
textFit: "all" | "text-fit";
|
|
1358
|
+
textGroupAlign: "all" | "text-group-align";
|
|
1359
|
+
textIndent: "all" | "text-indent";
|
|
1360
|
+
textJustify: "all" | "text-justify";
|
|
1361
|
+
textOrientation: "all" | "text-orientation";
|
|
1362
|
+
textOverflow: "all" | "text-overflow";
|
|
1363
|
+
textRendering: "all" | "text-rendering";
|
|
1364
|
+
textShadow: "all" | "text-shadow";
|
|
1365
|
+
textSizeAdjust: "-webkit-text-size-adjust" | "WebkitTextSizeAdjust" | "all" | "text-size-adjust";
|
|
1366
|
+
textSpacing: "all" | "text-autospace" | "text-spacing" | "text-spacing-trim" | "textAutospace" | "textSpacingTrim";
|
|
1367
|
+
textSpacingTrim: "all" | "text-spacing" | "text-spacing-trim" | "textSpacing";
|
|
1368
|
+
textTransform: "all" | "text-transform";
|
|
1369
|
+
textUnderlineOffset: "all" | "text-underline-offset";
|
|
1370
|
+
textUnderlinePosition: "all" | "text-underline-position";
|
|
1371
|
+
textWrap: "all" | "text-wrap" | "text-wrap-mode" | "text-wrap-style" | "textWrapMode" | "textWrapStyle" | "white-space" | "whiteSpace";
|
|
1372
|
+
textWrapMode: "all" | "text-wrap" | "text-wrap-mode" | "textWrap" | "white-space" | "whiteSpace";
|
|
1373
|
+
textWrapStyle: "all" | "text-wrap" | "text-wrap-style" | "textWrap";
|
|
1374
|
+
"timeline-scope": "all" | "timelineScope";
|
|
1375
|
+
"timeline-trigger": "all" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timeline-trigger-name" | "timeline-trigger-source" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart" | "timelineTriggerName" | "timelineTriggerSource";
|
|
1376
|
+
"timeline-trigger-activation-range": "all" | "timeline-trigger" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart";
|
|
1377
|
+
"timeline-trigger-activation-range-end": "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd";
|
|
1378
|
+
"timeline-trigger-activation-range-start": "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeStart";
|
|
1379
|
+
"timeline-trigger-active-range": "all" | "timeline-trigger" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timelineTrigger" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart";
|
|
1380
|
+
"timeline-trigger-active-range-end": "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timelineTrigger" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd";
|
|
1381
|
+
"timeline-trigger-active-range-start": "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timelineTrigger" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeStart";
|
|
1382
|
+
"timeline-trigger-name": "all" | "timeline-trigger" | "timelineTrigger" | "timelineTriggerName";
|
|
1383
|
+
"timeline-trigger-source": "all" | "timeline-trigger" | "timelineTrigger" | "timelineTriggerSource";
|
|
1384
|
+
timelineScope: "all" | "timeline-scope";
|
|
1385
|
+
timelineTrigger: "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timeline-trigger-name" | "timeline-trigger-source" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart" | "timelineTriggerName" | "timelineTriggerSource";
|
|
1386
|
+
timelineTriggerActivationRange: "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timelineTrigger" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart";
|
|
1387
|
+
timelineTriggerActivationRangeEnd: "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timelineTrigger" | "timelineTriggerActivationRange";
|
|
1388
|
+
timelineTriggerActivationRangeStart: "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-start" | "timelineTrigger" | "timelineTriggerActivationRange";
|
|
1389
|
+
timelineTriggerActiveRange: "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timelineTrigger" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart";
|
|
1390
|
+
timelineTriggerActiveRangeEnd: "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timelineTrigger" | "timelineTriggerActiveRange";
|
|
1391
|
+
timelineTriggerActiveRangeStart: "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timeline-trigger-active-range-start" | "timelineTrigger" | "timelineTriggerActiveRange";
|
|
1392
|
+
timelineTriggerName: "all" | "timeline-trigger" | "timeline-trigger-name" | "timelineTrigger";
|
|
1393
|
+
timelineTriggerSource: "all" | "timeline-trigger" | "timeline-trigger-source" | "timelineTrigger";
|
|
1394
|
+
top: "all" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart";
|
|
1395
|
+
"touch-action": "all" | "touchAction";
|
|
1396
|
+
touchAction: "all" | "touch-action";
|
|
1397
|
+
transform: "-webkit-transform" | "WebkitTransform" | "all";
|
|
1398
|
+
"transform-box": "all" | "transformBox";
|
|
1399
|
+
"transform-origin": "-webkit-transform-origin" | "WebkitTransformOrigin" | "all" | "transformOrigin";
|
|
1400
|
+
"transform-style": "-webkit-transform-style" | "WebkitTransformStyle" | "all" | "transformStyle";
|
|
1401
|
+
transformBox: "all" | "transform-box";
|
|
1402
|
+
transformOrigin: "-webkit-transform-origin" | "WebkitTransformOrigin" | "all" | "transform-origin";
|
|
1403
|
+
transformStyle: "-webkit-transform-style" | "WebkitTransformStyle" | "all" | "transform-style";
|
|
1404
|
+
transition: "-webkit-transition" | "-webkit-transition-delay" | "-webkit-transition-duration" | "-webkit-transition-property" | "-webkit-transition-timing-function" | "WebkitTransition" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "all" | "transition-behavior" | "transition-delay" | "transition-duration" | "transition-property" | "transition-timing-function" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction";
|
|
1405
|
+
"transition-behavior": "-webkit-transition" | "WebkitTransition" | "all" | "transition" | "transitionBehavior";
|
|
1406
|
+
"transition-delay": "-webkit-transition" | "-webkit-transition-delay" | "WebkitTransition" | "WebkitTransitionDelay" | "all" | "transition" | "transitionDelay";
|
|
1407
|
+
"transition-duration": "-webkit-transition" | "-webkit-transition-duration" | "WebkitTransition" | "WebkitTransitionDuration" | "all" | "transition" | "transitionDuration";
|
|
1408
|
+
"transition-property": "-webkit-transition" | "-webkit-transition-property" | "WebkitTransition" | "WebkitTransitionProperty" | "all" | "transition" | "transitionProperty";
|
|
1409
|
+
"transition-timing-function": "-webkit-transition" | "-webkit-transition-timing-function" | "WebkitTransition" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transitionTimingFunction";
|
|
1410
|
+
transitionBehavior: "-webkit-transition" | "WebkitTransition" | "all" | "transition" | "transition-behavior";
|
|
1411
|
+
transitionDelay: "-webkit-transition" | "-webkit-transition-delay" | "WebkitTransition" | "WebkitTransitionDelay" | "all" | "transition" | "transition-delay";
|
|
1412
|
+
transitionDuration: "-webkit-transition" | "-webkit-transition-duration" | "WebkitTransition" | "WebkitTransitionDuration" | "all" | "transition" | "transition-duration";
|
|
1413
|
+
transitionProperty: "-webkit-transition" | "-webkit-transition-property" | "WebkitTransition" | "WebkitTransitionProperty" | "all" | "transition" | "transition-property";
|
|
1414
|
+
transitionTimingFunction: "-webkit-transition" | "-webkit-transition-timing-function" | "WebkitTransition" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transition-timing-function";
|
|
1415
|
+
translate: "all";
|
|
1416
|
+
"trigger-scope": "all" | "triggerScope";
|
|
1417
|
+
triggerScope: "all" | "trigger-scope";
|
|
1418
|
+
"unicode-bidi": "unicodeBidi";
|
|
1419
|
+
unicodeBidi: "unicode-bidi";
|
|
1420
|
+
"user-select": "all" | "userSelect";
|
|
1421
|
+
userSelect: "all" | "user-select";
|
|
1422
|
+
"vector-effect": "all" | "vectorEffect";
|
|
1423
|
+
vectorEffect: "all" | "vector-effect";
|
|
1424
|
+
"vertical-align": "alignment-baseline" | "alignmentBaseline" | "all" | "baseline-shift" | "baseline-source" | "baselineShift" | "baselineSource" | "verticalAlign";
|
|
1425
|
+
verticalAlign: "alignment-baseline" | "alignmentBaseline" | "all" | "baseline-shift" | "baseline-source" | "baselineShift" | "baselineSource" | "vertical-align";
|
|
1426
|
+
"view-timeline": "all" | "view-timeline-axis" | "view-timeline-name" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineName";
|
|
1427
|
+
"view-timeline-axis": "all" | "view-timeline" | "viewTimeline" | "viewTimelineAxis";
|
|
1428
|
+
"view-timeline-inset": "all" | "viewTimelineInset";
|
|
1429
|
+
"view-timeline-name": "all" | "view-timeline" | "viewTimeline" | "viewTimelineName";
|
|
1430
|
+
"view-transition-class": "all" | "viewTransitionClass";
|
|
1431
|
+
"view-transition-group": "all" | "viewTransitionGroup";
|
|
1432
|
+
"view-transition-name": "all" | "viewTransitionName";
|
|
1433
|
+
"view-transition-scope": "all" | "viewTransitionScope";
|
|
1434
|
+
viewTimeline: "all" | "view-timeline" | "view-timeline-axis" | "view-timeline-name" | "viewTimelineAxis" | "viewTimelineName";
|
|
1435
|
+
viewTimelineAxis: "all" | "view-timeline" | "view-timeline-axis" | "viewTimeline";
|
|
1436
|
+
viewTimelineInset: "all" | "view-timeline-inset";
|
|
1437
|
+
viewTimelineName: "all" | "view-timeline" | "view-timeline-name" | "viewTimeline";
|
|
1438
|
+
viewTransitionClass: "all" | "view-transition-class";
|
|
1439
|
+
viewTransitionGroup: "all" | "view-transition-group";
|
|
1440
|
+
viewTransitionName: "all" | "view-transition-name";
|
|
1441
|
+
viewTransitionScope: "all" | "view-transition-scope";
|
|
1442
|
+
visibility: "all";
|
|
1443
|
+
"voice-balance": "all" | "voiceBalance";
|
|
1444
|
+
"voice-duration": "all" | "voiceDuration";
|
|
1445
|
+
"voice-family": "all" | "voiceFamily";
|
|
1446
|
+
"voice-pitch": "all" | "voicePitch";
|
|
1447
|
+
"voice-range": "all" | "voiceRange";
|
|
1448
|
+
"voice-rate": "all" | "voiceRate";
|
|
1449
|
+
"voice-stress": "all" | "voiceStress";
|
|
1450
|
+
"voice-volume": "all" | "voiceVolume";
|
|
1451
|
+
voiceBalance: "all" | "voice-balance";
|
|
1452
|
+
voiceDuration: "all" | "voice-duration";
|
|
1453
|
+
voiceFamily: "all" | "voice-family";
|
|
1454
|
+
voicePitch: "all" | "voice-pitch";
|
|
1455
|
+
voiceRange: "all" | "voice-range";
|
|
1456
|
+
voiceRate: "all" | "voice-rate";
|
|
1457
|
+
voiceStress: "all" | "voice-stress";
|
|
1458
|
+
voiceVolume: "all" | "voice-volume";
|
|
1459
|
+
WebkitAlignContent: "-webkit-align-content" | "align-content" | "alignContent" | "all" | "place-content" | "placeContent";
|
|
1460
|
+
WebkitAlignItems: "-webkit-align-items" | "align-items" | "alignItems" | "all" | "place-items" | "placeItems";
|
|
1461
|
+
WebkitAlignSelf: "-webkit-align-self" | "align-self" | "alignSelf" | "all" | "place-self" | "placeSelf";
|
|
1462
|
+
WebkitAnimation: "-webkit-animation" | "-webkit-animation-delay" | "-webkit-animation-direction" | "-webkit-animation-duration" | "-webkit-animation-fill-mode" | "-webkit-animation-iteration-count" | "-webkit-animation-name" | "-webkit-animation-play-state" | "-webkit-animation-timing-function" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animation-direction" | "animation-duration" | "animation-fill-mode" | "animation-iteration-count" | "animation-name" | "animation-play-state" | "animation-range" | "animation-range-end" | "animation-range-start" | "animation-timeline" | "animation-timing-function" | "animation-trigger" | "animationDelay" | "animationDelayEnd" | "animationDelayStart" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "animationTrigger";
|
|
1463
|
+
WebkitAnimationDelay: "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animationDelay" | "animationDelayEnd" | "animationDelayStart";
|
|
1464
|
+
WebkitAnimationDirection: "-webkit-animation" | "-webkit-animation-direction" | "WebkitAnimation" | "all" | "animation" | "animation-direction" | "animationDirection";
|
|
1465
|
+
WebkitAnimationDuration: "-webkit-animation" | "-webkit-animation-duration" | "WebkitAnimation" | "all" | "animation" | "animation-duration" | "animationDuration";
|
|
1466
|
+
WebkitAnimationFillMode: "-webkit-animation" | "-webkit-animation-fill-mode" | "WebkitAnimation" | "all" | "animation" | "animation-fill-mode" | "animationFillMode";
|
|
1467
|
+
WebkitAnimationIterationCount: "-webkit-animation" | "-webkit-animation-iteration-count" | "WebkitAnimation" | "all" | "animation" | "animation-iteration-count" | "animationIterationCount";
|
|
1468
|
+
WebkitAnimationName: "-webkit-animation" | "-webkit-animation-name" | "WebkitAnimation" | "all" | "animation" | "animation-name" | "animationName";
|
|
1469
|
+
WebkitAnimationPlayState: "-webkit-animation" | "-webkit-animation-play-state" | "WebkitAnimation" | "all" | "animation" | "animation-play-state" | "animationPlayState";
|
|
1470
|
+
WebkitAnimationTimingFunction: "-webkit-animation" | "-webkit-animation-timing-function" | "WebkitAnimation" | "all" | "animation" | "animation-timing-function" | "animationTimingFunction";
|
|
1471
|
+
WebkitAppearance: "-webkit-appearance" | "all" | "appearance";
|
|
1472
|
+
WebkitBackfaceVisibility: "-webkit-backface-visibility" | "all" | "backface-visibility" | "backfaceVisibility";
|
|
1473
|
+
WebkitBackgroundClip: "-webkit-background-clip" | "all" | "background" | "background-clip" | "backgroundClip";
|
|
1474
|
+
WebkitBackgroundOrigin: "-webkit-background-origin" | "all" | "background" | "background-origin" | "backgroundOrigin";
|
|
1475
|
+
WebkitBackgroundSize: "-webkit-background-size" | "all" | "background" | "background-size" | "backgroundSize";
|
|
1476
|
+
WebkitBorderBottomLeftRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart";
|
|
1477
|
+
WebkitBorderBottomRightRadius: "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
|
|
1478
|
+
WebkitBorderRadius: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
|
|
1479
|
+
WebkitBorderTopLeftRadius: "-webkit-border-radius" | "-webkit-border-top-left-radius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
|
|
1480
|
+
WebkitBorderTopRightRadius: "-webkit-border-radius" | "-webkit-border-top-right-radius" | "WebkitBorderRadius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
|
|
1481
|
+
WebkitBoxAlign: "-webkit-box-align" | "all";
|
|
1482
|
+
WebkitBoxFlex: "-webkit-box-flex" | "all";
|
|
1483
|
+
WebkitBoxOrdinalGroup: "-webkit-box-ordinal-group" | "all";
|
|
1484
|
+
WebkitBoxOrient: "-webkit-box-orient" | "all";
|
|
1485
|
+
WebkitBoxPack: "-webkit-box-pack" | "all";
|
|
1486
|
+
WebkitBoxShadow: "-webkit-box-shadow" | "all" | "box-shadow" | "box-shadow-blur" | "box-shadow-color" | "box-shadow-offset" | "box-shadow-position" | "box-shadow-spread" | "boxShadow" | "boxShadowBlur" | "boxShadowColor" | "boxShadowOffset" | "boxShadowPosition" | "boxShadowSpread";
|
|
1487
|
+
WebkitBoxSizing: "-webkit-box-sizing" | "all" | "box-sizing" | "boxSizing";
|
|
1488
|
+
WebkitFilter: "-webkit-filter" | "all" | "filter";
|
|
1489
|
+
WebkitFlex: "-webkit-flex" | "-webkit-flex-basis" | "-webkit-flex-grow" | "-webkit-flex-shrink" | "WebkitFlexBasis" | "WebkitFlexGrow" | "WebkitFlexShrink" | "all" | "flex" | "flex-basis" | "flex-grow" | "flex-shrink" | "flexBasis" | "flexGrow" | "flexShrink";
|
|
1490
|
+
WebkitFlexBasis: "-webkit-flex" | "-webkit-flex-basis" | "WebkitFlex" | "all" | "flex" | "flex-basis" | "flexBasis";
|
|
1491
|
+
WebkitFlexDirection: "-webkit-flex-direction" | "-webkit-flex-flow" | "WebkitFlexFlow" | "all" | "flex-direction" | "flex-flow" | "flexDirection" | "flexFlow";
|
|
1492
|
+
WebkitFlexFlow: "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexDirection" | "WebkitFlexWrap" | "all" | "flex-direction" | "flex-flow" | "flex-wrap" | "flexDirection" | "flexFlow" | "flexWrap";
|
|
1493
|
+
WebkitFlexGrow: "-webkit-flex" | "-webkit-flex-grow" | "WebkitFlex" | "all" | "flex" | "flex-grow" | "flexGrow";
|
|
1494
|
+
WebkitFlexShrink: "-webkit-flex" | "-webkit-flex-shrink" | "WebkitFlex" | "all" | "flex" | "flex-shrink" | "flexShrink";
|
|
1495
|
+
WebkitFlexWrap: "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexFlow" | "all" | "flex-flow" | "flex-wrap" | "flexFlow" | "flexWrap";
|
|
1496
|
+
WebkitJustifyContent: "-webkit-justify-content" | "all" | "justify-content" | "justifyContent" | "place-content" | "placeContent";
|
|
1497
|
+
WebkitLineClamp: "-webkit-line-clamp" | "all" | "block-ellipsis" | "blockEllipsis" | "continue" | "line-clamp" | "lineClamp" | "max-lines" | "maxLines";
|
|
1498
|
+
WebkitMask: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "-webkit-mask-clip" | "-webkit-mask-composite" | "-webkit-mask-image" | "-webkit-mask-origin" | "-webkit-mask-position" | "-webkit-mask-repeat" | "-webkit-mask-size" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskRepeat" | "WebkitMaskSize" | "all" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "mask-clip" | "mask-composite" | "mask-image" | "mask-mode" | "mask-origin" | "mask-position" | "mask-repeat" | "mask-size" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize";
|
|
1499
|
+
WebkitMaskBoxImage: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth";
|
|
1500
|
+
WebkitMaskBoxImageOutset: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-outset" | "maskBorder" | "maskBorderOutset";
|
|
1501
|
+
WebkitMaskBoxImageRepeat: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-repeat" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-repeat" | "maskBorder" | "maskBorderRepeat";
|
|
1502
|
+
WebkitMaskBoxImageSlice: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-slice" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-slice" | "maskBorder" | "maskBorderSlice";
|
|
1503
|
+
WebkitMaskBoxImageSource: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-source" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-source" | "maskBorder" | "maskBorderSource";
|
|
1504
|
+
WebkitMaskBoxImageWidth: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-width" | "maskBorder" | "maskBorderWidth";
|
|
1505
|
+
WebkitMaskClip: "-webkit-mask" | "-webkit-mask-clip" | "WebkitMask" | "all" | "mask" | "mask-clip" | "maskClip";
|
|
1506
|
+
WebkitMaskComposite: "-webkit-mask" | "-webkit-mask-composite" | "WebkitMask" | "all" | "mask" | "mask-composite" | "maskComposite";
|
|
1507
|
+
WebkitMaskImage: "-webkit-mask" | "-webkit-mask-image" | "WebkitMask" | "all" | "mask" | "mask-image" | "maskImage";
|
|
1508
|
+
WebkitMaskOrigin: "-webkit-mask" | "-webkit-mask-origin" | "WebkitMask" | "all" | "mask" | "mask-origin" | "maskOrigin";
|
|
1509
|
+
WebkitMaskPosition: "-webkit-mask" | "-webkit-mask-position" | "WebkitMask" | "all" | "mask" | "mask-position" | "maskPosition";
|
|
1510
|
+
WebkitMaskRepeat: "-webkit-mask" | "-webkit-mask-repeat" | "WebkitMask" | "all" | "mask" | "mask-repeat" | "maskRepeat";
|
|
1511
|
+
WebkitMaskSize: "-webkit-mask" | "-webkit-mask-size" | "WebkitMask" | "all" | "mask" | "mask-size" | "maskSize";
|
|
1512
|
+
WebkitOrder: "-webkit-order" | "all" | "order";
|
|
1513
|
+
WebkitPerspective: "-webkit-perspective" | "all" | "perspective";
|
|
1514
|
+
WebkitPerspectiveOrigin: "-webkit-perspective-origin" | "all" | "perspective-origin" | "perspectiveOrigin";
|
|
1515
|
+
WebkitTextFillColor: "-webkit-text-fill-color" | "all";
|
|
1516
|
+
WebkitTextSizeAdjust: "-webkit-text-size-adjust" | "all" | "text-size-adjust" | "textSizeAdjust";
|
|
1517
|
+
WebkitTextStroke: "-webkit-text-stroke" | "-webkit-text-stroke-color" | "-webkit-text-stroke-width" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "all";
|
|
1518
|
+
WebkitTextStrokeColor: "-webkit-text-stroke" | "-webkit-text-stroke-color" | "WebkitTextStroke" | "all";
|
|
1519
|
+
WebkitTextStrokeWidth: "-webkit-text-stroke" | "-webkit-text-stroke-width" | "WebkitTextStroke" | "all";
|
|
1520
|
+
WebkitTransform: "-webkit-transform" | "all" | "transform";
|
|
1521
|
+
WebkitTransformOrigin: "-webkit-transform-origin" | "all" | "transform-origin" | "transformOrigin";
|
|
1522
|
+
WebkitTransformStyle: "-webkit-transform-style" | "all" | "transform-style" | "transformStyle";
|
|
1523
|
+
WebkitTransition: "-webkit-transition" | "-webkit-transition-delay" | "-webkit-transition-duration" | "-webkit-transition-property" | "-webkit-transition-timing-function" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transition-behavior" | "transition-delay" | "transition-duration" | "transition-property" | "transition-timing-function" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction";
|
|
1524
|
+
WebkitTransitionDelay: "-webkit-transition" | "-webkit-transition-delay" | "WebkitTransition" | "all" | "transition" | "transition-delay" | "transitionDelay";
|
|
1525
|
+
WebkitTransitionDuration: "-webkit-transition" | "-webkit-transition-duration" | "WebkitTransition" | "all" | "transition" | "transition-duration" | "transitionDuration";
|
|
1526
|
+
WebkitTransitionProperty: "-webkit-transition" | "-webkit-transition-property" | "WebkitTransition" | "all" | "transition" | "transition-property" | "transitionProperty";
|
|
1527
|
+
WebkitTransitionTimingFunction: "-webkit-transition" | "-webkit-transition-timing-function" | "WebkitTransition" | "all" | "transition" | "transition-timing-function" | "transitionTimingFunction";
|
|
1528
|
+
WebkitUserSelect: "-webkit-user-select" | "all";
|
|
1529
|
+
"white-space": "all" | "text-wrap" | "text-wrap-mode" | "textWrap" | "textWrapMode" | "white-space-collapse" | "whiteSpace" | "whiteSpaceCollapse";
|
|
1530
|
+
"white-space-collapse": "all" | "white-space" | "whiteSpace" | "whiteSpaceCollapse";
|
|
1531
|
+
"white-space-trim": "all" | "whiteSpaceTrim";
|
|
1532
|
+
whiteSpace: "all" | "text-wrap" | "text-wrap-mode" | "textWrap" | "textWrapMode" | "white-space" | "white-space-collapse" | "whiteSpaceCollapse";
|
|
1533
|
+
whiteSpaceCollapse: "all" | "white-space" | "white-space-collapse" | "whiteSpace";
|
|
1534
|
+
whiteSpaceTrim: "all" | "white-space-trim";
|
|
1535
|
+
widows: "all";
|
|
1536
|
+
width: "all" | "block-size" | "blockSize" | "inline-size" | "inlineSize";
|
|
1537
|
+
"will-change": "all" | "willChange";
|
|
1538
|
+
willChange: "all" | "will-change";
|
|
1539
|
+
"window-drag": "all" | "windowDrag";
|
|
1540
|
+
windowDrag: "all" | "window-drag";
|
|
1541
|
+
"word-break": "all" | "wordBreak";
|
|
1542
|
+
"word-space-transform": "all" | "wordSpaceTransform";
|
|
1543
|
+
"word-spacing": "all" | "wordSpacing";
|
|
1544
|
+
"word-wrap": "all" | "overflow-wrap" | "overflowWrap" | "wordWrap";
|
|
1545
|
+
wordBreak: "all" | "word-break";
|
|
1546
|
+
wordSpaceTransform: "all" | "word-space-transform";
|
|
1547
|
+
wordSpacing: "all" | "word-spacing";
|
|
1548
|
+
wordWrap: "all" | "overflow-wrap" | "overflowWrap" | "word-wrap";
|
|
1549
|
+
"wrap-after": "all" | "wrapAfter";
|
|
1550
|
+
"wrap-before": "all" | "wrapBefore";
|
|
1551
|
+
"wrap-flow": "all" | "wrapFlow";
|
|
1552
|
+
"wrap-inside": "all" | "wrapInside";
|
|
1553
|
+
"wrap-through": "all" | "wrapThrough";
|
|
1554
|
+
wrapAfter: "all" | "wrap-after";
|
|
1555
|
+
wrapBefore: "all" | "wrap-before";
|
|
1556
|
+
wrapFlow: "all" | "wrap-flow";
|
|
1557
|
+
wrapInside: "all" | "wrap-inside";
|
|
1558
|
+
wrapThrough: "all" | "wrap-through";
|
|
1559
|
+
"writing-mode": "all" | "writingMode";
|
|
1560
|
+
writingMode: "all" | "writing-mode";
|
|
1561
|
+
x: "all";
|
|
1562
|
+
y: "all";
|
|
1563
|
+
"z-index": "all" | "zIndex";
|
|
1564
|
+
zIndex: "all" | "z-index";
|
|
1565
|
+
zoom: "all";
|
|
1566
|
+
};
|