@css-hooks/preact 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.
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  <div align="center">
2
- <a id="logomark" href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.2.0-next.9/.github/logomark.svg" height="128" /></a><br/><br/>
2
+ <a id="logomark" href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v4.0.0-next.10/.github/logomark.svg" height="128" /></a><br/><br/>
3
3
  <div id="wordmark">
4
- <a href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.2.0-next.9/.github/wordmark-dark.svg" width="256"></a>
4
+ <a href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v4.0.0-next.10/.github/wordmark-dark.svg" width="256"></a>
5
5
  </div>
6
6
  </div>
7
7
 
8
8
  <br/>
9
9
 
10
10
  <div align="center" id="badges">
11
- <a href="https://github.com/css-hooks/css-hooks/tree/v3.2.0-next.9"><img src="https://img.shields.io/badge/tag-v3.2.0--next.9-ffd700" alt="tag v3.2.0-next.9"></a>
12
- <a href="https://www.npmjs.com/package/@css-hooks/preact/v/3.2.0-next.9"><img src="https://img.shields.io/badge/npm-v3.2.0--next.9-ffd700" alt="npm version"></a>
13
- <a href="https://github.com/css-hooks/css-hooks/blob/v3.2.0-next.9/LICENSE"><img src="https://img.shields.io/badge/license-MIT-ffd700" alt="license"></a>
11
+ <a href="https://github.com/css-hooks/css-hooks/tree/v4.0.0-next.10"><img src="https://img.shields.io/badge/tag-v4.0.0--next.10-ffd700" alt="tag v4.0.0-next.10"></a>
12
+ <a href="https://www.npmjs.com/package/@css-hooks/preact/v/4.0.0-next.10"><img src="https://img.shields.io/badge/npm-v4.0.0--next.10-ffd700" alt="npm version"></a>
13
+ <a href="https://github.com/css-hooks/css-hooks/blob/v4.0.0-next.10/LICENSE"><img src="https://img.shields.io/badge/license-MIT-ffd700" alt="license"></a>
14
14
  </div>
15
15
 
16
16
  ---
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /*
3
+ * Generated from @webref/css by @scripts/css-property-conflicts.
4
+ * Do not edit this file directly.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
package/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * CSS Hooks for {@link https://preactjs.com | Preact}
3
+ * CSS Hooks for {@link https://preactjs.com | Preact}
4
4
  *
5
5
  * @packageDocumentation
6
6
  */
@@ -11,7 +11,7 @@ const core_1 = require("@css-hooks/core");
11
11
  const IS_NON_DIMENSIONAL = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;
12
12
  /**
13
13
  * A {@link @css-hooks/core#CreateHooksFn} configured to use Preact's
14
- * `JSX.CSSProperties` type and logic for converting CSS values into strings.
14
+ * `CSSProperties` type and logic for converting CSS values into strings
15
15
  *
16
16
  * @public
17
17
  */
