@css-hooks/qwik 3.2.0-next.9 → 4.0.0-next.10

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.
@@ -0,0 +1,1570 @@
1
+ /**
2
+ * A map of conflicting CSS property names
3
+ *
4
+ * @public
5
+ */
6
+ export type CSSPropertyConflicts = {
7
+ "-webkit-align-content": "WebkitAlignContent" | "align-content" | "alignContent" | "all" | "place-content" | "placeContent";
8
+ "-webkit-align-items": "WebkitAlignItems" | "align-items" | "alignItems" | "all" | "place-items" | "placeItems";
9
+ "-webkit-align-self": "WebkitAlignSelf" | "align-self" | "alignSelf" | "all" | "place-self" | "placeSelf";
10
+ "-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";
11
+ "-webkit-animation-delay": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animationDelay" | "animationDelayEnd" | "animationDelayStart";
12
+ "-webkit-animation-direction": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationDirection" | "all" | "animation" | "animation-direction" | "animationDirection";
13
+ "-webkit-animation-duration": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationDuration" | "all" | "animation" | "animation-duration" | "animationDuration";
14
+ "-webkit-animation-fill-mode": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationFillMode" | "all" | "animation" | "animation-fill-mode" | "animationFillMode";
15
+ "-webkit-animation-iteration-count": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationIterationCount" | "all" | "animation" | "animation-iteration-count" | "animationIterationCount";
16
+ "-webkit-animation-name": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationName" | "all" | "animation" | "animation-name" | "animationName";
17
+ "-webkit-animation-play-state": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationPlayState" | "all" | "animation" | "animation-play-state" | "animationPlayState";
18
+ "-webkit-animation-timing-function": "-webkit-animation" | "WebkitAnimation" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animation-timing-function" | "animationTimingFunction";
19
+ "-webkit-appearance": "WebkitAppearance" | "all" | "appearance";
20
+ "-webkit-backface-visibility": "WebkitBackfaceVisibility" | "all" | "backface-visibility" | "backfaceVisibility";
21
+ "-webkit-background-clip": "WebkitBackgroundClip" | "all" | "background" | "background-clip" | "backgroundClip";
22
+ "-webkit-background-origin": "WebkitBackgroundOrigin" | "all" | "background" | "background-origin" | "backgroundOrigin";
23
+ "-webkit-background-size": "WebkitBackgroundSize" | "all" | "background" | "background-size" | "backgroundSize";
24
+ "-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";
25
+ "-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";
26
+ "-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";
27
+ "-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";
28
+ "-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";
29
+ "-webkit-box-align": "WebkitBoxAlign" | "all";
30
+ "-webkit-box-flex": "WebkitBoxFlex" | "all";
31
+ "-webkit-box-ordinal-group": "WebkitBoxOrdinalGroup" | "all";
32
+ "-webkit-box-orient": "WebkitBoxOrient" | "all";
33
+ "-webkit-box-pack": "WebkitBoxPack" | "all";
34
+ "-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";
35
+ "-webkit-box-sizing": "WebkitBoxSizing" | "all" | "box-sizing" | "boxSizing";
36
+ "-webkit-filter": "WebkitFilter" | "all" | "filter";
37
+ "-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";
38
+ "-webkit-flex-basis": "-webkit-flex" | "WebkitFlex" | "WebkitFlexBasis" | "all" | "flex" | "flex-basis" | "flexBasis";
39
+ "-webkit-flex-direction": "-webkit-flex-flow" | "WebkitFlexDirection" | "WebkitFlexFlow" | "all" | "flex-direction" | "flex-flow" | "flexDirection" | "flexFlow";
40
+ "-webkit-flex-flow": "-webkit-flex-direction" | "-webkit-flex-wrap" | "WebkitFlexDirection" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-direction" | "flex-flow" | "flex-wrap" | "flexDirection" | "flexFlow" | "flexWrap";
41
+ "-webkit-flex-grow": "-webkit-flex" | "WebkitFlex" | "WebkitFlexGrow" | "all" | "flex" | "flex-grow" | "flexGrow";
42
+ "-webkit-flex-shrink": "-webkit-flex" | "WebkitFlex" | "WebkitFlexShrink" | "all" | "flex" | "flex-shrink" | "flexShrink";
43
+ "-webkit-flex-wrap": "-webkit-flex-flow" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-flow" | "flex-wrap" | "flexFlow" | "flexWrap";
44
+ "-webkit-justify-content": "WebkitJustifyContent" | "all" | "justify-content" | "justifyContent" | "place-content" | "placeContent";
45
+ "-webkit-line-clamp": "WebkitLineClamp" | "all" | "block-ellipsis" | "blockEllipsis" | "continue" | "line-clamp" | "lineClamp" | "max-lines" | "maxLines";
46
+ "-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";
47
+ "-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";
48
+ "-webkit-mask-box-image-outset": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "all" | "mask" | "mask-border" | "mask-border-outset" | "maskBorder" | "maskBorderOutset";
49
+ "-webkit-mask-box-image-repeat": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageRepeat" | "all" | "mask" | "mask-border" | "mask-border-repeat" | "maskBorder" | "maskBorderRepeat";
50
+ "-webkit-mask-box-image-slice": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSlice" | "all" | "mask" | "mask-border" | "mask-border-slice" | "maskBorder" | "maskBorderSlice";
51
+ "-webkit-mask-box-image-source": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSource" | "all" | "mask" | "mask-border" | "mask-border-source" | "maskBorder" | "maskBorderSource";
52
+ "-webkit-mask-box-image-width": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "mask-border-width" | "maskBorder" | "maskBorderWidth";
53
+ "-webkit-mask-clip": "-webkit-mask" | "WebkitMask" | "WebkitMaskClip" | "all" | "mask" | "mask-clip" | "maskClip";
54
+ "-webkit-mask-composite": "-webkit-mask" | "WebkitMask" | "WebkitMaskComposite" | "all" | "mask" | "mask-composite" | "maskComposite";
55
+ "-webkit-mask-image": "-webkit-mask" | "WebkitMask" | "WebkitMaskImage" | "all" | "mask" | "mask-image" | "maskImage";
56
+ "-webkit-mask-origin": "-webkit-mask" | "WebkitMask" | "WebkitMaskOrigin" | "all" | "mask" | "mask-origin" | "maskOrigin";
57
+ "-webkit-mask-position": "-webkit-mask" | "WebkitMask" | "WebkitMaskPosition" | "all" | "mask" | "mask-position" | "maskPosition";
58
+ "-webkit-mask-repeat": "-webkit-mask" | "WebkitMask" | "WebkitMaskRepeat" | "all" | "mask" | "mask-repeat" | "maskRepeat";
59
+ "-webkit-mask-size": "-webkit-mask" | "WebkitMask" | "WebkitMaskSize" | "all" | "mask" | "mask-size" | "maskSize";
60
+ "-webkit-order": "WebkitOrder" | "all" | "order";
61
+ "-webkit-perspective": "WebkitPerspective" | "all" | "perspective";
62
+ "-webkit-perspective-origin": "WebkitPerspectiveOrigin" | "all" | "perspective-origin" | "perspectiveOrigin";
63
+ "-webkit-text-fill-color": "WebkitTextFillColor" | "all";
64
+ "-webkit-text-size-adjust": "WebkitTextSizeAdjust" | "all" | "text-size-adjust" | "textSizeAdjust";
65
+ "-webkit-text-stroke": "-webkit-text-stroke-color" | "-webkit-text-stroke-width" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "all";
66
+ "-webkit-text-stroke-color": "-webkit-text-stroke" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "all";
67
+ "-webkit-text-stroke-width": "-webkit-text-stroke" | "WebkitTextStroke" | "WebkitTextStrokeWidth" | "all";
68
+ "-webkit-transform": "WebkitTransform" | "all" | "transform";
69
+ "-webkit-transform-origin": "WebkitTransformOrigin" | "all" | "transform-origin" | "transformOrigin";
70
+ "-webkit-transform-style": "WebkitTransformStyle" | "all" | "transform-style" | "transformStyle";
71
+ "-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";
72
+ "-webkit-transition-delay": "-webkit-transition" | "WebkitTransition" | "WebkitTransitionDelay" | "all" | "transition" | "transition-delay" | "transitionDelay";
73
+ "-webkit-transition-duration": "-webkit-transition" | "WebkitTransition" | "WebkitTransitionDuration" | "all" | "transition" | "transition-duration" | "transitionDuration";
74
+ "-webkit-transition-property": "-webkit-transition" | "WebkitTransition" | "WebkitTransitionProperty" | "all" | "transition" | "transition-property" | "transitionProperty";
75
+ "-webkit-transition-timing-function": "-webkit-transition" | "WebkitTransition" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transition-timing-function" | "transitionTimingFunction";
76
+ "-webkit-user-select": "WebkitUserSelect" | "all";
77
+ "accent-color": "accentColor" | "all";
78
+ accentColor: "accent-color" | "all";
79
+ "align-content": "-webkit-align-content" | "WebkitAlignContent" | "alignContent" | "all" | "place-content" | "placeContent";
80
+ "align-items": "-webkit-align-items" | "WebkitAlignItems" | "alignItems" | "all" | "place-items" | "placeItems";
81
+ "align-self": "-webkit-align-self" | "WebkitAlignSelf" | "alignSelf" | "all" | "place-self" | "placeSelf";
82
+ alignContent: "-webkit-align-content" | "WebkitAlignContent" | "align-content" | "all" | "place-content" | "placeContent";
83
+ alignItems: "-webkit-align-items" | "WebkitAlignItems" | "align-items" | "all" | "place-items" | "placeItems";
84
+ "alignment-baseline": "alignmentBaseline" | "all" | "vertical-align" | "verticalAlign";
85
+ alignmentBaseline: "alignment-baseline" | "all" | "vertical-align" | "verticalAlign";
86
+ alignSelf: "-webkit-align-self" | "WebkitAlignSelf" | "align-self" | "all" | "place-self" | "placeSelf";
87
+ 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";
88
+ "anchor-name": "all" | "anchorName";
89
+ "anchor-scope": "all" | "anchorScope";
90
+ anchorName: "all" | "anchor-name";
91
+ anchorScope: "all" | "anchor-scope";
92
+ 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";
93
+ "animation-composition": "all" | "animationComposition";
94
+ "animation-delay": "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay-end" | "animation-delay-start" | "animationDelay" | "animationDelayEnd" | "animationDelayStart";
95
+ "animation-delay-end": "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animationDelay" | "animationDelayEnd";
96
+ "animation-delay-start": "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animationDelay" | "animationDelayStart";
97
+ "animation-direction": "-webkit-animation" | "-webkit-animation-direction" | "WebkitAnimation" | "WebkitAnimationDirection" | "all" | "animation" | "animationDirection";
98
+ "animation-duration": "-webkit-animation" | "-webkit-animation-duration" | "WebkitAnimation" | "WebkitAnimationDuration" | "all" | "animation" | "animationDuration";
99
+ "animation-fill-mode": "-webkit-animation" | "-webkit-animation-fill-mode" | "WebkitAnimation" | "WebkitAnimationFillMode" | "all" | "animation" | "animationFillMode";
100
+ "animation-iteration-count": "-webkit-animation" | "-webkit-animation-iteration-count" | "WebkitAnimation" | "WebkitAnimationIterationCount" | "all" | "animation" | "animationIterationCount";
101
+ "animation-name": "-webkit-animation" | "-webkit-animation-name" | "WebkitAnimation" | "WebkitAnimationName" | "all" | "animation" | "animationName";
102
+ "animation-play-state": "-webkit-animation" | "-webkit-animation-play-state" | "WebkitAnimation" | "WebkitAnimationPlayState" | "all" | "animation" | "animationPlayState";
103
+ "animation-range": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range-end" | "animation-range-start" | "animationRange" | "animationRangeEnd" | "animationRangeStart";
104
+ "animation-range-center": "all" | "animationRangeCenter";
105
+ "animation-range-end": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animationRange" | "animationRangeEnd";
106
+ "animation-range-start": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animationRange" | "animationRangeStart";
107
+ "animation-timeline": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animationTimeline";
108
+ "animation-timing-function": "-webkit-animation" | "-webkit-animation-timing-function" | "WebkitAnimation" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animationTimingFunction";
109
+ "animation-trigger": "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animationTrigger";
110
+ animationComposition: "all" | "animation-composition";
111
+ animationDelay: "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animationDelayEnd" | "animationDelayStart";
112
+ animationDelayEnd: "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animationDelay";
113
+ animationDelayStart: "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animation-delay" | "animation-delay-start" | "animationDelay";
114
+ animationDirection: "-webkit-animation" | "-webkit-animation-direction" | "WebkitAnimation" | "WebkitAnimationDirection" | "all" | "animation" | "animation-direction";
115
+ animationDuration: "-webkit-animation" | "-webkit-animation-duration" | "WebkitAnimation" | "WebkitAnimationDuration" | "all" | "animation" | "animation-duration";
116
+ animationFillMode: "-webkit-animation" | "-webkit-animation-fill-mode" | "WebkitAnimation" | "WebkitAnimationFillMode" | "all" | "animation" | "animation-fill-mode";
117
+ animationIterationCount: "-webkit-animation" | "-webkit-animation-iteration-count" | "WebkitAnimation" | "WebkitAnimationIterationCount" | "all" | "animation" | "animation-iteration-count";
118
+ animationName: "-webkit-animation" | "-webkit-animation-name" | "WebkitAnimation" | "WebkitAnimationName" | "all" | "animation" | "animation-name";
119
+ animationPlayState: "-webkit-animation" | "-webkit-animation-play-state" | "WebkitAnimation" | "WebkitAnimationPlayState" | "all" | "animation" | "animation-play-state";
120
+ animationRange: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animation-range-end" | "animation-range-start" | "animationRangeEnd" | "animationRangeStart";
121
+ animationRangeCenter: "all" | "animation-range-center";
122
+ animationRangeEnd: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animation-range-end" | "animationRange";
123
+ animationRangeStart: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-range" | "animation-range-start" | "animationRange";
124
+ animationTimeline: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-timeline";
125
+ animationTimingFunction: "-webkit-animation" | "-webkit-animation-timing-function" | "WebkitAnimation" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animation-timing-function";
126
+ animationTrigger: "-webkit-animation" | "WebkitAnimation" | "all" | "animation" | "animation-trigger";
127
+ appearance: "-webkit-appearance" | "WebkitAppearance" | "all";
128
+ "aspect-ratio": "all" | "aspectRatio";
129
+ aspectRatio: "all" | "aspect-ratio";
130
+ "backdrop-filter": "all" | "backdropFilter";
131
+ backdropFilter: "all" | "backdrop-filter";
132
+ "backface-visibility": "-webkit-backface-visibility" | "WebkitBackfaceVisibility" | "all" | "backfaceVisibility";
133
+ backfaceVisibility: "-webkit-backface-visibility" | "WebkitBackfaceVisibility" | "all" | "backface-visibility";
134
+ 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";
135
+ "background-attachment": "all" | "background" | "backgroundAttachment";
136
+ "background-blend-mode": "all" | "background" | "backgroundBlendMode";
137
+ "background-clip": "-webkit-background-clip" | "WebkitBackgroundClip" | "all" | "background" | "backgroundClip";
138
+ "background-color": "all" | "background" | "backgroundColor";
139
+ "background-image": "all" | "background" | "backgroundImage";
140
+ "background-origin": "-webkit-background-origin" | "WebkitBackgroundOrigin" | "all" | "background" | "backgroundOrigin";
141
+ "background-position": "all" | "background" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY";
142
+ "background-position-block": "all" | "background" | "background-position" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionX" | "backgroundPositionY";
143
+ "background-position-inline": "all" | "background" | "background-position" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY";
144
+ "background-position-x": "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX";
145
+ "background-position-y": "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionY";
146
+ "background-repeat": "all" | "background" | "backgroundRepeat";
147
+ "background-repeat-block": "all" | "background-repeat-x" | "background-repeat-y" | "backgroundRepeatBlock" | "backgroundRepeatX" | "backgroundRepeatY";
148
+ "background-repeat-inline": "all" | "background-repeat-x" | "background-repeat-y" | "backgroundRepeatInline" | "backgroundRepeatX" | "backgroundRepeatY";
149
+ "background-repeat-x": "all" | "background-repeat-block" | "background-repeat-inline" | "backgroundRepeatBlock" | "backgroundRepeatInline" | "backgroundRepeatX";
150
+ "background-repeat-y": "all" | "background-repeat-block" | "background-repeat-inline" | "backgroundRepeatBlock" | "backgroundRepeatInline" | "backgroundRepeatY";
151
+ "background-size": "-webkit-background-size" | "WebkitBackgroundSize" | "all" | "background" | "backgroundSize";
152
+ "background-tbd": "all" | "backgroundTbd";
153
+ backgroundAttachment: "all" | "background" | "background-attachment";
154
+ backgroundBlendMode: "all" | "background" | "background-blend-mode";
155
+ backgroundClip: "-webkit-background-clip" | "WebkitBackgroundClip" | "all" | "background" | "background-clip";
156
+ backgroundColor: "all" | "background" | "background-color";
157
+ backgroundImage: "all" | "background" | "background-image";
158
+ backgroundOrigin: "-webkit-background-origin" | "WebkitBackgroundOrigin" | "all" | "background" | "background-origin";
159
+ backgroundPosition: "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY";
160
+ backgroundPositionBlock: "all" | "background" | "background-position" | "background-position-block" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY";
161
+ backgroundPositionInline: "all" | "background" | "background-position" | "background-position-inline" | "background-position-x" | "background-position-y" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY";
162
+ backgroundPositionX: "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-x" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline";
163
+ backgroundPositionY: "all" | "background" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-y" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline";
164
+ backgroundRepeat: "all" | "background" | "background-repeat";
165
+ backgroundRepeatBlock: "all" | "background-repeat-block" | "background-repeat-x" | "background-repeat-y" | "backgroundRepeatX" | "backgroundRepeatY";
166
+ backgroundRepeatInline: "all" | "background-repeat-inline" | "background-repeat-x" | "background-repeat-y" | "backgroundRepeatX" | "backgroundRepeatY";
167
+ backgroundRepeatX: "all" | "background-repeat-block" | "background-repeat-inline" | "background-repeat-x" | "backgroundRepeatBlock" | "backgroundRepeatInline";
168
+ backgroundRepeatY: "all" | "background-repeat-block" | "background-repeat-inline" | "background-repeat-y" | "backgroundRepeatBlock" | "backgroundRepeatInline";
169
+ backgroundSize: "-webkit-background-size" | "WebkitBackgroundSize" | "all" | "background" | "background-size";
170
+ backgroundTbd: "all" | "background-tbd";
171
+ "baseline-shift": "all" | "baselineShift" | "vertical-align" | "verticalAlign";
172
+ "baseline-source": "all" | "baselineSource" | "vertical-align" | "verticalAlign";
173
+ baselineShift: "all" | "baseline-shift" | "vertical-align" | "verticalAlign";
174
+ baselineSource: "all" | "baseline-source" | "vertical-align" | "verticalAlign";
175
+ "block-ellipsis": "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "blockEllipsis" | "line-clamp" | "lineClamp";
176
+ "block-size": "all" | "blockSize" | "height" | "width";
177
+ "block-step": "all" | "block-step-align" | "block-step-insert" | "block-step-round" | "block-step-size" | "blockStep" | "blockStepAlign" | "blockStepInsert" | "blockStepRound" | "blockStepSize";
178
+ "block-step-align": "all" | "block-step" | "blockStep" | "blockStepAlign";
179
+ "block-step-insert": "all" | "block-step" | "blockStep" | "blockStepInsert";
180
+ "block-step-round": "all" | "block-step" | "blockStep" | "blockStepRound";
181
+ "block-step-size": "all" | "block-step" | "blockStep" | "blockStepSize";
182
+ blockEllipsis: "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "block-ellipsis" | "line-clamp" | "lineClamp";
183
+ blockSize: "all" | "block-size" | "height" | "width";
184
+ blockStep: "all" | "block-step" | "block-step-align" | "block-step-insert" | "block-step-round" | "block-step-size" | "blockStepAlign" | "blockStepInsert" | "blockStepRound" | "blockStepSize";
185
+ blockStepAlign: "all" | "block-step" | "block-step-align" | "blockStep";
186
+ blockStepInsert: "all" | "block-step" | "block-step-insert" | "blockStep";
187
+ blockStepRound: "all" | "block-step" | "block-step-round" | "blockStep";
188
+ blockStepSize: "all" | "block-step" | "block-step-size" | "blockStep";
189
+ "bookmark-label": "all" | "bookmarkLabel";
190
+ "bookmark-level": "all" | "bookmarkLevel";
191
+ "bookmark-state": "all" | "bookmarkState";
192
+ bookmarkLabel: "all" | "bookmark-label";
193
+ bookmarkLevel: "all" | "bookmark-level";
194
+ bookmarkState: "all" | "bookmark-state";
195
+ 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";
196
+ "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";
197
+ "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";
198
+ "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";
199
+ "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";
200
+ "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";
201
+ "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";
202
+ "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";
203
+ "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";
204
+ "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";
205
+ "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";
206
+ "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";
207
+ "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";
208
+ "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";
209
+ "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";
210
+ "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";
211
+ "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";
212
+ "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";
213
+ "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";
214
+ "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";
215
+ "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";
216
+ "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";
217
+ "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";
218
+ "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";
219
+ "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";
220
+ "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";
221
+ "border-boundary": "all" | "borderBoundary";
222
+ "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";
223
+ "border-collapse": "all" | "borderCollapse";
224
+ "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";
225
+ "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";
226
+ "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";
227
+ "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";
228
+ "border-image-outset": "all" | "border" | "border-image" | "borderImage" | "borderImageOutset";
229
+ "border-image-repeat": "all" | "border" | "border-image" | "borderImage" | "borderImageRepeat";
230
+ "border-image-slice": "all" | "border" | "border-image" | "borderImage" | "borderImageSlice";
231
+ "border-image-source": "all" | "border" | "border-image" | "borderImage" | "borderImageSource";
232
+ "border-image-width": "all" | "border" | "border-image" | "borderImage" | "borderImageWidth";
233
+ "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";
234
+ "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";
235
+ "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";
236
+ "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";
237
+ "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";
238
+ "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";
239
+ "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";
240
+ "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";
241
+ "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";
242
+ "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";
243
+ "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";
244
+ "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";
245
+ "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";
246
+ "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";
247
+ "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";
248
+ "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";
249
+ "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";
250
+ "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";
251
+ "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";
252
+ "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";
253
+ "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";
254
+ "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";
255
+ "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";
256
+ "border-limit": "all" | "borderLimit";
257
+ "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";
258
+ "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";
259
+ "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";
260
+ "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";
261
+ "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";
262
+ "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";
263
+ "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";
264
+ "border-shape": "all" | "borderShape";
265
+ "border-spacing": "all" | "borderSpacing";
266
+ "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";
267
+ "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";
268
+ "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";
269
+ "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";
270
+ "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";
271
+ "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";
272
+ "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";
273
+ "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";
274
+ "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";
275
+ "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";
276
+ "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";
277
+ "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";
278
+ 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";
279
+ 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";
280
+ 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";
281
+ 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";
282
+ 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";
283
+ 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";
284
+ 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";
285
+ 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";
286
+ 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";
287
+ 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";
288
+ 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";
289
+ 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";
290
+ 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";
291
+ 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";
292
+ 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";
293
+ 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";
294
+ 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";
295
+ 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";
296
+ 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";
297
+ 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";
298
+ 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";
299
+ 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";
300
+ 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";
301
+ 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";
302
+ 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";
303
+ borderBoundary: "all" | "border-boundary";
304
+ 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";
305
+ borderCollapse: "all" | "border-collapse";
306
+ 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";
307
+ 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";
308
+ 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";
309
+ 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";
310
+ borderImageOutset: "all" | "border" | "border-image" | "border-image-outset" | "borderImage";
311
+ borderImageRepeat: "all" | "border" | "border-image" | "border-image-repeat" | "borderImage";
312
+ borderImageSlice: "all" | "border" | "border-image" | "border-image-slice" | "borderImage";
313
+ borderImageSource: "all" | "border" | "border-image" | "border-image-source" | "borderImage";
314
+ borderImageWidth: "all" | "border" | "border-image" | "border-image-width" | "borderImage";
315
+ 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";
316
+ 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";
317
+ 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";
318
+ 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";
319
+ 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";
320
+ 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";
321
+ 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";
322
+ 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";
323
+ 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";
324
+ 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";
325
+ 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";
326
+ 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";
327
+ 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";
328
+ 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";
329
+ 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";
330
+ 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";
331
+ 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";
332
+ 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";
333
+ 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";
334
+ 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";
335
+ 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";
336
+ 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";
337
+ 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";
338
+ borderLimit: "all" | "border-limit";
339
+ 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";
340
+ 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";
341
+ 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";
342
+ 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";
343
+ 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";
344
+ 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";
345
+ 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";
346
+ borderShape: "all" | "border-shape";
347
+ borderSpacing: "all" | "border-spacing";
348
+ 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";
349
+ 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";
350
+ 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";
351
+ 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";
352
+ 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";
353
+ 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";
354
+ 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";
355
+ 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";
356
+ 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";
357
+ 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";
358
+ 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";
359
+ 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";
360
+ 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";
361
+ "box-decoration-break": "all" | "boxDecorationBreak";
362
+ "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";
363
+ "box-shadow-blur": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowBlur";
364
+ "box-shadow-color": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowColor";
365
+ "box-shadow-offset": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowOffset";
366
+ "box-shadow-position": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowPosition";
367
+ "box-shadow-spread": "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "boxShadow" | "boxShadowSpread";
368
+ "box-sizing": "-webkit-box-sizing" | "WebkitBoxSizing" | "all" | "boxSizing";
369
+ "box-snap": "all" | "boxSnap";
370
+ boxDecorationBreak: "all" | "box-decoration-break";
371
+ 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";
372
+ boxShadowBlur: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-blur" | "boxShadow";
373
+ boxShadowColor: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-color" | "boxShadow";
374
+ boxShadowOffset: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-offset" | "boxShadow";
375
+ boxShadowPosition: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-position" | "boxShadow";
376
+ boxShadowSpread: "-webkit-box-shadow" | "WebkitBoxShadow" | "all" | "box-shadow" | "box-shadow-spread" | "boxShadow";
377
+ boxSizing: "-webkit-box-sizing" | "WebkitBoxSizing" | "all" | "box-sizing";
378
+ boxSnap: "all" | "box-snap";
379
+ "break-after": "all" | "breakAfter";
380
+ "break-before": "all" | "breakBefore";
381
+ "break-inside": "all" | "breakInside";
382
+ breakAfter: "all" | "break-after";
383
+ breakBefore: "all" | "break-before";
384
+ breakInside: "all" | "break-inside";
385
+ "caption-side": "all" | "captionSide";
386
+ captionSide: "all" | "caption-side";
387
+ caret: "all" | "caret-animation" | "caret-color" | "caret-shape" | "caretAnimation" | "caretColor" | "caretShape";
388
+ "caret-animation": "all" | "caret" | "caretAnimation";
389
+ "caret-color": "all" | "caret" | "caretColor";
390
+ "caret-shape": "all" | "caret" | "caretShape";
391
+ caretAnimation: "all" | "caret" | "caret-animation";
392
+ caretColor: "all" | "caret" | "caret-color";
393
+ caretShape: "all" | "caret" | "caret-shape";
394
+ clear: "all";
395
+ clip: "all";
396
+ "clip-path": "all" | "clipPath";
397
+ "clip-rule": "all" | "clipRule";
398
+ clipPath: "all" | "clip-path";
399
+ clipRule: "all" | "clip-rule";
400
+ color: "all";
401
+ "color-adjust": "all" | "colorAdjust" | "print-color-adjust" | "printColorAdjust";
402
+ "color-interpolation": "all" | "colorInterpolation";
403
+ "color-interpolation-filters": "all" | "colorInterpolationFilters";
404
+ "color-scheme": "all" | "colorScheme";
405
+ colorAdjust: "all" | "color-adjust" | "print-color-adjust" | "printColorAdjust";
406
+ colorInterpolation: "all" | "color-interpolation";
407
+ colorInterpolationFilters: "all" | "color-interpolation-filters";
408
+ colorScheme: "all" | "color-scheme";
409
+ "column-count": "all" | "columnCount" | "columns";
410
+ "column-fill": "all" | "columnFill";
411
+ "column-gap": "all" | "columnGap" | "gap" | "grid-column-gap" | "grid-gap" | "gridColumnGap" | "gridGap";
412
+ "column-height": "all" | "columnHeight" | "columns";
413
+ "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";
414
+ "column-rule-break": "all" | "columnRuleBreak" | "rule-break" | "ruleBreak";
415
+ "column-rule-color": "all" | "column-rule" | "columnRule" | "columnRuleColor" | "rule" | "rule-color" | "ruleColor";
416
+ "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";
417
+ "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";
418
+ "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";
419
+ "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";
420
+ "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";
421
+ "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";
422
+ "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";
423
+ "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";
424
+ "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";
425
+ "column-rule-style": "all" | "column-rule" | "columnRule" | "columnRuleStyle" | "rule" | "rule-style" | "ruleStyle";
426
+ "column-rule-visibility-items": "all" | "columnRuleVisibilityItems" | "rule-visibility-items" | "ruleVisibilityItems";
427
+ "column-rule-width": "all" | "column-rule" | "columnRule" | "columnRuleWidth" | "rule" | "rule-width" | "ruleWidth";
428
+ "column-span": "all" | "columnSpan";
429
+ "column-width": "all" | "columnWidth" | "columns";
430
+ "column-wrap": "all" | "columnWrap";
431
+ columnCount: "all" | "column-count" | "columns";
432
+ columnFill: "all" | "column-fill";
433
+ columnGap: "all" | "column-gap" | "gap" | "grid-column-gap" | "grid-gap" | "gridColumnGap" | "gridGap";
434
+ columnHeight: "all" | "column-height" | "columns";
435
+ 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";
436
+ columnRuleBreak: "all" | "column-rule-break" | "rule-break" | "ruleBreak";
437
+ columnRuleColor: "all" | "column-rule" | "column-rule-color" | "columnRule" | "rule" | "rule-color" | "ruleColor";
438
+ 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";
439
+ 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";
440
+ 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";
441
+ 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";
442
+ 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";
443
+ 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";
444
+ 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";
445
+ 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";
446
+ 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";
447
+ columnRuleStyle: "all" | "column-rule" | "column-rule-style" | "columnRule" | "rule" | "rule-style" | "ruleStyle";
448
+ columnRuleVisibilityItems: "all" | "column-rule-visibility-items" | "rule-visibility-items" | "ruleVisibilityItems";
449
+ columnRuleWidth: "all" | "column-rule" | "column-rule-width" | "columnRule" | "rule" | "rule-width" | "ruleWidth";
450
+ columns: "all" | "column-count" | "column-height" | "column-width" | "columnCount" | "columnHeight" | "columnWidth";
451
+ columnSpan: "all" | "column-span";
452
+ columnWidth: "all" | "column-width" | "columns";
453
+ columnWrap: "all" | "column-wrap";
454
+ contain: "all";
455
+ "contain-intrinsic-block-size": "all" | "contain-intrinsic-height" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicSize" | "containIntrinsicWidth";
456
+ "contain-intrinsic-height": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize";
457
+ "contain-intrinsic-inline-size": "all" | "contain-intrinsic-height" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth";
458
+ "contain-intrinsic-size": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth";
459
+ "contain-intrinsic-width": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "containIntrinsicBlockSize" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth";
460
+ container: "all" | "container-name" | "container-type" | "containerName" | "containerType";
461
+ "container-name": "all" | "container" | "containerName";
462
+ "container-type": "all" | "container" | "containerType";
463
+ containerName: "all" | "container" | "container-name";
464
+ containerType: "all" | "container" | "container-type";
465
+ containIntrinsicBlockSize: "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicHeight" | "containIntrinsicSize" | "containIntrinsicWidth";
466
+ containIntrinsicHeight: "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "containIntrinsicBlockSize" | "containIntrinsicInlineSize" | "containIntrinsicSize";
467
+ containIntrinsicInlineSize: "all" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicHeight" | "containIntrinsicSize" | "containIntrinsicWidth";
468
+ containIntrinsicSize: "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth";
469
+ containIntrinsicWidth: "all" | "contain-intrinsic-block-size" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "contain-intrinsic-width" | "containIntrinsicBlockSize" | "containIntrinsicInlineSize" | "containIntrinsicSize";
470
+ content: "all";
471
+ "content-visibility": "all" | "contentVisibility";
472
+ contentVisibility: "all" | "content-visibility";
473
+ continue: "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "line-clamp" | "lineClamp";
474
+ "copy-into": "all" | "copyInto";
475
+ copyInto: "all" | "copy-into";
476
+ 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";
477
+ "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";
478
+ "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";
479
+ "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";
480
+ "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";
481
+ "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";
482
+ "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";
483
+ "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";
484
+ "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";
485
+ "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";
486
+ "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";
487
+ "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";
488
+ "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";
489
+ "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";
490
+ "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";
491
+ "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";
492
+ "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";
493
+ "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";
494
+ "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";
495
+ "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";
496
+ "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";
497
+ "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";
498
+ "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";
499
+ "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";
500
+ "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";
501
+ "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";
502
+ "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";
503
+ "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";
504
+ "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";
505
+ "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";
506
+ "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";
507
+ "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";
508
+ "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";
509
+ "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";
510
+ 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";
511
+ 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";
512
+ 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";
513
+ 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";
514
+ 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";
515
+ 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";
516
+ 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";
517
+ 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";
518
+ 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";
519
+ 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";
520
+ 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";
521
+ 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";
522
+ 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";
523
+ 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";
524
+ 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";
525
+ 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";
526
+ 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";
527
+ 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";
528
+ 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";
529
+ 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";
530
+ 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";
531
+ 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";
532
+ 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";
533
+ 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";
534
+ 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";
535
+ 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";
536
+ 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";
537
+ 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";
538
+ 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";
539
+ 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";
540
+ 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";
541
+ 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";
542
+ 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";
543
+ "counter-increment": "all" | "counterIncrement";
544
+ "counter-reset": "all" | "counterReset";
545
+ "counter-set": "all" | "counterSet";
546
+ counterIncrement: "all" | "counter-increment";
547
+ counterReset: "all" | "counter-reset";
548
+ counterSet: "all" | "counter-set";
549
+ cue: "all" | "cue-after" | "cue-before" | "cueAfter" | "cueBefore";
550
+ "cue-after": "all" | "cue" | "cueAfter";
551
+ "cue-before": "all" | "cue" | "cueBefore";
552
+ cueAfter: "all" | "cue" | "cue-after";
553
+ cueBefore: "all" | "cue" | "cue-before";
554
+ cursor: "all";
555
+ cx: "all";
556
+ cy: "all";
557
+ d: "all";
558
+ direction: never;
559
+ display: "all";
560
+ "dominant-baseline": "all" | "dominantBaseline";
561
+ dominantBaseline: "all" | "dominant-baseline";
562
+ "dynamic-range-limit": "all" | "dynamicRangeLimit";
563
+ dynamicRangeLimit: "all" | "dynamic-range-limit";
564
+ "empty-cells": "all" | "emptyCells";
565
+ emptyCells: "all" | "empty-cells";
566
+ "event-trigger": "all" | "eventTrigger";
567
+ "event-trigger-name": "all" | "eventTriggerName";
568
+ "event-trigger-source": "all" | "eventTriggerSource";
569
+ eventTrigger: "all" | "event-trigger";
570
+ eventTriggerName: "all" | "event-trigger-name";
571
+ eventTriggerSource: "all" | "event-trigger-source";
572
+ "field-sizing": "all" | "fieldSizing";
573
+ fieldSizing: "all" | "field-sizing";
574
+ fill: "all";
575
+ "fill-break": "all" | "fillBreak";
576
+ "fill-color": "all" | "fillColor";
577
+ "fill-image": "all" | "fillImage";
578
+ "fill-opacity": "all" | "fillOpacity";
579
+ "fill-origin": "all" | "fillOrigin";
580
+ "fill-position": "all" | "fillPosition";
581
+ "fill-repeat": "all" | "fillRepeat";
582
+ "fill-rule": "all" | "fillRule";
583
+ "fill-size": "all" | "fillSize";
584
+ fillBreak: "all" | "fill-break";
585
+ fillColor: "all" | "fill-color";
586
+ fillImage: "all" | "fill-image";
587
+ fillOpacity: "all" | "fill-opacity";
588
+ fillOrigin: "all" | "fill-origin";
589
+ fillPosition: "all" | "fill-position";
590
+ fillRepeat: "all" | "fill-repeat";
591
+ fillRule: "all" | "fill-rule";
592
+ fillSize: "all" | "fill-size";
593
+ filter: "-webkit-filter" | "WebkitFilter" | "all";
594
+ 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";
595
+ "flex-basis": "-webkit-flex" | "-webkit-flex-basis" | "WebkitFlex" | "WebkitFlexBasis" | "all" | "flex" | "flexBasis";
596
+ "flex-direction": "-webkit-flex-direction" | "-webkit-flex-flow" | "WebkitFlexDirection" | "WebkitFlexFlow" | "all" | "flex-flow" | "flexDirection" | "flexFlow";
597
+ "flex-flow": "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexDirection" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-direction" | "flex-wrap" | "flexDirection" | "flexFlow" | "flexWrap";
598
+ "flex-grow": "-webkit-flex" | "-webkit-flex-grow" | "WebkitFlex" | "WebkitFlexGrow" | "all" | "flex" | "flexGrow";
599
+ "flex-line-count": "all" | "flexLineCount";
600
+ "flex-shrink": "-webkit-flex" | "-webkit-flex-shrink" | "WebkitFlex" | "WebkitFlexShrink" | "all" | "flex" | "flexShrink";
601
+ "flex-wrap": "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-flow" | "flexFlow" | "flexWrap";
602
+ flexBasis: "-webkit-flex" | "-webkit-flex-basis" | "WebkitFlex" | "WebkitFlexBasis" | "all" | "flex" | "flex-basis";
603
+ flexDirection: "-webkit-flex-direction" | "-webkit-flex-flow" | "WebkitFlexDirection" | "WebkitFlexFlow" | "all" | "flex-direction" | "flex-flow" | "flexFlow";
604
+ flexFlow: "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexDirection" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-direction" | "flex-flow" | "flex-wrap" | "flexDirection" | "flexWrap";
605
+ flexGrow: "-webkit-flex" | "-webkit-flex-grow" | "WebkitFlex" | "WebkitFlexGrow" | "all" | "flex" | "flex-grow";
606
+ flexLineCount: "all" | "flex-line-count";
607
+ flexShrink: "-webkit-flex" | "-webkit-flex-shrink" | "WebkitFlex" | "WebkitFlexShrink" | "all" | "flex" | "flex-shrink";
608
+ flexWrap: "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flex-flow" | "flex-wrap" | "flexFlow";
609
+ float: "all";
610
+ "float-defer": "all" | "floatDefer";
611
+ "float-offset": "all" | "floatOffset";
612
+ "float-reference": "all" | "floatReference";
613
+ floatDefer: "all" | "float-defer";
614
+ floatOffset: "all" | "float-offset";
615
+ floatReference: "all" | "float-reference";
616
+ "flood-color": "all" | "floodColor";
617
+ "flood-opacity": "all" | "floodOpacity";
618
+ floodColor: "all" | "flood-color";
619
+ floodOpacity: "all" | "flood-opacity";
620
+ "flow-from": "all" | "flowFrom";
621
+ "flow-into": "all" | "flowInto";
622
+ "flow-tolerance": "all" | "flowTolerance";
623
+ flowFrom: "all" | "flow-from";
624
+ flowInto: "all" | "flow-into";
625
+ flowTolerance: "all" | "flow-tolerance";
626
+ 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";
627
+ "font-family": "all" | "font" | "fontFamily";
628
+ "font-feature-settings": "all" | "font" | "fontFeatureSettings";
629
+ "font-kerning": "all" | "font" | "fontKerning";
630
+ "font-language-override": "all" | "font" | "fontLanguageOverride";
631
+ "font-optical-sizing": "all" | "font" | "fontOpticalSizing";
632
+ "font-palette": "all" | "fontPalette";
633
+ "font-size": "all" | "font" | "fontSize";
634
+ "font-size-adjust": "all" | "font" | "fontSizeAdjust";
635
+ "font-stretch": "all" | "font" | "font-width" | "fontStretch" | "fontWidth";
636
+ "font-style": "all" | "font" | "fontStyle";
637
+ "font-synthesis": "all" | "font-synthesis-small-caps" | "font-synthesis-style" | "font-synthesis-weight" | "fontSynthesis" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight";
638
+ "font-synthesis-position": "all" | "fontSynthesisPosition";
639
+ "font-synthesis-small-caps": "all" | "font-synthesis" | "fontSynthesis" | "fontSynthesisSmallCaps";
640
+ "font-synthesis-style": "all" | "font-synthesis" | "fontSynthesis" | "fontSynthesisStyle";
641
+ "font-synthesis-weight": "all" | "font-synthesis" | "fontSynthesis" | "fontSynthesisWeight";
642
+ "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";
643
+ "font-variant-alternates": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantAlternates";
644
+ "font-variant-caps": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantCaps";
645
+ "font-variant-east-asian": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantEastAsian";
646
+ "font-variant-emoji": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantEmoji";
647
+ "font-variant-ligatures": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantLigatures";
648
+ "font-variant-numeric": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantNumeric";
649
+ "font-variant-position": "all" | "font" | "font-variant" | "fontVariant" | "fontVariantPosition";
650
+ "font-variation-settings": "all" | "font" | "fontVariationSettings";
651
+ "font-weight": "all" | "font" | "fontWeight";
652
+ "font-width": "all" | "font" | "font-stretch" | "fontStretch" | "fontWidth";
653
+ fontFamily: "all" | "font" | "font-family";
654
+ fontFeatureSettings: "all" | "font" | "font-feature-settings";
655
+ fontKerning: "all" | "font" | "font-kerning";
656
+ fontLanguageOverride: "all" | "font" | "font-language-override";
657
+ fontOpticalSizing: "all" | "font" | "font-optical-sizing";
658
+ fontPalette: "all" | "font-palette";
659
+ fontSize: "all" | "font" | "font-size";
660
+ fontSizeAdjust: "all" | "font" | "font-size-adjust";
661
+ fontStretch: "all" | "font" | "font-stretch" | "font-width" | "fontWidth";
662
+ fontStyle: "all" | "font" | "font-style";
663
+ fontSynthesis: "all" | "font-synthesis" | "font-synthesis-small-caps" | "font-synthesis-style" | "font-synthesis-weight" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight";
664
+ fontSynthesisPosition: "all" | "font-synthesis-position";
665
+ fontSynthesisSmallCaps: "all" | "font-synthesis" | "font-synthesis-small-caps" | "fontSynthesis";
666
+ fontSynthesisStyle: "all" | "font-synthesis" | "font-synthesis-style" | "fontSynthesis";
667
+ fontSynthesisWeight: "all" | "font-synthesis" | "font-synthesis-weight" | "fontSynthesis";
668
+ 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";
669
+ fontVariantAlternates: "all" | "font" | "font-variant" | "font-variant-alternates" | "fontVariant";
670
+ fontVariantCaps: "all" | "font" | "font-variant" | "font-variant-caps" | "fontVariant";
671
+ fontVariantEastAsian: "all" | "font" | "font-variant" | "font-variant-east-asian" | "fontVariant";
672
+ fontVariantEmoji: "all" | "font" | "font-variant" | "font-variant-emoji" | "fontVariant";
673
+ fontVariantLigatures: "all" | "font" | "font-variant" | "font-variant-ligatures" | "fontVariant";
674
+ fontVariantNumeric: "all" | "font" | "font-variant" | "font-variant-numeric" | "fontVariant";
675
+ fontVariantPosition: "all" | "font" | "font-variant" | "font-variant-position" | "fontVariant";
676
+ fontVariationSettings: "all" | "font" | "font-variation-settings";
677
+ fontWeight: "all" | "font" | "font-weight";
678
+ fontWidth: "all" | "font" | "font-stretch" | "font-width" | "fontStretch";
679
+ "footnote-display": "all" | "footnoteDisplay";
680
+ "footnote-policy": "all" | "footnotePolicy";
681
+ footnoteDisplay: "all" | "footnote-display";
682
+ footnotePolicy: "all" | "footnote-policy";
683
+ "forced-color-adjust": "all" | "forcedColorAdjust";
684
+ forcedColorAdjust: "all" | "forced-color-adjust";
685
+ "frame-sizing": "all" | "frameSizing";
686
+ frameSizing: "all" | "frame-sizing";
687
+ gap: "all" | "column-gap" | "columnGap" | "grid-column-gap" | "grid-gap" | "grid-row-gap" | "gridColumnGap" | "gridGap" | "gridRowGap" | "row-gap" | "rowGap";
688
+ "glyph-orientation-vertical": "all" | "glyphOrientationVertical";
689
+ glyphOrientationVertical: "all" | "glyph-orientation-vertical";
690
+ 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";
691
+ "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";
692
+ "grid-auto-columns": "all" | "grid" | "gridAutoColumns";
693
+ "grid-auto-flow": "all" | "grid" | "gridAutoFlow";
694
+ "grid-auto-rows": "all" | "grid" | "gridAutoRows";
695
+ "grid-column": "all" | "grid-area" | "grid-column-end" | "grid-column-start" | "gridArea" | "gridColumn" | "gridColumnEnd" | "gridColumnStart";
696
+ "grid-column-end": "all" | "grid-area" | "grid-column" | "gridArea" | "gridColumn" | "gridColumnEnd";
697
+ "grid-column-gap": "all" | "column-gap" | "columnGap" | "gap" | "grid-gap" | "gridColumnGap" | "gridGap";
698
+ "grid-column-start": "all" | "grid-area" | "grid-column" | "gridArea" | "gridColumn" | "gridColumnStart";
699
+ "grid-gap": "all" | "column-gap" | "columnGap" | "gap" | "grid-column-gap" | "grid-row-gap" | "gridColumnGap" | "gridGap" | "gridRowGap" | "row-gap" | "rowGap";
700
+ "grid-row": "all" | "grid-area" | "grid-row-end" | "grid-row-start" | "gridArea" | "gridRow" | "gridRowEnd" | "gridRowStart";
701
+ "grid-row-end": "all" | "grid-area" | "grid-row" | "gridArea" | "gridRow" | "gridRowEnd";
702
+ "grid-row-gap": "all" | "gap" | "grid-gap" | "gridGap" | "gridRowGap" | "row-gap" | "rowGap";
703
+ "grid-row-start": "all" | "grid-area" | "grid-row" | "gridArea" | "gridRow" | "gridRowStart";
704
+ "grid-template": "all" | "grid" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows";
705
+ "grid-template-areas": "all" | "grid" | "grid-template" | "gridTemplate" | "gridTemplateAreas";
706
+ "grid-template-columns": "all" | "grid" | "grid-template" | "gridTemplate" | "gridTemplateColumns";
707
+ "grid-template-rows": "all" | "grid" | "grid-template" | "gridTemplate" | "gridTemplateRows";
708
+ 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";
709
+ gridAutoColumns: "all" | "grid" | "grid-auto-columns";
710
+ gridAutoFlow: "all" | "grid" | "grid-auto-flow";
711
+ gridAutoRows: "all" | "grid" | "grid-auto-rows";
712
+ gridColumn: "all" | "grid-area" | "grid-column" | "grid-column-end" | "grid-column-start" | "gridArea" | "gridColumnEnd" | "gridColumnStart";
713
+ gridColumnEnd: "all" | "grid-area" | "grid-column" | "grid-column-end" | "gridArea" | "gridColumn";
714
+ gridColumnGap: "all" | "column-gap" | "columnGap" | "gap" | "grid-column-gap" | "grid-gap" | "gridGap";
715
+ gridColumnStart: "all" | "grid-area" | "grid-column" | "grid-column-start" | "gridArea" | "gridColumn";
716
+ gridGap: "all" | "column-gap" | "columnGap" | "gap" | "grid-column-gap" | "grid-gap" | "grid-row-gap" | "gridColumnGap" | "gridRowGap" | "row-gap" | "rowGap";
717
+ gridRow: "all" | "grid-area" | "grid-row" | "grid-row-end" | "grid-row-start" | "gridArea" | "gridRowEnd" | "gridRowStart";
718
+ gridRowEnd: "all" | "grid-area" | "grid-row" | "grid-row-end" | "gridArea" | "gridRow";
719
+ gridRowGap: "all" | "gap" | "grid-gap" | "grid-row-gap" | "gridGap" | "row-gap" | "rowGap";
720
+ gridRowStart: "all" | "grid-area" | "grid-row" | "grid-row-start" | "gridArea" | "gridRow";
721
+ gridTemplate: "all" | "grid" | "grid-template" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows";
722
+ gridTemplateAreas: "all" | "grid" | "grid-template" | "grid-template-areas" | "gridTemplate";
723
+ gridTemplateColumns: "all" | "grid" | "grid-template" | "grid-template-columns" | "gridTemplate";
724
+ gridTemplateRows: "all" | "grid" | "grid-template" | "grid-template-rows" | "gridTemplate";
725
+ "hanging-punctuation": "all" | "hangingPunctuation";
726
+ hangingPunctuation: "all" | "hanging-punctuation";
727
+ height: "all" | "block-size" | "blockSize" | "inline-size" | "inlineSize";
728
+ "hyphenate-character": "all" | "hyphenateCharacter";
729
+ "hyphenate-limit-chars": "all" | "hyphenateLimitChars";
730
+ "hyphenate-limit-last": "all" | "hyphenateLimitLast";
731
+ "hyphenate-limit-lines": "all" | "hyphenateLimitLines";
732
+ "hyphenate-limit-zone": "all" | "hyphenateLimitZone";
733
+ hyphenateCharacter: "all" | "hyphenate-character";
734
+ hyphenateLimitChars: "all" | "hyphenate-limit-chars";
735
+ hyphenateLimitLast: "all" | "hyphenate-limit-last";
736
+ hyphenateLimitLines: "all" | "hyphenate-limit-lines";
737
+ hyphenateLimitZone: "all" | "hyphenate-limit-zone";
738
+ hyphens: "all";
739
+ "image-animation": "all" | "imageAnimation";
740
+ "image-orientation": "all" | "imageOrientation";
741
+ "image-rendering": "all" | "imageRendering";
742
+ "image-resolution": "all" | "imageResolution";
743
+ imageAnimation: "all" | "image-animation";
744
+ imageOrientation: "all" | "image-orientation";
745
+ imageRendering: "all" | "image-rendering";
746
+ imageResolution: "all" | "image-resolution";
747
+ "initial-letter": "all" | "initialLetter";
748
+ "initial-letter-align": "all" | "initialLetterAlign";
749
+ "initial-letter-wrap": "all" | "initialLetterWrap";
750
+ initialLetter: "all" | "initial-letter";
751
+ initialLetterAlign: "all" | "initial-letter-align";
752
+ initialLetterWrap: "all" | "initial-letter-wrap";
753
+ "inline-size": "all" | "height" | "inlineSize" | "width";
754
+ "inline-sizing": "all" | "inlineSizing";
755
+ inlineSize: "all" | "height" | "inline-size" | "width";
756
+ inlineSizing: "all" | "inline-sizing";
757
+ "input-security": "all" | "inputSecurity";
758
+ inputSecurity: "all" | "input-security";
759
+ 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";
760
+ "inset-block": "all" | "bottom" | "inset" | "inset-block-end" | "inset-block-start" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "left" | "right" | "top";
761
+ "inset-block-end": "all" | "bottom" | "inset" | "inset-block" | "insetBlock" | "insetBlockEnd" | "left" | "right" | "top";
762
+ "inset-block-start": "all" | "bottom" | "inset" | "inset-block" | "insetBlock" | "insetBlockStart" | "left" | "right" | "top";
763
+ "inset-inline": "all" | "bottom" | "inset" | "inset-inline-end" | "inset-inline-start" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "left" | "right" | "top";
764
+ "inset-inline-end": "all" | "bottom" | "inset" | "inset-inline" | "insetInline" | "insetInlineEnd" | "left" | "right" | "top";
765
+ "inset-inline-start": "all" | "bottom" | "inset" | "inset-inline" | "insetInline" | "insetInlineStart" | "left" | "right" | "top";
766
+ insetBlock: "all" | "bottom" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "insetBlockEnd" | "insetBlockStart" | "left" | "right" | "top";
767
+ insetBlockEnd: "all" | "bottom" | "inset" | "inset-block" | "inset-block-end" | "insetBlock" | "left" | "right" | "top";
768
+ insetBlockStart: "all" | "bottom" | "inset" | "inset-block" | "inset-block-start" | "insetBlock" | "left" | "right" | "top";
769
+ insetInline: "all" | "bottom" | "inset" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "insetInlineEnd" | "insetInlineStart" | "left" | "right" | "top";
770
+ insetInlineEnd: "all" | "bottom" | "inset" | "inset-inline" | "inset-inline-end" | "insetInline" | "left" | "right" | "top";
771
+ insetInlineStart: "all" | "bottom" | "inset" | "inset-inline" | "inset-inline-start" | "insetInline" | "left" | "right" | "top";
772
+ interactivity: "all";
773
+ "interest-delay": "all" | "interest-delay-end" | "interest-delay-start" | "interestDelay" | "interestDelayEnd" | "interestDelayStart";
774
+ "interest-delay-end": "all" | "interest-delay" | "interestDelay" | "interestDelayEnd";
775
+ "interest-delay-start": "all" | "interest-delay" | "interestDelay" | "interestDelayStart";
776
+ interestDelay: "all" | "interest-delay" | "interest-delay-end" | "interest-delay-start" | "interestDelayEnd" | "interestDelayStart";
777
+ interestDelayEnd: "all" | "interest-delay" | "interest-delay-end" | "interestDelay";
778
+ interestDelayStart: "all" | "interest-delay" | "interest-delay-start" | "interestDelay";
779
+ "interpolate-size": "all" | "interpolateSize";
780
+ interpolateSize: "all" | "interpolate-size";
781
+ isolation: "all";
782
+ "justify-content": "-webkit-justify-content" | "WebkitJustifyContent" | "all" | "justifyContent" | "place-content" | "placeContent";
783
+ "justify-items": "all" | "justifyItems" | "place-items" | "placeItems";
784
+ "justify-self": "all" | "justifySelf" | "place-self" | "placeSelf";
785
+ justifyContent: "-webkit-justify-content" | "WebkitJustifyContent" | "all" | "justify-content" | "place-content" | "placeContent";
786
+ justifyItems: "all" | "justify-items" | "place-items" | "placeItems";
787
+ justifySelf: "all" | "justify-self" | "place-self" | "placeSelf";
788
+ 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";
789
+ "letter-spacing": "all" | "letterSpacing";
790
+ letterSpacing: "all" | "letter-spacing";
791
+ "lighting-color": "all" | "lightingColor";
792
+ lightingColor: "all" | "lighting-color";
793
+ "line-break": "all" | "lineBreak";
794
+ "line-clamp": "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "block-ellipsis" | "blockEllipsis" | "continue" | "lineClamp" | "max-lines" | "maxLines";
795
+ "line-fit-edge": "all" | "lineFitEdge";
796
+ "line-grid": "all" | "lineGrid";
797
+ "line-height": "all" | "font" | "lineHeight";
798
+ "line-height-step": "all" | "lineHeightStep";
799
+ "line-padding": "all" | "linePadding";
800
+ "line-snap": "all" | "lineSnap";
801
+ lineBreak: "all" | "line-break";
802
+ lineClamp: "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "block-ellipsis" | "blockEllipsis" | "continue" | "line-clamp" | "max-lines" | "maxLines";
803
+ lineFitEdge: "all" | "line-fit-edge";
804
+ lineGrid: "all" | "line-grid";
805
+ lineHeight: "all" | "font" | "line-height";
806
+ lineHeightStep: "all" | "line-height-step";
807
+ linePadding: "all" | "line-padding";
808
+ lineSnap: "all" | "line-snap";
809
+ "link-parameters": "all" | "linkParameters";
810
+ linkParameters: "all" | "link-parameters";
811
+ "list-style": "all" | "list-style-image" | "list-style-position" | "list-style-type" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType";
812
+ "list-style-image": "all" | "list-style" | "listStyle" | "listStyleImage";
813
+ "list-style-position": "all" | "list-style" | "listStyle" | "listStylePosition";
814
+ "list-style-type": "all" | "list-style" | "listStyle" | "listStyleType";
815
+ listStyle: "all" | "list-style" | "list-style-image" | "list-style-position" | "list-style-type" | "listStyleImage" | "listStylePosition" | "listStyleType";
816
+ listStyleImage: "all" | "list-style" | "list-style-image" | "listStyle";
817
+ listStylePosition: "all" | "list-style" | "list-style-position" | "listStyle";
818
+ listStyleType: "all" | "list-style" | "list-style-type" | "listStyle";
819
+ 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";
820
+ "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";
821
+ "margin-block-end": "all" | "margin" | "margin-block" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBlockEnd" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
822
+ "margin-block-start": "all" | "margin" | "margin-block" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBlockStart" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
823
+ "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";
824
+ "margin-break": "all" | "marginBreak";
825
+ "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";
826
+ "margin-inline-end": "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginLeft" | "marginRight" | "marginTop";
827
+ "margin-inline-start": "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop";
828
+ "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";
829
+ "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";
830
+ "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";
831
+ "margin-trim": "all" | "marginTrim";
832
+ 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";
833
+ marginBlockEnd: "all" | "margin" | "margin-block" | "margin-block-end" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
834
+ marginBlockStart: "all" | "margin" | "margin-block" | "margin-block-start" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top" | "marginBlock" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
835
+ 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";
836
+ marginBreak: "all" | "margin-break";
837
+ 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";
838
+ marginInlineEnd: "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-inline-end" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginLeft" | "marginRight" | "marginTop";
839
+ marginInlineStart: "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top" | "marginBottom" | "marginInline" | "marginLeft" | "marginRight" | "marginTop";
840
+ 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";
841
+ 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";
842
+ 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";
843
+ marginTrim: "all" | "margin-trim";
844
+ marker: "all" | "marker-end" | "marker-mid" | "marker-start" | "markerEnd" | "markerMid" | "markerStart";
845
+ "marker-end": "all" | "marker" | "markerEnd";
846
+ "marker-mid": "all" | "marker" | "markerMid";
847
+ "marker-side": "all" | "markerSide";
848
+ "marker-start": "all" | "marker" | "markerStart";
849
+ markerEnd: "all" | "marker" | "marker-end";
850
+ markerMid: "all" | "marker" | "marker-mid";
851
+ markerSide: "all" | "marker-side";
852
+ markerStart: "all" | "marker" | "marker-start";
853
+ 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";
854
+ "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";
855
+ "mask-border-mode": "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderMode";
856
+ "mask-border-outset": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderOutset";
857
+ "mask-border-repeat": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-repeat" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageRepeat" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderRepeat";
858
+ "mask-border-slice": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-slice" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSlice" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderSlice";
859
+ "mask-border-source": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-source" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSource" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderSource";
860
+ "mask-border-width": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "maskBorder" | "maskBorderWidth";
861
+ "mask-clip": "-webkit-mask" | "-webkit-mask-clip" | "WebkitMask" | "WebkitMaskClip" | "all" | "mask" | "maskClip";
862
+ "mask-composite": "-webkit-mask" | "-webkit-mask-composite" | "WebkitMask" | "WebkitMaskComposite" | "all" | "mask" | "maskComposite";
863
+ "mask-image": "-webkit-mask" | "-webkit-mask-image" | "WebkitMask" | "WebkitMaskImage" | "all" | "mask" | "maskImage";
864
+ "mask-mode": "-webkit-mask" | "WebkitMask" | "all" | "mask" | "maskMode";
865
+ "mask-origin": "-webkit-mask" | "-webkit-mask-origin" | "WebkitMask" | "WebkitMaskOrigin" | "all" | "mask" | "maskOrigin";
866
+ "mask-position": "-webkit-mask" | "-webkit-mask-position" | "WebkitMask" | "WebkitMaskPosition" | "all" | "mask" | "maskPosition";
867
+ "mask-repeat": "-webkit-mask" | "-webkit-mask-repeat" | "WebkitMask" | "WebkitMaskRepeat" | "all" | "mask" | "maskRepeat";
868
+ "mask-size": "-webkit-mask" | "-webkit-mask-size" | "WebkitMask" | "WebkitMaskSize" | "all" | "mask" | "maskSize";
869
+ "mask-type": "all" | "maskType";
870
+ 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";
871
+ maskBorderMode: "-webkit-mask" | "-webkit-mask-box-image" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-mode" | "maskBorder";
872
+ maskBorderOutset: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "all" | "mask" | "mask-border" | "mask-border-outset" | "maskBorder";
873
+ maskBorderRepeat: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-repeat" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageRepeat" | "all" | "mask" | "mask-border" | "mask-border-repeat" | "maskBorder";
874
+ maskBorderSlice: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-slice" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSlice" | "all" | "mask" | "mask-border" | "mask-border-slice" | "maskBorder";
875
+ maskBorderSource: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-source" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSource" | "all" | "mask" | "mask-border" | "mask-border-source" | "maskBorder";
876
+ maskBorderWidth: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "mask-border" | "mask-border-width" | "maskBorder";
877
+ maskClip: "-webkit-mask" | "-webkit-mask-clip" | "WebkitMask" | "WebkitMaskClip" | "all" | "mask" | "mask-clip";
878
+ maskComposite: "-webkit-mask" | "-webkit-mask-composite" | "WebkitMask" | "WebkitMaskComposite" | "all" | "mask" | "mask-composite";
879
+ maskImage: "-webkit-mask" | "-webkit-mask-image" | "WebkitMask" | "WebkitMaskImage" | "all" | "mask" | "mask-image";
880
+ maskMode: "-webkit-mask" | "WebkitMask" | "all" | "mask" | "mask-mode";
881
+ maskOrigin: "-webkit-mask" | "-webkit-mask-origin" | "WebkitMask" | "WebkitMaskOrigin" | "all" | "mask" | "mask-origin";
882
+ maskPosition: "-webkit-mask" | "-webkit-mask-position" | "WebkitMask" | "WebkitMaskPosition" | "all" | "mask" | "mask-position";
883
+ maskRepeat: "-webkit-mask" | "-webkit-mask-repeat" | "WebkitMask" | "WebkitMaskRepeat" | "all" | "mask" | "mask-repeat";
884
+ maskSize: "-webkit-mask" | "-webkit-mask-size" | "WebkitMask" | "WebkitMaskSize" | "all" | "mask" | "mask-size";
885
+ maskType: "all" | "mask-type";
886
+ "math-depth": "all" | "mathDepth";
887
+ "math-shift": "all" | "mathShift";
888
+ "math-style": "all" | "mathStyle";
889
+ mathDepth: "all" | "math-depth";
890
+ mathShift: "all" | "math-shift";
891
+ mathStyle: "all" | "math-style";
892
+ "max-block-size": "all" | "max-height" | "max-width" | "maxBlockSize" | "maxHeight" | "maxWidth";
893
+ "max-height": "all" | "max-block-size" | "max-inline-size" | "maxBlockSize" | "maxHeight" | "maxInlineSize";
894
+ "max-inline-size": "all" | "max-height" | "max-width" | "maxHeight" | "maxInlineSize" | "maxWidth";
895
+ "max-lines": "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "line-clamp" | "lineClamp" | "maxLines";
896
+ "max-width": "all" | "max-block-size" | "max-inline-size" | "maxBlockSize" | "maxInlineSize" | "maxWidth";
897
+ maxBlockSize: "all" | "max-block-size" | "max-height" | "max-width" | "maxHeight" | "maxWidth";
898
+ maxHeight: "all" | "max-block-size" | "max-height" | "max-inline-size" | "maxBlockSize" | "maxInlineSize";
899
+ maxInlineSize: "all" | "max-height" | "max-inline-size" | "max-width" | "maxHeight" | "maxWidth";
900
+ maxLines: "-webkit-line-clamp" | "WebkitLineClamp" | "all" | "line-clamp" | "lineClamp" | "max-lines";
901
+ maxWidth: "all" | "max-block-size" | "max-inline-size" | "max-width" | "maxBlockSize" | "maxInlineSize";
902
+ "min-block-size": "all" | "min-height" | "min-width" | "minBlockSize" | "minHeight" | "minWidth";
903
+ "min-height": "all" | "min-block-size" | "min-inline-size" | "minBlockSize" | "minHeight" | "minInlineSize";
904
+ "min-inline-size": "all" | "min-height" | "min-width" | "minHeight" | "minInlineSize" | "minWidth";
905
+ "min-intrinsic-sizing": "all" | "minIntrinsicSizing";
906
+ "min-width": "all" | "min-block-size" | "min-inline-size" | "minBlockSize" | "minInlineSize" | "minWidth";
907
+ minBlockSize: "all" | "min-block-size" | "min-height" | "min-width" | "minHeight" | "minWidth";
908
+ minHeight: "all" | "min-block-size" | "min-height" | "min-inline-size" | "minBlockSize" | "minInlineSize";
909
+ minInlineSize: "all" | "min-height" | "min-inline-size" | "min-width" | "minHeight" | "minWidth";
910
+ minIntrinsicSizing: "all" | "min-intrinsic-sizing";
911
+ minWidth: "all" | "min-block-size" | "min-inline-size" | "min-width" | "minBlockSize" | "minInlineSize";
912
+ "mix-blend-mode": "all" | "mixBlendMode";
913
+ mixBlendMode: "all" | "mix-blend-mode";
914
+ "nav-down": "all" | "navDown";
915
+ "nav-left": "all" | "navLeft";
916
+ "nav-right": "all" | "navRight";
917
+ "nav-up": "all" | "navUp";
918
+ navDown: "all" | "nav-down";
919
+ navLeft: "all" | "nav-left";
920
+ navRight: "all" | "nav-right";
921
+ navUp: "all" | "nav-up";
922
+ "object-fit": "all" | "objectFit";
923
+ "object-position": "all" | "objectPosition";
924
+ "object-view-box": "all" | "objectViewBox";
925
+ objectFit: "all" | "object-fit";
926
+ objectPosition: "all" | "object-position";
927
+ objectViewBox: "all" | "object-view-box";
928
+ offset: "all" | "offset-anchor" | "offset-distance" | "offset-path" | "offset-position" | "offset-rotate" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate";
929
+ "offset-anchor": "all" | "offset" | "offsetAnchor";
930
+ "offset-distance": "all" | "offset" | "offsetDistance";
931
+ "offset-path": "all" | "offset" | "offsetPath";
932
+ "offset-position": "all" | "offset" | "offsetPosition";
933
+ "offset-rotate": "all" | "offset" | "offsetRotate";
934
+ offsetAnchor: "all" | "offset" | "offset-anchor";
935
+ offsetDistance: "all" | "offset" | "offset-distance";
936
+ offsetPath: "all" | "offset" | "offset-path";
937
+ offsetPosition: "all" | "offset" | "offset-position";
938
+ offsetRotate: "all" | "offset" | "offset-rotate";
939
+ opacity: "all";
940
+ order: "-webkit-order" | "WebkitOrder" | "all";
941
+ orphans: "all";
942
+ outline: "all" | "outline-color" | "outline-style" | "outline-width" | "outlineColor" | "outlineStyle" | "outlineWidth";
943
+ "outline-color": "all" | "outline" | "outlineColor";
944
+ "outline-offset": "all" | "outlineOffset";
945
+ "outline-style": "all" | "outline" | "outlineStyle";
946
+ "outline-width": "all" | "outline" | "outlineWidth";
947
+ outlineColor: "all" | "outline" | "outline-color";
948
+ outlineOffset: "all" | "outline-offset";
949
+ outlineStyle: "all" | "outline" | "outline-style";
950
+ outlineWidth: "all" | "outline" | "outline-width";
951
+ overflow: "all" | "overflow-block" | "overflow-inline" | "overflow-x" | "overflow-y" | "overflowBlock" | "overflowInline" | "overflowX" | "overflowY";
952
+ "overflow-anchor": "all" | "overflowAnchor";
953
+ "overflow-block": "all" | "overflow" | "overflow-x" | "overflow-y" | "overflowBlock" | "overflowX" | "overflowY";
954
+ "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";
955
+ "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";
956
+ "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";
957
+ "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";
958
+ "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";
959
+ "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";
960
+ "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";
961
+ "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";
962
+ "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";
963
+ "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";
964
+ "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";
965
+ "overflow-inline": "all" | "overflow" | "overflow-x" | "overflow-y" | "overflowInline" | "overflowX" | "overflowY";
966
+ "overflow-wrap": "all" | "overflowWrap" | "word-wrap" | "wordWrap";
967
+ "overflow-x": "all" | "overflow" | "overflow-block" | "overflow-inline" | "overflowBlock" | "overflowInline" | "overflowX";
968
+ "overflow-y": "all" | "overflow" | "overflow-block" | "overflow-inline" | "overflowBlock" | "overflowInline" | "overflowY";
969
+ overflowAnchor: "all" | "overflow-anchor";
970
+ overflowBlock: "all" | "overflow" | "overflow-block" | "overflow-x" | "overflow-y" | "overflowX" | "overflowY";
971
+ 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";
972
+ 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";
973
+ 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";
974
+ 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";
975
+ 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";
976
+ 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";
977
+ 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";
978
+ 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";
979
+ 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";
980
+ 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";
981
+ 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";
982
+ overflowInline: "all" | "overflow" | "overflow-inline" | "overflow-x" | "overflow-y" | "overflowX" | "overflowY";
983
+ overflowWrap: "all" | "overflow-wrap" | "word-wrap" | "wordWrap";
984
+ overflowX: "all" | "overflow" | "overflow-block" | "overflow-inline" | "overflow-x" | "overflowBlock" | "overflowInline";
985
+ overflowY: "all" | "overflow" | "overflow-block" | "overflow-inline" | "overflow-y" | "overflowBlock" | "overflowInline";
986
+ overlay: "all";
987
+ "overscroll-behavior": "all" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY";
988
+ "overscroll-behavior-block": "all" | "overscroll-behavior" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorX" | "overscrollBehaviorY";
989
+ "overscroll-behavior-inline": "all" | "overscroll-behavior" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY";
990
+ "overscroll-behavior-x": "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX";
991
+ "overscroll-behavior-y": "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorY";
992
+ overscrollBehavior: "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY";
993
+ overscrollBehaviorBlock: "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorX" | "overscrollBehaviorY";
994
+ overscrollBehaviorInline: "all" | "overscroll-behavior" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorX" | "overscrollBehaviorY";
995
+ overscrollBehaviorX: "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline";
996
+ overscrollBehaviorY: "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-y" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline";
997
+ 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";
998
+ "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";
999
+ "padding-block-end": "all" | "padding" | "padding-block" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBlockEnd" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
1000
+ "padding-block-start": "all" | "padding" | "padding-block" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBlockStart" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
1001
+ "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";
1002
+ "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";
1003
+ "padding-inline-end": "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingLeft" | "paddingRight" | "paddingTop";
1004
+ "padding-inline-start": "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop";
1005
+ "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";
1006
+ "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";
1007
+ "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";
1008
+ 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";
1009
+ paddingBlockEnd: "all" | "padding" | "padding-block" | "padding-block-end" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
1010
+ paddingBlockStart: "all" | "padding" | "padding-block" | "padding-block-start" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top" | "paddingBlock" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
1011
+ 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";
1012
+ 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";
1013
+ paddingInlineEnd: "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-inline-end" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingLeft" | "paddingRight" | "paddingTop";
1014
+ paddingInlineStart: "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top" | "paddingBottom" | "paddingInline" | "paddingLeft" | "paddingRight" | "paddingTop";
1015
+ 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";
1016
+ 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";
1017
+ 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";
1018
+ page: "all";
1019
+ "page-break-after": "all" | "pageBreakAfter";
1020
+ "page-break-before": "all" | "pageBreakBefore";
1021
+ "page-break-inside": "all" | "pageBreakInside";
1022
+ pageBreakAfter: "all" | "page-break-after";
1023
+ pageBreakBefore: "all" | "page-break-before";
1024
+ pageBreakInside: "all" | "page-break-inside";
1025
+ "paint-order": "all" | "paintOrder";
1026
+ paintOrder: "all" | "paint-order";
1027
+ "path-length": "all" | "pathLength";
1028
+ pathLength: "all" | "path-length";
1029
+ pause: "all" | "pause-after" | "pause-before" | "pauseAfter" | "pauseBefore";
1030
+ "pause-after": "all" | "pause" | "pauseAfter";
1031
+ "pause-before": "all" | "pause" | "pauseBefore";
1032
+ pauseAfter: "all" | "pause" | "pause-after";
1033
+ pauseBefore: "all" | "pause" | "pause-before";
1034
+ perspective: "-webkit-perspective" | "WebkitPerspective" | "all";
1035
+ "perspective-origin": "-webkit-perspective-origin" | "WebkitPerspectiveOrigin" | "all" | "perspectiveOrigin";
1036
+ perspectiveOrigin: "-webkit-perspective-origin" | "WebkitPerspectiveOrigin" | "all" | "perspective-origin";
1037
+ "place-content": "-webkit-align-content" | "-webkit-justify-content" | "WebkitAlignContent" | "WebkitJustifyContent" | "align-content" | "alignContent" | "all" | "justify-content" | "justifyContent" | "placeContent";
1038
+ "place-items": "-webkit-align-items" | "WebkitAlignItems" | "align-items" | "alignItems" | "all" | "justify-items" | "justifyItems" | "placeItems";
1039
+ "place-self": "-webkit-align-self" | "WebkitAlignSelf" | "align-self" | "alignSelf" | "all" | "justify-self" | "justifySelf" | "placeSelf";
1040
+ placeContent: "-webkit-align-content" | "-webkit-justify-content" | "WebkitAlignContent" | "WebkitJustifyContent" | "align-content" | "alignContent" | "all" | "justify-content" | "justifyContent" | "place-content";
1041
+ placeItems: "-webkit-align-items" | "WebkitAlignItems" | "align-items" | "alignItems" | "all" | "justify-items" | "justifyItems" | "place-items";
1042
+ placeSelf: "-webkit-align-self" | "WebkitAlignSelf" | "align-self" | "alignSelf" | "all" | "justify-self" | "justifySelf" | "place-self";
1043
+ "pointer-events": "all" | "pointerEvents";
1044
+ "pointer-timeline": "all" | "pointer-timeline-axis" | "pointer-timeline-name" | "pointerTimeline" | "pointerTimelineAxis" | "pointerTimelineName";
1045
+ "pointer-timeline-axis": "all" | "pointer-timeline" | "pointerTimeline" | "pointerTimelineAxis";
1046
+ "pointer-timeline-name": "all" | "pointer-timeline" | "pointerTimeline" | "pointerTimelineName";
1047
+ pointerEvents: "all" | "pointer-events";
1048
+ pointerTimeline: "all" | "pointer-timeline" | "pointer-timeline-axis" | "pointer-timeline-name" | "pointerTimelineAxis" | "pointerTimelineName";
1049
+ pointerTimelineAxis: "all" | "pointer-timeline" | "pointer-timeline-axis" | "pointerTimeline";
1050
+ pointerTimelineName: "all" | "pointer-timeline" | "pointer-timeline-name" | "pointerTimeline";
1051
+ position: "all";
1052
+ "position-anchor": "all" | "positionAnchor";
1053
+ "position-area": "all" | "positionArea";
1054
+ "position-try": "all" | "position-try-fallbacks" | "position-try-order" | "positionTry" | "positionTryFallbacks" | "positionTryOrder";
1055
+ "position-try-fallbacks": "all" | "position-try" | "positionTry" | "positionTryFallbacks";
1056
+ "position-try-order": "all" | "position-try" | "positionTry" | "positionTryOrder";
1057
+ "position-visibility": "all" | "positionVisibility";
1058
+ positionAnchor: "all" | "position-anchor";
1059
+ positionArea: "all" | "position-area";
1060
+ positionTry: "all" | "position-try" | "position-try-fallbacks" | "position-try-order" | "positionTryFallbacks" | "positionTryOrder";
1061
+ positionTryFallbacks: "all" | "position-try" | "position-try-fallbacks" | "positionTry";
1062
+ positionTryOrder: "all" | "position-try" | "position-try-order" | "positionTry";
1063
+ positionVisibility: "all" | "position-visibility";
1064
+ "print-color-adjust": "all" | "color-adjust" | "colorAdjust" | "printColorAdjust";
1065
+ printColorAdjust: "all" | "color-adjust" | "colorAdjust" | "print-color-adjust";
1066
+ quotes: "all";
1067
+ r: "all";
1068
+ "reading-flow": "all" | "readingFlow";
1069
+ "reading-order": "all" | "readingOrder";
1070
+ readingFlow: "all" | "reading-flow";
1071
+ readingOrder: "all" | "reading-order";
1072
+ "region-fragment": "all" | "regionFragment";
1073
+ regionFragment: "all" | "region-fragment";
1074
+ resize: "all";
1075
+ rest: "all" | "rest-after" | "rest-before" | "restAfter" | "restBefore";
1076
+ "rest-after": "all" | "rest" | "restAfter";
1077
+ "rest-before": "all" | "rest" | "restBefore";
1078
+ restAfter: "all" | "rest" | "rest-after";
1079
+ restBefore: "all" | "rest" | "rest-before";
1080
+ 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";
1081
+ rotate: "all";
1082
+ "row-gap": "all" | "gap" | "grid-gap" | "grid-row-gap" | "gridGap" | "gridRowGap" | "rowGap";
1083
+ "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";
1084
+ "row-rule-break": "all" | "rowRuleBreak" | "rule-break" | "ruleBreak";
1085
+ "row-rule-color": "all" | "row-rule" | "rowRule" | "rowRuleColor" | "rule" | "rule-color" | "ruleColor";
1086
+ "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";
1087
+ "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";
1088
+ "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";
1089
+ "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";
1090
+ "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";
1091
+ "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";
1092
+ "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";
1093
+ "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";
1094
+ "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";
1095
+ "row-rule-style": "all" | "row-rule" | "rowRule" | "rowRuleStyle" | "rule" | "rule-style" | "ruleStyle";
1096
+ "row-rule-visibility-items": "all" | "rowRuleVisibilityItems";
1097
+ "row-rule-width": "all" | "row-rule" | "rowRule" | "rowRuleWidth" | "rule" | "rule-width" | "ruleWidth";
1098
+ rowGap: "all" | "gap" | "grid-gap" | "grid-row-gap" | "gridGap" | "gridRowGap" | "row-gap";
1099
+ 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";
1100
+ rowRuleBreak: "all" | "row-rule-break" | "rule-break" | "ruleBreak";
1101
+ rowRuleColor: "all" | "row-rule" | "row-rule-color" | "rowRule" | "rule" | "rule-color" | "ruleColor";
1102
+ 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";
1103
+ 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";
1104
+ 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";
1105
+ 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";
1106
+ 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";
1107
+ 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";
1108
+ 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";
1109
+ 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";
1110
+ 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";
1111
+ rowRuleStyle: "all" | "row-rule" | "row-rule-style" | "rowRule" | "rule" | "rule-style" | "ruleStyle";
1112
+ rowRuleVisibilityItems: "all" | "row-rule-visibility-items";
1113
+ rowRuleWidth: "all" | "row-rule" | "row-rule-width" | "rowRule" | "rule" | "rule-width" | "ruleWidth";
1114
+ "ruby-align": "all" | "rubyAlign";
1115
+ "ruby-merge": "all" | "rubyMerge";
1116
+ "ruby-overhang": "all" | "rubyOverhang";
1117
+ "ruby-position": "all" | "rubyPosition";
1118
+ rubyAlign: "all" | "ruby-align";
1119
+ rubyMerge: "all" | "ruby-merge";
1120
+ rubyOverhang: "all" | "ruby-overhang";
1121
+ rubyPosition: "all" | "ruby-position";
1122
+ 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";
1123
+ "rule-break": "all" | "column-rule-break" | "columnRuleBreak" | "row-rule-break" | "rowRuleBreak" | "ruleBreak";
1124
+ "rule-color": "all" | "column-rule" | "column-rule-color" | "columnRule" | "columnRuleColor" | "row-rule" | "row-rule-color" | "rowRule" | "rowRuleColor" | "rule" | "ruleColor";
1125
+ "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";
1126
+ "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";
1127
+ "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";
1128
+ "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";
1129
+ "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";
1130
+ "rule-overlap": "all" | "ruleOverlap";
1131
+ "rule-style": "all" | "column-rule" | "column-rule-style" | "columnRule" | "columnRuleStyle" | "row-rule" | "row-rule-style" | "rowRule" | "rowRuleStyle" | "rule" | "ruleStyle";
1132
+ "rule-visibility-items": "all" | "column-rule-visibility-items" | "columnRuleVisibilityItems" | "ruleVisibilityItems";
1133
+ "rule-width": "all" | "column-rule" | "column-rule-width" | "columnRule" | "columnRuleWidth" | "row-rule" | "row-rule-width" | "rowRule" | "rowRuleWidth" | "rule" | "ruleWidth";
1134
+ ruleBreak: "all" | "column-rule-break" | "columnRuleBreak" | "row-rule-break" | "rowRuleBreak" | "rule-break";
1135
+ ruleColor: "all" | "column-rule" | "column-rule-color" | "columnRule" | "columnRuleColor" | "row-rule" | "row-rule-color" | "rowRule" | "rowRuleColor" | "rule" | "rule-color";
1136
+ 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";
1137
+ 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";
1138
+ 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";
1139
+ 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";
1140
+ 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";
1141
+ ruleOverlap: "all" | "rule-overlap";
1142
+ ruleStyle: "all" | "column-rule" | "column-rule-style" | "columnRule" | "columnRuleStyle" | "row-rule" | "row-rule-style" | "rowRule" | "rowRuleStyle" | "rule" | "rule-style";
1143
+ ruleVisibilityItems: "all" | "column-rule-visibility-items" | "columnRuleVisibilityItems" | "rule-visibility-items";
1144
+ ruleWidth: "all" | "column-rule" | "column-rule-width" | "columnRule" | "columnRuleWidth" | "row-rule" | "row-rule-width" | "rowRule" | "rowRuleWidth" | "rule" | "rule-width";
1145
+ rx: "all";
1146
+ ry: "all";
1147
+ scale: "all";
1148
+ "scroll-axis-lock": "all" | "scrollAxisLock";
1149
+ "scroll-behavior": "all" | "scrollBehavior";
1150
+ "scroll-initial-target": "all" | "scrollInitialTarget";
1151
+ "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";
1152
+ "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";
1153
+ "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";
1154
+ "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";
1155
+ "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";
1156
+ "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";
1157
+ "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";
1158
+ "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";
1159
+ "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";
1160
+ "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";
1161
+ "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";
1162
+ "scroll-marker-group": "all" | "scrollMarkerGroup";
1163
+ "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";
1164
+ "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";
1165
+ "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";
1166
+ "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";
1167
+ "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";
1168
+ "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";
1169
+ "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";
1170
+ "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";
1171
+ "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";
1172
+ "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";
1173
+ "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";
1174
+ "scroll-snap-align": "all" | "scrollSnapAlign";
1175
+ "scroll-snap-stop": "all" | "scrollSnapStop";
1176
+ "scroll-snap-type": "all" | "scrollSnapType";
1177
+ "scroll-target-group": "all" | "scrollTargetGroup";
1178
+ "scroll-timeline": "all" | "scroll-timeline-axis" | "scroll-timeline-name" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName";
1179
+ "scroll-timeline-axis": "all" | "scroll-timeline" | "scrollTimeline" | "scrollTimelineAxis";
1180
+ "scroll-timeline-name": "all" | "scroll-timeline" | "scrollTimeline" | "scrollTimelineName";
1181
+ scrollAxisLock: "all" | "scroll-axis-lock";
1182
+ "scrollbar-color": "all" | "scrollbarColor";
1183
+ "scrollbar-gutter": "all" | "scrollbarGutter";
1184
+ "scrollbar-width": "all" | "scrollbarWidth";
1185
+ scrollbarColor: "all" | "scrollbar-color";
1186
+ scrollbarGutter: "all" | "scrollbar-gutter";
1187
+ scrollbarWidth: "all" | "scrollbar-width";
1188
+ scrollBehavior: "all" | "scroll-behavior";
1189
+ scrollInitialTarget: "all" | "scroll-initial-target";
1190
+ 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";
1191
+ 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";
1192
+ 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";
1193
+ 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";
1194
+ 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";
1195
+ 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";
1196
+ 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";
1197
+ 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";
1198
+ 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";
1199
+ 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";
1200
+ 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";
1201
+ scrollMarkerGroup: "all" | "scroll-marker-group";
1202
+ 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";
1203
+ 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";
1204
+ 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";
1205
+ 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";
1206
+ 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";
1207
+ 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";
1208
+ 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";
1209
+ 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";
1210
+ 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";
1211
+ 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";
1212
+ 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";
1213
+ scrollSnapAlign: "all" | "scroll-snap-align";
1214
+ scrollSnapStop: "all" | "scroll-snap-stop";
1215
+ scrollSnapType: "all" | "scroll-snap-type";
1216
+ scrollTargetGroup: "all" | "scroll-target-group";
1217
+ scrollTimeline: "all" | "scroll-timeline" | "scroll-timeline-axis" | "scroll-timeline-name" | "scrollTimelineAxis" | "scrollTimelineName";
1218
+ scrollTimelineAxis: "all" | "scroll-timeline" | "scroll-timeline-axis" | "scrollTimeline";
1219
+ scrollTimelineName: "all" | "scroll-timeline" | "scroll-timeline-name" | "scrollTimeline";
1220
+ "shape-image-threshold": "all" | "shapeImageThreshold";
1221
+ "shape-inside": "all" | "shapeInside";
1222
+ "shape-margin": "all" | "shapeMargin";
1223
+ "shape-outside": "all" | "shapeOutside";
1224
+ "shape-padding": "all" | "shapePadding";
1225
+ "shape-rendering": "all" | "shapeRendering";
1226
+ shapeImageThreshold: "all" | "shape-image-threshold";
1227
+ shapeInside: "all" | "shape-inside";
1228
+ shapeMargin: "all" | "shape-margin";
1229
+ shapeOutside: "all" | "shape-outside";
1230
+ shapePadding: "all" | "shape-padding";
1231
+ shapeRendering: "all" | "shape-rendering";
1232
+ "slider-orientation": "all" | "sliderOrientation";
1233
+ sliderOrientation: "all" | "slider-orientation";
1234
+ "spatial-navigation-action": "all" | "spatialNavigationAction";
1235
+ "spatial-navigation-contain": "all" | "spatialNavigationContain";
1236
+ "spatial-navigation-function": "all" | "spatialNavigationFunction";
1237
+ spatialNavigationAction: "all" | "spatial-navigation-action";
1238
+ spatialNavigationContain: "all" | "spatial-navigation-contain";
1239
+ spatialNavigationFunction: "all" | "spatial-navigation-function";
1240
+ speak: "all";
1241
+ "speak-as": "all" | "speakAs";
1242
+ speakAs: "all" | "speak-as";
1243
+ "stop-color": "all" | "stopColor";
1244
+ "stop-opacity": "all" | "stopOpacity";
1245
+ stopColor: "all" | "stop-color";
1246
+ stopOpacity: "all" | "stop-opacity";
1247
+ "string-set": "all" | "stringSet";
1248
+ stringSet: "all" | "string-set";
1249
+ stroke: "all";
1250
+ "stroke-align": "all" | "strokeAlign";
1251
+ "stroke-alignment": "all" | "strokeAlignment";
1252
+ "stroke-break": "all" | "strokeBreak";
1253
+ "stroke-color": "all" | "strokeColor";
1254
+ "stroke-dash-corner": "all" | "strokeDashCorner";
1255
+ "stroke-dash-justify": "all" | "strokeDashJustify";
1256
+ "stroke-dashadjust": "all" | "strokeDashadjust";
1257
+ "stroke-dasharray": "all" | "strokeDasharray";
1258
+ "stroke-dashcorner": "all" | "strokeDashcorner";
1259
+ "stroke-dashoffset": "all" | "strokeDashoffset";
1260
+ "stroke-image": "all" | "strokeImage";
1261
+ "stroke-linecap": "all" | "strokeLinecap";
1262
+ "stroke-linejoin": "all" | "strokeLinejoin";
1263
+ "stroke-miterlimit": "all" | "strokeMiterlimit";
1264
+ "stroke-opacity": "all" | "strokeOpacity";
1265
+ "stroke-origin": "all" | "strokeOrigin";
1266
+ "stroke-position": "all" | "strokePosition";
1267
+ "stroke-repeat": "all" | "strokeRepeat";
1268
+ "stroke-size": "all" | "strokeSize";
1269
+ "stroke-width": "all" | "strokeWidth";
1270
+ strokeAlign: "all" | "stroke-align";
1271
+ strokeAlignment: "all" | "stroke-alignment";
1272
+ strokeBreak: "all" | "stroke-break";
1273
+ strokeColor: "all" | "stroke-color";
1274
+ strokeDashadjust: "all" | "stroke-dashadjust";
1275
+ strokeDasharray: "all" | "stroke-dasharray";
1276
+ strokeDashcorner: "all" | "stroke-dashcorner";
1277
+ strokeDashCorner: "all" | "stroke-dash-corner";
1278
+ strokeDashJustify: "all" | "stroke-dash-justify";
1279
+ strokeDashoffset: "all" | "stroke-dashoffset";
1280
+ strokeImage: "all" | "stroke-image";
1281
+ strokeLinecap: "all" | "stroke-linecap";
1282
+ strokeLinejoin: "all" | "stroke-linejoin";
1283
+ strokeMiterlimit: "all" | "stroke-miterlimit";
1284
+ strokeOpacity: "all" | "stroke-opacity";
1285
+ strokeOrigin: "all" | "stroke-origin";
1286
+ strokePosition: "all" | "stroke-position";
1287
+ strokeRepeat: "all" | "stroke-repeat";
1288
+ strokeSize: "all" | "stroke-size";
1289
+ strokeWidth: "all" | "stroke-width";
1290
+ "tab-size": "all" | "tabSize";
1291
+ "table-layout": "all" | "tableLayout";
1292
+ tableLayout: "all" | "table-layout";
1293
+ tabSize: "all" | "tab-size";
1294
+ "text-align": "all" | "text-align-all" | "text-align-last" | "textAlign" | "textAlignAll" | "textAlignLast";
1295
+ "text-align-all": "all" | "text-align" | "textAlign" | "textAlignAll";
1296
+ "text-align-last": "all" | "text-align" | "textAlign" | "textAlignLast";
1297
+ "text-anchor": "all" | "textAnchor";
1298
+ "text-autospace": "all" | "text-spacing" | "textAutospace" | "textSpacing";
1299
+ "text-box": "all" | "textBox";
1300
+ "text-box-edge": "all" | "textBoxEdge";
1301
+ "text-box-trim": "all" | "textBoxTrim";
1302
+ "text-combine-upright": "all" | "textCombineUpright";
1303
+ "text-decoration": "all" | "text-decoration-color" | "text-decoration-line" | "text-decoration-style" | "text-decoration-thickness" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationStyle" | "textDecorationThickness";
1304
+ "text-decoration-color": "all" | "text-decoration" | "textDecoration" | "textDecorationColor";
1305
+ "text-decoration-inset": "all" | "textDecorationInset";
1306
+ "text-decoration-line": "all" | "text-decoration" | "textDecoration" | "textDecorationLine";
1307
+ "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";
1308
+ "text-decoration-skip-box": "all" | "text-decoration-skip" | "textDecorationSkip" | "textDecorationSkipBox";
1309
+ "text-decoration-skip-ink": "all" | "text-decoration-skip" | "textDecorationSkip" | "textDecorationSkipInk";
1310
+ "text-decoration-skip-self": "all" | "text-decoration-skip" | "textDecorationSkip" | "textDecorationSkipSelf";
1311
+ "text-decoration-skip-spaces": "all" | "text-decoration-skip" | "textDecorationSkip" | "textDecorationSkipSpaces";
1312
+ "text-decoration-style": "all" | "text-decoration" | "textDecoration" | "textDecorationStyle";
1313
+ "text-decoration-thickness": "all" | "text-decoration" | "textDecoration" | "textDecorationThickness";
1314
+ "text-emphasis": "all" | "text-emphasis-color" | "text-emphasis-style" | "textEmphasis" | "textEmphasisColor" | "textEmphasisStyle";
1315
+ "text-emphasis-color": "all" | "text-emphasis" | "textEmphasis" | "textEmphasisColor";
1316
+ "text-emphasis-position": "all" | "textEmphasisPosition";
1317
+ "text-emphasis-skip": "all" | "textEmphasisSkip";
1318
+ "text-emphasis-style": "all" | "text-emphasis" | "textEmphasis" | "textEmphasisStyle";
1319
+ "text-fit": "all" | "textFit";
1320
+ "text-group-align": "all" | "textGroupAlign";
1321
+ "text-indent": "all" | "textIndent";
1322
+ "text-justify": "all" | "textJustify";
1323
+ "text-orientation": "all" | "textOrientation";
1324
+ "text-overflow": "all" | "textOverflow";
1325
+ "text-rendering": "all" | "textRendering";
1326
+ "text-shadow": "all" | "textShadow";
1327
+ "text-size-adjust": "-webkit-text-size-adjust" | "WebkitTextSizeAdjust" | "all" | "textSizeAdjust";
1328
+ "text-spacing": "all" | "text-autospace" | "text-spacing-trim" | "textAutospace" | "textSpacing" | "textSpacingTrim";
1329
+ "text-spacing-trim": "all" | "text-spacing" | "textSpacing" | "textSpacingTrim";
1330
+ "text-transform": "all" | "textTransform";
1331
+ "text-underline-offset": "all" | "textUnderlineOffset";
1332
+ "text-underline-position": "all" | "textUnderlinePosition";
1333
+ "text-wrap": "all" | "text-wrap-mode" | "text-wrap-style" | "textWrap" | "textWrapMode" | "textWrapStyle" | "white-space" | "whiteSpace";
1334
+ "text-wrap-mode": "all" | "text-wrap" | "textWrap" | "textWrapMode" | "white-space" | "whiteSpace";
1335
+ "text-wrap-style": "all" | "text-wrap" | "textWrap" | "textWrapStyle";
1336
+ textAlign: "all" | "text-align" | "text-align-all" | "text-align-last" | "textAlignAll" | "textAlignLast";
1337
+ textAlignAll: "all" | "text-align" | "text-align-all" | "textAlign";
1338
+ textAlignLast: "all" | "text-align" | "text-align-last" | "textAlign";
1339
+ textAnchor: "all" | "text-anchor";
1340
+ textAutospace: "all" | "text-autospace" | "text-spacing" | "textSpacing";
1341
+ textBox: "all" | "text-box";
1342
+ textBoxEdge: "all" | "text-box-edge";
1343
+ textBoxTrim: "all" | "text-box-trim";
1344
+ textCombineUpright: "all" | "text-combine-upright";
1345
+ textDecoration: "all" | "text-decoration" | "text-decoration-color" | "text-decoration-line" | "text-decoration-style" | "text-decoration-thickness" | "textDecorationColor" | "textDecorationLine" | "textDecorationStyle" | "textDecorationThickness";
1346
+ textDecorationColor: "all" | "text-decoration" | "text-decoration-color" | "textDecoration";
1347
+ textDecorationInset: "all" | "text-decoration-inset";
1348
+ textDecorationLine: "all" | "text-decoration" | "text-decoration-line" | "textDecoration";
1349
+ 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";
1350
+ textDecorationSkipBox: "all" | "text-decoration-skip" | "text-decoration-skip-box" | "textDecorationSkip";
1351
+ textDecorationSkipInk: "all" | "text-decoration-skip" | "text-decoration-skip-ink" | "textDecorationSkip";
1352
+ textDecorationSkipSelf: "all" | "text-decoration-skip" | "text-decoration-skip-self" | "textDecorationSkip";
1353
+ textDecorationSkipSpaces: "all" | "text-decoration-skip" | "text-decoration-skip-spaces" | "textDecorationSkip";
1354
+ textDecorationStyle: "all" | "text-decoration" | "text-decoration-style" | "textDecoration";
1355
+ textDecorationThickness: "all" | "text-decoration" | "text-decoration-thickness" | "textDecoration";
1356
+ textEmphasis: "all" | "text-emphasis" | "text-emphasis-color" | "text-emphasis-style" | "textEmphasisColor" | "textEmphasisStyle";
1357
+ textEmphasisColor: "all" | "text-emphasis" | "text-emphasis-color" | "textEmphasis";
1358
+ textEmphasisPosition: "all" | "text-emphasis-position";
1359
+ textEmphasisSkip: "all" | "text-emphasis-skip";
1360
+ textEmphasisStyle: "all" | "text-emphasis" | "text-emphasis-style" | "textEmphasis";
1361
+ textFit: "all" | "text-fit";
1362
+ textGroupAlign: "all" | "text-group-align";
1363
+ textIndent: "all" | "text-indent";
1364
+ textJustify: "all" | "text-justify";
1365
+ textOrientation: "all" | "text-orientation";
1366
+ textOverflow: "all" | "text-overflow";
1367
+ textRendering: "all" | "text-rendering";
1368
+ textShadow: "all" | "text-shadow";
1369
+ textSizeAdjust: "-webkit-text-size-adjust" | "WebkitTextSizeAdjust" | "all" | "text-size-adjust";
1370
+ textSpacing: "all" | "text-autospace" | "text-spacing" | "text-spacing-trim" | "textAutospace" | "textSpacingTrim";
1371
+ textSpacingTrim: "all" | "text-spacing" | "text-spacing-trim" | "textSpacing";
1372
+ textTransform: "all" | "text-transform";
1373
+ textUnderlineOffset: "all" | "text-underline-offset";
1374
+ textUnderlinePosition: "all" | "text-underline-position";
1375
+ textWrap: "all" | "text-wrap" | "text-wrap-mode" | "text-wrap-style" | "textWrapMode" | "textWrapStyle" | "white-space" | "whiteSpace";
1376
+ textWrapMode: "all" | "text-wrap" | "text-wrap-mode" | "textWrap" | "white-space" | "whiteSpace";
1377
+ textWrapStyle: "all" | "text-wrap" | "text-wrap-style" | "textWrap";
1378
+ "timeline-scope": "all" | "timelineScope";
1379
+ "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";
1380
+ "timeline-trigger-activation-range": "all" | "timeline-trigger" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart";
1381
+ "timeline-trigger-activation-range-end": "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd";
1382
+ "timeline-trigger-activation-range-start": "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeStart";
1383
+ "timeline-trigger-active-range": "all" | "timeline-trigger" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timelineTrigger" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart";
1384
+ "timeline-trigger-active-range-end": "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timelineTrigger" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd";
1385
+ "timeline-trigger-active-range-start": "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timelineTrigger" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeStart";
1386
+ "timeline-trigger-name": "all" | "timeline-trigger" | "timelineTrigger" | "timelineTriggerName";
1387
+ "timeline-trigger-source": "all" | "timeline-trigger" | "timelineTrigger" | "timelineTriggerSource";
1388
+ timelineScope: "all" | "timeline-scope";
1389
+ 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";
1390
+ timelineTriggerActivationRange: "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timelineTrigger" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart";
1391
+ timelineTriggerActivationRangeEnd: "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timelineTrigger" | "timelineTriggerActivationRange";
1392
+ timelineTriggerActivationRangeStart: "all" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-start" | "timelineTrigger" | "timelineTriggerActivationRange";
1393
+ timelineTriggerActiveRange: "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timelineTrigger" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart";
1394
+ timelineTriggerActiveRangeEnd: "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timelineTrigger" | "timelineTriggerActiveRange";
1395
+ timelineTriggerActiveRangeStart: "all" | "timeline-trigger" | "timeline-trigger-active-range" | "timeline-trigger-active-range-start" | "timelineTrigger" | "timelineTriggerActiveRange";
1396
+ timelineTriggerName: "all" | "timeline-trigger" | "timeline-trigger-name" | "timelineTrigger";
1397
+ timelineTriggerSource: "all" | "timeline-trigger" | "timeline-trigger-source" | "timelineTrigger";
1398
+ 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";
1399
+ "touch-action": "all" | "touchAction";
1400
+ touchAction: "all" | "touch-action";
1401
+ transform: "-webkit-transform" | "WebkitTransform" | "all";
1402
+ "transform-box": "all" | "transformBox";
1403
+ "transform-origin": "-webkit-transform-origin" | "WebkitTransformOrigin" | "all" | "transformOrigin";
1404
+ "transform-style": "-webkit-transform-style" | "WebkitTransformStyle" | "all" | "transformStyle";
1405
+ transformBox: "all" | "transform-box";
1406
+ transformOrigin: "-webkit-transform-origin" | "WebkitTransformOrigin" | "all" | "transform-origin";
1407
+ transformStyle: "-webkit-transform-style" | "WebkitTransformStyle" | "all" | "transform-style";
1408
+ 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";
1409
+ "transition-behavior": "-webkit-transition" | "WebkitTransition" | "all" | "transition" | "transitionBehavior";
1410
+ "transition-delay": "-webkit-transition" | "-webkit-transition-delay" | "WebkitTransition" | "WebkitTransitionDelay" | "all" | "transition" | "transitionDelay";
1411
+ "transition-duration": "-webkit-transition" | "-webkit-transition-duration" | "WebkitTransition" | "WebkitTransitionDuration" | "all" | "transition" | "transitionDuration";
1412
+ "transition-property": "-webkit-transition" | "-webkit-transition-property" | "WebkitTransition" | "WebkitTransitionProperty" | "all" | "transition" | "transitionProperty";
1413
+ "transition-timing-function": "-webkit-transition" | "-webkit-transition-timing-function" | "WebkitTransition" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transitionTimingFunction";
1414
+ transitionBehavior: "-webkit-transition" | "WebkitTransition" | "all" | "transition" | "transition-behavior";
1415
+ transitionDelay: "-webkit-transition" | "-webkit-transition-delay" | "WebkitTransition" | "WebkitTransitionDelay" | "all" | "transition" | "transition-delay";
1416
+ transitionDuration: "-webkit-transition" | "-webkit-transition-duration" | "WebkitTransition" | "WebkitTransitionDuration" | "all" | "transition" | "transition-duration";
1417
+ transitionProperty: "-webkit-transition" | "-webkit-transition-property" | "WebkitTransition" | "WebkitTransitionProperty" | "all" | "transition" | "transition-property";
1418
+ transitionTimingFunction: "-webkit-transition" | "-webkit-transition-timing-function" | "WebkitTransition" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transition-timing-function";
1419
+ translate: "all";
1420
+ "trigger-scope": "all" | "triggerScope";
1421
+ triggerScope: "all" | "trigger-scope";
1422
+ "unicode-bidi": "unicodeBidi";
1423
+ unicodeBidi: "unicode-bidi";
1424
+ "user-select": "all" | "userSelect";
1425
+ userSelect: "all" | "user-select";
1426
+ "vector-effect": "all" | "vectorEffect";
1427
+ vectorEffect: "all" | "vector-effect";
1428
+ "vertical-align": "alignment-baseline" | "alignmentBaseline" | "all" | "baseline-shift" | "baseline-source" | "baselineShift" | "baselineSource" | "verticalAlign";
1429
+ verticalAlign: "alignment-baseline" | "alignmentBaseline" | "all" | "baseline-shift" | "baseline-source" | "baselineShift" | "baselineSource" | "vertical-align";
1430
+ "view-timeline": "all" | "view-timeline-axis" | "view-timeline-name" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineName";
1431
+ "view-timeline-axis": "all" | "view-timeline" | "viewTimeline" | "viewTimelineAxis";
1432
+ "view-timeline-inset": "all" | "viewTimelineInset";
1433
+ "view-timeline-name": "all" | "view-timeline" | "viewTimeline" | "viewTimelineName";
1434
+ "view-transition-class": "all" | "viewTransitionClass";
1435
+ "view-transition-group": "all" | "viewTransitionGroup";
1436
+ "view-transition-name": "all" | "viewTransitionName";
1437
+ "view-transition-scope": "all" | "viewTransitionScope";
1438
+ viewTimeline: "all" | "view-timeline" | "view-timeline-axis" | "view-timeline-name" | "viewTimelineAxis" | "viewTimelineName";
1439
+ viewTimelineAxis: "all" | "view-timeline" | "view-timeline-axis" | "viewTimeline";
1440
+ viewTimelineInset: "all" | "view-timeline-inset";
1441
+ viewTimelineName: "all" | "view-timeline" | "view-timeline-name" | "viewTimeline";
1442
+ viewTransitionClass: "all" | "view-transition-class";
1443
+ viewTransitionGroup: "all" | "view-transition-group";
1444
+ viewTransitionName: "all" | "view-transition-name";
1445
+ viewTransitionScope: "all" | "view-transition-scope";
1446
+ visibility: "all";
1447
+ "voice-balance": "all" | "voiceBalance";
1448
+ "voice-duration": "all" | "voiceDuration";
1449
+ "voice-family": "all" | "voiceFamily";
1450
+ "voice-pitch": "all" | "voicePitch";
1451
+ "voice-range": "all" | "voiceRange";
1452
+ "voice-rate": "all" | "voiceRate";
1453
+ "voice-stress": "all" | "voiceStress";
1454
+ "voice-volume": "all" | "voiceVolume";
1455
+ voiceBalance: "all" | "voice-balance";
1456
+ voiceDuration: "all" | "voice-duration";
1457
+ voiceFamily: "all" | "voice-family";
1458
+ voicePitch: "all" | "voice-pitch";
1459
+ voiceRange: "all" | "voice-range";
1460
+ voiceRate: "all" | "voice-rate";
1461
+ voiceStress: "all" | "voice-stress";
1462
+ voiceVolume: "all" | "voice-volume";
1463
+ WebkitAlignContent: "-webkit-align-content" | "align-content" | "alignContent" | "all" | "place-content" | "placeContent";
1464
+ WebkitAlignItems: "-webkit-align-items" | "align-items" | "alignItems" | "all" | "place-items" | "placeItems";
1465
+ WebkitAlignSelf: "-webkit-align-self" | "align-self" | "alignSelf" | "all" | "place-self" | "placeSelf";
1466
+ 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";
1467
+ WebkitAnimationDelay: "-webkit-animation" | "-webkit-animation-delay" | "WebkitAnimation" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animationDelay" | "animationDelayEnd" | "animationDelayStart";
1468
+ WebkitAnimationDirection: "-webkit-animation" | "-webkit-animation-direction" | "WebkitAnimation" | "all" | "animation" | "animation-direction" | "animationDirection";
1469
+ WebkitAnimationDuration: "-webkit-animation" | "-webkit-animation-duration" | "WebkitAnimation" | "all" | "animation" | "animation-duration" | "animationDuration";
1470
+ WebkitAnimationFillMode: "-webkit-animation" | "-webkit-animation-fill-mode" | "WebkitAnimation" | "all" | "animation" | "animation-fill-mode" | "animationFillMode";
1471
+ WebkitAnimationIterationCount: "-webkit-animation" | "-webkit-animation-iteration-count" | "WebkitAnimation" | "all" | "animation" | "animation-iteration-count" | "animationIterationCount";
1472
+ WebkitAnimationName: "-webkit-animation" | "-webkit-animation-name" | "WebkitAnimation" | "all" | "animation" | "animation-name" | "animationName";
1473
+ WebkitAnimationPlayState: "-webkit-animation" | "-webkit-animation-play-state" | "WebkitAnimation" | "all" | "animation" | "animation-play-state" | "animationPlayState";
1474
+ WebkitAnimationTimingFunction: "-webkit-animation" | "-webkit-animation-timing-function" | "WebkitAnimation" | "all" | "animation" | "animation-timing-function" | "animationTimingFunction";
1475
+ WebkitAppearance: "-webkit-appearance" | "all" | "appearance";
1476
+ WebkitBackfaceVisibility: "-webkit-backface-visibility" | "all" | "backface-visibility" | "backfaceVisibility";
1477
+ WebkitBackgroundClip: "-webkit-background-clip" | "all" | "background" | "background-clip" | "backgroundClip";
1478
+ WebkitBackgroundOrigin: "-webkit-background-origin" | "all" | "background" | "background-origin" | "backgroundOrigin";
1479
+ WebkitBackgroundSize: "-webkit-background-size" | "all" | "background" | "background-size" | "backgroundSize";
1480
+ 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";
1481
+ 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";
1482
+ 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";
1483
+ 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";
1484
+ 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";
1485
+ WebkitBoxAlign: "-webkit-box-align" | "all";
1486
+ WebkitBoxFlex: "-webkit-box-flex" | "all";
1487
+ WebkitBoxOrdinalGroup: "-webkit-box-ordinal-group" | "all";
1488
+ WebkitBoxOrient: "-webkit-box-orient" | "all";
1489
+ WebkitBoxPack: "-webkit-box-pack" | "all";
1490
+ 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";
1491
+ WebkitBoxSizing: "-webkit-box-sizing" | "all" | "box-sizing" | "boxSizing";
1492
+ WebkitFilter: "-webkit-filter" | "all" | "filter";
1493
+ 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";
1494
+ WebkitFlexBasis: "-webkit-flex" | "-webkit-flex-basis" | "WebkitFlex" | "all" | "flex" | "flex-basis" | "flexBasis";
1495
+ WebkitFlexDirection: "-webkit-flex-direction" | "-webkit-flex-flow" | "WebkitFlexFlow" | "all" | "flex-direction" | "flex-flow" | "flexDirection" | "flexFlow";
1496
+ WebkitFlexFlow: "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexDirection" | "WebkitFlexWrap" | "all" | "flex-direction" | "flex-flow" | "flex-wrap" | "flexDirection" | "flexFlow" | "flexWrap";
1497
+ WebkitFlexGrow: "-webkit-flex" | "-webkit-flex-grow" | "WebkitFlex" | "all" | "flex" | "flex-grow" | "flexGrow";
1498
+ WebkitFlexShrink: "-webkit-flex" | "-webkit-flex-shrink" | "WebkitFlex" | "all" | "flex" | "flex-shrink" | "flexShrink";
1499
+ WebkitFlexWrap: "-webkit-flex-flow" | "-webkit-flex-wrap" | "WebkitFlexFlow" | "all" | "flex-flow" | "flex-wrap" | "flexFlow" | "flexWrap";
1500
+ WebkitJustifyContent: "-webkit-justify-content" | "all" | "justify-content" | "justifyContent" | "place-content" | "placeContent";
1501
+ WebkitLineClamp: "-webkit-line-clamp" | "all" | "block-ellipsis" | "blockEllipsis" | "continue" | "line-clamp" | "lineClamp" | "max-lines" | "maxLines";
1502
+ 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";
1503
+ 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";
1504
+ WebkitMaskBoxImageOutset: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-outset" | "maskBorder" | "maskBorderOutset";
1505
+ WebkitMaskBoxImageRepeat: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-repeat" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-repeat" | "maskBorder" | "maskBorderRepeat";
1506
+ WebkitMaskBoxImageSlice: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-slice" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-slice" | "maskBorder" | "maskBorderSlice";
1507
+ WebkitMaskBoxImageSource: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-source" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-source" | "maskBorder" | "maskBorderSource";
1508
+ WebkitMaskBoxImageWidth: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-width" | "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "mask-border" | "mask-border-width" | "maskBorder" | "maskBorderWidth";
1509
+ WebkitMaskClip: "-webkit-mask" | "-webkit-mask-clip" | "WebkitMask" | "all" | "mask" | "mask-clip" | "maskClip";
1510
+ WebkitMaskComposite: "-webkit-mask" | "-webkit-mask-composite" | "WebkitMask" | "all" | "mask" | "mask-composite" | "maskComposite";
1511
+ WebkitMaskImage: "-webkit-mask" | "-webkit-mask-image" | "WebkitMask" | "all" | "mask" | "mask-image" | "maskImage";
1512
+ WebkitMaskOrigin: "-webkit-mask" | "-webkit-mask-origin" | "WebkitMask" | "all" | "mask" | "mask-origin" | "maskOrigin";
1513
+ WebkitMaskPosition: "-webkit-mask" | "-webkit-mask-position" | "WebkitMask" | "all" | "mask" | "mask-position" | "maskPosition";
1514
+ WebkitMaskRepeat: "-webkit-mask" | "-webkit-mask-repeat" | "WebkitMask" | "all" | "mask" | "mask-repeat" | "maskRepeat";
1515
+ WebkitMaskSize: "-webkit-mask" | "-webkit-mask-size" | "WebkitMask" | "all" | "mask" | "mask-size" | "maskSize";
1516
+ WebkitOrder: "-webkit-order" | "all" | "order";
1517
+ WebkitPerspective: "-webkit-perspective" | "all" | "perspective";
1518
+ WebkitPerspectiveOrigin: "-webkit-perspective-origin" | "all" | "perspective-origin" | "perspectiveOrigin";
1519
+ WebkitTextFillColor: "-webkit-text-fill-color" | "all";
1520
+ WebkitTextSizeAdjust: "-webkit-text-size-adjust" | "all" | "text-size-adjust" | "textSizeAdjust";
1521
+ WebkitTextStroke: "-webkit-text-stroke" | "-webkit-text-stroke-color" | "-webkit-text-stroke-width" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "all";
1522
+ WebkitTextStrokeColor: "-webkit-text-stroke" | "-webkit-text-stroke-color" | "WebkitTextStroke" | "all";
1523
+ WebkitTextStrokeWidth: "-webkit-text-stroke" | "-webkit-text-stroke-width" | "WebkitTextStroke" | "all";
1524
+ WebkitTransform: "-webkit-transform" | "all" | "transform";
1525
+ WebkitTransformOrigin: "-webkit-transform-origin" | "all" | "transform-origin" | "transformOrigin";
1526
+ WebkitTransformStyle: "-webkit-transform-style" | "all" | "transform-style" | "transformStyle";
1527
+ 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";
1528
+ WebkitTransitionDelay: "-webkit-transition" | "-webkit-transition-delay" | "WebkitTransition" | "all" | "transition" | "transition-delay" | "transitionDelay";
1529
+ WebkitTransitionDuration: "-webkit-transition" | "-webkit-transition-duration" | "WebkitTransition" | "all" | "transition" | "transition-duration" | "transitionDuration";
1530
+ WebkitTransitionProperty: "-webkit-transition" | "-webkit-transition-property" | "WebkitTransition" | "all" | "transition" | "transition-property" | "transitionProperty";
1531
+ WebkitTransitionTimingFunction: "-webkit-transition" | "-webkit-transition-timing-function" | "WebkitTransition" | "all" | "transition" | "transition-timing-function" | "transitionTimingFunction";
1532
+ WebkitUserSelect: "-webkit-user-select" | "all";
1533
+ "white-space": "all" | "text-wrap" | "text-wrap-mode" | "textWrap" | "textWrapMode" | "white-space-collapse" | "whiteSpace" | "whiteSpaceCollapse";
1534
+ "white-space-collapse": "all" | "white-space" | "whiteSpace" | "whiteSpaceCollapse";
1535
+ "white-space-trim": "all" | "whiteSpaceTrim";
1536
+ whiteSpace: "all" | "text-wrap" | "text-wrap-mode" | "textWrap" | "textWrapMode" | "white-space" | "white-space-collapse" | "whiteSpaceCollapse";
1537
+ whiteSpaceCollapse: "all" | "white-space" | "white-space-collapse" | "whiteSpace";
1538
+ whiteSpaceTrim: "all" | "white-space-trim";
1539
+ widows: "all";
1540
+ width: "all" | "block-size" | "blockSize" | "inline-size" | "inlineSize";
1541
+ "will-change": "all" | "willChange";
1542
+ willChange: "all" | "will-change";
1543
+ "window-drag": "all" | "windowDrag";
1544
+ windowDrag: "all" | "window-drag";
1545
+ "word-break": "all" | "wordBreak";
1546
+ "word-space-transform": "all" | "wordSpaceTransform";
1547
+ "word-spacing": "all" | "wordSpacing";
1548
+ "word-wrap": "all" | "overflow-wrap" | "overflowWrap" | "wordWrap";
1549
+ wordBreak: "all" | "word-break";
1550
+ wordSpaceTransform: "all" | "word-space-transform";
1551
+ wordSpacing: "all" | "word-spacing";
1552
+ wordWrap: "all" | "overflow-wrap" | "overflowWrap" | "word-wrap";
1553
+ "wrap-after": "all" | "wrapAfter";
1554
+ "wrap-before": "all" | "wrapBefore";
1555
+ "wrap-flow": "all" | "wrapFlow";
1556
+ "wrap-inside": "all" | "wrapInside";
1557
+ "wrap-through": "all" | "wrapThrough";
1558
+ wrapAfter: "all" | "wrap-after";
1559
+ wrapBefore: "all" | "wrap-before";
1560
+ wrapFlow: "all" | "wrap-flow";
1561
+ wrapInside: "all" | "wrap-inside";
1562
+ wrapThrough: "all" | "wrap-through";
1563
+ "writing-mode": "all" | "writingMode";
1564
+ writingMode: "all" | "writing-mode";
1565
+ x: "all";
1566
+ y: "all";
1567
+ "z-index": "all" | "zIndex";
1568
+ zIndex: "all" | "z-index";
1569
+ zoom: "all";
1570
+ };