@@ -0,0 +1,5 @@
1
+ /*
2
+ * Generated from @webref/css by @scripts/css-property-conflicts.
3
+ * Do not edit this file directly.
4
+ */
5
+ export {};
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * CSS Hooks for {@link https://preactjs.com | Preact}
2
+ * CSS Hooks for {@link https://preactjs.com | Preact}
3
3
  *
4
4
  * @packageDocumentation
5
5
  */
@@ -7,7 +7,7 @@ import { buildHooksSystem } from "@css-hooks/core";
7
7
  const IS_NON_DIMENSIONAL = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;
8
8
  /**
9
9
  * A {@link @css-hooks/core#CreateHooksFn} configured to use Preact's
10
- * `JSX.CSSProperties` type and logic for converting CSS values into strings.
10
+ * `CSSProperties` type and logic for converting CSS values into strings
11
11
  *
12
12
  * @public
13
13
  */
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@css-hooks/preact",
3
3
  "description": "CSS Hooks for Preact",
4
- "version": "3.2.0-next.9",
4
+ "version": "4.0.0-next.10",
5
5
  "author": "Nick Saunders",
6
6
  "dependencies": {
7
- "@css-hooks/core": "3.2.0-next.9"
7
+ "@css-hooks/core": "4.0.0-next.10"
8
8
  },
9
9
  "devDependencies": {
10
- "preact": ">=10.0.0 <11.0.0"
10
+ "preact": ">=10.0.0 <11.0.0",
11
+ "remeda": "^2.45.0"
11
12
  },
12
13
  "files": [
13
14
  "cjs",
@@ -36,6 +37,7 @@
36
37
  },
37
38
  "scripts": {
38
39
  "build": "wireit",
40
+ "codegen": "npm run --silent start -w @scripts/css-property-conflicts -- --casing camel > src/css-property-conflicts.ts",
39
41
  "prepublishOnly": "wireit",
40
42
  "test": "node --conditions @css-hooks/source --test src/index.test.ts"
41
43
  },
@@ -0,0 +1,825 @@
1
+ /**
2
+ * A map of conflicting CSS property names
3
+ *
4
+ * @public
5
+ */
6
+ export type CSSPropertyConflicts = {
7
+ accentColor: "all";
8
+ alignContent: "WebkitAlignContent" | "all" | "placeContent";
9
+ alignItems: "WebkitAlignItems" | "all" | "placeItems";
10
+ alignmentBaseline: "all" | "verticalAlign";
11
+ alignSelf: "WebkitAlignSelf" | "all" | "placeSelf";
12
+ all: "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignmentBaseline" | "anchorName" | "anchorScope" | "animation" | "animationComposition" | "animationDelay" | "animationDelayEnd" | "animationDelayStart" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeCenter" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "animationTrigger" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundRepeatBlock" | "backgroundRepeatInline" | "backgroundRepeatX" | "backgroundRepeatY" | "backgroundSize" | "backgroundTbd" | "baselineShift" | "baselineSource" | "blockEllipsis" | "blockSize" | "blockStep" | "blockStepAlign" | "blockStepInsert" | "blockStepRound" | "blockStepSize" | "bookmarkLabel" | "bookmarkLevel" | "bookmarkState" | "border" | "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" | "boxDecorationBreak" | "boxShadow" | "boxShadowBlur" | "boxShadowColor" | "boxShadowOffset" | "boxShadowPosition" | "boxShadowSpread" | "boxSizing" | "boxSnap" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretAnimation" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "clipRule" | "color" | "colorAdjust" | "colorInterpolation" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnHeight" | "columnRule" | "columnRuleBreak" | "columnRuleColor" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "columnRuleStyle" | "columnRuleVisibilityItems" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columnWrap" | "columns" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "container" | "containerName" | "containerType" | "content" | "contentVisibility" | "continue" | "copyInto" | "corner" | "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" | "counterIncrement" | "counterReset" | "counterSet" | "cue" | "cueAfter" | "cueBefore" | "cursor" | "cx" | "cy" | "d" | "display" | "dominantBaseline" | "dynamicRangeLimit" | "emptyCells" | "eventTrigger" | "eventTriggerName" | "eventTriggerSource" | "fieldSizing" | "fill" | "fillBreak" | "fillColor" | "fillImage" | "fillOpacity" | "fillOrigin" | "fillPosition" | "fillRepeat" | "fillRule" | "fillSize" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexLineCount" | "flexShrink" | "flexWrap" | "float" | "floatDefer" | "floatOffset" | "floatReference" | "floodColor" | "floodOpacity" | "flowFrom" | "flowInto" | "flowTolerance" | "font" | "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" | "footnoteDisplay" | "footnotePolicy" | "forcedColorAdjust" | "frameSizing" | "gap" | "glyphOrientationVertical" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphenateLimitLast" | "hyphenateLimitLines" | "hyphenateLimitZone" | "hyphens" | "imageAnimation" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "initialLetterAlign" | "initialLetterWrap" | "inlineSize" | "inlineSizing" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interactivity" | "interestDelay" | "interestDelayEnd" | "interestDelayStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineClamp" | "lineFitEdge" | "lineGrid" | "lineHeight" | "lineHeightStep" | "linePadding" | "lineSnap" | "linkParameters" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginBreak" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerSide" | "markerStart" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minIntrinsicSizing" | "minWidth" | "mixBlendMode" | "navDown" | "navLeft" | "navRight" | "navUp" | "objectFit" | "objectPosition" | "objectViewBox" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "page" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "pathLength" | "pause" | "pauseAfter" | "pauseBefore" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "pointerTimeline" | "pointerTimelineAxis" | "pointerTimelineName" | "position" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "readingFlow" | "readingOrder" | "regionFragment" | "resize" | "rest" | "restAfter" | "restBefore" | "right" | "rotate" | "rowGap" | "rowRule" | "rowRuleBreak" | "rowRuleColor" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "rowRuleStyle" | "rowRuleVisibilityItems" | "rowRuleWidth" | "rubyAlign" | "rubyMerge" | "rubyOverhang" | "rubyPosition" | "rule" | "ruleBreak" | "ruleColor" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart" | "ruleOverlap" | "ruleStyle" | "ruleVisibilityItems" | "ruleWidth" | "rx" | "ry" | "scale" | "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" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeInside" | "shapeMargin" | "shapeOutside" | "shapePadding" | "shapeRendering" | "sliderOrientation" | "spatialNavigationAction" | "spatialNavigationContain" | "spatialNavigationFunction" | "speak" | "speakAs" | "stopColor" | "stopOpacity" | "stringSet" | "stroke" | "strokeAlign" | "strokeAlignment" | "strokeBreak" | "strokeColor" | "strokeDashCorner" | "strokeDashJustify" | "strokeDashadjust" | "strokeDasharray" | "strokeDashcorner" | "strokeDashoffset" | "strokeImage" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeOrigin" | "strokePosition" | "strokeRepeat" | "strokeSize" | "strokeWidth" | "tabSize" | "tableLayout" | "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" | "timelineScope" | "timelineTrigger" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart" | "timelineTriggerName" | "timelineTriggerSource" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "triggerScope" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionClass" | "viewTransitionGroup" | "viewTransitionName" | "viewTransitionScope" | "visibility" | "voiceBalance" | "voiceDuration" | "voiceFamily" | "voicePitch" | "voiceRange" | "voiceRate" | "voiceStress" | "voiceVolume" | "whiteSpace" | "whiteSpaceCollapse" | "whiteSpaceTrim" | "widows" | "width" | "willChange" | "windowDrag" | "wordBreak" | "wordSpaceTransform" | "wordSpacing" | "wordWrap" | "wrapAfter" | "wrapBefore" | "wrapFlow" | "wrapInside" | "wrapThrough" | "writingMode" | "x" | "y" | "zIndex" | "zoom";
13
+ anchorName: "all";
14
+ anchorScope: "all";
15
+ animation: "WebkitAnimation" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "all" | "animationDelay" | "animationDelayEnd" | "animationDelayStart" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "animationTrigger";
16
+ animationComposition: "all";
17
+ animationDelay: "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animationDelayEnd" | "animationDelayStart";
18
+ animationDelayEnd: "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animationDelay";
19
+ animationDelayStart: "WebkitAnimation" | "WebkitAnimationDelay" | "all" | "animation" | "animationDelay";
20
+ animationDirection: "WebkitAnimation" | "WebkitAnimationDirection" | "all" | "animation";
21
+ animationDuration: "WebkitAnimation" | "WebkitAnimationDuration" | "all" | "animation";
22
+ animationFillMode: "WebkitAnimation" | "WebkitAnimationFillMode" | "all" | "animation";
23
+ animationIterationCount: "WebkitAnimation" | "WebkitAnimationIterationCount" | "all" | "animation";
24
+ animationName: "WebkitAnimation" | "WebkitAnimationName" | "all" | "animation";
25
+ animationPlayState: "WebkitAnimation" | "WebkitAnimationPlayState" | "all" | "animation";
26
+ animationRange: "WebkitAnimation" | "all" | "animation" | "animationRangeEnd" | "animationRangeStart";
27
+ animationRangeCenter: "all";
28
+ animationRangeEnd: "WebkitAnimation" | "all" | "animation" | "animationRange";
29
+ animationRangeStart: "WebkitAnimation" | "all" | "animation" | "animationRange";
30
+ animationTimeline: "WebkitAnimation" | "all" | "animation";
31
+ animationTimingFunction: "WebkitAnimation" | "WebkitAnimationTimingFunction" | "all" | "animation";
32
+ animationTrigger: "WebkitAnimation" | "all" | "animation";
33
+ appearance: "WebkitAppearance" | "all";
34
+ aspectRatio: "all";
35
+ backdropFilter: "all";
36
+ backfaceVisibility: "WebkitBackfaceVisibility" | "all";
37
+ background: "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "all" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize";
38
+ backgroundAttachment: "all" | "background";
39
+ backgroundBlendMode: "all" | "background";
40
+ backgroundClip: "WebkitBackgroundClip" | "all" | "background";
41
+ backgroundColor: "all" | "background";
42
+ backgroundImage: "all" | "background";
43
+ backgroundOrigin: "WebkitBackgroundOrigin" | "all" | "background";
44
+ backgroundPosition: "all" | "background" | "backgroundPositionBlock" | "backgroundPositionInline" | "backgroundPositionX" | "backgroundPositionY";
45
+ backgroundPositionBlock: "all" | "background" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY";
46
+ backgroundPositionInline: "all" | "background" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY";
47
+ backgroundPositionX: "all" | "background" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline";
48
+ backgroundPositionY: "all" | "background" | "backgroundPosition" | "backgroundPositionBlock" | "backgroundPositionInline";
49
+ backgroundRepeat: "all" | "background";
50
+ backgroundRepeatBlock: "all" | "backgroundRepeatX" | "backgroundRepeatY";
51
+ backgroundRepeatInline: "all" | "backgroundRepeatX" | "backgroundRepeatY";
52
+ backgroundRepeatX: "all" | "backgroundRepeatBlock" | "backgroundRepeatInline";
53
+ backgroundRepeatY: "all" | "backgroundRepeatBlock" | "backgroundRepeatInline";
54
+ backgroundSize: "WebkitBackgroundSize" | "all" | "background";
55
+ backgroundTbd: "all";
56
+ baselineShift: "all" | "verticalAlign";
57
+ baselineSource: "all" | "verticalAlign";
58
+ blockEllipsis: "WebkitLineClamp" | "all" | "lineClamp";
59
+ blockSize: "all" | "height" | "width";
60
+ blockStep: "all" | "blockStepAlign" | "blockStepInsert" | "blockStepRound" | "blockStepSize";
61
+ blockStepAlign: "all" | "blockStep";
62
+ blockStepInsert: "all" | "blockStep";
63
+ blockStepRound: "all" | "blockStep";
64
+ blockStepSize: "all" | "blockStep";
65
+ bookmarkLabel: "all";
66
+ bookmarkLevel: "all";
67
+ bookmarkState: "all";
68
+ border: "all" | "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";
69
+ borderBlock: "all" | "border" | "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";
70
+ borderBlockClip: "all" | "borderBlockEndClip" | "borderBlockStartClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
71
+ borderBlockColor: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
72
+ borderBlockEnd: "all" | "border" | "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";
73
+ borderBlockEndClip: "all" | "borderBlockClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
74
+ borderBlockEndColor: "all" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
75
+ borderBlockEndRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
76
+ borderBlockEndStyle: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
77
+ borderBlockEndWidth: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
78
+ borderBlockStart: "all" | "border" | "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";
79
+ borderBlockStartClip: "all" | "borderBlockClip" | "borderBottomClip" | "borderClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
80
+ borderBlockStartColor: "all" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStart" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
81
+ borderBlockStartRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
82
+ borderBlockStartStyle: "all" | "border" | "borderBlock" | "borderBlockStart" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
83
+ borderBlockStartWidth: "all" | "border" | "borderBlock" | "borderBlockStart" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
84
+ borderBlockStyle: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBottom" | "borderBottomStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
85
+ borderBlockWidth: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBottom" | "borderBottomWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
86
+ borderBottom: "all" | "border" | "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";
87
+ borderBottomClip: "all" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
88
+ borderBottomColor: "all" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor";
89
+ borderBottomLeftRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart";
90
+ borderBottomRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
91
+ borderBottomRightRadius: "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
92
+ borderBottomStyle: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderBottom" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderStyle";
93
+ borderBottomWidth: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderBottom" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderWidth";
94
+ borderBoundary: "all";
95
+ borderClip: "all" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderBottomClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
96
+ borderCollapse: "all";
97
+ borderColor: "all" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderBottom" | "borderBottomColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
98
+ borderEndEndRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
99
+ borderEndStartRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndStart" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
100
+ borderImage: "all" | "border" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth";
101
+ borderImageOutset: "all" | "border" | "borderImage";
102
+ borderImageRepeat: "all" | "border" | "borderImage";
103
+ borderImageSlice: "all" | "border" | "borderImage";
104
+ borderImageSource: "all" | "border" | "borderImage";
105
+ borderImageWidth: "all" | "border" | "borderImage";
106
+ borderInline: "all" | "border" | "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";
107
+ borderInlineClip: "all" | "borderBottomClip" | "borderClip" | "borderInlineEndClip" | "borderInlineStartClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
108
+ borderInlineColor: "all" | "border" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
109
+ borderInlineEnd: "all" | "border" | "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";
110
+ borderInlineEndClip: "all" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
111
+ borderInlineEndColor: "all" | "border" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
112
+ borderInlineEndRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
113
+ borderInlineEndStyle: "all" | "border" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
114
+ borderInlineEndWidth: "all" | "border" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
115
+ borderInlineStart: "all" | "border" | "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";
116
+ borderInlineStartClip: "all" | "borderBottomClip" | "borderClip" | "borderInlineClip" | "borderLeftClip" | "borderRightClip" | "borderTopClip";
117
+ borderInlineStartColor: "all" | "border" | "borderBottom" | "borderBottomColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineStart" | "borderLeft" | "borderLeftColor" | "borderRight" | "borderRightColor" | "borderTop" | "borderTopColor";
118
+ borderInlineStartRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndStart" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
119
+ borderInlineStartStyle: "all" | "border" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineStart" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
120
+ borderInlineStartWidth: "all" | "border" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineStart" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
121
+ borderInlineStyle: "all" | "border" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderStyle" | "borderTop" | "borderTopStyle";
122
+ borderInlineWidth: "all" | "border" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth" | "borderWidth";
123
+ borderLeft: "all" | "border" | "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";
124
+ borderLeftClip: "all" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
125
+ borderLeftColor: "all" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderLeft";
126
+ borderLeftRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
127
+ borderLeftStyle: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderLeft" | "borderStyle";
128
+ borderLeftWidth: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderLeft" | "borderWidth";
129
+ borderLimit: "all";
130
+ borderRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
131
+ borderRight: "all" | "border" | "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";
132
+ borderRightClip: "all" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
133
+ borderRightColor: "all" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderRight";
134
+ borderRightRadius: "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
135
+ borderRightStyle: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderRight" | "borderStyle";
136
+ borderRightWidth: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderRight" | "borderWidth";
137
+ borderShape: "all";
138
+ borderSpacing: "all";
139
+ borderStartEndRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineEnd" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
140
+ borderStartStartRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
141
+ borderStyle: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderBottom" | "borderBottomStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderLeft" | "borderLeftStyle" | "borderRight" | "borderRightStyle" | "borderTop" | "borderTopStyle";
142
+ borderTop: "all" | "border" | "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";
143
+ borderTopClip: "all" | "borderBlockClip" | "borderBlockEndClip" | "borderBlockStartClip" | "borderClip" | "borderInlineClip" | "borderInlineEndClip" | "borderInlineStartClip";
144
+ borderTopColor: "all" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockStart" | "borderBlockStartColor" | "borderColor" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineStart" | "borderInlineStartColor" | "borderTop";
145
+ borderTopLeftRadius: "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
146
+ borderTopRadius: "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
147
+ borderTopRightRadius: "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
148
+ borderTopStyle: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndStyle" | "borderBlockStart" | "borderBlockStartStyle" | "borderBlockStyle" | "borderInline" | "borderInlineEnd" | "borderInlineEndStyle" | "borderInlineStart" | "borderInlineStartStyle" | "borderInlineStyle" | "borderStyle" | "borderTop";
149
+ borderTopWidth: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderTop" | "borderWidth";
150
+ borderWidth: "all" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartWidth" | "borderBlockWidth" | "borderBottom" | "borderBottomWidth" | "borderInline" | "borderInlineEnd" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartWidth" | "borderInlineWidth" | "borderLeft" | "borderLeftWidth" | "borderRight" | "borderRightWidth" | "borderTop" | "borderTopWidth";
151
+ bottom: "all" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart";
152
+ boxDecorationBreak: "all";
153
+ boxShadow: "WebkitBoxShadow" | "all" | "boxShadowBlur" | "boxShadowColor" | "boxShadowOffset" | "boxShadowPosition" | "boxShadowSpread";
154
+ boxShadowBlur: "WebkitBoxShadow" | "all" | "boxShadow";
155
+ boxShadowColor: "WebkitBoxShadow" | "all" | "boxShadow";
156
+ boxShadowOffset: "WebkitBoxShadow" | "all" | "boxShadow";
157
+ boxShadowPosition: "WebkitBoxShadow" | "all" | "boxShadow";
158
+ boxShadowSpread: "WebkitBoxShadow" | "all" | "boxShadow";
159
+ boxSizing: "WebkitBoxSizing" | "all";
160
+ boxSnap: "all";
161
+ breakAfter: "all";
162
+ breakBefore: "all";
163
+ breakInside: "all";
164
+ captionSide: "all";
165
+ caret: "all" | "caretAnimation" | "caretColor" | "caretShape";
166
+ caretAnimation: "all" | "caret";
167
+ caretColor: "all" | "caret";
168
+ caretShape: "all" | "caret";
169
+ clear: "all";
170
+ clip: "all";
171
+ clipPath: "all";
172
+ clipRule: "all";
173
+ color: "all";
174
+ colorAdjust: "all" | "printColorAdjust";
175
+ colorInterpolation: "all";
176
+ colorInterpolationFilters: "all";
177
+ colorScheme: "all";
178
+ columnCount: "all" | "columns";
179
+ columnFill: "all";
180
+ columnGap: "all" | "gap" | "gridColumnGap" | "gridGap";
181
+ columnHeight: "all" | "columns";
182
+ columnRule: "all" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "rule" | "ruleColor" | "ruleStyle" | "ruleWidth";
183
+ columnRuleBreak: "all" | "ruleBreak";
184
+ columnRuleColor: "all" | "columnRule" | "rule" | "ruleColor";
185
+ columnRuleInset: "all" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
186
+ columnRuleInsetCap: "all" | "columnRuleInset" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetStart" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetStart";
187
+ columnRuleInsetCapEnd: "all" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetEnd" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd";
188
+ columnRuleInsetCapStart: "all" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetStart" | "ruleInset" | "ruleInsetCap" | "ruleInsetStart";
189
+ columnRuleInsetEnd: "all" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "ruleInset" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction";
190
+ columnRuleInsetJunction: "all" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "ruleInset" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
191
+ columnRuleInsetJunctionEnd: "all" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "ruleInset" | "ruleInsetEnd" | "ruleInsetJunction";
192
+ columnRuleInsetJunctionStart: "all" | "columnRuleInset" | "columnRuleInsetJunction" | "columnRuleInsetStart" | "ruleInset" | "ruleInsetJunction" | "ruleInsetStart";
193
+ columnRuleInsetStart: "all" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapStart" | "columnRuleInsetJunction" | "columnRuleInsetJunctionStart" | "ruleInset" | "ruleInsetCap" | "ruleInsetJunction" | "ruleInsetStart";
194
+ columnRuleStyle: "all" | "columnRule" | "rule" | "ruleStyle";
195
+ columnRuleVisibilityItems: "all" | "ruleVisibilityItems";
196
+ columnRuleWidth: "all" | "columnRule" | "rule" | "ruleWidth";
197
+ columns: "all" | "columnCount" | "columnHeight" | "columnWidth";
198
+ columnSpan: "all";
199
+ columnWidth: "all" | "columns";
200
+ columnWrap: "all";
201
+ contain: "all";
202
+ container: "all" | "containerName" | "containerType";
203
+ containerName: "all" | "container";
204
+ containerType: "all" | "container";
205
+ containIntrinsicBlockSize: "all" | "containIntrinsicHeight" | "containIntrinsicSize" | "containIntrinsicWidth";
206
+ containIntrinsicHeight: "all" | "containIntrinsicBlockSize" | "containIntrinsicInlineSize" | "containIntrinsicSize";
207
+ containIntrinsicInlineSize: "all" | "containIntrinsicHeight" | "containIntrinsicSize" | "containIntrinsicWidth";
208
+ containIntrinsicSize: "all" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth";
209
+ containIntrinsicWidth: "all" | "containIntrinsicBlockSize" | "containIntrinsicInlineSize" | "containIntrinsicSize";
210
+ content: "all";
211
+ contentVisibility: "all";
212
+ continue: "WebkitLineClamp" | "all" | "lineClamp";
213
+ copyInto: "all";
214
+ corner: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "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";
215
+ cornerBlockEnd: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "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";
216
+ cornerBlockEndShape: "all" | "corner" | "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";
217
+ cornerBlockStart: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "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";
218
+ cornerBlockStartShape: "all" | "corner" | "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";
219
+ cornerBottom: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "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";
220
+ cornerBottomLeft: "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeftShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
221
+ cornerBottomLeftShape: "all" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
222
+ cornerBottomRight: "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
223
+ cornerBottomRightShape: "all" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomRight" | "cornerBottomShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape";
224
+ cornerBottomShape: "all" | "corner" | "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";
225
+ cornerEndEnd: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEndShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
226
+ cornerEndEndShape: "all" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEnd" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
227
+ cornerEndStart: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStartShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
228
+ cornerEndStartShape: "all" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndStart" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
229
+ cornerInlineEnd: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "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";
230
+ cornerInlineEndShape: "all" | "corner" | "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";
231
+ cornerInlineStart: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndStartRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "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";
232
+ cornerInlineStartShape: "all" | "corner" | "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";
233
+ cornerLeft: "WebkitBorderBottomLeftRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "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";
234
+ cornerLeftShape: "all" | "corner" | "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";
235
+ cornerRight: "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "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";
236
+ cornerRightShape: "all" | "corner" | "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";
237
+ cornerShape: "all" | "corner" | "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";
238
+ cornerStartEnd: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineEndRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEndShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
239
+ cornerStartEndShape: "all" | "corner" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
240
+ cornerStartStart: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
241
+ cornerStartStartShape: "all" | "corner" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomLeftShape" | "cornerBottomRight" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopLeftShape" | "cornerTopRight" | "cornerTopRightShape" | "cornerTopShape";
242
+ cornerTop: "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "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";
243
+ cornerTopLeft: "WebkitBorderRadius" | "WebkitBorderTopLeftRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeftShape" | "cornerTopShape";
244
+ cornerTopLeftShape: "all" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerLeft" | "cornerLeftShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopLeft" | "cornerTopShape";
245
+ cornerTopRight: "WebkitBorderRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRightShape" | "cornerTopShape";
246
+ cornerTopRightShape: "all" | "corner" | "cornerBlockEnd" | "cornerBlockEndShape" | "cornerBlockStart" | "cornerBlockStartShape" | "cornerEndEnd" | "cornerEndEndShape" | "cornerEndStart" | "cornerEndStartShape" | "cornerInlineEnd" | "cornerInlineEndShape" | "cornerInlineStart" | "cornerInlineStartShape" | "cornerRight" | "cornerRightShape" | "cornerShape" | "cornerStartEnd" | "cornerStartEndShape" | "cornerStartStart" | "cornerStartStartShape" | "cornerTop" | "cornerTopRight" | "cornerTopShape";
247
+ cornerTopShape: "all" | "corner" | "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";
248
+ counterIncrement: "all";
249
+ counterReset: "all";
250
+ counterSet: "all";
251
+ cue: "all" | "cueAfter" | "cueBefore";
252
+ cueAfter: "all" | "cue";
253
+ cueBefore: "all" | "cue";
254
+ cursor: "all";
255
+ cx: "all";
256
+ cy: "all";
257
+ d: "all";
258
+ direction: never;
259
+ display: "all";
260
+ dominantBaseline: "all";
261
+ dynamicRangeLimit: "all";
262
+ emptyCells: "all";
263
+ eventTrigger: "all";
264
+ eventTriggerName: "all";
265
+ eventTriggerSource: "all";
266
+ fieldSizing: "all";
267
+ fill: "all";
268
+ fillBreak: "all";
269
+ fillColor: "all";
270
+ fillImage: "all";
271
+ fillOpacity: "all";
272
+ fillOrigin: "all";
273
+ fillPosition: "all";
274
+ fillRepeat: "all";
275
+ fillRule: "all";
276
+ fillSize: "all";
277
+ filter: "WebkitFilter" | "all";
278
+ flex: "WebkitFlex" | "WebkitFlexBasis" | "WebkitFlexGrow" | "WebkitFlexShrink" | "all" | "flexBasis" | "flexGrow" | "flexShrink";
279
+ flexBasis: "WebkitFlex" | "WebkitFlexBasis" | "all" | "flex";
280
+ flexDirection: "WebkitFlexDirection" | "WebkitFlexFlow" | "all" | "flexFlow";
281
+ flexFlow: "WebkitFlexDirection" | "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flexDirection" | "flexWrap";
282
+ flexGrow: "WebkitFlex" | "WebkitFlexGrow" | "all" | "flex";
283
+ flexLineCount: "all";
284
+ flexShrink: "WebkitFlex" | "WebkitFlexShrink" | "all" | "flex";
285
+ flexWrap: "WebkitFlexFlow" | "WebkitFlexWrap" | "all" | "flexFlow";
286
+ float: "all";
287
+ floatDefer: "all";
288
+ floatOffset: "all";
289
+ floatReference: "all";
290
+ floodColor: "all";
291
+ floodOpacity: "all";
292
+ flowFrom: "all";
293
+ flowInto: "all";
294
+ flowTolerance: "all";
295
+ font: "all" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "fontWidth" | "lineHeight";
296
+ fontFamily: "all" | "font";
297
+ fontFeatureSettings: "all" | "font";
298
+ fontKerning: "all" | "font";
299
+ fontLanguageOverride: "all" | "font";
300
+ fontOpticalSizing: "all" | "font";
301
+ fontPalette: "all";
302
+ fontSize: "all" | "font";
303
+ fontSizeAdjust: "all" | "font";
304
+ fontStretch: "all" | "font" | "fontWidth";
305
+ fontStyle: "all" | "font";
306
+ fontSynthesis: "all" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight";
307
+ fontSynthesisPosition: "all";
308
+ fontSynthesisSmallCaps: "all" | "fontSynthesis";
309
+ fontSynthesisStyle: "all" | "fontSynthesis";
310
+ fontSynthesisWeight: "all" | "fontSynthesis";
311
+ fontVariant: "all" | "font" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition";
312
+ fontVariantAlternates: "all" | "font" | "fontVariant";
313
+ fontVariantCaps: "all" | "font" | "fontVariant";
314
+ fontVariantEastAsian: "all" | "font" | "fontVariant";
315
+ fontVariantEmoji: "all" | "font" | "fontVariant";
316
+ fontVariantLigatures: "all" | "font" | "fontVariant";
317
+ fontVariantNumeric: "all" | "font" | "fontVariant";
318
+ fontVariantPosition: "all" | "font" | "fontVariant";
319
+ fontVariationSettings: "all" | "font";
320
+ fontWeight: "all" | "font";
321
+ fontWidth: "all" | "font" | "fontStretch";
322
+ footnoteDisplay: "all";
323
+ footnotePolicy: "all";
324
+ forcedColorAdjust: "all";
325
+ frameSizing: "all";
326
+ gap: "all" | "columnGap" | "gridColumnGap" | "gridGap" | "gridRowGap" | "rowGap";
327
+ glyphOrientationVertical: "all";
328
+ grid: "all" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows";
329
+ gridArea: "all" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowEnd" | "gridRowStart";
330
+ gridAutoColumns: "all" | "grid";
331
+ gridAutoFlow: "all" | "grid";
332
+ gridAutoRows: "all" | "grid";
333
+ gridColumn: "all" | "gridArea" | "gridColumnEnd" | "gridColumnStart";
334
+ gridColumnEnd: "all" | "gridArea" | "gridColumn";
335
+ gridColumnGap: "all" | "columnGap" | "gap" | "gridGap";
336
+ gridColumnStart: "all" | "gridArea" | "gridColumn";
337
+ gridGap: "all" | "columnGap" | "gap" | "gridColumnGap" | "gridRowGap" | "rowGap";
338
+ gridRow: "all" | "gridArea" | "gridRowEnd" | "gridRowStart";
339
+ gridRowEnd: "all" | "gridArea" | "gridRow";
340
+ gridRowGap: "all" | "gap" | "gridGap" | "rowGap";
341
+ gridRowStart: "all" | "gridArea" | "gridRow";
342
+ gridTemplate: "all" | "grid" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows";
343
+ gridTemplateAreas: "all" | "grid" | "gridTemplate";
344
+ gridTemplateColumns: "all" | "grid" | "gridTemplate";
345
+ gridTemplateRows: "all" | "grid" | "gridTemplate";
346
+ hangingPunctuation: "all";
347
+ height: "all" | "blockSize" | "inlineSize";
348
+ hyphenateCharacter: "all";
349
+ hyphenateLimitChars: "all";
350
+ hyphenateLimitLast: "all";
351
+ hyphenateLimitLines: "all";
352
+ hyphenateLimitZone: "all";
353
+ hyphens: "all";
354
+ imageAnimation: "all";
355
+ imageOrientation: "all";
356
+ imageRendering: "all";
357
+ imageResolution: "all";
358
+ initialLetter: "all";
359
+ initialLetterAlign: "all";
360
+ initialLetterWrap: "all";
361
+ inlineSize: "all" | "height" | "width";
362
+ inlineSizing: "all";
363
+ inputSecurity: "all";
364
+ inset: "all" | "bottom" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "left" | "right" | "top";
365
+ insetBlock: "all" | "bottom" | "inset" | "insetBlockEnd" | "insetBlockStart" | "left" | "right" | "top";
366
+ insetBlockEnd: "all" | "bottom" | "inset" | "insetBlock" | "left" | "right" | "top";
367
+ insetBlockStart: "all" | "bottom" | "inset" | "insetBlock" | "left" | "right" | "top";
368
+ insetInline: "all" | "bottom" | "inset" | "insetInlineEnd" | "insetInlineStart" | "left" | "right" | "top";
369
+ insetInlineEnd: "all" | "bottom" | "inset" | "insetInline" | "left" | "right" | "top";
370
+ insetInlineStart: "all" | "bottom" | "inset" | "insetInline" | "left" | "right" | "top";
371
+ interactivity: "all";
372
+ interestDelay: "all" | "interestDelayEnd" | "interestDelayStart";
373
+ interestDelayEnd: "all" | "interestDelay";
374
+ interestDelayStart: "all" | "interestDelay";
375
+ interpolateSize: "all";
376
+ isolation: "all";
377
+ justifyContent: "WebkitJustifyContent" | "all" | "placeContent";
378
+ justifyItems: "all" | "placeItems";
379
+ justifySelf: "all" | "placeSelf";
380
+ left: "all" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart";
381
+ letterSpacing: "all";
382
+ lightingColor: "all";
383
+ lineBreak: "all";
384
+ lineClamp: "WebkitLineClamp" | "all" | "blockEllipsis" | "continue" | "maxLines";
385
+ lineFitEdge: "all";
386
+ lineGrid: "all";
387
+ lineHeight: "all" | "font";
388
+ lineHeightStep: "all";
389
+ linePadding: "all";
390
+ lineSnap: "all";
391
+ linkParameters: "all";
392
+ listStyle: "all" | "listStyleImage" | "listStylePosition" | "listStyleType";
393
+ listStyleImage: "all" | "listStyle";
394
+ listStylePosition: "all" | "listStyle";
395
+ listStyleType: "all" | "listStyle";
396
+ margin: "all" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop";
397
+ marginBlock: "all" | "margin" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
398
+ marginBlockEnd: "all" | "margin" | "marginBlock" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
399
+ marginBlockStart: "all" | "margin" | "marginBlock" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop";
400
+ marginBottom: "all" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
401
+ marginBreak: "all";
402
+ marginInline: "all" | "margin" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop";
403
+ marginInlineEnd: "all" | "margin" | "marginBottom" | "marginInline" | "marginLeft" | "marginRight" | "marginTop";
404
+ marginInlineStart: "all" | "margin" | "marginBottom" | "marginInline" | "marginLeft" | "marginRight" | "marginTop";
405
+ marginLeft: "all" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
406
+ marginRight: "all" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
407
+ marginTop: "all" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginInline" | "marginInlineEnd" | "marginInlineStart";
408
+ marginTrim: "all";
409
+ marker: "all" | "markerEnd" | "markerMid" | "markerStart";
410
+ markerEnd: "all" | "marker";
411
+ markerMid: "all" | "marker";
412
+ markerSide: "all";
413
+ markerStart: "all" | "marker";
414
+ mask: "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskRepeat" | "WebkitMaskSize" | "all" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize";
415
+ maskBorder: "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth";
416
+ maskBorderMode: "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "maskBorder";
417
+ maskBorderOutset: "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "all" | "mask" | "maskBorder";
418
+ maskBorderRepeat: "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageRepeat" | "all" | "mask" | "maskBorder";
419
+ maskBorderSlice: "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSlice" | "all" | "mask" | "maskBorder";
420
+ maskBorderSource: "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageSource" | "all" | "mask" | "maskBorder";
421
+ maskBorderWidth: "WebkitMask" | "WebkitMaskBoxImage" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "maskBorder";
422
+ maskClip: "WebkitMask" | "WebkitMaskClip" | "all" | "mask";
423
+ maskComposite: "WebkitMask" | "WebkitMaskComposite" | "all" | "mask";
424
+ maskImage: "WebkitMask" | "WebkitMaskImage" | "all" | "mask";
425
+ maskMode: "WebkitMask" | "all" | "mask";
426
+ maskOrigin: "WebkitMask" | "WebkitMaskOrigin" | "all" | "mask";
427
+ maskPosition: "WebkitMask" | "WebkitMaskPosition" | "all" | "mask";
428
+ maskRepeat: "WebkitMask" | "WebkitMaskRepeat" | "all" | "mask";
429
+ maskSize: "WebkitMask" | "WebkitMaskSize" | "all" | "mask";
430
+ maskType: "all";
431
+ mathDepth: "all";
432
+ mathShift: "all";
433
+ mathStyle: "all";
434
+ maxBlockSize: "all" | "maxHeight" | "maxWidth";
435
+ maxHeight: "all" | "maxBlockSize" | "maxInlineSize";
436
+ maxInlineSize: "all" | "maxHeight" | "maxWidth";
437
+ maxLines: "WebkitLineClamp" | "all" | "lineClamp";
438
+ maxWidth: "all" | "maxBlockSize" | "maxInlineSize";
439
+ minBlockSize: "all" | "minHeight" | "minWidth";
440
+ minHeight: "all" | "minBlockSize" | "minInlineSize";
441
+ minInlineSize: "all" | "minHeight" | "minWidth";
442
+ minIntrinsicSizing: "all";
443
+ minWidth: "all" | "minBlockSize" | "minInlineSize";
444
+ mixBlendMode: "all";
445
+ navDown: "all";
446
+ navLeft: "all";
447
+ navRight: "all";
448
+ navUp: "all";
449
+ objectFit: "all";
450
+ objectPosition: "all";
451
+ objectViewBox: "all";
452
+ offset: "all" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate";
453
+ offsetAnchor: "all" | "offset";
454
+ offsetDistance: "all" | "offset";
455
+ offsetPath: "all" | "offset";
456
+ offsetPosition: "all" | "offset";
457
+ offsetRotate: "all" | "offset";
458
+ opacity: "all";
459
+ order: "WebkitOrder" | "all";
460
+ orphans: "all";
461
+ outline: "all" | "outlineColor" | "outlineStyle" | "outlineWidth";
462
+ outlineColor: "all" | "outline";
463
+ outlineOffset: "all";
464
+ outlineStyle: "all" | "outline";
465
+ outlineWidth: "all" | "outline";
466
+ overflow: "all" | "overflowBlock" | "overflowInline" | "overflowX" | "overflowY";
467
+ overflowAnchor: "all";
468
+ overflowBlock: "all" | "overflow" | "overflowX" | "overflowY";
469
+ overflowClipMargin: "all" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
470
+ overflowClipMarginBlock: "all" | "overflowClipMargin" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
471
+ overflowClipMarginBlockEnd: "all" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
472
+ overflowClipMarginBlockStart: "all" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBottom" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
473
+ overflowClipMarginBottom: "all" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
474
+ overflowClipMarginInline: "all" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
475
+ overflowClipMarginInlineEnd: "all" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
476
+ overflowClipMarginInlineStart: "all" | "overflowClipMargin" | "overflowClipMarginBottom" | "overflowClipMarginInline" | "overflowClipMarginLeft" | "overflowClipMarginRight" | "overflowClipMarginTop";
477
+ overflowClipMarginLeft: "all" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
478
+ overflowClipMarginRight: "all" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
479
+ overflowClipMarginTop: "all" | "overflowClipMargin" | "overflowClipMarginBlock" | "overflowClipMarginBlockEnd" | "overflowClipMarginBlockStart" | "overflowClipMarginInline" | "overflowClipMarginInlineEnd" | "overflowClipMarginInlineStart";
480
+ overflowInline: "all" | "overflow" | "overflowX" | "overflowY";
481
+ overflowWrap: "all" | "wordWrap";
482
+ overflowX: "all" | "overflow" | "overflowBlock" | "overflowInline";
483
+ overflowY: "all" | "overflow" | "overflowBlock" | "overflowInline";
484
+ overlay: "all";
485
+ overscrollBehavior: "all" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY";
486
+ overscrollBehaviorBlock: "all" | "overscrollBehavior" | "overscrollBehaviorX" | "overscrollBehaviorY";
487
+ overscrollBehaviorInline: "all" | "overscrollBehavior" | "overscrollBehaviorX" | "overscrollBehaviorY";
488
+ overscrollBehaviorX: "all" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline";
489
+ overscrollBehaviorY: "all" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline";
490
+ padding: "all" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop";
491
+ paddingBlock: "all" | "padding" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
492
+ paddingBlockEnd: "all" | "padding" | "paddingBlock" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
493
+ paddingBlockStart: "all" | "padding" | "paddingBlock" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop";
494
+ paddingBottom: "all" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
495
+ paddingInline: "all" | "padding" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop";
496
+ paddingInlineEnd: "all" | "padding" | "paddingBottom" | "paddingInline" | "paddingLeft" | "paddingRight" | "paddingTop";
497
+ paddingInlineStart: "all" | "padding" | "paddingBottom" | "paddingInline" | "paddingLeft" | "paddingRight" | "paddingTop";
498
+ paddingLeft: "all" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
499
+ paddingRight: "all" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
500
+ paddingTop: "all" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart";
501
+ page: "all";
502
+ pageBreakAfter: "all";
503
+ pageBreakBefore: "all";
504
+ pageBreakInside: "all";
505
+ paintOrder: "all";
506
+ pathLength: "all";
507
+ pause: "all" | "pauseAfter" | "pauseBefore";
508
+ pauseAfter: "all" | "pause";
509
+ pauseBefore: "all" | "pause";
510
+ perspective: "WebkitPerspective" | "all";
511
+ perspectiveOrigin: "WebkitPerspectiveOrigin" | "all";
512
+ placeContent: "WebkitAlignContent" | "WebkitJustifyContent" | "alignContent" | "all" | "justifyContent";
513
+ placeItems: "WebkitAlignItems" | "alignItems" | "all" | "justifyItems";
514
+ placeSelf: "WebkitAlignSelf" | "alignSelf" | "all" | "justifySelf";
515
+ pointerEvents: "all";
516
+ pointerTimeline: "all" | "pointerTimelineAxis" | "pointerTimelineName";
517
+ pointerTimelineAxis: "all" | "pointerTimeline";
518
+ pointerTimelineName: "all" | "pointerTimeline";
519
+ position: "all";
520
+ positionAnchor: "all";
521
+ positionArea: "all";
522
+ positionTry: "all" | "positionTryFallbacks" | "positionTryOrder";
523
+ positionTryFallbacks: "all" | "positionTry";
524
+ positionTryOrder: "all" | "positionTry";
525
+ positionVisibility: "all";
526
+ printColorAdjust: "all" | "colorAdjust";
527
+ quotes: "all";
528
+ r: "all";
529
+ readingFlow: "all";
530
+ readingOrder: "all";
531
+ regionFragment: "all";
532
+ resize: "all";
533
+ rest: "all" | "restAfter" | "restBefore";
534
+ restAfter: "all" | "rest";
535
+ restBefore: "all" | "rest";
536
+ right: "all" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart";
537
+ rotate: "all";
538
+ rowGap: "all" | "gap" | "gridGap" | "gridRowGap";
539
+ rowRule: "all" | "rowRuleColor" | "rowRuleStyle" | "rowRuleWidth" | "rule" | "ruleColor" | "ruleStyle" | "ruleWidth";
540
+ rowRuleBreak: "all" | "ruleBreak";
541
+ rowRuleColor: "all" | "rowRule" | "rule" | "ruleColor";
542
+ rowRuleInset: "all" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
543
+ rowRuleInsetCap: "all" | "rowRuleInset" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetStart" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
544
+ rowRuleInsetCapEnd: "all" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetEnd" | "ruleInset" | "ruleInsetEnd";
545
+ rowRuleInsetCapStart: "all" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetStart" | "ruleInset" | "ruleInsetStart";
546
+ rowRuleInsetEnd: "all" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "ruleInset" | "ruleInsetEnd";
547
+ rowRuleInsetJunction: "all" | "rowRuleInset" | "rowRuleInsetEnd" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
548
+ rowRuleInsetJunctionEnd: "all" | "rowRuleInset" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "ruleInset" | "ruleInsetEnd";
549
+ rowRuleInsetJunctionStart: "all" | "rowRuleInset" | "rowRuleInsetJunction" | "rowRuleInsetStart" | "ruleInset" | "ruleInsetStart";
550
+ rowRuleInsetStart: "all" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapStart" | "rowRuleInsetJunction" | "rowRuleInsetJunctionStart" | "ruleInset" | "ruleInsetStart";
551
+ rowRuleStyle: "all" | "rowRule" | "rule" | "ruleStyle";
552
+ rowRuleVisibilityItems: "all";
553
+ rowRuleWidth: "all" | "rowRule" | "rule" | "ruleWidth";
554
+ rubyAlign: "all";
555
+ rubyMerge: "all";
556
+ rubyOverhang: "all";
557
+ rubyPosition: "all";
558
+ rule: "all" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "rowRule" | "rowRuleColor" | "rowRuleStyle" | "rowRuleWidth" | "ruleColor" | "ruleStyle" | "ruleWidth";
559
+ ruleBreak: "all" | "columnRuleBreak" | "rowRuleBreak";
560
+ ruleColor: "all" | "columnRule" | "columnRuleColor" | "rowRule" | "rowRuleColor" | "rule";
561
+ ruleInset: "all" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetCapStart" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "ruleInsetCap" | "ruleInsetEnd" | "ruleInsetJunction" | "ruleInsetStart";
562
+ ruleInsetCap: "all" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetCapStart" | "columnRuleInsetEnd" | "columnRuleInsetStart" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
563
+ ruleInsetEnd: "all" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapEnd" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapEnd" | "rowRuleInsetEnd" | "rowRuleInsetJunction" | "rowRuleInsetJunctionEnd" | "ruleInset" | "ruleInsetCap" | "ruleInsetJunction";
564
+ ruleInsetJunction: "all" | "columnRuleInset" | "columnRuleInsetEnd" | "columnRuleInsetJunction" | "columnRuleInsetJunctionEnd" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "ruleInset" | "ruleInsetEnd" | "ruleInsetStart";
565
+ ruleInsetStart: "all" | "columnRuleInset" | "columnRuleInsetCap" | "columnRuleInsetCapStart" | "columnRuleInsetJunction" | "columnRuleInsetJunctionStart" | "columnRuleInsetStart" | "rowRuleInset" | "rowRuleInsetCap" | "rowRuleInsetCapStart" | "rowRuleInsetJunction" | "rowRuleInsetJunctionStart" | "rowRuleInsetStart" | "ruleInset" | "ruleInsetCap" | "ruleInsetJunction";
566
+ ruleOverlap: "all";
567
+ ruleStyle: "all" | "columnRule" | "columnRuleStyle" | "rowRule" | "rowRuleStyle" | "rule";
568
+ ruleVisibilityItems: "all" | "columnRuleVisibilityItems";
569
+ ruleWidth: "all" | "columnRule" | "columnRuleWidth" | "rowRule" | "rowRuleWidth" | "rule";
570
+ rx: "all";
571
+ ry: "all";
572
+ scale: "all";
573
+ scrollAxisLock: "all";
574
+ scrollbarColor: "all";
575
+ scrollbarGutter: "all";
576
+ scrollbarWidth: "all";
577
+ scrollBehavior: "all";
578
+ scrollInitialTarget: "all";
579
+ scrollMargin: "all" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
580
+ scrollMarginBlock: "all" | "scrollMargin" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
581
+ scrollMarginBlockEnd: "all" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
582
+ scrollMarginBlockStart: "all" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
583
+ scrollMarginBottom: "all" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
584
+ scrollMarginInline: "all" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
585
+ scrollMarginInlineEnd: "all" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
586
+ scrollMarginInlineStart: "all" | "scrollMargin" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop";
587
+ scrollMarginLeft: "all" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
588
+ scrollMarginRight: "all" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
589
+ scrollMarginTop: "all" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart";
590
+ scrollMarkerGroup: "all";
591
+ scrollPadding: "all" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
592
+ scrollPaddingBlock: "all" | "scrollPadding" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
593
+ scrollPaddingBlockEnd: "all" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
594
+ scrollPaddingBlockStart: "all" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
595
+ scrollPaddingBottom: "all" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
596
+ scrollPaddingInline: "all" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
597
+ scrollPaddingInlineEnd: "all" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
598
+ scrollPaddingInlineStart: "all" | "scrollPadding" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop";
599
+ scrollPaddingLeft: "all" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
600
+ scrollPaddingRight: "all" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
601
+ scrollPaddingTop: "all" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart";
602
+ scrollSnapAlign: "all";
603
+ scrollSnapStop: "all";
604
+ scrollSnapType: "all";
605
+ scrollTargetGroup: "all";
606
+ scrollTimeline: "all" | "scrollTimelineAxis" | "scrollTimelineName";
607
+ scrollTimelineAxis: "all" | "scrollTimeline";
608
+ scrollTimelineName: "all" | "scrollTimeline";
609
+ shapeImageThreshold: "all";
610
+ shapeInside: "all";
611
+ shapeMargin: "all";
612
+ shapeOutside: "all";
613
+ shapePadding: "all";
614
+ shapeRendering: "all";
615
+ sliderOrientation: "all";
616
+ spatialNavigationAction: "all";
617
+ spatialNavigationContain: "all";
618
+ spatialNavigationFunction: "all";
619
+ speak: "all";
620
+ speakAs: "all";
621
+ stopColor: "all";
622
+ stopOpacity: "all";
623
+ stringSet: "all";
624
+ stroke: "all";
625
+ strokeAlign: "all";
626
+ strokeAlignment: "all";
627
+ strokeBreak: "all";
628
+ strokeColor: "all";
629
+ strokeDashadjust: "all";
630
+ strokeDasharray: "all";
631
+ strokeDashcorner: "all";
632
+ strokeDashCorner: "all";
633
+ strokeDashJustify: "all";
634
+ strokeDashoffset: "all";
635
+ strokeImage: "all";
636
+ strokeLinecap: "all";
637
+ strokeLinejoin: "all";
638
+ strokeMiterlimit: "all";
639
+ strokeOpacity: "all";
640
+ strokeOrigin: "all";
641
+ strokePosition: "all";
642
+ strokeRepeat: "all";
643
+ strokeSize: "all";
644
+ strokeWidth: "all";
645
+ tableLayout: "all";
646
+ tabSize: "all";
647
+ textAlign: "all" | "textAlignAll" | "textAlignLast";
648
+ textAlignAll: "all" | "textAlign";
649
+ textAlignLast: "all" | "textAlign";
650
+ textAnchor: "all";
651
+ textAutospace: "all" | "textSpacing";
652
+ textBox: "all";
653
+ textBoxEdge: "all";
654
+ textBoxTrim: "all";
655
+ textCombineUpright: "all";
656
+ textDecoration: "all" | "textDecorationColor" | "textDecorationLine" | "textDecorationStyle" | "textDecorationThickness";
657
+ textDecorationColor: "all" | "textDecoration";
658
+ textDecorationInset: "all";
659
+ textDecorationLine: "all" | "textDecoration";
660
+ textDecorationSkip: "all" | "textDecorationSkipBox" | "textDecorationSkipInk" | "textDecorationSkipSelf" | "textDecorationSkipSpaces";
661
+ textDecorationSkipBox: "all" | "textDecorationSkip";
662
+ textDecorationSkipInk: "all" | "textDecorationSkip";
663
+ textDecorationSkipSelf: "all" | "textDecorationSkip";
664
+ textDecorationSkipSpaces: "all" | "textDecorationSkip";
665
+ textDecorationStyle: "all" | "textDecoration";
666
+ textDecorationThickness: "all" | "textDecoration";
667
+ textEmphasis: "all" | "textEmphasisColor" | "textEmphasisStyle";
668
+ textEmphasisColor: "all" | "textEmphasis";
669
+ textEmphasisPosition: "all";
670
+ textEmphasisSkip: "all";
671
+ textEmphasisStyle: "all" | "textEmphasis";
672
+ textFit: "all";
673
+ textGroupAlign: "all";
674
+ textIndent: "all";
675
+ textJustify: "all";
676
+ textOrientation: "all";
677
+ textOverflow: "all";
678
+ textRendering: "all";
679
+ textShadow: "all";
680
+ textSizeAdjust: "WebkitTextSizeAdjust" | "all";
681
+ textSpacing: "all" | "textAutospace" | "textSpacingTrim";
682
+ textSpacingTrim: "all" | "textSpacing";
683
+ textTransform: "all";
684
+ textUnderlineOffset: "all";
685
+ textUnderlinePosition: "all";
686
+ textWrap: "all" | "textWrapMode" | "textWrapStyle" | "whiteSpace";
687
+ textWrapMode: "all" | "textWrap" | "whiteSpace";
688
+ textWrapStyle: "all" | "textWrap";
689
+ timelineScope: "all";
690
+ timelineTrigger: "all" | "timelineTriggerActivationRange" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart" | "timelineTriggerActiveRange" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart" | "timelineTriggerName" | "timelineTriggerSource";
691
+ timelineTriggerActivationRange: "all" | "timelineTrigger" | "timelineTriggerActivationRangeEnd" | "timelineTriggerActivationRangeStart";
692
+ timelineTriggerActivationRangeEnd: "all" | "timelineTrigger" | "timelineTriggerActivationRange";
693
+ timelineTriggerActivationRangeStart: "all" | "timelineTrigger" | "timelineTriggerActivationRange";
694
+ timelineTriggerActiveRange: "all" | "timelineTrigger" | "timelineTriggerActiveRangeEnd" | "timelineTriggerActiveRangeStart";
695
+ timelineTriggerActiveRangeEnd: "all" | "timelineTrigger" | "timelineTriggerActiveRange";
696
+ timelineTriggerActiveRangeStart: "all" | "timelineTrigger" | "timelineTriggerActiveRange";
697
+ timelineTriggerName: "all" | "timelineTrigger";
698
+ timelineTriggerSource: "all" | "timelineTrigger";
699
+ top: "all" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart";
700
+ touchAction: "all";
701
+ transform: "WebkitTransform" | "all";
702
+ transformBox: "all";
703
+ transformOrigin: "WebkitTransformOrigin" | "all";
704
+ transformStyle: "WebkitTransformStyle" | "all";
705
+ transition: "WebkitTransition" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "all" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction";
706
+ transitionBehavior: "WebkitTransition" | "all" | "transition";
707
+ transitionDelay: "WebkitTransition" | "WebkitTransitionDelay" | "all" | "transition";
708
+ transitionDuration: "WebkitTransition" | "WebkitTransitionDuration" | "all" | "transition";
709
+ transitionProperty: "WebkitTransition" | "WebkitTransitionProperty" | "all" | "transition";
710
+ transitionTimingFunction: "WebkitTransition" | "WebkitTransitionTimingFunction" | "all" | "transition";
711
+ translate: "all";
712
+ triggerScope: "all";
713
+ unicodeBidi: never;
714
+ userSelect: "all";
715
+ vectorEffect: "all";
716
+ verticalAlign: "alignmentBaseline" | "all" | "baselineShift" | "baselineSource";
717
+ viewTimeline: "all" | "viewTimelineAxis" | "viewTimelineName";
718
+ viewTimelineAxis: "all" | "viewTimeline";
719
+ viewTimelineInset: "all";
720
+ viewTimelineName: "all" | "viewTimeline";
721
+ viewTransitionClass: "all";
722
+ viewTransitionGroup: "all";
723
+ viewTransitionName: "all";
724
+ viewTransitionScope: "all";
725
+ visibility: "all";
726
+ voiceBalance: "all";
727
+ voiceDuration: "all";
728
+ voiceFamily: "all";
729
+ voicePitch: "all";
730
+ voiceRange: "all";
731
+ voiceRate: "all";
732
+ voiceStress: "all";
733
+ voiceVolume: "all";
734
+ WebkitAlignContent: "alignContent" | "all" | "placeContent";
735
+ WebkitAlignItems: "alignItems" | "all" | "placeItems";
736
+ WebkitAlignSelf: "alignSelf" | "all" | "placeSelf";
737
+ WebkitAnimation: "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "all" | "animation" | "animationDelay" | "animationDelayEnd" | "animationDelayStart" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "animationTrigger";
738
+ WebkitAnimationDelay: "WebkitAnimation" | "all" | "animation" | "animationDelay" | "animationDelayEnd" | "animationDelayStart";
739
+ WebkitAnimationDirection: "WebkitAnimation" | "all" | "animation" | "animationDirection";
740
+ WebkitAnimationDuration: "WebkitAnimation" | "all" | "animation" | "animationDuration";
741
+ WebkitAnimationFillMode: "WebkitAnimation" | "all" | "animation" | "animationFillMode";
742
+ WebkitAnimationIterationCount: "WebkitAnimation" | "all" | "animation" | "animationIterationCount";
743
+ WebkitAnimationName: "WebkitAnimation" | "all" | "animation" | "animationName";
744
+ WebkitAnimationPlayState: "WebkitAnimation" | "all" | "animation" | "animationPlayState";
745
+ WebkitAnimationTimingFunction: "WebkitAnimation" | "all" | "animation" | "animationTimingFunction";
746
+ WebkitAppearance: "all" | "appearance";
747
+ WebkitBackfaceVisibility: "all" | "backfaceVisibility";
748
+ WebkitBackgroundClip: "all" | "background" | "backgroundClip";
749
+ WebkitBackgroundOrigin: "all" | "background" | "backgroundOrigin";
750
+ WebkitBackgroundSize: "all" | "background" | "backgroundSize";
751
+ WebkitBorderBottomLeftRadius: "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart";
752
+ WebkitBorderBottomRightRadius: "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart";
753
+ WebkitBorderRadius: "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerBottom" | "cornerBottomLeft" | "cornerBottomRight" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft" | "cornerTopRight";
754
+ WebkitBorderTopLeftRadius: "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderLeftRadius" | "borderRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopLeftRadius" | "borderTopRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerLeft" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopLeft";
755
+ WebkitBorderTopRightRadius: "WebkitBorderRadius" | "all" | "borderBlockEndRadius" | "borderBlockStartRadius" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndRadius" | "borderInlineStartRadius" | "borderRadius" | "borderRightRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopRadius" | "borderTopRightRadius" | "corner" | "cornerBlockEnd" | "cornerBlockStart" | "cornerEndEnd" | "cornerEndStart" | "cornerInlineEnd" | "cornerInlineStart" | "cornerRight" | "cornerStartEnd" | "cornerStartStart" | "cornerTop" | "cornerTopRight";
756
+ WebkitBoxAlign: "all";
757
+ WebkitBoxFlex: "all";
758
+ WebkitBoxOrdinalGroup: "all";
759
+ WebkitBoxOrient: "all";
760
+ WebkitBoxPack: "all";
761
+ WebkitBoxShadow: "all" | "boxShadow" | "boxShadowBlur" | "boxShadowColor" | "boxShadowOffset" | "boxShadowPosition" | "boxShadowSpread";
762
+ WebkitBoxSizing: "all" | "boxSizing";
763
+ WebkitFilter: "all" | "filter";
764
+ WebkitFlex: "WebkitFlexBasis" | "WebkitFlexGrow" | "WebkitFlexShrink" | "all" | "flex" | "flexBasis" | "flexGrow" | "flexShrink";
765
+ WebkitFlexBasis: "WebkitFlex" | "all" | "flex" | "flexBasis";
766
+ WebkitFlexDirection: "WebkitFlexFlow" | "all" | "flexDirection" | "flexFlow";
767
+ WebkitFlexFlow: "WebkitFlexDirection" | "WebkitFlexWrap" | "all" | "flexDirection" | "flexFlow" | "flexWrap";
768
+ WebkitFlexGrow: "WebkitFlex" | "all" | "flex" | "flexGrow";
769
+ WebkitFlexShrink: "WebkitFlex" | "all" | "flex" | "flexShrink";
770
+ WebkitFlexWrap: "WebkitFlexFlow" | "all" | "flexFlow" | "flexWrap";
771
+ WebkitJustifyContent: "all" | "justifyContent" | "placeContent";
772
+ WebkitLineClamp: "all" | "blockEllipsis" | "continue" | "lineClamp" | "maxLines";
773
+ WebkitMask: "WebkitMaskBoxImage" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskRepeat" | "WebkitMaskSize" | "all" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize";
774
+ WebkitMaskBoxImage: "WebkitMask" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "all" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth";
775
+ WebkitMaskBoxImageOutset: "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "maskBorder" | "maskBorderOutset";
776
+ WebkitMaskBoxImageRepeat: "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "maskBorder" | "maskBorderRepeat";
777
+ WebkitMaskBoxImageSlice: "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "maskBorder" | "maskBorderSlice";
778
+ WebkitMaskBoxImageSource: "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "maskBorder" | "maskBorderSource";
779
+ WebkitMaskBoxImageWidth: "WebkitMask" | "WebkitMaskBoxImage" | "all" | "mask" | "maskBorder" | "maskBorderWidth";
780
+ WebkitMaskClip: "WebkitMask" | "all" | "mask" | "maskClip";
781
+ WebkitMaskComposite: "WebkitMask" | "all" | "mask" | "maskComposite";
782
+ WebkitMaskImage: "WebkitMask" | "all" | "mask" | "maskImage";
783
+ WebkitMaskOrigin: "WebkitMask" | "all" | "mask" | "maskOrigin";
784
+ WebkitMaskPosition: "WebkitMask" | "all" | "mask" | "maskPosition";
785
+ WebkitMaskRepeat: "WebkitMask" | "all" | "mask" | "maskRepeat";
786
+ WebkitMaskSize: "WebkitMask" | "all" | "mask" | "maskSize";
787
+ WebkitOrder: "all" | "order";
788
+ WebkitPerspective: "all" | "perspective";
789
+ WebkitPerspectiveOrigin: "all" | "perspectiveOrigin";
790
+ WebkitTextFillColor: "all";
791
+ WebkitTextSizeAdjust: "all" | "textSizeAdjust";
792
+ WebkitTextStroke: "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "all";
793
+ WebkitTextStrokeColor: "WebkitTextStroke" | "all";
794
+ WebkitTextStrokeWidth: "WebkitTextStroke" | "all";
795
+ WebkitTransform: "all" | "transform";
796
+ WebkitTransformOrigin: "all" | "transformOrigin";
797
+ WebkitTransformStyle: "all" | "transformStyle";
798
+ WebkitTransition: "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "all" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction";
799
+ WebkitTransitionDelay: "WebkitTransition" | "all" | "transition" | "transitionDelay";
800
+ WebkitTransitionDuration: "WebkitTransition" | "all" | "transition" | "transitionDuration";
801
+ WebkitTransitionProperty: "WebkitTransition" | "all" | "transition" | "transitionProperty";
802
+ WebkitTransitionTimingFunction: "WebkitTransition" | "all" | "transition" | "transitionTimingFunction";
803
+ WebkitUserSelect: "all";
804
+ whiteSpace: "all" | "textWrap" | "textWrapMode" | "whiteSpaceCollapse";
805
+ whiteSpaceCollapse: "all" | "whiteSpace";
806
+ whiteSpaceTrim: "all";
807
+ widows: "all";
808
+ width: "all" | "blockSize" | "inlineSize";
809
+ willChange: "all";
810
+ windowDrag: "all";
811
+ wordBreak: "all";
812
+ wordSpaceTransform: "all";
813
+ wordSpacing: "all";
814
+ wordWrap: "all" | "overflowWrap";
815
+ wrapAfter: "all";
816
+ wrapBefore: "all";
817
+ wrapFlow: "all";
818
+ wrapInside: "all";
819
+ wrapThrough: "all";
820
+ writingMode: "all";
821
+ x: "all";
822
+ y: "all";
823
+ zIndex: "all";
824
+ zoom: "all";
825
+ };
package/types/index.d.ts CHANGED
@@ -1,16 +1,19 @@
1
1
  /**
2
- * CSS Hooks for {@link https://preactjs.com | Preact}
2
+ * CSS Hooks for {@link https://preactjs.com | Preact}
3
3
  *
4
4
  * @packageDocumentation
5
5
  */
6
- import type { JSX } from "preact";
6
+ import type { CreateHooksFn } from "@css-hooks/core";
7
+ import type { CSSProperties } from "preact";
8
+ import type { CSSPropertyConflicts } from "./css-property-conflicts.ts";
7
9
  export type * from "@css-hooks/core";
10
+ export type { CSSPropertyConflicts } from "./css-property-conflicts.ts";
8
11
  /**
9
12
  * A {@link @css-hooks/core#CreateHooksFn} configured to use Preact's
10
- * `JSX.CSSProperties` type and logic for converting CSS values into strings.
13
+ * `CSSProperties` type and logic for converting CSS values into strings
11
14
  *
12
15
  * @public
13
16
  */
14
- export declare const createHooks: import("@css-hooks/core").CreateHooksFn<JSX.CSSProperties>;
17
+ export declare const createHooks: CreateHooksFn<CSSProperties, CSSPropertyConflicts>;
15
18
  /** @internal */
16
19
  export declare function _stringifyValue(value: unknown, propertyName: string): string | null;