An object that specifies values to animate to. Each value may be set either as a single value, or an array of values.

It may also option contain these properties:

  • transition: Specifies transitions for all or individual values.
  • transitionEnd: Specifies values to set when the animation finishes.
const target = {
x: "0%",
opacity: 0,
transition: { duration: 1 },
transitionEnd: { display: "none" }
}
interface DevfiveMotionInfo {
    KhtmlBoxAlign?: BoxAlign | CustomValueType | (BoxAlign | CustomValueType | undefined)[] | [null, ...(BoxAlign | CustomValueType | undefined)[]];
    KhtmlBoxDirection?: BoxDirection | CustomValueType | (BoxDirection | CustomValueType | undefined)[] | [null, ...(BoxDirection | CustomValueType | undefined)[]];
    KhtmlBoxFlex?: BoxFlex | CustomValueType | (BoxFlex | CustomValueType | undefined)[] | [null, ...(BoxFlex | CustomValueType | undefined)[]];
    KhtmlBoxFlexGroup?: BoxFlexGroup | CustomValueType | (BoxFlexGroup | CustomValueType | undefined)[] | [null, ...(BoxFlexGroup | CustomValueType | undefined)[]];
    KhtmlBoxLines?: BoxLines | CustomValueType | (BoxLines | CustomValueType | undefined)[] | [null, ...(BoxLines | CustomValueType | undefined)[]];
    KhtmlBoxOrdinalGroup?: BoxOrdinalGroup | CustomValueType | (BoxOrdinalGroup | CustomValueType | undefined)[] | [null, ...(BoxOrdinalGroup | CustomValueType | undefined)[]];
    KhtmlBoxOrient?: BoxOrient | CustomValueType | (BoxOrient | CustomValueType | undefined)[] | [null, ...(BoxOrient | CustomValueType | undefined)[]];
    KhtmlBoxPack?: BoxPack | CustomValueType | (BoxPack | CustomValueType | undefined)[] | [null, ...(BoxPack | CustomValueType | undefined)[]];
    KhtmlLineBreak?: LineBreak | CustomValueType | (LineBreak | CustomValueType | undefined)[] | [null, ...(LineBreak | CustomValueType | undefined)[]];
    KhtmlOpacity?: Opacity | CustomValueType | (Opacity | CustomValueType | undefined)[] | [null, ...(Opacity | CustomValueType | undefined)[]];
    KhtmlUserSelect?: UserSelect | CustomValueType | (UserSelect | CustomValueType | undefined)[] | [null, ...(UserSelect | CustomValueType | undefined)[]];
    MozAnimation?: Animation<string & {}> | CustomValueType | (Animation<string & {}> | CustomValueType | undefined)[] | [null, ...(Animation<string & {}> | CustomValueType | undefined)[]];
    MozAnimationDelay?: AnimationDelay<string & {}> | CustomValueType | (AnimationDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDelay<string & {}> | CustomValueType | undefined)[]];
    MozAnimationDirection?: AnimationDirection | CustomValueType | (AnimationDirection | CustomValueType | undefined)[] | [null, ...(AnimationDirection | CustomValueType | undefined)[]];
    MozAnimationDuration?: AnimationDuration<string & {}> | CustomValueType | (AnimationDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDuration<string & {}> | CustomValueType | undefined)[]];
    MozAnimationFillMode?: AnimationFillMode | CustomValueType | (AnimationFillMode | CustomValueType | undefined)[] | [null, ...(AnimationFillMode | CustomValueType | undefined)[]];
    MozAnimationIterationCount?: AnimationIterationCount | CustomValueType | (AnimationIterationCount | CustomValueType | undefined)[] | [null, ...(AnimationIterationCount | CustomValueType | undefined)[]];
    MozAnimationName?: AnimationName | CustomValueType | (AnimationName | CustomValueType | undefined)[] | [null, ...(AnimationName | CustomValueType | undefined)[]];
    MozAnimationPlayState?: AnimationPlayState | CustomValueType | (AnimationPlayState | CustomValueType | undefined)[] | [null, ...(AnimationPlayState | CustomValueType | undefined)[]];
    MozAnimationTimingFunction?: AnimationTimingFunction | CustomValueType | (AnimationTimingFunction | CustomValueType | undefined)[] | [null, ...(AnimationTimingFunction | CustomValueType | undefined)[]];
    MozAppearance?: MozAppearance | CustomValueType | (MozAppearance | CustomValueType | undefined)[] | [null, ...(MozAppearance | CustomValueType | undefined)[]];
    MozBackfaceVisibility?: BackfaceVisibility | CustomValueType | (BackfaceVisibility | CustomValueType | undefined)[] | [null, ...(BackfaceVisibility | CustomValueType | undefined)[]];
    MozBackgroundClip?: BackgroundClip | CustomValueType | (BackgroundClip | CustomValueType | undefined)[] | [null, ...(BackgroundClip | CustomValueType | undefined)[]];
    MozBackgroundInlinePolicy?: BoxDecorationBreak | CustomValueType | (BoxDecorationBreak | CustomValueType | undefined)[] | [null, ...(BoxDecorationBreak | CustomValueType | undefined)[]];
    MozBackgroundOrigin?: BackgroundOrigin | CustomValueType | (BackgroundOrigin | CustomValueType | undefined)[] | [null, ...(BackgroundOrigin | CustomValueType | undefined)[]];
    MozBackgroundSize?: BackgroundSize<string | number> | CustomValueType | (BackgroundSize<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundSize<string | number> | CustomValueType | undefined)[]];
    MozBinding?: MozBinding | CustomValueType | (MozBinding | CustomValueType | undefined)[] | [null, ...(MozBinding | CustomValueType | undefined)[]];
    MozBorderBottomColors?: MozBorderBottomColors | CustomValueType | (MozBorderBottomColors | CustomValueType | undefined)[] | [null, ...(MozBorderBottomColors | CustomValueType | undefined)[]];
    MozBorderEndColor?: BorderInlineEndColor | CustomValueType | (BorderInlineEndColor | CustomValueType | undefined)[] | [null, ...(BorderInlineEndColor | CustomValueType | undefined)[]];
    MozBorderEndStyle?: BorderInlineEndStyle | CustomValueType | (BorderInlineEndStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineEndStyle | CustomValueType | undefined)[]];
    MozBorderEndWidth?: BorderInlineEndWidth<string | number> | CustomValueType | (BorderInlineEndWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineEndWidth<string | number> | CustomValueType | undefined)[]];
    MozBorderImage?: BorderImage | CustomValueType | (BorderImage | CustomValueType | undefined)[] | [null, ...(BorderImage | CustomValueType | undefined)[]];
    MozBorderLeftColors?: MozBorderLeftColors | CustomValueType | (MozBorderLeftColors | CustomValueType | undefined)[] | [null, ...(MozBorderLeftColors | CustomValueType | undefined)[]];
    MozBorderRadius?: BorderRadius<string | number> | CustomValueType | (BorderRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRadius<string | number> | CustomValueType | undefined)[]];
    MozBorderRadiusBottomleft?: BorderBottomLeftRadius<string | number> | CustomValueType | (BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[]];
    MozBorderRadiusBottomright?: BorderBottomRightRadius<string | number> | CustomValueType | (BorderBottomRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomRightRadius<string | number> | CustomValueType | undefined)[]];
    MozBorderRadiusTopleft?: BorderTopLeftRadius<string | number> | CustomValueType | (BorderTopLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopLeftRadius<string | number> | CustomValueType | undefined)[]];
    MozBorderRadiusTopright?: BorderTopRightRadius<string | number> | CustomValueType | (BorderTopRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopRightRadius<string | number> | CustomValueType | undefined)[]];
    MozBorderRightColors?: MozBorderRightColors | CustomValueType | (MozBorderRightColors | CustomValueType | undefined)[] | [null, ...(MozBorderRightColors | CustomValueType | undefined)[]];
    MozBorderStartColor?: BorderInlineStartColor | CustomValueType | (BorderInlineStartColor | CustomValueType | undefined)[] | [null, ...(BorderInlineStartColor | CustomValueType | undefined)[]];
    MozBorderStartStyle?: BorderInlineStartStyle | CustomValueType | (BorderInlineStartStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineStartStyle | CustomValueType | undefined)[]];
    MozBorderTopColors?: MozBorderTopColors | CustomValueType | (MozBorderTopColors | CustomValueType | undefined)[] | [null, ...(MozBorderTopColors | CustomValueType | undefined)[]];
    MozBoxAlign?: BoxAlign | CustomValueType | (BoxAlign | CustomValueType | undefined)[] | [null, ...(BoxAlign | CustomValueType | undefined)[]];
    MozBoxDirection?: BoxDirection | CustomValueType | (BoxDirection | CustomValueType | undefined)[] | [null, ...(BoxDirection | CustomValueType | undefined)[]];
    MozBoxFlex?: BoxFlex | CustomValueType | (BoxFlex | CustomValueType | undefined)[] | [null, ...(BoxFlex | CustomValueType | undefined)[]];
    MozBoxOrdinalGroup?: BoxOrdinalGroup | CustomValueType | (BoxOrdinalGroup | CustomValueType | undefined)[] | [null, ...(BoxOrdinalGroup | CustomValueType | undefined)[]];
    MozBoxOrient?: BoxOrient | CustomValueType | (BoxOrient | CustomValueType | undefined)[] | [null, ...(BoxOrient | CustomValueType | undefined)[]];
    MozBoxPack?: BoxPack | CustomValueType | (BoxPack | CustomValueType | undefined)[] | [null, ...(BoxPack | CustomValueType | undefined)[]];
    MozBoxShadow?: BoxShadow | CustomValueType | (BoxShadow | CustomValueType | undefined)[] | [null, ...(BoxShadow | CustomValueType | undefined)[]];
    MozBoxSizing?: BoxSizing | CustomValueType | (BoxSizing | CustomValueType | undefined)[] | [null, ...(BoxSizing | CustomValueType | undefined)[]];
    MozColumnCount?: ColumnCount | CustomValueType | (ColumnCount | CustomValueType | undefined)[] | [null, ...(ColumnCount | CustomValueType | undefined)[]];
    MozColumnFill?: ColumnFill | CustomValueType | (ColumnFill | CustomValueType | undefined)[] | [null, ...(ColumnFill | CustomValueType | undefined)[]];
    MozColumnRule?: ColumnRule<string | number> | CustomValueType | (ColumnRule<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRule<string | number> | CustomValueType | undefined)[]];
    MozColumnRuleColor?: ColumnRuleColor | CustomValueType | (ColumnRuleColor | CustomValueType | undefined)[] | [null, ...(ColumnRuleColor | CustomValueType | undefined)[]];
    MozColumnRuleStyle?: ColumnRuleStyle | CustomValueType | (ColumnRuleStyle | CustomValueType | undefined)[] | [null, ...(ColumnRuleStyle | CustomValueType | undefined)[]];
    MozColumnRuleWidth?: ColumnRuleWidth<string | number> | CustomValueType | (ColumnRuleWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRuleWidth<string | number> | CustomValueType | undefined)[]];
    MozColumnWidth?: ColumnWidth<string | number> | CustomValueType | (ColumnWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnWidth<string | number> | CustomValueType | undefined)[]];
    MozColumns?: Columns<string | number> | CustomValueType | (Columns<string | number> | CustomValueType | undefined)[] | [null, ...(Columns<string | number> | CustomValueType | undefined)[]];
    MozContextProperties?: MozContextProperties | CustomValueType | (MozContextProperties | CustomValueType | undefined)[] | [null, ...(MozContextProperties | CustomValueType | undefined)[]];
    MozFloatEdge?: MozFloatEdge | CustomValueType | (MozFloatEdge | CustomValueType | undefined)[] | [null, ...(MozFloatEdge | CustomValueType | undefined)[]];
    MozFontFeatureSettings?: FontFeatureSettings | CustomValueType | (FontFeatureSettings | CustomValueType | undefined)[] | [null, ...(FontFeatureSettings | CustomValueType | undefined)[]];
    MozFontLanguageOverride?: FontLanguageOverride | CustomValueType | (FontLanguageOverride | CustomValueType | undefined)[] | [null, ...(FontLanguageOverride | CustomValueType | undefined)[]];
    MozForceBrokenImageIcon?: MozForceBrokenImageIcon | CustomValueType | (MozForceBrokenImageIcon | CustomValueType | undefined)[] | [null, ...(MozForceBrokenImageIcon | CustomValueType | undefined)[]];
    MozHyphens?: Hyphens | CustomValueType | (Hyphens | CustomValueType | undefined)[] | [null, ...(Hyphens | CustomValueType | undefined)[]];
    MozImageRegion?: MozImageRegion | CustomValueType | (MozImageRegion | CustomValueType | undefined)[] | [null, ...(MozImageRegion | CustomValueType | undefined)[]];
    MozMarginEnd?: MarginInlineEnd<string | number> | CustomValueType | (MarginInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineEnd<string | number> | CustomValueType | undefined)[]];
    MozMarginStart?: MarginInlineStart<string | number> | CustomValueType | (MarginInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineStart<string | number> | CustomValueType | undefined)[]];
    MozOpacity?: Opacity | CustomValueType | (Opacity | CustomValueType | undefined)[] | [null, ...(Opacity | CustomValueType | undefined)[]];
    MozOrient?: MozOrient | CustomValueType | (MozOrient | CustomValueType | undefined)[] | [null, ...(MozOrient | CustomValueType | undefined)[]];
    MozOsxFontSmoothing?: FontSmooth<string | number> | CustomValueType | (FontSmooth<string | number> | CustomValueType | undefined)[] | [null, ...(FontSmooth<string | number> | CustomValueType | undefined)[]];
    MozOutline?: Outline<string | number> | CustomValueType | (Outline<string | number> | CustomValueType | undefined)[] | [null, ...(Outline<string | number> | CustomValueType | undefined)[]];
    MozOutlineColor?: OutlineColor | CustomValueType | (OutlineColor | CustomValueType | undefined)[] | [null, ...(OutlineColor | CustomValueType | undefined)[]];
    MozOutlineRadius?: MozOutlineRadius<string | number> | CustomValueType | (MozOutlineRadius<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadius<string | number> | CustomValueType | undefined)[]];
    MozOutlineRadiusBottomleft?: MozOutlineRadiusBottomleft<string | number> | CustomValueType | (MozOutlineRadiusBottomleft<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadiusBottomleft<string | number> | CustomValueType | undefined)[]];
    MozOutlineRadiusBottomright?: MozOutlineRadiusBottomright<string | number> | CustomValueType | (MozOutlineRadiusBottomright<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadiusBottomright<string | number> | CustomValueType | undefined)[]];
    MozOutlineRadiusTopleft?: MozOutlineRadiusTopleft<string | number> | CustomValueType | (MozOutlineRadiusTopleft<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadiusTopleft<string | number> | CustomValueType | undefined)[]];
    MozOutlineRadiusTopright?: MozOutlineRadiusTopright<string | number> | CustomValueType | (MozOutlineRadiusTopright<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadiusTopright<string | number> | CustomValueType | undefined)[]];
    MozOutlineStyle?: OutlineStyle | CustomValueType | (OutlineStyle | CustomValueType | undefined)[] | [null, ...(OutlineStyle | CustomValueType | undefined)[]];
    MozOutlineWidth?: OutlineWidth<string | number> | CustomValueType | (OutlineWidth<string | number> | CustomValueType | undefined)[] | [null, ...(OutlineWidth<string | number> | CustomValueType | undefined)[]];
    MozPaddingEnd?: PaddingInlineEnd<string | number> | CustomValueType | (PaddingInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineEnd<string | number> | CustomValueType | undefined)[]];
    MozPaddingStart?: PaddingInlineStart<string | number> | CustomValueType | (PaddingInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineStart<string | number> | CustomValueType | undefined)[]];
    MozPerspective?: Perspective<string | number> | CustomValueType | (Perspective<string | number> | CustomValueType | undefined)[] | [null, ...(Perspective<string | number> | CustomValueType | undefined)[]];
    MozPerspectiveOrigin?: PerspectiveOrigin<string | number> | CustomValueType | (PerspectiveOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(PerspectiveOrigin<string | number> | CustomValueType | undefined)[]];
    MozStackSizing?: MozStackSizing | CustomValueType | (MozStackSizing | CustomValueType | undefined)[] | [null, ...(MozStackSizing | CustomValueType | undefined)[]];
    MozTabSize?: TabSize<string | number> | CustomValueType | (TabSize<string | number> | CustomValueType | undefined)[] | [null, ...(TabSize<string | number> | CustomValueType | undefined)[]];
    MozTextAlignLast?: TextAlignLast | CustomValueType | (TextAlignLast | CustomValueType | undefined)[] | [null, ...(TextAlignLast | CustomValueType | undefined)[]];
    MozTextBlink?: MozTextBlink | CustomValueType | (MozTextBlink | CustomValueType | undefined)[] | [null, ...(MozTextBlink | CustomValueType | undefined)[]];
    MozTextDecorationColor?: TextDecorationColor | CustomValueType | (TextDecorationColor | CustomValueType | undefined)[] | [null, ...(TextDecorationColor | CustomValueType | undefined)[]];
    MozTextDecorationLine?: TextDecorationLine | CustomValueType | (TextDecorationLine | CustomValueType | undefined)[] | [null, ...(TextDecorationLine | CustomValueType | undefined)[]];
    MozTextDecorationStyle?: TextDecorationStyle | CustomValueType | (TextDecorationStyle | CustomValueType | undefined)[] | [null, ...(TextDecorationStyle | CustomValueType | undefined)[]];
    MozTextSizeAdjust?: TextSizeAdjust | CustomValueType | (TextSizeAdjust | CustomValueType | undefined)[] | [null, ...(TextSizeAdjust | CustomValueType | undefined)[]];
    MozTransform?: Transform | CustomValueType | (Transform | CustomValueType | undefined)[] | [null, ...(Transform | CustomValueType | undefined)[]];
    MozTransformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]];
    MozTransformStyle?: TransformStyle | CustomValueType | (TransformStyle | CustomValueType | undefined)[] | [null, ...(TransformStyle | CustomValueType | undefined)[]];
    MozTransition?: Transition<string & {}> | CustomValueType | (Transition<string & {}> | CustomValueType | undefined)[] | [null, ...(Transition<string & {}> | CustomValueType | undefined)[]];
    MozTransitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]];
    MozTransitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]];
    MozTransitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]];
    MozTransitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]];
    MozUserFocus?: MozUserFocus | CustomValueType | (MozUserFocus | CustomValueType | undefined)[] | [null, ...(MozUserFocus | CustomValueType | undefined)[]];
    MozUserInput?: MozUserInput | CustomValueType | (MozUserInput | CustomValueType | undefined)[] | [null, ...(MozUserInput | CustomValueType | undefined)[]];
    MozUserModify?: MozUserModify | CustomValueType | (MozUserModify | CustomValueType | undefined)[] | [null, ...(MozUserModify | CustomValueType | undefined)[]];
    MozUserSelect?: UserSelect | CustomValueType | (UserSelect | CustomValueType | undefined)[] | [null, ...(UserSelect | CustomValueType | undefined)[]];
    MozWindowDragging?: MozWindowDragging | CustomValueType | (MozWindowDragging | CustomValueType | undefined)[] | [null, ...(MozWindowDragging | CustomValueType | undefined)[]];
    MozWindowShadow?: MozWindowShadow | CustomValueType | (MozWindowShadow | CustomValueType | undefined)[] | [null, ...(MozWindowShadow | CustomValueType | undefined)[]];
    OAnimation?: Animation<string & {}> | CustomValueType | (Animation<string & {}> | CustomValueType | undefined)[] | [null, ...(Animation<string & {}> | CustomValueType | undefined)[]];
    OAnimationDelay?: AnimationDelay<string & {}> | CustomValueType | (AnimationDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDelay<string & {}> | CustomValueType | undefined)[]];
    OAnimationDirection?: AnimationDirection | CustomValueType | (AnimationDirection | CustomValueType | undefined)[] | [null, ...(AnimationDirection | CustomValueType | undefined)[]];
    OAnimationDuration?: AnimationDuration<string & {}> | CustomValueType | (AnimationDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDuration<string & {}> | CustomValueType | undefined)[]];
    OAnimationFillMode?: AnimationFillMode | CustomValueType | (AnimationFillMode | CustomValueType | undefined)[] | [null, ...(AnimationFillMode | CustomValueType | undefined)[]];
    OAnimationIterationCount?: AnimationIterationCount | CustomValueType | (AnimationIterationCount | CustomValueType | undefined)[] | [null, ...(AnimationIterationCount | CustomValueType | undefined)[]];
    OAnimationName?: AnimationName | CustomValueType | (AnimationName | CustomValueType | undefined)[] | [null, ...(AnimationName | CustomValueType | undefined)[]];
    OAnimationPlayState?: AnimationPlayState | CustomValueType | (AnimationPlayState | CustomValueType | undefined)[] | [null, ...(AnimationPlayState | CustomValueType | undefined)[]];
    OAnimationTimingFunction?: AnimationTimingFunction | CustomValueType | (AnimationTimingFunction | CustomValueType | undefined)[] | [null, ...(AnimationTimingFunction | CustomValueType | undefined)[]];
    OBackgroundSize?: BackgroundSize<string | number> | CustomValueType | (BackgroundSize<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundSize<string | number> | CustomValueType | undefined)[]];
    OBorderImage?: BorderImage | CustomValueType | (BorderImage | CustomValueType | undefined)[] | [null, ...(BorderImage | CustomValueType | undefined)[]];
    OObjectFit?: ObjectFit | CustomValueType | (ObjectFit | CustomValueType | undefined)[] | [null, ...(ObjectFit | CustomValueType | undefined)[]];
    OObjectPosition?: ObjectPosition<string | number> | CustomValueType | (ObjectPosition<string | number> | CustomValueType | undefined)[] | [null, ...(ObjectPosition<string | number> | CustomValueType | undefined)[]];
    OTabSize?: TabSize<string | number> | CustomValueType | (TabSize<string | number> | CustomValueType | undefined)[] | [null, ...(TabSize<string | number> | CustomValueType | undefined)[]];
    OTextOverflow?: TextOverflow | CustomValueType | (TextOverflow | CustomValueType | undefined)[] | [null, ...(TextOverflow | CustomValueType | undefined)[]];
    OTransform?: Transform | CustomValueType | (Transform | CustomValueType | undefined)[] | [null, ...(Transform | CustomValueType | undefined)[]];
    OTransformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]];
    OTransition?: Transition<string & {}> | CustomValueType | (Transition<string & {}> | CustomValueType | undefined)[] | [null, ...(Transition<string & {}> | CustomValueType | undefined)[]];
    OTransitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]];
    OTransitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]];
    OTransitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]];
    OTransitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]];
    WebkitAlignContent?: AlignContent | CustomValueType | (AlignContent | CustomValueType | undefined)[] | [null, ...(AlignContent | CustomValueType | undefined)[]];
    WebkitAlignItems?: AlignItems | CustomValueType | (AlignItems | CustomValueType | undefined)[] | [null, ...(AlignItems | CustomValueType | undefined)[]];
    WebkitAlignSelf?: AlignSelf | CustomValueType | (AlignSelf | CustomValueType | undefined)[] | [null, ...(AlignSelf | CustomValueType | undefined)[]];
    WebkitAnimation?: Animation<string & {}> | CustomValueType | (Animation<string & {}> | CustomValueType | undefined)[] | [null, ...(Animation<string & {}> | CustomValueType | undefined)[]];
    WebkitAnimationDelay?: AnimationDelay<string & {}> | CustomValueType | (AnimationDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDelay<string & {}> | CustomValueType | undefined)[]];
    WebkitAnimationDirection?: AnimationDirection | CustomValueType | (AnimationDirection | CustomValueType | undefined)[] | [null, ...(AnimationDirection | CustomValueType | undefined)[]];
    WebkitAnimationDuration?: AnimationDuration<string & {}> | CustomValueType | (AnimationDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDuration<string & {}> | CustomValueType | undefined)[]];
    WebkitAnimationFillMode?: AnimationFillMode | CustomValueType | (AnimationFillMode | CustomValueType | undefined)[] | [null, ...(AnimationFillMode | CustomValueType | undefined)[]];
    WebkitAnimationIterationCount?: AnimationIterationCount | CustomValueType | (AnimationIterationCount | CustomValueType | undefined)[] | [null, ...(AnimationIterationCount | CustomValueType | undefined)[]];
    WebkitAnimationName?: AnimationName | CustomValueType | (AnimationName | CustomValueType | undefined)[] | [null, ...(AnimationName | CustomValueType | undefined)[]];
    WebkitAnimationPlayState?: AnimationPlayState | CustomValueType | (AnimationPlayState | CustomValueType | undefined)[] | [null, ...(AnimationPlayState | CustomValueType | undefined)[]];
    WebkitAnimationTimingFunction?: AnimationTimingFunction | CustomValueType | (AnimationTimingFunction | CustomValueType | undefined)[] | [null, ...(AnimationTimingFunction | CustomValueType | undefined)[]];
    WebkitAppearance?: WebkitAppearance | CustomValueType | (WebkitAppearance | CustomValueType | undefined)[] | [null, ...(WebkitAppearance | CustomValueType | undefined)[]];
    WebkitBackdropFilter?: BackdropFilter | CustomValueType | (BackdropFilter | CustomValueType | undefined)[] | [null, ...(BackdropFilter | CustomValueType | undefined)[]];
    WebkitBackfaceVisibility?: BackfaceVisibility | CustomValueType | (BackfaceVisibility | CustomValueType | undefined)[] | [null, ...(BackfaceVisibility | CustomValueType | undefined)[]];
    WebkitBackgroundClip?: BackgroundClip | CustomValueType | (BackgroundClip | CustomValueType | undefined)[] | [null, ...(BackgroundClip | CustomValueType | undefined)[]];
    WebkitBackgroundOrigin?: BackgroundOrigin | CustomValueType | (BackgroundOrigin | CustomValueType | undefined)[] | [null, ...(BackgroundOrigin | CustomValueType | undefined)[]];
    WebkitBackgroundSize?: BackgroundSize<string | number> | CustomValueType | (BackgroundSize<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundSize<string | number> | CustomValueType | undefined)[]];
    WebkitBorderBefore?: WebkitBorderBefore<string | number> | CustomValueType | (WebkitBorderBefore<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitBorderBefore<string | number> | CustomValueType | undefined)[]];
    WebkitBorderBeforeColor?: WebkitBorderBeforeColor | CustomValueType | (WebkitBorderBeforeColor | CustomValueType | undefined)[] | [null, ...(WebkitBorderBeforeColor | CustomValueType | undefined)[]];
    WebkitBorderBeforeStyle?: WebkitBorderBeforeStyle | CustomValueType | (WebkitBorderBeforeStyle | CustomValueType | undefined)[] | [null, ...(WebkitBorderBeforeStyle | CustomValueType | undefined)[]];
    WebkitBorderBeforeWidth?: WebkitBorderBeforeWidth<string | number> | CustomValueType | (WebkitBorderBeforeWidth<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitBorderBeforeWidth<string | number> | CustomValueType | undefined)[]];
    WebkitBorderBottomLeftRadius?: BorderBottomLeftRadius<string | number> | CustomValueType | (BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[]];
    WebkitBorderBottomRightRadius?: BorderBottomRightRadius<string | number> | CustomValueType | (BorderBottomRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomRightRadius<string | number> | CustomValueType | undefined)[]];
    WebkitBorderImage?: BorderImage | CustomValueType | (BorderImage | CustomValueType | undefined)[] | [null, ...(BorderImage | CustomValueType | undefined)[]];
    WebkitBorderImageSlice?: BorderImageSlice | CustomValueType | (BorderImageSlice | CustomValueType | undefined)[] | [null, ...(BorderImageSlice | CustomValueType | undefined)[]];
    WebkitBorderRadius?: BorderRadius<string | number> | CustomValueType | (BorderRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRadius<string | number> | CustomValueType | undefined)[]];
    WebkitBorderTopLeftRadius?: BorderTopLeftRadius<string | number> | CustomValueType | (BorderTopLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopLeftRadius<string | number> | CustomValueType | undefined)[]];
    WebkitBorderTopRightRadius?: BorderTopRightRadius<string | number> | CustomValueType | (BorderTopRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopRightRadius<string | number> | CustomValueType | undefined)[]];
    WebkitBoxAlign?: BoxAlign | CustomValueType | (BoxAlign | CustomValueType | undefined)[] | [null, ...(BoxAlign | CustomValueType | undefined)[]];
    WebkitBoxDecorationBreak?: BoxDecorationBreak | CustomValueType | (BoxDecorationBreak | CustomValueType | undefined)[] | [null, ...(BoxDecorationBreak | CustomValueType | undefined)[]];
    WebkitBoxDirection?: BoxDirection | CustomValueType | (BoxDirection | CustomValueType | undefined)[] | [null, ...(BoxDirection | CustomValueType | undefined)[]];
    WebkitBoxFlex?: BoxFlex | CustomValueType | (BoxFlex | CustomValueType | undefined)[] | [null, ...(BoxFlex | CustomValueType | undefined)[]];
    WebkitBoxFlexGroup?: BoxFlexGroup | CustomValueType | (BoxFlexGroup | CustomValueType | undefined)[] | [null, ...(BoxFlexGroup | CustomValueType | undefined)[]];
    WebkitBoxLines?: BoxLines | CustomValueType | (BoxLines | CustomValueType | undefined)[] | [null, ...(BoxLines | CustomValueType | undefined)[]];
    WebkitBoxOrdinalGroup?: BoxOrdinalGroup | CustomValueType | (BoxOrdinalGroup | CustomValueType | undefined)[] | [null, ...(BoxOrdinalGroup | CustomValueType | undefined)[]];
    WebkitBoxOrient?: BoxOrient | CustomValueType | (BoxOrient | CustomValueType | undefined)[] | [null, ...(BoxOrient | CustomValueType | undefined)[]];
    WebkitBoxPack?: BoxPack | CustomValueType | (BoxPack | CustomValueType | undefined)[] | [null, ...(BoxPack | CustomValueType | undefined)[]];
    WebkitBoxReflect?: WebkitBoxReflect<string | number> | CustomValueType | (WebkitBoxReflect<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitBoxReflect<string | number> | CustomValueType | undefined)[]];
    WebkitBoxShadow?: BoxShadow | CustomValueType | (BoxShadow | CustomValueType | undefined)[] | [null, ...(BoxShadow | CustomValueType | undefined)[]];
    WebkitBoxSizing?: BoxSizing | CustomValueType | (BoxSizing | CustomValueType | undefined)[] | [null, ...(BoxSizing | CustomValueType | undefined)[]];
    WebkitClipPath?: ClipPath | CustomValueType | (ClipPath | CustomValueType | undefined)[] | [null, ...(ClipPath | CustomValueType | undefined)[]];
    WebkitColumnCount?: ColumnCount | CustomValueType | (ColumnCount | CustomValueType | undefined)[] | [null, ...(ColumnCount | CustomValueType | undefined)[]];
    WebkitColumnFill?: ColumnFill | CustomValueType | (ColumnFill | CustomValueType | undefined)[] | [null, ...(ColumnFill | CustomValueType | undefined)[]];
    WebkitColumnRule?: ColumnRule<string | number> | CustomValueType | (ColumnRule<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRule<string | number> | CustomValueType | undefined)[]];
    WebkitColumnRuleColor?: ColumnRuleColor | CustomValueType | (ColumnRuleColor | CustomValueType | undefined)[] | [null, ...(ColumnRuleColor | CustomValueType | undefined)[]];
    WebkitColumnRuleStyle?: ColumnRuleStyle | CustomValueType | (ColumnRuleStyle | CustomValueType | undefined)[] | [null, ...(ColumnRuleStyle | CustomValueType | undefined)[]];
    WebkitColumnRuleWidth?: ColumnRuleWidth<string | number> | CustomValueType | (ColumnRuleWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRuleWidth<string | number> | CustomValueType | undefined)[]];
    WebkitColumnSpan?: ColumnSpan | CustomValueType | (ColumnSpan | CustomValueType | undefined)[] | [null, ...(ColumnSpan | CustomValueType | undefined)[]];
    WebkitColumnWidth?: ColumnWidth<string | number> | CustomValueType | (ColumnWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnWidth<string | number> | CustomValueType | undefined)[]];
    WebkitColumns?: Columns<string | number> | CustomValueType | (Columns<string | number> | CustomValueType | undefined)[] | [null, ...(Columns<string | number> | CustomValueType | undefined)[]];
    WebkitFilter?: Filter | CustomValueType | (Filter | CustomValueType | undefined)[] | [null, ...(Filter | CustomValueType | undefined)[]];
    WebkitFlex?: Flex<string | number> | CustomValueType | (Flex<string | number> | CustomValueType | undefined)[] | [null, ...(Flex<string | number> | CustomValueType | undefined)[]];
    WebkitFlexBasis?: FlexBasis<string | number> | CustomValueType | (FlexBasis<string | number> | CustomValueType | undefined)[] | [null, ...(FlexBasis<string | number> | CustomValueType | undefined)[]];
    WebkitFlexDirection?: FlexDirection | CustomValueType | (FlexDirection | CustomValueType | undefined)[] | [null, ...(FlexDirection | CustomValueType | undefined)[]];
    WebkitFlexFlow?: FlexFlow | CustomValueType | (FlexFlow | CustomValueType | undefined)[] | [null, ...(FlexFlow | CustomValueType | undefined)[]];
    WebkitFlexGrow?: FlexGrow | CustomValueType | (FlexGrow | CustomValueType | undefined)[] | [null, ...(FlexGrow | CustomValueType | undefined)[]];
    WebkitFlexShrink?: FlexShrink | CustomValueType | (FlexShrink | CustomValueType | undefined)[] | [null, ...(FlexShrink | CustomValueType | undefined)[]];
    WebkitFlexWrap?: FlexWrap | CustomValueType | (FlexWrap | CustomValueType | undefined)[] | [null, ...(FlexWrap | CustomValueType | undefined)[]];
    WebkitFontFeatureSettings?: FontFeatureSettings | CustomValueType | (FontFeatureSettings | CustomValueType | undefined)[] | [null, ...(FontFeatureSettings | CustomValueType | undefined)[]];
    WebkitFontKerning?: FontKerning | CustomValueType | (FontKerning | CustomValueType | undefined)[] | [null, ...(FontKerning | CustomValueType | undefined)[]];
    WebkitFontSmoothing?: FontSmooth<string | number> | CustomValueType | (FontSmooth<string | number> | CustomValueType | undefined)[] | [null, ...(FontSmooth<string | number> | CustomValueType | undefined)[]];
    WebkitFontVariantLigatures?: FontVariantLigatures | CustomValueType | (FontVariantLigatures | CustomValueType | undefined)[] | [null, ...(FontVariantLigatures | CustomValueType | undefined)[]];
    WebkitHyphenateCharacter?: HyphenateCharacter | CustomValueType | (HyphenateCharacter | CustomValueType | undefined)[] | [null, ...(HyphenateCharacter | CustomValueType | undefined)[]];
    WebkitHyphens?: Hyphens | CustomValueType | (Hyphens | CustomValueType | undefined)[] | [null, ...(Hyphens | CustomValueType | undefined)[]];
    WebkitInitialLetter?: InitialLetter | CustomValueType | (InitialLetter | CustomValueType | undefined)[] | [null, ...(InitialLetter | CustomValueType | undefined)[]];
    WebkitJustifyContent?: JustifyContent | CustomValueType | (JustifyContent | CustomValueType | undefined)[] | [null, ...(JustifyContent | CustomValueType | undefined)[]];
    WebkitLineBreak?: LineBreak | CustomValueType | (LineBreak | CustomValueType | undefined)[] | [null, ...(LineBreak | CustomValueType | undefined)[]];
    WebkitLineClamp?: WebkitLineClamp | CustomValueType | (WebkitLineClamp | CustomValueType | undefined)[] | [null, ...(WebkitLineClamp | CustomValueType | undefined)[]];
    WebkitMarginEnd?: MarginInlineEnd<string | number> | CustomValueType | (MarginInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineEnd<string | number> | CustomValueType | undefined)[]];
    WebkitMarginStart?: MarginInlineStart<string | number> | CustomValueType | (MarginInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineStart<string | number> | CustomValueType | undefined)[]];
    WebkitMask?: WebkitMask<string | number> | CustomValueType | (WebkitMask<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMask<string | number> | CustomValueType | undefined)[]];
    WebkitMaskAttachment?: WebkitMaskAttachment | CustomValueType | (WebkitMaskAttachment | CustomValueType | undefined)[] | [null, ...(WebkitMaskAttachment | CustomValueType | undefined)[]];
    WebkitMaskBoxImage?: MaskBorder | CustomValueType | (MaskBorder | CustomValueType | undefined)[] | [null, ...(MaskBorder | CustomValueType | undefined)[]];
    WebkitMaskBoxImageOutset?: MaskBorderOutset<string | number> | CustomValueType | (MaskBorderOutset<string | number> | CustomValueType | undefined)[] | [null, ...(MaskBorderOutset<string | number> | CustomValueType | undefined)[]];
    WebkitMaskBoxImageRepeat?: MaskBorderRepeat | CustomValueType | (MaskBorderRepeat | CustomValueType | undefined)[] | [null, ...(MaskBorderRepeat | CustomValueType | undefined)[]];
    WebkitMaskBoxImageSlice?: MaskBorderSlice | CustomValueType | (MaskBorderSlice | CustomValueType | undefined)[] | [null, ...(MaskBorderSlice | CustomValueType | undefined)[]];
    WebkitMaskBoxImageSource?: MaskBorderSource | CustomValueType | (MaskBorderSource | CustomValueType | undefined)[] | [null, ...(MaskBorderSource | CustomValueType | undefined)[]];
    WebkitMaskBoxImageWidth?: MaskBorderWidth<string | number> | CustomValueType | (MaskBorderWidth<string | number> | CustomValueType | undefined)[] | [null, ...(MaskBorderWidth<string | number> | CustomValueType | undefined)[]];
    WebkitMaskClip?: WebkitMaskClip | CustomValueType | (WebkitMaskClip | CustomValueType | undefined)[] | [null, ...(WebkitMaskClip | CustomValueType | undefined)[]];
    WebkitMaskComposite?: WebkitMaskComposite | CustomValueType | (WebkitMaskComposite | CustomValueType | undefined)[] | [null, ...(WebkitMaskComposite | CustomValueType | undefined)[]];
    WebkitMaskImage?: WebkitMaskImage | CustomValueType | (WebkitMaskImage | CustomValueType | undefined)[] | [null, ...(WebkitMaskImage | CustomValueType | undefined)[]];
    WebkitMaskOrigin?: WebkitMaskOrigin | CustomValueType | (WebkitMaskOrigin | CustomValueType | undefined)[] | [null, ...(WebkitMaskOrigin | CustomValueType | undefined)[]];
    WebkitMaskPosition?: WebkitMaskPosition<string | number> | CustomValueType | (WebkitMaskPosition<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMaskPosition<string | number> | CustomValueType | undefined)[]];
    WebkitMaskPositionX?: WebkitMaskPositionX<string | number> | CustomValueType | (WebkitMaskPositionX<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMaskPositionX<string | number> | CustomValueType | undefined)[]];
    WebkitMaskPositionY?: WebkitMaskPositionY<string | number> | CustomValueType | (WebkitMaskPositionY<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMaskPositionY<string | number> | CustomValueType | undefined)[]];
    WebkitMaskRepeat?: WebkitMaskRepeat | CustomValueType | (WebkitMaskRepeat | CustomValueType | undefined)[] | [null, ...(WebkitMaskRepeat | CustomValueType | undefined)[]];
    WebkitMaskRepeatX?: WebkitMaskRepeatX | CustomValueType | (WebkitMaskRepeatX | CustomValueType | undefined)[] | [null, ...(WebkitMaskRepeatX | CustomValueType | undefined)[]];
    WebkitMaskRepeatY?: WebkitMaskRepeatY | CustomValueType | (WebkitMaskRepeatY | CustomValueType | undefined)[] | [null, ...(WebkitMaskRepeatY | CustomValueType | undefined)[]];
    WebkitMaskSize?: WebkitMaskSize<string | number> | CustomValueType | (WebkitMaskSize<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMaskSize<string | number> | CustomValueType | undefined)[]];
    WebkitMaxInlineSize?: MaxInlineSize<string | number> | CustomValueType | (MaxInlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(MaxInlineSize<string | number> | CustomValueType | undefined)[]];
    WebkitOrder?: Order | CustomValueType | (Order | CustomValueType | undefined)[] | [null, ...(Order | CustomValueType | undefined)[]];
    WebkitOverflowScrolling?: WebkitOverflowScrolling | CustomValueType | (WebkitOverflowScrolling | CustomValueType | undefined)[] | [null, ...(WebkitOverflowScrolling | CustomValueType | undefined)[]];
    WebkitPaddingEnd?: PaddingInlineEnd<string | number> | CustomValueType | (PaddingInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineEnd<string | number> | CustomValueType | undefined)[]];
    WebkitPaddingStart?: PaddingInlineStart<string | number> | CustomValueType | (PaddingInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineStart<string | number> | CustomValueType | undefined)[]];
    WebkitPerspective?: Perspective<string | number> | CustomValueType | (Perspective<string | number> | CustomValueType | undefined)[] | [null, ...(Perspective<string | number> | CustomValueType | undefined)[]];
    WebkitPerspectiveOrigin?: PerspectiveOrigin<string | number> | CustomValueType | (PerspectiveOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(PerspectiveOrigin<string | number> | CustomValueType | undefined)[]];
    WebkitPrintColorAdjust?: PrintColorAdjust | CustomValueType | (PrintColorAdjust | CustomValueType | undefined)[] | [null, ...(PrintColorAdjust | CustomValueType | undefined)[]];
    WebkitRubyPosition?: RubyPosition | CustomValueType | (RubyPosition | CustomValueType | undefined)[] | [null, ...(RubyPosition | CustomValueType | undefined)[]];
    WebkitScrollSnapType?: ScrollSnapType | CustomValueType | (ScrollSnapType | CustomValueType | undefined)[] | [null, ...(ScrollSnapType | CustomValueType | undefined)[]];
    WebkitShapeMargin?: ShapeMargin<string | number> | CustomValueType | (ShapeMargin<string | number> | CustomValueType | undefined)[] | [null, ...(ShapeMargin<string | number> | CustomValueType | undefined)[]];
    WebkitTapHighlightColor?: WebkitTapHighlightColor | CustomValueType | (WebkitTapHighlightColor | CustomValueType | undefined)[] | [null, ...(WebkitTapHighlightColor | CustomValueType | undefined)[]];
    WebkitTextCombine?: TextCombineUpright | CustomValueType | (TextCombineUpright | CustomValueType | undefined)[] | [null, ...(TextCombineUpright | CustomValueType | undefined)[]];
    WebkitTextDecorationColor?: TextDecorationColor | CustomValueType | (TextDecorationColor | CustomValueType | undefined)[] | [null, ...(TextDecorationColor | CustomValueType | undefined)[]];
    WebkitTextDecorationLine?: TextDecorationLine | CustomValueType | (TextDecorationLine | CustomValueType | undefined)[] | [null, ...(TextDecorationLine | CustomValueType | undefined)[]];
    WebkitTextDecorationSkip?: TextDecorationSkip | CustomValueType | (TextDecorationSkip | CustomValueType | undefined)[] | [null, ...(TextDecorationSkip | CustomValueType | undefined)[]];
    WebkitTextDecorationStyle?: TextDecorationStyle | CustomValueType | (TextDecorationStyle | CustomValueType | undefined)[] | [null, ...(TextDecorationStyle | CustomValueType | undefined)[]];
    WebkitTextEmphasis?: TextEmphasis | CustomValueType | (TextEmphasis | CustomValueType | undefined)[] | [null, ...(TextEmphasis | CustomValueType | undefined)[]];
    WebkitTextEmphasisColor?: TextEmphasisColor | CustomValueType | (TextEmphasisColor | CustomValueType | undefined)[] | [null, ...(TextEmphasisColor | CustomValueType | undefined)[]];
    WebkitTextEmphasisPosition?: TextEmphasisPosition | CustomValueType | (TextEmphasisPosition | CustomValueType | undefined)[] | [null, ...(TextEmphasisPosition | CustomValueType | undefined)[]];
    WebkitTextEmphasisStyle?: TextEmphasisStyle | CustomValueType | (TextEmphasisStyle | CustomValueType | undefined)[] | [null, ...(TextEmphasisStyle | CustomValueType | undefined)[]];
    WebkitTextFillColor?: WebkitTextFillColor | CustomValueType | (WebkitTextFillColor | CustomValueType | undefined)[] | [null, ...(WebkitTextFillColor | CustomValueType | undefined)[]];
    WebkitTextOrientation?: TextOrientation | CustomValueType | (TextOrientation | CustomValueType | undefined)[] | [null, ...(TextOrientation | CustomValueType | undefined)[]];
    WebkitTextSizeAdjust?: TextSizeAdjust | CustomValueType | (TextSizeAdjust | CustomValueType | undefined)[] | [null, ...(TextSizeAdjust | CustomValueType | undefined)[]];
    WebkitTextStroke?: WebkitTextStroke<string | number> | CustomValueType | (WebkitTextStroke<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitTextStroke<string | number> | CustomValueType | undefined)[]];
    WebkitTextStrokeColor?: WebkitTextStrokeColor | CustomValueType | (WebkitTextStrokeColor | CustomValueType | undefined)[] | [null, ...(WebkitTextStrokeColor | CustomValueType | undefined)[]];
    WebkitTextStrokeWidth?: WebkitTextStrokeWidth<string | number> | CustomValueType | (WebkitTextStrokeWidth<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitTextStrokeWidth<string | number> | CustomValueType | undefined)[]];
    WebkitTextUnderlinePosition?: TextUnderlinePosition | CustomValueType | (TextUnderlinePosition | CustomValueType | undefined)[] | [null, ...(TextUnderlinePosition | CustomValueType | undefined)[]];
    WebkitTouchCallout?: WebkitTouchCallout | CustomValueType | (WebkitTouchCallout | CustomValueType | undefined)[] | [null, ...(WebkitTouchCallout | CustomValueType | undefined)[]];
    WebkitTransform?: Transform | CustomValueType | (Transform | CustomValueType | undefined)[] | [null, ...(Transform | CustomValueType | undefined)[]];
    WebkitTransformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]];
    WebkitTransformStyle?: TransformStyle | CustomValueType | (TransformStyle | CustomValueType | undefined)[] | [null, ...(TransformStyle | CustomValueType | undefined)[]];
    WebkitTransition?: Transition<string & {}> | CustomValueType | (Transition<string & {}> | CustomValueType | undefined)[] | [null, ...(Transition<string & {}> | CustomValueType | undefined)[]];
    WebkitTransitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]];
    WebkitTransitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]];
    WebkitTransitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]];
    WebkitTransitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]];
    WebkitUserModify?: WebkitUserModify | CustomValueType | (WebkitUserModify | CustomValueType | undefined)[] | [null, ...(WebkitUserModify | CustomValueType | undefined)[]];
    WebkitUserSelect?: UserSelect | CustomValueType | (UserSelect | CustomValueType | undefined)[] | [null, ...(UserSelect | CustomValueType | undefined)[]];
    WebkitWritingMode?: WritingMode | CustomValueType | (WritingMode | CustomValueType | undefined)[] | [null, ...(WritingMode | CustomValueType | undefined)[]];
    accentColor?: AccentColor | CustomValueType | (AccentColor | CustomValueType | undefined)[] | [null, ...(AccentColor | CustomValueType | undefined)[]];
    accentHeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    accumulate?: "none" | "sum" | CustomValueType | (undefined | "none" | "sum" | CustomValueType)[] | [null, ...(undefined | "none" | "sum" | CustomValueType)[]];
    additive?: "replace" | "sum" | CustomValueType | (undefined | "replace" | "sum" | CustomValueType)[] | [null, ...(undefined | "replace" | "sum" | CustomValueType)[]];
    alignContent?: AlignContent | CustomValueType | (AlignContent | CustomValueType | undefined)[] | [null, ...(AlignContent | CustomValueType | undefined)[]];
    alignItems?: AlignItems | CustomValueType | (AlignItems | CustomValueType | undefined)[] | [null, ...(AlignItems | CustomValueType | undefined)[]];
    alignSelf?: AlignSelf | CustomValueType | (AlignSelf | CustomValueType | undefined)[] | [null, ...(AlignSelf | CustomValueType | undefined)[]];
    alignTracks?: AlignTracks | CustomValueType | (AlignTracks | CustomValueType | undefined)[] | [null, ...(AlignTracks | CustomValueType | undefined)[]];
    alignmentBaseline?: "auto" | "inherit" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | CustomValueType | (undefined | "auto" | "inherit" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | CustomValueType)[] | [null, ...(undefined | "auto" | "inherit" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | CustomValueType)[]];
    all?: Globals | CustomValueType | (Globals | CustomValueType | undefined)[] | [null, ...(Globals | CustomValueType | undefined)[]];
    allowReorder?: "no" | "yes" | CustomValueType | (undefined | "no" | "yes" | CustomValueType)[] | [null, ...(undefined | "no" | "yes" | CustomValueType)[]];
    alphabetic?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    amplitude?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    animation?: Animation<string & {}> | CustomValueType | (Animation<string & {}> | CustomValueType | undefined)[] | [null, ...(Animation<string & {}> | CustomValueType | undefined)[]];
    animationComposition?: AnimationComposition | CustomValueType | (AnimationComposition | CustomValueType | undefined)[] | [null, ...(AnimationComposition | CustomValueType | undefined)[]];
    animationDelay?: AnimationDelay<string & {}> | CustomValueType | (AnimationDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDelay<string & {}> | CustomValueType | undefined)[]];
    animationDirection?: AnimationDirection | CustomValueType | (AnimationDirection | CustomValueType | undefined)[] | [null, ...(AnimationDirection | CustomValueType | undefined)[]];
    animationDuration?: AnimationDuration<string & {}> | CustomValueType | (AnimationDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDuration<string & {}> | CustomValueType | undefined)[]];
    animationFillMode?: AnimationFillMode | CustomValueType | (AnimationFillMode | CustomValueType | undefined)[] | [null, ...(AnimationFillMode | CustomValueType | undefined)[]];
    animationIterationCount?: AnimationIterationCount | CustomValueType | (AnimationIterationCount | CustomValueType | undefined)[] | [null, ...(AnimationIterationCount | CustomValueType | undefined)[]];
    animationName?: AnimationName | CustomValueType | (AnimationName | CustomValueType | undefined)[] | [null, ...(AnimationName | CustomValueType | undefined)[]];
    animationPlayState?: AnimationPlayState | CustomValueType | (AnimationPlayState | CustomValueType | undefined)[] | [null, ...(AnimationPlayState | CustomValueType | undefined)[]];
    animationRange?: AnimationRange<string | number> | CustomValueType | (AnimationRange<string | number> | CustomValueType | undefined)[] | [null, ...(AnimationRange<string | number> | CustomValueType | undefined)[]];
    animationRangeEnd?: AnimationRangeEnd<string | number> | CustomValueType | (AnimationRangeEnd<string | number> | CustomValueType | undefined)[] | [null, ...(AnimationRangeEnd<string | number> | CustomValueType | undefined)[]];
    animationRangeStart?: AnimationRangeStart<string | number> | CustomValueType | (AnimationRangeStart<string | number> | CustomValueType | undefined)[] | [null, ...(AnimationRangeStart<string | number> | CustomValueType | undefined)[]];
    animationTimeline?: AnimationTimeline | CustomValueType | (AnimationTimeline | CustomValueType | undefined)[] | [null, ...(AnimationTimeline | CustomValueType | undefined)[]];
    animationTimingFunction?: AnimationTimingFunction | CustomValueType | (AnimationTimingFunction | CustomValueType | undefined)[] | [null, ...(AnimationTimingFunction | CustomValueType | undefined)[]];
    appearance?: Appearance | CustomValueType | (Appearance | CustomValueType | undefined)[] | [null, ...(Appearance | CustomValueType | undefined)[]];
    arabicForm?: "terminal" | "initial" | "medial" | "isolated" | CustomValueType | (undefined | "terminal" | "initial" | "medial" | "isolated" | CustomValueType)[] | [null, ...(undefined | "terminal" | "initial" | "medial" | "isolated" | CustomValueType)[]];
    aria-activedescendant?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-atomic?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-autocomplete?: "none" | "inline" | "both" | "list" | CustomValueType | (undefined | "none" | "inline" | "both" | "list" | CustomValueType)[] | [null, ...(undefined | "none" | "inline" | "both" | "list" | CustomValueType)[]];
    aria-braillelabel?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-brailleroledescription?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-busy?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-checked?: boolean | "true" | "false" | "mixed" | CustomValueType | (undefined | boolean | "true" | "false" | "mixed" | CustomValueType)[] | [null, ...(undefined | boolean | "true" | "false" | "mixed" | CustomValueType)[]];
    aria-colcount?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-colindex?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-colindextext?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-colspan?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-controls?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-current?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | CustomValueType | (undefined | boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | CustomValueType)[] | [null, ...(undefined | boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | CustomValueType)[]];
    aria-describedby?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-description?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-details?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-disabled?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-dropeffect?: "link" | "copy" | "none" | "move" | "execute" | "popup" | CustomValueType | (undefined | "link" | "copy" | "none" | "move" | "execute" | "popup" | CustomValueType)[] | [null, ...(undefined | "link" | "copy" | "none" | "move" | "execute" | "popup" | CustomValueType)[]];
    aria-errormessage?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-expanded?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-flowto?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-grabbed?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-haspopup?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | CustomValueType | (undefined | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | CustomValueType)[] | [null, ...(undefined | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | CustomValueType)[]];
    aria-hidden?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-invalid?: boolean | "true" | "false" | "grammar" | "spelling" | CustomValueType | (undefined | boolean | "true" | "false" | "grammar" | "spelling" | CustomValueType)[] | [null, ...(undefined | boolean | "true" | "false" | "grammar" | "spelling" | CustomValueType)[]];
    aria-keyshortcuts?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-label?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-labelledby?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-level?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-live?: "off" | "assertive" | "polite" | CustomValueType | (undefined | "off" | "assertive" | "polite" | CustomValueType)[] | [null, ...(undefined | "off" | "assertive" | "polite" | CustomValueType)[]];
    aria-modal?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-multiline?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-multiselectable?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-orientation?: "horizontal" | "vertical" | CustomValueType | (undefined | "horizontal" | "vertical" | CustomValueType)[] | [null, ...(undefined | "horizontal" | "vertical" | CustomValueType)[]];
    aria-owns?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-placeholder?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-posinset?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-pressed?: boolean | "true" | "false" | "mixed" | CustomValueType | (undefined | boolean | "true" | "false" | "mixed" | CustomValueType)[] | [null, ...(undefined | boolean | "true" | "false" | "mixed" | CustomValueType)[]];
    aria-readonly?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-relevant?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | CustomValueType | (undefined | "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | CustomValueType)[] | [null, ...(undefined | "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | CustomValueType)[]];
    aria-required?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-roledescription?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-rowcount?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-rowindex?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-rowindextext?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    aria-rowspan?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-selected?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    aria-setsize?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-sort?: "none" | "ascending" | "descending" | "other" | CustomValueType | (undefined | "none" | "ascending" | "descending" | "other" | CustomValueType)[] | [null, ...(undefined | "none" | "ascending" | "descending" | "other" | CustomValueType)[]];
    aria-valuemax?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-valuemin?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-valuenow?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    aria-valuetext?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    ascent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    aspectRatio?: AspectRatio | CustomValueType | (AspectRatio | CustomValueType | undefined)[] | [null, ...(AspectRatio | CustomValueType | undefined)[]];
    attrScale?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    attrX?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    attrY?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    attributeName?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    attributeType?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    autoReverse?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    azimuth?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    backdropFilter?: BackdropFilter | CustomValueType | (BackdropFilter | CustomValueType | undefined)[] | [null, ...(BackdropFilter | CustomValueType | undefined)[]];
    backfaceVisibility?: BackfaceVisibility | CustomValueType | (BackfaceVisibility | CustomValueType | undefined)[] | [null, ...(BackfaceVisibility | CustomValueType | undefined)[]];
    background?: Background<string | number> | CustomValueType | (Background<string | number> | CustomValueType | undefined)[] | [null, ...(Background<string | number> | CustomValueType | undefined)[]];
    backgroundAttachment?: BackgroundAttachment | CustomValueType | (BackgroundAttachment | CustomValueType | undefined)[] | [null, ...(BackgroundAttachment | CustomValueType | undefined)[]];
    backgroundBlendMode?: BackgroundBlendMode | CustomValueType | (BackgroundBlendMode | CustomValueType | undefined)[] | [null, ...(BackgroundBlendMode | CustomValueType | undefined)[]];
    backgroundClip?: BackgroundClip | CustomValueType | (BackgroundClip | CustomValueType | undefined)[] | [null, ...(BackgroundClip | CustomValueType | undefined)[]];
    backgroundColor?: BackgroundColor | CustomValueType | (BackgroundColor | CustomValueType | undefined)[] | [null, ...(BackgroundColor | CustomValueType | undefined)[]];
    backgroundImage?: BackgroundImage | CustomValueType | (BackgroundImage | CustomValueType | undefined)[] | [null, ...(BackgroundImage | CustomValueType | undefined)[]];
    backgroundOrigin?: BackgroundOrigin | CustomValueType | (BackgroundOrigin | CustomValueType | undefined)[] | [null, ...(BackgroundOrigin | CustomValueType | undefined)[]];
    backgroundPosition?: BackgroundPosition<string | number> | CustomValueType | (BackgroundPosition<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundPosition<string | number> | CustomValueType | undefined)[]];
    backgroundPositionX?: BackgroundPositionX<string | number> | CustomValueType | (BackgroundPositionX<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundPositionX<string | number> | CustomValueType | undefined)[]];
    backgroundPositionY?: BackgroundPositionY<string | number> | CustomValueType | (BackgroundPositionY<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundPositionY<string | number> | CustomValueType | undefined)[]];
    backgroundRepeat?: BackgroundRepeat | CustomValueType | (BackgroundRepeat | CustomValueType | undefined)[] | [null, ...(BackgroundRepeat | CustomValueType | undefined)[]];
    backgroundSize?: BackgroundSize<string | number> | CustomValueType | (BackgroundSize<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundSize<string | number> | CustomValueType | undefined)[]];
    baseFrequency?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    baseProfile?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    baselineShift?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    bbox?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    begin?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    bias?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    blockOverflow?: BlockOverflow | CustomValueType | (BlockOverflow | CustomValueType | undefined)[] | [null, ...(BlockOverflow | CustomValueType | undefined)[]];
    blockSize?: BlockSize<string | number> | CustomValueType | (BlockSize<string | number> | CustomValueType | undefined)[] | [null, ...(BlockSize<string | number> | CustomValueType | undefined)[]];
    border?: Border<string | number> | CustomValueType | (Border<string | number> | CustomValueType | undefined)[] | [null, ...(Border<string | number> | CustomValueType | undefined)[]];
    borderBlock?: BorderBlock<string | number> | CustomValueType | (BorderBlock<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlock<string | number> | CustomValueType | undefined)[]];
    borderBlockColor?: BorderBlockColor | CustomValueType | (BorderBlockColor | CustomValueType | undefined)[] | [null, ...(BorderBlockColor | CustomValueType | undefined)[]];
    borderBlockEnd?: BorderBlockEnd<string | number> | CustomValueType | (BorderBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockEnd<string | number> | CustomValueType | undefined)[]];
    borderBlockEndColor?: BorderBlockEndColor | CustomValueType | (BorderBlockEndColor | CustomValueType | undefined)[] | [null, ...(BorderBlockEndColor | CustomValueType | undefined)[]];
    borderBlockEndStyle?: BorderBlockEndStyle | CustomValueType | (BorderBlockEndStyle | CustomValueType | undefined)[] | [null, ...(BorderBlockEndStyle | CustomValueType | undefined)[]];
    borderBlockEndWidth?: BorderBlockEndWidth<string | number> | CustomValueType | (BorderBlockEndWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockEndWidth<string | number> | CustomValueType | undefined)[]];
    borderBlockStart?: BorderBlockStart<string | number> | CustomValueType | (BorderBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockStart<string | number> | CustomValueType | undefined)[]];
    borderBlockStartColor?: BorderBlockStartColor | CustomValueType | (BorderBlockStartColor | CustomValueType | undefined)[] | [null, ...(BorderBlockStartColor | CustomValueType | undefined)[]];
    borderBlockStartStyle?: BorderBlockStartStyle | CustomValueType | (BorderBlockStartStyle | CustomValueType | undefined)[] | [null, ...(BorderBlockStartStyle | CustomValueType | undefined)[]];
    borderBlockStartWidth?: BorderBlockStartWidth<string | number> | CustomValueType | (BorderBlockStartWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockStartWidth<string | number> | CustomValueType | undefined)[]];
    borderBlockStyle?: BorderBlockStyle | CustomValueType | (BorderBlockStyle | CustomValueType | undefined)[] | [null, ...(BorderBlockStyle | CustomValueType | undefined)[]];
    borderBlockWidth?: BorderBlockWidth<string | number> | CustomValueType | (BorderBlockWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockWidth<string | number> | CustomValueType | undefined)[]];
    borderBottom?: BorderBottom<string | number> | CustomValueType | (BorderBottom<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottom<string | number> | CustomValueType | undefined)[]];
    borderBottomColor?: BorderBottomColor | CustomValueType | (BorderBottomColor | CustomValueType | undefined)[] | [null, ...(BorderBottomColor | CustomValueType | undefined)[]];
    borderBottomLeftRadius?: BorderBottomLeftRadius<string | number> | CustomValueType | (BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[]];
    borderBottomRightRadius?: BorderBottomRightRadius<string | number> | CustomValueType | (BorderBottomRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomRightRadius<string | number> | CustomValueType | undefined)[]];
    borderBottomStyle?: BorderBottomStyle | CustomValueType | (BorderBottomStyle | CustomValueType | undefined)[] | [null, ...(BorderBottomStyle | CustomValueType | undefined)[]];
    borderBottomWidth?: BorderBottomWidth<string | number> | CustomValueType | (BorderBottomWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomWidth<string | number> | CustomValueType | undefined)[]];
    borderCollapse?: BorderCollapse | CustomValueType | (BorderCollapse | CustomValueType | undefined)[] | [null, ...(BorderCollapse | CustomValueType | undefined)[]];
    borderColor?: BorderColor | CustomValueType | (BorderColor | CustomValueType | undefined)[] | [null, ...(BorderColor | CustomValueType | undefined)[]];
    borderEndEndRadius?: BorderEndEndRadius<string | number> | CustomValueType | (BorderEndEndRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderEndEndRadius<string | number> | CustomValueType | undefined)[]];
    borderEndStartRadius?: BorderEndStartRadius<string | number> | CustomValueType | (BorderEndStartRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderEndStartRadius<string | number> | CustomValueType | undefined)[]];
    borderImage?: BorderImage | CustomValueType | (BorderImage | CustomValueType | undefined)[] | [null, ...(BorderImage | CustomValueType | undefined)[]];
    borderImageOutset?: BorderImageOutset<string | number> | CustomValueType | (BorderImageOutset<string | number> | CustomValueType | undefined)[] | [null, ...(BorderImageOutset<string | number> | CustomValueType | undefined)[]];
    borderImageRepeat?: BorderImageRepeat | CustomValueType | (BorderImageRepeat | CustomValueType | undefined)[] | [null, ...(BorderImageRepeat | CustomValueType | undefined)[]];
    borderImageSlice?: BorderImageSlice | CustomValueType | (BorderImageSlice | CustomValueType | undefined)[] | [null, ...(BorderImageSlice | CustomValueType | undefined)[]];
    borderImageSource?: BorderImageSource | CustomValueType | (BorderImageSource | CustomValueType | undefined)[] | [null, ...(BorderImageSource | CustomValueType | undefined)[]];
    borderImageWidth?: BorderImageWidth<string | number> | CustomValueType | (BorderImageWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderImageWidth<string | number> | CustomValueType | undefined)[]];
    borderInline?: BorderInline<string | number> | CustomValueType | (BorderInline<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInline<string | number> | CustomValueType | undefined)[]];
    borderInlineColor?: BorderInlineColor | CustomValueType | (BorderInlineColor | CustomValueType | undefined)[] | [null, ...(BorderInlineColor | CustomValueType | undefined)[]];
    borderInlineEnd?: BorderInlineEnd<string | number> | CustomValueType | (BorderInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineEnd<string | number> | CustomValueType | undefined)[]];
    borderInlineEndColor?: BorderInlineEndColor | CustomValueType | (BorderInlineEndColor | CustomValueType | undefined)[] | [null, ...(BorderInlineEndColor | CustomValueType | undefined)[]];
    borderInlineEndStyle?: BorderInlineEndStyle | CustomValueType | (BorderInlineEndStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineEndStyle | CustomValueType | undefined)[]];
    borderInlineEndWidth?: BorderInlineEndWidth<string | number> | CustomValueType | (BorderInlineEndWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineEndWidth<string | number> | CustomValueType | undefined)[]];
    borderInlineStart?: BorderInlineStart<string | number> | CustomValueType | (BorderInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineStart<string | number> | CustomValueType | undefined)[]];
    borderInlineStartColor?: BorderInlineStartColor | CustomValueType | (BorderInlineStartColor | CustomValueType | undefined)[] | [null, ...(BorderInlineStartColor | CustomValueType | undefined)[]];
    borderInlineStartStyle?: BorderInlineStartStyle | CustomValueType | (BorderInlineStartStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineStartStyle | CustomValueType | undefined)[]];
    borderInlineStartWidth?: BorderInlineStartWidth<string | number> | CustomValueType | (BorderInlineStartWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineStartWidth<string | number> | CustomValueType | undefined)[]];
    borderInlineStyle?: BorderInlineStyle | CustomValueType | (BorderInlineStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineStyle | CustomValueType | undefined)[]];
    borderInlineWidth?: BorderInlineWidth<string | number> | CustomValueType | (BorderInlineWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineWidth<string | number> | CustomValueType | undefined)[]];
    borderLeft?: BorderLeft<string | number> | CustomValueType | (BorderLeft<string | number> | CustomValueType | undefined)[] | [null, ...(BorderLeft<string | number> | CustomValueType | undefined)[]];
    borderLeftColor?: BorderLeftColor | CustomValueType | (BorderLeftColor | CustomValueType | undefined)[] | [null, ...(BorderLeftColor | CustomValueType | undefined)[]];
    borderLeftStyle?: BorderLeftStyle | CustomValueType | (BorderLeftStyle | CustomValueType | undefined)[] | [null, ...(BorderLeftStyle | CustomValueType | undefined)[]];
    borderLeftWidth?: BorderLeftWidth<string | number> | CustomValueType | (BorderLeftWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderLeftWidth<string | number> | CustomValueType | undefined)[]];
    borderRadius?: BorderRadius<string | number> | CustomValueType | (BorderRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRadius<string | number> | CustomValueType | undefined)[]];
    borderRight?: BorderRight<string | number> | CustomValueType | (BorderRight<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRight<string | number> | CustomValueType | undefined)[]];
    borderRightColor?: BorderRightColor | CustomValueType | (BorderRightColor | CustomValueType | undefined)[] | [null, ...(BorderRightColor | CustomValueType | undefined)[]];
    borderRightStyle?: BorderRightStyle | CustomValueType | (BorderRightStyle | CustomValueType | undefined)[] | [null, ...(BorderRightStyle | CustomValueType | undefined)[]];
    borderRightWidth?: BorderRightWidth<string | number> | CustomValueType | (BorderRightWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRightWidth<string | number> | CustomValueType | undefined)[]];
    borderSpacing?: BorderSpacing<string | number> | CustomValueType | (BorderSpacing<string | number> | CustomValueType | undefined)[] | [null, ...(BorderSpacing<string | number> | CustomValueType | undefined)[]];
    borderStartEndRadius?: BorderStartEndRadius<string | number> | CustomValueType | (BorderStartEndRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderStartEndRadius<string | number> | CustomValueType | undefined)[]];
    borderStartStartRadius?: BorderStartStartRadius<string | number> | CustomValueType | (BorderStartStartRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderStartStartRadius<string | number> | CustomValueType | undefined)[]];
    borderStyle?: BorderStyle | CustomValueType | (BorderStyle | CustomValueType | undefined)[] | [null, ...(BorderStyle | CustomValueType | undefined)[]];
    borderTop?: BorderTop<string | number> | CustomValueType | (BorderTop<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTop<string | number> | CustomValueType | undefined)[]];
    borderTopColor?: BorderTopColor | CustomValueType | (BorderTopColor | CustomValueType | undefined)[] | [null, ...(BorderTopColor | CustomValueType | undefined)[]];
    borderTopLeftRadius?: BorderTopLeftRadius<string | number> | CustomValueType | (BorderTopLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopLeftRadius<string | number> | CustomValueType | undefined)[]];
    borderTopRightRadius?: BorderTopRightRadius<string | number> | CustomValueType | (BorderTopRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopRightRadius<string | number> | CustomValueType | undefined)[]];
    borderTopStyle?: BorderTopStyle | CustomValueType | (BorderTopStyle | CustomValueType | undefined)[] | [null, ...(BorderTopStyle | CustomValueType | undefined)[]];
    borderTopWidth?: BorderTopWidth<string | number> | CustomValueType | (BorderTopWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopWidth<string | number> | CustomValueType | undefined)[]];
    borderWidth?: BorderWidth<string | number> | CustomValueType | (BorderWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderWidth<string | number> | CustomValueType | undefined)[]];
    bottom?: Bottom<string | number> | CustomValueType | (Bottom<string | number> | CustomValueType | undefined)[] | [null, ...(Bottom<string | number> | CustomValueType | undefined)[]];
    boxAlign?: BoxAlign | CustomValueType | (BoxAlign | CustomValueType | undefined)[] | [null, ...(BoxAlign | CustomValueType | undefined)[]];
    boxDecorationBreak?: BoxDecorationBreak | CustomValueType | (BoxDecorationBreak | CustomValueType | undefined)[] | [null, ...(BoxDecorationBreak | CustomValueType | undefined)[]];
    boxDirection?: BoxDirection | CustomValueType | (BoxDirection | CustomValueType | undefined)[] | [null, ...(BoxDirection | CustomValueType | undefined)[]];
    boxFlex?: BoxFlex | CustomValueType | (BoxFlex | CustomValueType | undefined)[] | [null, ...(BoxFlex | CustomValueType | undefined)[]];
    boxFlexGroup?: BoxFlexGroup | CustomValueType | (BoxFlexGroup | CustomValueType | undefined)[] | [null, ...(BoxFlexGroup | CustomValueType | undefined)[]];
    boxLines?: BoxLines | CustomValueType | (BoxLines | CustomValueType | undefined)[] | [null, ...(BoxLines | CustomValueType | undefined)[]];
    boxOrdinalGroup?: BoxOrdinalGroup | CustomValueType | (BoxOrdinalGroup | CustomValueType | undefined)[] | [null, ...(BoxOrdinalGroup | CustomValueType | undefined)[]];
    boxOrient?: BoxOrient | CustomValueType | (BoxOrient | CustomValueType | undefined)[] | [null, ...(BoxOrient | CustomValueType | undefined)[]];
    boxPack?: BoxPack | CustomValueType | (BoxPack | CustomValueType | undefined)[] | [null, ...(BoxPack | CustomValueType | undefined)[]];
    boxShadow?: BoxShadow | CustomValueType | (BoxShadow | CustomValueType | undefined)[] | [null, ...(BoxShadow | CustomValueType | undefined)[]];
    boxSizing?: BoxSizing | CustomValueType | (BoxSizing | CustomValueType | undefined)[] | [null, ...(BoxSizing | CustomValueType | undefined)[]];
    breakAfter?: BreakAfter | CustomValueType | (BreakAfter | CustomValueType | undefined)[] | [null, ...(BreakAfter | CustomValueType | undefined)[]];
    breakBefore?: BreakBefore | CustomValueType | (BreakBefore | CustomValueType | undefined)[] | [null, ...(BreakBefore | CustomValueType | undefined)[]];
    breakInside?: BreakInside | CustomValueType | (BreakInside | CustomValueType | undefined)[] | [null, ...(BreakInside | CustomValueType | undefined)[]];
    by?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    calcMode?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    capHeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    captionSide?: CaptionSide | CustomValueType | (CaptionSide | CustomValueType | undefined)[] | [null, ...(CaptionSide | CustomValueType | undefined)[]];
    caret?: Caret | CustomValueType | (Caret | CustomValueType | undefined)[] | [null, ...(Caret | CustomValueType | undefined)[]];
    caretColor?: CaretColor | CustomValueType | (CaretColor | CustomValueType | undefined)[] | [null, ...(CaretColor | CustomValueType | undefined)[]];
    caretShape?: CaretShape | CustomValueType | (CaretShape | CustomValueType | undefined)[] | [null, ...(CaretShape | CustomValueType | undefined)[]];
    children?: ReactNode | CustomValueType | (ReactNode | CustomValueType)[] | [null, ...(ReactNode | CustomValueType)[]];
    className?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    clear?: Clear | CustomValueType | (Clear | CustomValueType | undefined)[] | [null, ...(Clear | CustomValueType | undefined)[]];
    clip?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    clipPath?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    clipPathUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    clipRule?: "initial" | "inherit" | "nonzero" | "evenodd" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType | (undefined | "initial" | "inherit" | "nonzero" | "evenodd" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[] | [null, ...(undefined | "initial" | "inherit" | "nonzero" | "evenodd" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[]];
    color?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    colorAdjust?: PrintColorAdjust | CustomValueType | (PrintColorAdjust | CustomValueType | undefined)[] | [null, ...(PrintColorAdjust | CustomValueType | undefined)[]];
    colorInterpolation?: "auto" | "initial" | "inherit" | "sRGB" | "linearRGB" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "sRGB" | "linearRGB" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "sRGB" | "linearRGB" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[]];
    colorInterpolationFilters?: "auto" | "inherit" | "sRGB" | "linearRGB" | CustomValueType | (undefined | "auto" | "inherit" | "sRGB" | "linearRGB" | CustomValueType)[] | [null, ...(undefined | "auto" | "inherit" | "sRGB" | "linearRGB" | CustomValueType)[]];
    colorProfile?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    colorRendering?: "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "optimizeSpeed" | "optimizeQuality" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "optimizeSpeed" | "optimizeQuality" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "optimizeSpeed" | "optimizeQuality" | CustomValueType)[]];
    colorScheme?: ColorScheme | CustomValueType | (ColorScheme | CustomValueType | undefined)[] | [null, ...(ColorScheme | CustomValueType | undefined)[]];
    columnCount?: ColumnCount | CustomValueType | (ColumnCount | CustomValueType | undefined)[] | [null, ...(ColumnCount | CustomValueType | undefined)[]];
    columnFill?: ColumnFill | CustomValueType | (ColumnFill | CustomValueType | undefined)[] | [null, ...(ColumnFill | CustomValueType | undefined)[]];
    columnGap?: ColumnGap<string | number> | CustomValueType | (ColumnGap<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnGap<string | number> | CustomValueType | undefined)[]];
    columnRule?: ColumnRule<string | number> | CustomValueType | (ColumnRule<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRule<string | number> | CustomValueType | undefined)[]];
    columnRuleColor?: ColumnRuleColor | CustomValueType | (ColumnRuleColor | CustomValueType | undefined)[] | [null, ...(ColumnRuleColor | CustomValueType | undefined)[]];
    columnRuleStyle?: ColumnRuleStyle | CustomValueType | (ColumnRuleStyle | CustomValueType | undefined)[] | [null, ...(ColumnRuleStyle | CustomValueType | undefined)[]];
    columnRuleWidth?: ColumnRuleWidth<string | number> | CustomValueType | (ColumnRuleWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRuleWidth<string | number> | CustomValueType | undefined)[]];
    columnSpan?: ColumnSpan | CustomValueType | (ColumnSpan | CustomValueType | undefined)[] | [null, ...(ColumnSpan | CustomValueType | undefined)[]];
    columnWidth?: ColumnWidth<string | number> | CustomValueType | (ColumnWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnWidth<string | number> | CustomValueType | undefined)[]];
    columns?: Columns<string | number> | CustomValueType | (Columns<string | number> | CustomValueType | undefined)[] | [null, ...(Columns<string | number> | CustomValueType | undefined)[]];
    contain?: Contain | CustomValueType | (Contain | CustomValueType | undefined)[] | [null, ...(Contain | CustomValueType | undefined)[]];
    containIntrinsicBlockSize?: ContainIntrinsicBlockSize<string | number> | CustomValueType | (ContainIntrinsicBlockSize<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicBlockSize<string | number> | CustomValueType | undefined)[]];
    containIntrinsicHeight?: ContainIntrinsicHeight<string | number> | CustomValueType | (ContainIntrinsicHeight<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicHeight<string | number> | CustomValueType | undefined)[]];
    containIntrinsicInlineSize?: ContainIntrinsicInlineSize<string | number> | CustomValueType | (ContainIntrinsicInlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicInlineSize<string | number> | CustomValueType | undefined)[]];
    containIntrinsicSize?: ContainIntrinsicSize<string | number> | CustomValueType | (ContainIntrinsicSize<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicSize<string | number> | CustomValueType | undefined)[]];
    containIntrinsicWidth?: ContainIntrinsicWidth<string | number> | CustomValueType | (ContainIntrinsicWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicWidth<string | number> | CustomValueType | undefined)[]];
    container?: Container | CustomValueType | (Container | CustomValueType | undefined)[] | [null, ...(Container | CustomValueType | undefined)[]];
    containerName?: ContainerName | CustomValueType | (ContainerName | CustomValueType | undefined)[] | [null, ...(ContainerName | CustomValueType | undefined)[]];
    containerType?: ContainerType | CustomValueType | (ContainerType | CustomValueType | undefined)[] | [null, ...(ContainerType | CustomValueType | undefined)[]];
    content?: Content | CustomValueType | (Content | CustomValueType | undefined)[] | [null, ...(Content | CustomValueType | undefined)[]];
    contentScriptType?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    contentStyleType?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    contentVisibility?: ContentVisibility | CustomValueType | (ContentVisibility | CustomValueType | undefined)[] | [null, ...(ContentVisibility | CustomValueType | undefined)[]];
    counterIncrement?: CounterIncrement | CustomValueType | (CounterIncrement | CustomValueType | undefined)[] | [null, ...(CounterIncrement | CustomValueType | undefined)[]];
    counterReset?: CounterReset | CustomValueType | (CounterReset | CustomValueType | undefined)[] | [null, ...(CounterReset | CustomValueType | undefined)[]];
    counterSet?: CounterSet | CustomValueType | (CounterSet | CustomValueType | undefined)[] | [null, ...(CounterSet | CustomValueType | undefined)[]];
    crossOrigin?: CrossOrigin | CustomValueType | (CrossOrigin | CustomValueType)[] | [null, ...(CrossOrigin | CustomValueType)[]];
    cursor?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    cx?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    cy?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    d?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    dangerouslySetInnerHTML?: {
        __html: string | TrustedHTML;
    } | CustomValueType | (undefined | {
        __html: string | TrustedHTML;
    } | CustomValueType)[] | [null, ...(undefined | {
        __html: string | TrustedHTML;
    } | CustomValueType)[]];
    decelerate?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    descent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    diffuseConstant?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    direction?: "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | CustomValueType | (undefined | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | CustomValueType)[] | [null, ...(undefined | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | CustomValueType)[]];
    display?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    divisor?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    dominantBaseline?: "auto" | "initial" | "inherit" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "no-change" | "reset-size" | "use-script" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "no-change" | "reset-size" | "use-script" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "no-change" | "reset-size" | "use-script" | CustomValueType)[]];
    dur?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    dx?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    dy?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    edgeMode?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    elevation?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    emptyCells?: EmptyCells | CustomValueType | (EmptyCells | CustomValueType | undefined)[] | [null, ...(EmptyCells | CustomValueType | undefined)[]];
    enableBackground?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    end?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    exponent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    externalResourcesRequired?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    fill?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    fillOpacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    fillRule?: "inherit" | "nonzero" | "evenodd" | CustomValueType | (undefined | "inherit" | "nonzero" | "evenodd" | CustomValueType)[] | [null, ...(undefined | "inherit" | "nonzero" | "evenodd" | CustomValueType)[]];
    filter?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    filterRes?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    filterUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    flex?: Flex<string | number> | CustomValueType | (Flex<string | number> | CustomValueType | undefined)[] | [null, ...(Flex<string | number> | CustomValueType | undefined)[]];
    flexBasis?: FlexBasis<string | number> | CustomValueType | (FlexBasis<string | number> | CustomValueType | undefined)[] | [null, ...(FlexBasis<string | number> | CustomValueType | undefined)[]];
    flexDirection?: FlexDirection | CustomValueType | (FlexDirection | CustomValueType | undefined)[] | [null, ...(FlexDirection | CustomValueType | undefined)[]];
    flexFlow?: FlexFlow | CustomValueType | (FlexFlow | CustomValueType | undefined)[] | [null, ...(FlexFlow | CustomValueType | undefined)[]];
    flexGrow?: FlexGrow | CustomValueType | (FlexGrow | CustomValueType | undefined)[] | [null, ...(FlexGrow | CustomValueType | undefined)[]];
    flexShrink?: FlexShrink | CustomValueType | (FlexShrink | CustomValueType | undefined)[] | [null, ...(FlexShrink | CustomValueType | undefined)[]];
    flexWrap?: FlexWrap | CustomValueType | (FlexWrap | CustomValueType | undefined)[] | [null, ...(FlexWrap | CustomValueType | undefined)[]];
    float?: Float | CustomValueType | (Float | CustomValueType | undefined)[] | [null, ...(Float | CustomValueType | undefined)[]];
    floodColor?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    floodOpacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    focusable?: "auto" | Booleanish | CustomValueType | ("auto" | Booleanish | CustomValueType | undefined)[] | [null, ...("auto" | Booleanish | CustomValueType | undefined)[]];
    font?: Font | CustomValueType | (Font | CustomValueType | undefined)[] | [null, ...(Font | CustomValueType | undefined)[]];
    fontFamily?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    fontFeatureSettings?: FontFeatureSettings | CustomValueType | (FontFeatureSettings | CustomValueType | undefined)[] | [null, ...(FontFeatureSettings | CustomValueType | undefined)[]];
    fontKerning?: FontKerning | CustomValueType | (FontKerning | CustomValueType | undefined)[] | [null, ...(FontKerning | CustomValueType | undefined)[]];
    fontLanguageOverride?: FontLanguageOverride | CustomValueType | (FontLanguageOverride | CustomValueType | undefined)[] | [null, ...(FontLanguageOverride | CustomValueType | undefined)[]];
    fontOpticalSizing?: FontOpticalSizing | CustomValueType | (FontOpticalSizing | CustomValueType | undefined)[] | [null, ...(FontOpticalSizing | CustomValueType | undefined)[]];
    fontPalette?: FontPalette | CustomValueType | (FontPalette | CustomValueType | undefined)[] | [null, ...(FontPalette | CustomValueType | undefined)[]];
    fontSize?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    fontSizeAdjust?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    fontSmooth?: FontSmooth<string | number> | CustomValueType | (FontSmooth<string | number> | CustomValueType | undefined)[] | [null, ...(FontSmooth<string | number> | CustomValueType | undefined)[]];
    fontStretch?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    fontStyle?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    fontSynthesis?: FontSynthesis | CustomValueType | (FontSynthesis | CustomValueType | undefined)[] | [null, ...(FontSynthesis | CustomValueType | undefined)[]];
    fontSynthesisPosition?: FontSynthesisPosition | CustomValueType | (FontSynthesisPosition | CustomValueType | undefined)[] | [null, ...(FontSynthesisPosition | CustomValueType | undefined)[]];
    fontSynthesisSmallCaps?: FontSynthesisSmallCaps | CustomValueType | (FontSynthesisSmallCaps | CustomValueType | undefined)[] | [null, ...(FontSynthesisSmallCaps | CustomValueType | undefined)[]];
    fontSynthesisStyle?: FontSynthesisStyle | CustomValueType | (FontSynthesisStyle | CustomValueType | undefined)[] | [null, ...(FontSynthesisStyle | CustomValueType | undefined)[]];
    fontSynthesisWeight?: FontSynthesisWeight | CustomValueType | (FontSynthesisWeight | CustomValueType | undefined)[] | [null, ...(FontSynthesisWeight | CustomValueType | undefined)[]];
    fontVariant?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    fontVariantAlternates?: FontVariantAlternates | CustomValueType | (FontVariantAlternates | CustomValueType | undefined)[] | [null, ...(FontVariantAlternates | CustomValueType | undefined)[]];
    fontVariantCaps?: FontVariantCaps | CustomValueType | (FontVariantCaps | CustomValueType | undefined)[] | [null, ...(FontVariantCaps | CustomValueType | undefined)[]];
    fontVariantEastAsian?: FontVariantEastAsian | CustomValueType | (FontVariantEastAsian | CustomValueType | undefined)[] | [null, ...(FontVariantEastAsian | CustomValueType | undefined)[]];
    fontVariantEmoji?: FontVariantEmoji | CustomValueType | (FontVariantEmoji | CustomValueType | undefined)[] | [null, ...(FontVariantEmoji | CustomValueType | undefined)[]];
    fontVariantLigatures?: FontVariantLigatures | CustomValueType | (FontVariantLigatures | CustomValueType | undefined)[] | [null, ...(FontVariantLigatures | CustomValueType | undefined)[]];
    fontVariantNumeric?: FontVariantNumeric | CustomValueType | (FontVariantNumeric | CustomValueType | undefined)[] | [null, ...(FontVariantNumeric | CustomValueType | undefined)[]];
    fontVariantPosition?: FontVariantPosition | CustomValueType | (FontVariantPosition | CustomValueType | undefined)[] | [null, ...(FontVariantPosition | CustomValueType | undefined)[]];
    fontVariationSettings?: FontVariationSettings | CustomValueType | (FontVariationSettings | CustomValueType | undefined)[] | [null, ...(FontVariationSettings | CustomValueType | undefined)[]];
    fontWeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    forcedColorAdjust?: ForcedColorAdjust | CustomValueType | (ForcedColorAdjust | CustomValueType | undefined)[] | [null, ...(ForcedColorAdjust | CustomValueType | undefined)[]];
    format?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    fr?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    from?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    fx?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    fy?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    g1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    g2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    gap?: Gap<string | number> | CustomValueType | (Gap<string | number> | CustomValueType | undefined)[] | [null, ...(Gap<string | number> | CustomValueType | undefined)[]];
    glyphName?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    glyphOrientationHorizontal?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    glyphOrientationVertical?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    glyphRef?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    gradientTransform?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    gradientUnits?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    grid?: Grid | CustomValueType | (Grid | CustomValueType | undefined)[] | [null, ...(Grid | CustomValueType | undefined)[]];
    gridArea?: GridArea | CustomValueType | (GridArea | CustomValueType | undefined)[] | [null, ...(GridArea | CustomValueType | undefined)[]];
    gridAutoColumns?: GridAutoColumns<string | number> | CustomValueType | (GridAutoColumns<string | number> | CustomValueType | undefined)[] | [null, ...(GridAutoColumns<string | number> | CustomValueType | undefined)[]];
    gridAutoFlow?: GridAutoFlow | CustomValueType | (GridAutoFlow | CustomValueType | undefined)[] | [null, ...(GridAutoFlow | CustomValueType | undefined)[]];
    gridAutoRows?: GridAutoRows<string | number> | CustomValueType | (GridAutoRows<string | number> | CustomValueType | undefined)[] | [null, ...(GridAutoRows<string | number> | CustomValueType | undefined)[]];
    gridColumn?: GridColumn | CustomValueType | (GridColumn | CustomValueType | undefined)[] | [null, ...(GridColumn | CustomValueType | undefined)[]];
    gridColumnEnd?: GridColumnEnd | CustomValueType | (GridColumnEnd | CustomValueType | undefined)[] | [null, ...(GridColumnEnd | CustomValueType | undefined)[]];
    gridColumnGap?: GridColumnGap<string | number> | CustomValueType | (GridColumnGap<string | number> | CustomValueType | undefined)[] | [null, ...(GridColumnGap<string | number> | CustomValueType | undefined)[]];
    gridColumnStart?: GridColumnStart | CustomValueType | (GridColumnStart | CustomValueType | undefined)[] | [null, ...(GridColumnStart | CustomValueType | undefined)[]];
    gridGap?: GridGap<string | number> | CustomValueType | (GridGap<string | number> | CustomValueType | undefined)[] | [null, ...(GridGap<string | number> | CustomValueType | undefined)[]];
    gridRow?: GridRow | CustomValueType | (GridRow | CustomValueType | undefined)[] | [null, ...(GridRow | CustomValueType | undefined)[]];
    gridRowEnd?: GridRowEnd | CustomValueType | (GridRowEnd | CustomValueType | undefined)[] | [null, ...(GridRowEnd | CustomValueType | undefined)[]];
    gridRowGap?: GridRowGap<string | number> | CustomValueType | (GridRowGap<string | number> | CustomValueType | undefined)[] | [null, ...(GridRowGap<string | number> | CustomValueType | undefined)[]];
    gridRowStart?: GridRowStart | CustomValueType | (GridRowStart | CustomValueType | undefined)[] | [null, ...(GridRowStart | CustomValueType | undefined)[]];
    gridTemplate?: GridTemplate | CustomValueType | (GridTemplate | CustomValueType | undefined)[] | [null, ...(GridTemplate | CustomValueType | undefined)[]];
    gridTemplateAreas?: GridTemplateAreas | CustomValueType | (GridTemplateAreas | CustomValueType | undefined)[] | [null, ...(GridTemplateAreas | CustomValueType | undefined)[]];
    gridTemplateColumns?: GridTemplateColumns<string | number> | CustomValueType | (GridTemplateColumns<string | number> | CustomValueType | undefined)[] | [null, ...(GridTemplateColumns<string | number> | CustomValueType | undefined)[]];
    gridTemplateRows?: GridTemplateRows<string | number> | CustomValueType | (GridTemplateRows<string | number> | CustomValueType | undefined)[] | [null, ...(GridTemplateRows<string | number> | CustomValueType | undefined)[]];
    hanging?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    hangingPunctuation?: HangingPunctuation | CustomValueType | (HangingPunctuation | CustomValueType | undefined)[] | [null, ...(HangingPunctuation | CustomValueType | undefined)[]];
    height?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    horizAdvX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    horizOriginX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    href?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    hyphenateCharacter?: HyphenateCharacter | CustomValueType | (HyphenateCharacter | CustomValueType | undefined)[] | [null, ...(HyphenateCharacter | CustomValueType | undefined)[]];
    hyphenateLimitChars?: HyphenateLimitChars | CustomValueType | (HyphenateLimitChars | CustomValueType | undefined)[] | [null, ...(HyphenateLimitChars | CustomValueType | undefined)[]];
    hyphens?: Hyphens | CustomValueType | (Hyphens | CustomValueType | undefined)[] | [null, ...(Hyphens | CustomValueType | undefined)[]];
    id?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    ideographic?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    image?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    imageOrientation?: ImageOrientation | CustomValueType | (ImageOrientation | CustomValueType | undefined)[] | [null, ...(ImageOrientation | CustomValueType | undefined)[]];
    imageRendering?: "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | CustomValueType)[]];
    imageResolution?: ImageResolution | CustomValueType | (ImageResolution | CustomValueType | undefined)[] | [null, ...(ImageResolution | CustomValueType | undefined)[]];
    imeMode?: ImeMode | CustomValueType | (ImeMode | CustomValueType | undefined)[] | [null, ...(ImeMode | CustomValueType | undefined)[]];
    in?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    in2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    initialLetter?: InitialLetter | CustomValueType | (InitialLetter | CustomValueType | undefined)[] | [null, ...(InitialLetter | CustomValueType | undefined)[]];
    inlineSize?: InlineSize<string | number> | CustomValueType | (InlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(InlineSize<string | number> | CustomValueType | undefined)[]];
    inputSecurity?: InputSecurity | CustomValueType | (InputSecurity | CustomValueType | undefined)[] | [null, ...(InputSecurity | CustomValueType | undefined)[]];
    inset?: Inset<string | number> | CustomValueType | (Inset<string | number> | CustomValueType | undefined)[] | [null, ...(Inset<string | number> | CustomValueType | undefined)[]];
    insetBlock?: InsetBlock<string | number> | CustomValueType | (InsetBlock<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlock<string | number> | CustomValueType | undefined)[]];
    insetBlockEnd?: InsetBlockEnd<string | number> | CustomValueType | (InsetBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlockEnd<string | number> | CustomValueType | undefined)[]];
    insetBlockStart?: InsetBlockStart<string | number> | CustomValueType | (InsetBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlockStart<string | number> | CustomValueType | undefined)[]];
    insetInline?: InsetInline<string | number> | CustomValueType | (InsetInline<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInline<string | number> | CustomValueType | undefined)[]];
    insetInlineEnd?: InsetInlineEnd<string | number> | CustomValueType | (InsetInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInlineEnd<string | number> | CustomValueType | undefined)[]];
    insetInlineStart?: InsetInlineStart<string | number> | CustomValueType | (InsetInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInlineStart<string | number> | CustomValueType | undefined)[]];
    intercept?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    isolation?: Isolation | CustomValueType | (Isolation | CustomValueType | undefined)[] | [null, ...(Isolation | CustomValueType | undefined)[]];
    justifyContent?: JustifyContent | CustomValueType | (JustifyContent | CustomValueType | undefined)[] | [null, ...(JustifyContent | CustomValueType | undefined)[]];
    justifyItems?: JustifyItems | CustomValueType | (JustifyItems | CustomValueType | undefined)[] | [null, ...(JustifyItems | CustomValueType | undefined)[]];
    justifySelf?: JustifySelf | CustomValueType | (JustifySelf | CustomValueType | undefined)[] | [null, ...(JustifySelf | CustomValueType | undefined)[]];
    justifyTracks?: JustifyTracks | CustomValueType | (JustifyTracks | CustomValueType | undefined)[] | [null, ...(JustifyTracks | CustomValueType | undefined)[]];
    k?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    k1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    k2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    k3?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    k4?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    kernelMatrix?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    kernelUnitLength?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    kerning?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    keyPoints?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    keySplines?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    keyTimes?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    lang?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    left?: Left<string | number> | CustomValueType | (Left<string | number> | CustomValueType | undefined)[] | [null, ...(Left<string | number> | CustomValueType | undefined)[]];
    lengthAdjust?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    letterSpacing?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    lightingColor?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    limitingConeAngle?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    lineBreak?: LineBreak | CustomValueType | (LineBreak | CustomValueType | undefined)[] | [null, ...(LineBreak | CustomValueType | undefined)[]];
    lineClamp?: LineClamp | CustomValueType | (LineClamp | CustomValueType | undefined)[] | [null, ...(LineClamp | CustomValueType | undefined)[]];
    lineHeight?: LineHeight<string | number> | CustomValueType | (LineHeight<string | number> | CustomValueType | undefined)[] | [null, ...(LineHeight<string | number> | CustomValueType | undefined)[]];
    lineHeightStep?: LineHeightStep<string | number> | CustomValueType | (LineHeightStep<string | number> | CustomValueType | undefined)[] | [null, ...(LineHeightStep<string | number> | CustomValueType | undefined)[]];
    listStyle?: ListStyle | CustomValueType | (ListStyle | CustomValueType | undefined)[] | [null, ...(ListStyle | CustomValueType | undefined)[]];
    listStyleImage?: ListStyleImage | CustomValueType | (ListStyleImage | CustomValueType | undefined)[] | [null, ...(ListStyleImage | CustomValueType | undefined)[]];
    listStylePosition?: ListStylePosition | CustomValueType | (ListStylePosition | CustomValueType | undefined)[] | [null, ...(ListStylePosition | CustomValueType | undefined)[]];
    listStyleType?: ListStyleType | CustomValueType | (ListStyleType | CustomValueType | undefined)[] | [null, ...(ListStyleType | CustomValueType | undefined)[]];
    local?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    margin?: Margin<string | number> | CustomValueType | (Margin<string | number> | CustomValueType | undefined)[] | [null, ...(Margin<string | number> | CustomValueType | undefined)[]];
    marginBlock?: MarginBlock<string | number> | CustomValueType | (MarginBlock<string | number> | CustomValueType | undefined)[] | [null, ...(MarginBlock<string | number> | CustomValueType | undefined)[]];
    marginBlockEnd?: MarginBlockEnd<string | number> | CustomValueType | (MarginBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(MarginBlockEnd<string | number> | CustomValueType | undefined)[]];
    marginBlockStart?: MarginBlockStart<string | number> | CustomValueType | (MarginBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(MarginBlockStart<string | number> | CustomValueType | undefined)[]];
    marginBottom?: MarginBottom<string | number> | CustomValueType | (MarginBottom<string | number> | CustomValueType | undefined)[] | [null, ...(MarginBottom<string | number> | CustomValueType | undefined)[]];
    marginInline?: MarginInline<string | number> | CustomValueType | (MarginInline<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInline<string | number> | CustomValueType | undefined)[]];
    marginInlineEnd?: MarginInlineEnd<string | number> | CustomValueType | (MarginInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineEnd<string | number> | CustomValueType | undefined)[]];
    marginInlineStart?: MarginInlineStart<string | number> | CustomValueType | (MarginInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineStart<string | number> | CustomValueType | undefined)[]];
    marginLeft?: MarginLeft<string | number> | CustomValueType | (MarginLeft<string | number> | CustomValueType | undefined)[] | [null, ...(MarginLeft<string | number> | CustomValueType | undefined)[]];
    marginRight?: MarginRight<string | number> | CustomValueType | (MarginRight<string | number> | CustomValueType | undefined)[] | [null, ...(MarginRight<string | number> | CustomValueType | undefined)[]];
    marginTop?: MarginTop<string | number> | CustomValueType | (MarginTop<string | number> | CustomValueType | undefined)[] | [null, ...(MarginTop<string | number> | CustomValueType | undefined)[]];
    marginTrim?: MarginTrim | CustomValueType | (MarginTrim | CustomValueType | undefined)[] | [null, ...(MarginTrim | CustomValueType | undefined)[]];
    marker?: Marker | CustomValueType | (Marker | CustomValueType | undefined)[] | [null, ...(Marker | CustomValueType | undefined)[]];
    markerEnd?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    markerHeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    markerMid?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    markerStart?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    markerUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    markerWidth?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    mask?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    maskBorder?: MaskBorder | CustomValueType | (MaskBorder | CustomValueType | undefined)[] | [null, ...(MaskBorder | CustomValueType | undefined)[]];
    maskBorderMode?: MaskBorderMode | CustomValueType | (MaskBorderMode | CustomValueType | undefined)[] | [null, ...(MaskBorderMode | CustomValueType | undefined)[]];
    maskBorderOutset?: MaskBorderOutset<string | number> | CustomValueType | (MaskBorderOutset<string | number> | CustomValueType | undefined)[] | [null, ...(MaskBorderOutset<string | number> | CustomValueType | undefined)[]];
    maskBorderRepeat?: MaskBorderRepeat | CustomValueType | (MaskBorderRepeat | CustomValueType | undefined)[] | [null, ...(MaskBorderRepeat | CustomValueType | undefined)[]];
    maskBorderSlice?: MaskBorderSlice | CustomValueType | (MaskBorderSlice | CustomValueType | undefined)[] | [null, ...(MaskBorderSlice | CustomValueType | undefined)[]];
    maskBorderSource?: MaskBorderSource | CustomValueType | (MaskBorderSource | CustomValueType | undefined)[] | [null, ...(MaskBorderSource | CustomValueType | undefined)[]];
    maskBorderWidth?: MaskBorderWidth<string | number> | CustomValueType | (MaskBorderWidth<string | number> | CustomValueType | undefined)[] | [null, ...(MaskBorderWidth<string | number> | CustomValueType | undefined)[]];
    maskClip?: MaskClip | CustomValueType | (MaskClip | CustomValueType | undefined)[] | [null, ...(MaskClip | CustomValueType | undefined)[]];
    maskComposite?: MaskComposite | CustomValueType | (MaskComposite | CustomValueType | undefined)[] | [null, ...(MaskComposite | CustomValueType | undefined)[]];
    maskContentUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    maskImage?: MaskImage | CustomValueType | (MaskImage | CustomValueType | undefined)[] | [null, ...(MaskImage | CustomValueType | undefined)[]];
    maskMode?: MaskMode | CustomValueType | (MaskMode | CustomValueType | undefined)[] | [null, ...(MaskMode | CustomValueType | undefined)[]];
    maskOrigin?: MaskOrigin | CustomValueType | (MaskOrigin | CustomValueType | undefined)[] | [null, ...(MaskOrigin | CustomValueType | undefined)[]];
    maskPosition?: MaskPosition<string | number> | CustomValueType | (MaskPosition<string | number> | CustomValueType | undefined)[] | [null, ...(MaskPosition<string | number> | CustomValueType | undefined)[]];
    maskRepeat?: MaskRepeat | CustomValueType | (MaskRepeat | CustomValueType | undefined)[] | [null, ...(MaskRepeat | CustomValueType | undefined)[]];
    maskSize?: MaskSize<string | number> | CustomValueType | (MaskSize<string | number> | CustomValueType | undefined)[] | [null, ...(MaskSize<string | number> | CustomValueType | undefined)[]];
    maskType?: MaskType | CustomValueType | (MaskType | CustomValueType | undefined)[] | [null, ...(MaskType | CustomValueType | undefined)[]];
    maskUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    masonryAutoFlow?: MasonryAutoFlow | CustomValueType | (MasonryAutoFlow | CustomValueType | undefined)[] | [null, ...(MasonryAutoFlow | CustomValueType | undefined)[]];
    mathDepth?: MathDepth | CustomValueType | (MathDepth | CustomValueType | undefined)[] | [null, ...(MathDepth | CustomValueType | undefined)[]];
    mathShift?: MathShift | CustomValueType | (MathShift | CustomValueType | undefined)[] | [null, ...(MathShift | CustomValueType | undefined)[]];
    mathStyle?: MathStyle | CustomValueType | (MathStyle | CustomValueType | undefined)[] | [null, ...(MathStyle | CustomValueType | undefined)[]];
    mathematical?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    max?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    maxBlockSize?: MaxBlockSize<string | number> | CustomValueType | (MaxBlockSize<string | number> | CustomValueType | undefined)[] | [null, ...(MaxBlockSize<string | number> | CustomValueType | undefined)[]];
    maxHeight?: MaxHeight<string | number> | CustomValueType | (MaxHeight<string | number> | CustomValueType | undefined)[] | [null, ...(MaxHeight<string | number> | CustomValueType | undefined)[]];
    maxInlineSize?: MaxInlineSize<string | number> | CustomValueType | (MaxInlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(MaxInlineSize<string | number> | CustomValueType | undefined)[]];
    maxLines?: MaxLines | CustomValueType | (MaxLines | CustomValueType | undefined)[] | [null, ...(MaxLines | CustomValueType | undefined)[]];
    maxWidth?: MaxWidth<string | number> | CustomValueType | (MaxWidth<string | number> | CustomValueType | undefined)[] | [null, ...(MaxWidth<string | number> | CustomValueType | undefined)[]];
    media?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    method?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    min?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    minBlockSize?: MinBlockSize<string | number> | CustomValueType | (MinBlockSize<string | number> | CustomValueType | undefined)[] | [null, ...(MinBlockSize<string | number> | CustomValueType | undefined)[]];
    minHeight?: MinHeight<string | number> | CustomValueType | (MinHeight<string | number> | CustomValueType | undefined)[] | [null, ...(MinHeight<string | number> | CustomValueType | undefined)[]];
    minInlineSize?: MinInlineSize<string | number> | CustomValueType | (MinInlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(MinInlineSize<string | number> | CustomValueType | undefined)[]];
    minWidth?: MinWidth<string | number> | CustomValueType | (MinWidth<string | number> | CustomValueType | undefined)[] | [null, ...(MinWidth<string | number> | CustomValueType | undefined)[]];
    mixBlendMode?: MixBlendMode | CustomValueType | (MixBlendMode | CustomValueType | undefined)[] | [null, ...(MixBlendMode | CustomValueType | undefined)[]];
    mode?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    motion?: Offset<string | number> | CustomValueType | (Offset<string | number> | CustomValueType | undefined)[] | [null, ...(Offset<string | number> | CustomValueType | undefined)[]];
    motionDistance?: OffsetDistance<string | number> | CustomValueType | (OffsetDistance<string | number> | CustomValueType | undefined)[] | [null, ...(OffsetDistance<string | number> | CustomValueType | undefined)[]];
    motionPath?: OffsetPath | CustomValueType | (OffsetPath | CustomValueType | undefined)[] | [null, ...(OffsetPath | CustomValueType | undefined)[]];
    motionRotation?: OffsetRotate | CustomValueType | (OffsetRotate | CustomValueType | undefined)[] | [null, ...(OffsetRotate | CustomValueType | undefined)[]];
    msAccelerator?: MsAccelerator | CustomValueType | (MsAccelerator | CustomValueType | undefined)[] | [null, ...(MsAccelerator | CustomValueType | undefined)[]];
    msBlockProgression?: MsBlockProgression | CustomValueType | (MsBlockProgression | CustomValueType | undefined)[] | [null, ...(MsBlockProgression | CustomValueType | undefined)[]];
    msContentZoomChaining?: MsContentZoomChaining | CustomValueType | (MsContentZoomChaining | CustomValueType | undefined)[] | [null, ...(MsContentZoomChaining | CustomValueType | undefined)[]];
    msContentZoomLimit?: MsContentZoomLimit | CustomValueType | (MsContentZoomLimit | CustomValueType | undefined)[] | [null, ...(MsContentZoomLimit | CustomValueType | undefined)[]];
    msContentZoomLimitMax?: MsContentZoomLimitMax | CustomValueType | (MsContentZoomLimitMax | CustomValueType | undefined)[] | [null, ...(MsContentZoomLimitMax | CustomValueType | undefined)[]];
    msContentZoomLimitMin?: MsContentZoomLimitMin | CustomValueType | (MsContentZoomLimitMin | CustomValueType | undefined)[] | [null, ...(MsContentZoomLimitMin | CustomValueType | undefined)[]];
    msContentZoomSnap?: MsContentZoomSnap | CustomValueType | (MsContentZoomSnap | CustomValueType | undefined)[] | [null, ...(MsContentZoomSnap | CustomValueType | undefined)[]];
    msContentZoomSnapPoints?: MsContentZoomSnapPoints | CustomValueType | (MsContentZoomSnapPoints | CustomValueType | undefined)[] | [null, ...(MsContentZoomSnapPoints | CustomValueType | undefined)[]];
    msContentZoomSnapType?: MsContentZoomSnapType | CustomValueType | (MsContentZoomSnapType | CustomValueType | undefined)[] | [null, ...(MsContentZoomSnapType | CustomValueType | undefined)[]];
    msContentZooming?: MsContentZooming | CustomValueType | (MsContentZooming | CustomValueType | undefined)[] | [null, ...(MsContentZooming | CustomValueType | undefined)[]];
    msFilter?: MsFilter | CustomValueType | (MsFilter | CustomValueType | undefined)[] | [null, ...(MsFilter | CustomValueType | undefined)[]];
    msFlex?: Flex<string | number> | CustomValueType | (Flex<string | number> | CustomValueType | undefined)[] | [null, ...(Flex<string | number> | CustomValueType | undefined)[]];
    msFlexDirection?: FlexDirection | CustomValueType | (FlexDirection | CustomValueType | undefined)[] | [null, ...(FlexDirection | CustomValueType | undefined)[]];
    msFlexPositive?: FlexGrow | CustomValueType | (FlexGrow | CustomValueType | undefined)[] | [null, ...(FlexGrow | CustomValueType | undefined)[]];
    msFlowFrom?: MsFlowFrom | CustomValueType | (MsFlowFrom | CustomValueType | undefined)[] | [null, ...(MsFlowFrom | CustomValueType | undefined)[]];
    msFlowInto?: MsFlowInto | CustomValueType | (MsFlowInto | CustomValueType | undefined)[] | [null, ...(MsFlowInto | CustomValueType | undefined)[]];
    msGridColumns?: MsGridColumns<string | number> | CustomValueType | (MsGridColumns<string | number> | CustomValueType | undefined)[] | [null, ...(MsGridColumns<string | number> | CustomValueType | undefined)[]];
    msGridRows?: MsGridRows<string | number> | CustomValueType | (MsGridRows<string | number> | CustomValueType | undefined)[] | [null, ...(MsGridRows<string | number> | CustomValueType | undefined)[]];
    msHighContrastAdjust?: MsHighContrastAdjust | CustomValueType | (MsHighContrastAdjust | CustomValueType | undefined)[] | [null, ...(MsHighContrastAdjust | CustomValueType | undefined)[]];
    msHyphenateLimitChars?: MsHyphenateLimitChars | CustomValueType | (MsHyphenateLimitChars | CustomValueType | undefined)[] | [null, ...(MsHyphenateLimitChars | CustomValueType | undefined)[]];
    msHyphenateLimitLines?: MsHyphenateLimitLines | CustomValueType | (MsHyphenateLimitLines | CustomValueType | undefined)[] | [null, ...(MsHyphenateLimitLines | CustomValueType | undefined)[]];
    msHyphenateLimitZone?: MsHyphenateLimitZone<string | number> | CustomValueType | (MsHyphenateLimitZone<string | number> | CustomValueType | undefined)[] | [null, ...(MsHyphenateLimitZone<string | number> | CustomValueType | undefined)[]];
    msHyphens?: Hyphens | CustomValueType | (Hyphens | CustomValueType | undefined)[] | [null, ...(Hyphens | CustomValueType | undefined)[]];
    msImeAlign?: MsImeAlign | CustomValueType | (MsImeAlign | CustomValueType | undefined)[] | [null, ...(MsImeAlign | CustomValueType | undefined)[]];
    msImeMode?: ImeMode | CustomValueType | (ImeMode | CustomValueType | undefined)[] | [null, ...(ImeMode | CustomValueType | undefined)[]];
    msLineBreak?: LineBreak | CustomValueType | (LineBreak | CustomValueType | undefined)[] | [null, ...(LineBreak | CustomValueType | undefined)[]];
    msOrder?: Order | CustomValueType | (Order | CustomValueType | undefined)[] | [null, ...(Order | CustomValueType | undefined)[]];
    msOverflowStyle?: MsOverflowStyle | CustomValueType | (MsOverflowStyle | CustomValueType | undefined)[] | [null, ...(MsOverflowStyle | CustomValueType | undefined)[]];
    msOverflowX?: OverflowX | CustomValueType | (OverflowX | CustomValueType | undefined)[] | [null, ...(OverflowX | CustomValueType | undefined)[]];
    msOverflowY?: OverflowY | CustomValueType | (OverflowY | CustomValueType | undefined)[] | [null, ...(OverflowY | CustomValueType | undefined)[]];
    msScrollChaining?: MsScrollChaining | CustomValueType | (MsScrollChaining | CustomValueType | undefined)[] | [null, ...(MsScrollChaining | CustomValueType | undefined)[]];
    msScrollLimit?: MsScrollLimit | CustomValueType | (MsScrollLimit | CustomValueType | undefined)[] | [null, ...(MsScrollLimit | CustomValueType | undefined)[]];
    msScrollLimitXMax?: MsScrollLimitXMax<string | number> | CustomValueType | (MsScrollLimitXMax<string | number> | CustomValueType | undefined)[] | [null, ...(MsScrollLimitXMax<string | number> | CustomValueType | undefined)[]];
    msScrollLimitXMin?: MsScrollLimitXMin<string | number> | CustomValueType | (MsScrollLimitXMin<string | number> | CustomValueType | undefined)[] | [null, ...(MsScrollLimitXMin<string | number> | CustomValueType | undefined)[]];
    msScrollLimitYMax?: MsScrollLimitYMax<string | number> | CustomValueType | (MsScrollLimitYMax<string | number> | CustomValueType | undefined)[] | [null, ...(MsScrollLimitYMax<string | number> | CustomValueType | undefined)[]];
    msScrollLimitYMin?: MsScrollLimitYMin<string | number> | CustomValueType | (MsScrollLimitYMin<string | number> | CustomValueType | undefined)[] | [null, ...(MsScrollLimitYMin<string | number> | CustomValueType | undefined)[]];
    msScrollRails?: MsScrollRails | CustomValueType | (MsScrollRails | CustomValueType | undefined)[] | [null, ...(MsScrollRails | CustomValueType | undefined)[]];
    msScrollSnapPointsX?: MsScrollSnapPointsX | CustomValueType | (MsScrollSnapPointsX | CustomValueType | undefined)[] | [null, ...(MsScrollSnapPointsX | CustomValueType | undefined)[]];
    msScrollSnapPointsY?: MsScrollSnapPointsY | CustomValueType | (MsScrollSnapPointsY | CustomValueType | undefined)[] | [null, ...(MsScrollSnapPointsY | CustomValueType | undefined)[]];
    msScrollSnapType?: MsScrollSnapType | CustomValueType | (MsScrollSnapType | CustomValueType | undefined)[] | [null, ...(MsScrollSnapType | CustomValueType | undefined)[]];
    msScrollSnapX?: MsScrollSnapX | CustomValueType | (MsScrollSnapX | CustomValueType | undefined)[] | [null, ...(MsScrollSnapX | CustomValueType | undefined)[]];
    msScrollSnapY?: MsScrollSnapY | CustomValueType | (MsScrollSnapY | CustomValueType | undefined)[] | [null, ...(MsScrollSnapY | CustomValueType | undefined)[]];
    msScrollTranslation?: MsScrollTranslation | CustomValueType | (MsScrollTranslation | CustomValueType | undefined)[] | [null, ...(MsScrollTranslation | CustomValueType | undefined)[]];
    msScrollbar3dlightColor?: MsScrollbar3dlightColor | CustomValueType | (MsScrollbar3dlightColor | CustomValueType | undefined)[] | [null, ...(MsScrollbar3dlightColor | CustomValueType | undefined)[]];
    msScrollbarArrowColor?: MsScrollbarArrowColor | CustomValueType | (MsScrollbarArrowColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarArrowColor | CustomValueType | undefined)[]];
    msScrollbarBaseColor?: MsScrollbarBaseColor | CustomValueType | (MsScrollbarBaseColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarBaseColor | CustomValueType | undefined)[]];
    msScrollbarDarkshadowColor?: MsScrollbarDarkshadowColor | CustomValueType | (MsScrollbarDarkshadowColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarDarkshadowColor | CustomValueType | undefined)[]];
    msScrollbarFaceColor?: MsScrollbarFaceColor | CustomValueType | (MsScrollbarFaceColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarFaceColor | CustomValueType | undefined)[]];
    msScrollbarHighlightColor?: MsScrollbarHighlightColor | CustomValueType | (MsScrollbarHighlightColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarHighlightColor | CustomValueType | undefined)[]];
    msScrollbarShadowColor?: MsScrollbarShadowColor | CustomValueType | (MsScrollbarShadowColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarShadowColor | CustomValueType | undefined)[]];
    msScrollbarTrackColor?: MsScrollbarTrackColor | CustomValueType | (MsScrollbarTrackColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarTrackColor | CustomValueType | undefined)[]];
    msTextAutospace?: MsTextAutospace | CustomValueType | (MsTextAutospace | CustomValueType | undefined)[] | [null, ...(MsTextAutospace | CustomValueType | undefined)[]];
    msTextCombineHorizontal?: TextCombineUpright | CustomValueType | (TextCombineUpright | CustomValueType | undefined)[] | [null, ...(TextCombineUpright | CustomValueType | undefined)[]];
    msTextOverflow?: TextOverflow | CustomValueType | (TextOverflow | CustomValueType | undefined)[] | [null, ...(TextOverflow | CustomValueType | undefined)[]];
    msTouchAction?: TouchAction | CustomValueType | (TouchAction | CustomValueType | undefined)[] | [null, ...(TouchAction | CustomValueType | undefined)[]];
    msTouchSelect?: MsTouchSelect | CustomValueType | (MsTouchSelect | CustomValueType | undefined)[] | [null, ...(MsTouchSelect | CustomValueType | undefined)[]];
    msTransform?: Transform | CustomValueType | (Transform | CustomValueType | undefined)[] | [null, ...(Transform | CustomValueType | undefined)[]];
    msTransformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]];
    msTransition?: Transition<string & {}> | CustomValueType | (Transition<string & {}> | CustomValueType | undefined)[] | [null, ...(Transition<string & {}> | CustomValueType | undefined)[]];
    msTransitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]];
    msTransitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]];
    msTransitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]];
    msTransitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]];
    msUserSelect?: MsUserSelect | CustomValueType | (MsUserSelect | CustomValueType | undefined)[] | [null, ...(MsUserSelect | CustomValueType | undefined)[]];
    msWordBreak?: WordBreak | CustomValueType | (WordBreak | CustomValueType | undefined)[] | [null, ...(WordBreak | CustomValueType | undefined)[]];
    msWrapFlow?: MsWrapFlow | CustomValueType | (MsWrapFlow | CustomValueType | undefined)[] | [null, ...(MsWrapFlow | CustomValueType | undefined)[]];
    msWrapMargin?: MsWrapMargin<string | number> | CustomValueType | (MsWrapMargin<string | number> | CustomValueType | undefined)[] | [null, ...(MsWrapMargin<string | number> | CustomValueType | undefined)[]];
    msWrapThrough?: MsWrapThrough | CustomValueType | (MsWrapThrough | CustomValueType | undefined)[] | [null, ...(MsWrapThrough | CustomValueType | undefined)[]];
    msWritingMode?: WritingMode | CustomValueType | (WritingMode | CustomValueType | undefined)[] | [null, ...(WritingMode | CustomValueType | undefined)[]];
    name?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    numOctaves?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    objectFit?: ObjectFit | CustomValueType | (ObjectFit | CustomValueType | undefined)[] | [null, ...(ObjectFit | CustomValueType | undefined)[]];
    objectPosition?: ObjectPosition<string | number> | CustomValueType | (ObjectPosition<string | number> | CustomValueType | undefined)[] | [null, ...(ObjectPosition<string | number> | CustomValueType | undefined)[]];
    offset?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    offsetAnchor?: OffsetAnchor<string | number> | CustomValueType | (OffsetAnchor<string | number> | CustomValueType | undefined)[] | [null, ...(OffsetAnchor<string | number> | CustomValueType | undefined)[]];
    offsetBlock?: InsetBlock<string | number> | CustomValueType | (InsetBlock<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlock<string | number> | CustomValueType | undefined)[]];
    offsetBlockEnd?: InsetBlockEnd<string | number> | CustomValueType | (InsetBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlockEnd<string | number> | CustomValueType | undefined)[]];
    offsetBlockStart?: InsetBlockStart<string | number> | CustomValueType | (InsetBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlockStart<string | number> | CustomValueType | undefined)[]];
    offsetDistance?: OffsetDistance<string | number> | CustomValueType | (OffsetDistance<string | number> | CustomValueType | undefined)[] | [null, ...(OffsetDistance<string | number> | CustomValueType | undefined)[]];
    offsetInline?: InsetInline<string | number> | CustomValueType | (InsetInline<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInline<string | number> | CustomValueType | undefined)[]];
    offsetInlineEnd?: InsetInlineEnd<string | number> | CustomValueType | (InsetInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInlineEnd<string | number> | CustomValueType | undefined)[]];
    offsetInlineStart?: InsetInlineStart<string | number> | CustomValueType | (InsetInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInlineStart<string | number> | CustomValueType | undefined)[]];
    offsetPath?: OffsetPath | CustomValueType | (OffsetPath | CustomValueType | undefined)[] | [null, ...(OffsetPath | CustomValueType | undefined)[]];
    offsetPosition?: OffsetPosition<string | number> | CustomValueType | (OffsetPosition<string | number> | CustomValueType | undefined)[] | [null, ...(OffsetPosition<string | number> | CustomValueType | undefined)[]];
    offsetRotate?: OffsetRotate | CustomValueType | (OffsetRotate | CustomValueType | undefined)[] | [null, ...(OffsetRotate | CustomValueType | undefined)[]];
    offsetRotation?: OffsetRotate | CustomValueType | (OffsetRotate | CustomValueType | undefined)[] | [null, ...(OffsetRotate | CustomValueType | undefined)[]];
    onAbort?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onAbortCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onAnimationEnd?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]];
    onAnimationEndCapture?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]];
    onAnimationIteration?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]];
    onAnimationIterationCapture?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]];
    onAnimationStart?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]];
    onAnimationStartCapture?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]];
    onAuxClick?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onAuxClickCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onBeforeInput?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onBeforeInputCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onBlur?: FocusEventHandler<SVGElement> | CustomValueType | (undefined | FocusEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FocusEventHandler<SVGElement> | CustomValueType)[]];
    onBlurCapture?: FocusEventHandler<SVGElement> | CustomValueType | (undefined | FocusEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FocusEventHandler<SVGElement> | CustomValueType)[]];
    onCanPlay?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onCanPlayCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onCanPlayThrough?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onCanPlayThroughCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onChange?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onChangeCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onClick?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onClickCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onCompositionEnd?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]];
    onCompositionEndCapture?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]];
    onCompositionStart?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]];
    onCompositionStartCapture?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]];
    onCompositionUpdate?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]];
    onCompositionUpdateCapture?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]];
    onContextMenu?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onContextMenuCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onCopy?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]];
    onCopyCapture?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]];
    onCut?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]];
    onCutCapture?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]];
    onDoubleClick?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onDoubleClickCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onDrag?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragEnd?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragEndCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragEnter?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragEnterCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragExit?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragExitCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragLeave?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragLeaveCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragOver?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragOverCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragStart?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDragStartCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDrop?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDropCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]];
    onDurationChange?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onDurationChangeCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onEmptied?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onEmptiedCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onEncrypted?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onEncryptedCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onEnded?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onEndedCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onError?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onErrorCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onFocus?: FocusEventHandler<SVGElement> | CustomValueType | (undefined | FocusEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FocusEventHandler<SVGElement> | CustomValueType)[]];
    onFocusCapture?: FocusEventHandler<SVGElement> | CustomValueType | (undefined | FocusEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FocusEventHandler<SVGElement> | CustomValueType)[]];
    onGotPointerCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onGotPointerCaptureCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onInput?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onInputCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onInvalid?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onInvalidCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onKeyDown?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]];
    onKeyDownCapture?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]];
    onKeyPress?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]];
    onKeyPressCapture?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]];
    onKeyUp?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]];
    onKeyUpCapture?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]];
    onLoad?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onLoadCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onLoadStart?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onLoadStartCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onLoadedData?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onLoadedDataCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onLoadedMetadata?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onLoadedMetadataCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onLostPointerCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onLostPointerCaptureCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onMouseDown?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseDownCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseEnter?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseLeave?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseMove?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseMoveCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseOut?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseOutCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseOver?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseOverCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseUp?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onMouseUpCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]];
    onPaste?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]];
    onPasteCapture?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]];
    onPause?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onPauseCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onPlay?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onPlayCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onPlaying?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onPlayingCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onPointerCancel?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerCancelCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerDown?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerDownCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerEnter?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerEnterCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerLeave?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerLeaveCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerMove?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerMoveCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerOut?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerOutCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerOver?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerOverCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerUp?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onPointerUpCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]];
    onProgress?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onProgressCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onRateChange?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onRateChangeCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onReset?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onResetCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onResize?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onResizeCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onScroll?: UIEventHandler<SVGElement> | CustomValueType | (undefined | UIEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | UIEventHandler<SVGElement> | CustomValueType)[]];
    onScrollCapture?: UIEventHandler<SVGElement> | CustomValueType | (undefined | UIEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | UIEventHandler<SVGElement> | CustomValueType)[]];
    onSeeked?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onSeekedCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onSeeking?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onSeekingCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onSelect?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onSelectCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onStalled?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onStalledCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onSubmit?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onSubmitCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]];
    onSuspend?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onSuspendCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onTimeUpdate?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onTimeUpdateCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onTouchCancel?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]];
    onTouchCancelCapture?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]];
    onTouchEnd?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]];
    onTouchEndCapture?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]];
    onTouchMove?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]];
    onTouchMoveCapture?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]];
    onTouchStart?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]];
    onTouchStartCapture?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]];
    onTransitionEnd?: TransitionEventHandler<SVGElement> | CustomValueType | (undefined | TransitionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TransitionEventHandler<SVGElement> | CustomValueType)[]];
    onTransitionEndCapture?: TransitionEventHandler<SVGElement> | CustomValueType | (undefined | TransitionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TransitionEventHandler<SVGElement> | CustomValueType)[]];
    onVolumeChange?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onVolumeChangeCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onWaiting?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onWaitingCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]];
    onWheel?: WheelEventHandler<SVGElement> | CustomValueType | (undefined | WheelEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | WheelEventHandler<SVGElement> | CustomValueType)[]];
    onWheelCapture?: WheelEventHandler<SVGElement> | CustomValueType | (undefined | WheelEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | WheelEventHandler<SVGElement> | CustomValueType)[]];
    opacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    operator?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    order?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    orient?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    orientation?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    origin?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    originX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    originY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    originZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    orphans?: Orphans | CustomValueType | (Orphans | CustomValueType | undefined)[] | [null, ...(Orphans | CustomValueType | undefined)[]];
    outline?: Outline<string | number> | CustomValueType | (Outline<string | number> | CustomValueType | undefined)[] | [null, ...(Outline<string | number> | CustomValueType | undefined)[]];
    outlineColor?: OutlineColor | CustomValueType | (OutlineColor | CustomValueType | undefined)[] | [null, ...(OutlineColor | CustomValueType | undefined)[]];
    outlineOffset?: OutlineOffset<string | number> | CustomValueType | (OutlineOffset<string | number> | CustomValueType | undefined)[] | [null, ...(OutlineOffset<string | number> | CustomValueType | undefined)[]];
    outlineStyle?: OutlineStyle | CustomValueType | (OutlineStyle | CustomValueType | undefined)[] | [null, ...(OutlineStyle | CustomValueType | undefined)[]];
    outlineWidth?: OutlineWidth<string | number> | CustomValueType | (OutlineWidth<string | number> | CustomValueType | undefined)[] | [null, ...(OutlineWidth<string | number> | CustomValueType | undefined)[]];
    overflow?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    overflowAnchor?: OverflowAnchor | CustomValueType | (OverflowAnchor | CustomValueType | undefined)[] | [null, ...(OverflowAnchor | CustomValueType | undefined)[]];
    overflowBlock?: OverflowBlock | CustomValueType | (OverflowBlock | CustomValueType | undefined)[] | [null, ...(OverflowBlock | CustomValueType | undefined)[]];
    overflowClipBox?: OverflowClipBox | CustomValueType | (OverflowClipBox | CustomValueType | undefined)[] | [null, ...(OverflowClipBox | CustomValueType | undefined)[]];
    overflowClipMargin?: OverflowClipMargin<string | number> | CustomValueType | (OverflowClipMargin<string | number> | CustomValueType | undefined)[] | [null, ...(OverflowClipMargin<string | number> | CustomValueType | undefined)[]];
    overflowInline?: OverflowInline | CustomValueType | (OverflowInline | CustomValueType | undefined)[] | [null, ...(OverflowInline | CustomValueType | undefined)[]];
    overflowWrap?: OverflowWrap | CustomValueType | (OverflowWrap | CustomValueType | undefined)[] | [null, ...(OverflowWrap | CustomValueType | undefined)[]];
    overflowX?: OverflowX | CustomValueType | (OverflowX | CustomValueType | undefined)[] | [null, ...(OverflowX | CustomValueType | undefined)[]];
    overflowY?: OverflowY | CustomValueType | (OverflowY | CustomValueType | undefined)[] | [null, ...(OverflowY | CustomValueType | undefined)[]];
    overlay?: Overlay | CustomValueType | (Overlay | CustomValueType | undefined)[] | [null, ...(Overlay | CustomValueType | undefined)[]];
    overlinePosition?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    overlineThickness?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    overscrollBehavior?: OverscrollBehavior | CustomValueType | (OverscrollBehavior | CustomValueType | undefined)[] | [null, ...(OverscrollBehavior | CustomValueType | undefined)[]];
    overscrollBehaviorBlock?: OverscrollBehaviorBlock | CustomValueType | (OverscrollBehaviorBlock | CustomValueType | undefined)[] | [null, ...(OverscrollBehaviorBlock | CustomValueType | undefined)[]];
    overscrollBehaviorInline?: OverscrollBehaviorInline | CustomValueType | (OverscrollBehaviorInline | CustomValueType | undefined)[] | [null, ...(OverscrollBehaviorInline | CustomValueType | undefined)[]];
    overscrollBehaviorX?: OverscrollBehaviorX | CustomValueType | (OverscrollBehaviorX | CustomValueType | undefined)[] | [null, ...(OverscrollBehaviorX | CustomValueType | undefined)[]];
    overscrollBehaviorY?: OverscrollBehaviorY | CustomValueType | (OverscrollBehaviorY | CustomValueType | undefined)[] | [null, ...(OverscrollBehaviorY | CustomValueType | undefined)[]];
    padding?: Padding<string | number> | CustomValueType | (Padding<string | number> | CustomValueType | undefined)[] | [null, ...(Padding<string | number> | CustomValueType | undefined)[]];
    paddingBlock?: PaddingBlock<string | number> | CustomValueType | (PaddingBlock<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingBlock<string | number> | CustomValueType | undefined)[]];
    paddingBlockEnd?: PaddingBlockEnd<string | number> | CustomValueType | (PaddingBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingBlockEnd<string | number> | CustomValueType | undefined)[]];
    paddingBlockStart?: PaddingBlockStart<string | number> | CustomValueType | (PaddingBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingBlockStart<string | number> | CustomValueType | undefined)[]];
    paddingBottom?: PaddingBottom<string | number> | CustomValueType | (PaddingBottom<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingBottom<string | number> | CustomValueType | undefined)[]];
    paddingInline?: PaddingInline<string | number> | CustomValueType | (PaddingInline<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInline<string | number> | CustomValueType | undefined)[]];
    paddingInlineEnd?: PaddingInlineEnd<string | number> | CustomValueType | (PaddingInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineEnd<string | number> | CustomValueType | undefined)[]];
    paddingInlineStart?: PaddingInlineStart<string | number> | CustomValueType | (PaddingInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineStart<string | number> | CustomValueType | undefined)[]];
    paddingLeft?: PaddingLeft<string | number> | CustomValueType | (PaddingLeft<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingLeft<string | number> | CustomValueType | undefined)[]];
    paddingRight?: PaddingRight<string | number> | CustomValueType | (PaddingRight<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingRight<string | number> | CustomValueType | undefined)[]];
    paddingTop?: PaddingTop<string | number> | CustomValueType | (PaddingTop<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingTop<string | number> | CustomValueType | undefined)[]];
    page?: Page | CustomValueType | (Page | CustomValueType | undefined)[] | [null, ...(Page | CustomValueType | undefined)[]];
    pageBreakAfter?: PageBreakAfter | CustomValueType | (PageBreakAfter | CustomValueType | undefined)[] | [null, ...(PageBreakAfter | CustomValueType | undefined)[]];
    pageBreakBefore?: PageBreakBefore | CustomValueType | (PageBreakBefore | CustomValueType | undefined)[] | [null, ...(PageBreakBefore | CustomValueType | undefined)[]];
    pageBreakInside?: PageBreakInside | CustomValueType | (PageBreakInside | CustomValueType | undefined)[] | [null, ...(PageBreakInside | CustomValueType | undefined)[]];
    paintOrder?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    panose1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    path?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    pathLength?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    pathOffset?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    pathSpacing?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    patternContentUnits?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    patternTransform?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    patternUnits?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    perspective?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    perspectiveOrigin?: PerspectiveOrigin<string | number> | CustomValueType | (PerspectiveOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(PerspectiveOrigin<string | number> | CustomValueType | undefined)[]];
    placeContent?: PlaceContent | CustomValueType | (PlaceContent | CustomValueType | undefined)[] | [null, ...(PlaceContent | CustomValueType | undefined)[]];
    placeItems?: PlaceItems | CustomValueType | (PlaceItems | CustomValueType | undefined)[] | [null, ...(PlaceItems | CustomValueType | undefined)[]];
    placeSelf?: PlaceSelf | CustomValueType | (PlaceSelf | CustomValueType | undefined)[] | [null, ...(PlaceSelf | CustomValueType | undefined)[]];
    pointerEvents?: "fill" | "none" | "all" | "auto" | "stroke" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | CustomValueType | (undefined | "fill" | "none" | "all" | "auto" | "stroke" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | CustomValueType)[] | [null, ...(undefined | "fill" | "none" | "all" | "auto" | "stroke" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | CustomValueType)[]];
    points?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    pointsAtX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    pointsAtY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    pointsAtZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    position?: Position | CustomValueType | (Position | CustomValueType | undefined)[] | [null, ...(Position | CustomValueType | undefined)[]];
    preserveAlpha?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]];
    preserveAspectRatio?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    primitiveUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    printColorAdjust?: PrintColorAdjust | CustomValueType | (PrintColorAdjust | CustomValueType | undefined)[] | [null, ...(PrintColorAdjust | CustomValueType | undefined)[]];
    quotes?: Quotes | CustomValueType | (Quotes | CustomValueType | undefined)[] | [null, ...(Quotes | CustomValueType | undefined)[]];
    r?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    radius?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    refX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    refY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    renderingIntent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    repeatCount?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    repeatDur?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    requiredExtensions?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    requiredFeatures?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    resize?: Resize | CustomValueType | (Resize | CustomValueType | undefined)[] | [null, ...(Resize | CustomValueType | undefined)[]];
    restart?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    result?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    right?: Right<string | number> | CustomValueType | (Right<string | number> | CustomValueType | undefined)[] | [null, ...(Right<string | number> | CustomValueType | undefined)[]];
    role?: AriaRole | CustomValueType | (AriaRole | CustomValueType | undefined)[] | [null, ...(AriaRole | CustomValueType | undefined)[]];
    rotate?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    rotateX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    rotateY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    rotateZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    rowGap?: RowGap<string | number> | CustomValueType | (RowGap<string | number> | CustomValueType | undefined)[] | [null, ...(RowGap<string | number> | CustomValueType | undefined)[]];
    rubyAlign?: RubyAlign | CustomValueType | (RubyAlign | CustomValueType | undefined)[] | [null, ...(RubyAlign | CustomValueType | undefined)[]];
    rubyMerge?: RubyMerge | CustomValueType | (RubyMerge | CustomValueType | undefined)[] | [null, ...(RubyMerge | CustomValueType | undefined)[]];
    rubyPosition?: RubyPosition | CustomValueType | (RubyPosition | CustomValueType | undefined)[] | [null, ...(RubyPosition | CustomValueType | undefined)[]];
    rx?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    ry?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    scale?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    scaleX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    scaleY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    scaleZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    scrollBehavior?: ScrollBehavior | CustomValueType | (ScrollBehavior | CustomValueType | undefined)[] | [null, ...(ScrollBehavior | CustomValueType | undefined)[]];
    scrollMargin?: ScrollMargin<string | number> | CustomValueType | (ScrollMargin<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMargin<string | number> | CustomValueType | undefined)[]];
    scrollMarginBlock?: ScrollMarginBlock<string | number> | CustomValueType | (ScrollMarginBlock<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBlock<string | number> | CustomValueType | undefined)[]];
    scrollMarginBlockEnd?: ScrollMarginBlockEnd<string | number> | CustomValueType | (ScrollMarginBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBlockEnd<string | number> | CustomValueType | undefined)[]];
    scrollMarginBlockStart?: ScrollMarginBlockStart<string | number> | CustomValueType | (ScrollMarginBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBlockStart<string | number> | CustomValueType | undefined)[]];
    scrollMarginBottom?: ScrollMarginBottom<string | number> | CustomValueType | (ScrollMarginBottom<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBottom<string | number> | CustomValueType | undefined)[]];
    scrollMarginInline?: ScrollMarginInline<string | number> | CustomValueType | (ScrollMarginInline<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginInline<string | number> | CustomValueType | undefined)[]];
    scrollMarginInlineEnd?: ScrollMarginInlineEnd<string | number> | CustomValueType | (ScrollMarginInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginInlineEnd<string | number> | CustomValueType | undefined)[]];
    scrollMarginInlineStart?: ScrollMarginInlineStart<string | number> | CustomValueType | (ScrollMarginInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginInlineStart<string | number> | CustomValueType | undefined)[]];
    scrollMarginLeft?: ScrollMarginLeft<string | number> | CustomValueType | (ScrollMarginLeft<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginLeft<string | number> | CustomValueType | undefined)[]];
    scrollMarginRight?: ScrollMarginRight<string | number> | CustomValueType | (ScrollMarginRight<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginRight<string | number> | CustomValueType | undefined)[]];
    scrollMarginTop?: ScrollMarginTop<string | number> | CustomValueType | (ScrollMarginTop<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginTop<string | number> | CustomValueType | undefined)[]];
    scrollPadding?: ScrollPadding<string | number> | CustomValueType | (ScrollPadding<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPadding<string | number> | CustomValueType | undefined)[]];
    scrollPaddingBlock?: ScrollPaddingBlock<string | number> | CustomValueType | (ScrollPaddingBlock<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingBlock<string | number> | CustomValueType | undefined)[]];
    scrollPaddingBlockEnd?: ScrollPaddingBlockEnd<string | number> | CustomValueType | (ScrollPaddingBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingBlockEnd<string | number> | CustomValueType | undefined)[]];
    scrollPaddingBlockStart?: ScrollPaddingBlockStart<string | number> | CustomValueType | (ScrollPaddingBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingBlockStart<string | number> | CustomValueType | undefined)[]];
    scrollPaddingBottom?: ScrollPaddingBottom<string | number> | CustomValueType | (ScrollPaddingBottom<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingBottom<string | number> | CustomValueType | undefined)[]];
    scrollPaddingInline?: ScrollPaddingInline<string | number> | CustomValueType | (ScrollPaddingInline<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingInline<string | number> | CustomValueType | undefined)[]];
    scrollPaddingInlineEnd?: ScrollPaddingInlineEnd<string | number> | CustomValueType | (ScrollPaddingInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingInlineEnd<string | number> | CustomValueType | undefined)[]];
    scrollPaddingInlineStart?: ScrollPaddingInlineStart<string | number> | CustomValueType | (ScrollPaddingInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingInlineStart<string | number> | CustomValueType | undefined)[]];
    scrollPaddingLeft?: ScrollPaddingLeft<string | number> | CustomValueType | (ScrollPaddingLeft<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingLeft<string | number> | CustomValueType | undefined)[]];
    scrollPaddingRight?: ScrollPaddingRight<string | number> | CustomValueType | (ScrollPaddingRight<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingRight<string | number> | CustomValueType | undefined)[]];
    scrollPaddingTop?: ScrollPaddingTop<string | number> | CustomValueType | (ScrollPaddingTop<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingTop<string | number> | CustomValueType | undefined)[]];
    scrollSnapAlign?: ScrollSnapAlign | CustomValueType | (ScrollSnapAlign | CustomValueType | undefined)[] | [null, ...(ScrollSnapAlign | CustomValueType | undefined)[]];
    scrollSnapCoordinate?: ScrollSnapCoordinate<string | number> | CustomValueType | (ScrollSnapCoordinate<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollSnapCoordinate<string | number> | CustomValueType | undefined)[]];
    scrollSnapDestination?: ScrollSnapDestination<string | number> | CustomValueType | (ScrollSnapDestination<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollSnapDestination<string | number> | CustomValueType | undefined)[]];
    scrollSnapMargin?: ScrollMargin<string | number> | CustomValueType | (ScrollMargin<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMargin<string | number> | CustomValueType | undefined)[]];
    scrollSnapMarginBottom?: ScrollMarginBottom<string | number> | CustomValueType | (ScrollMarginBottom<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBottom<string | number> | CustomValueType | undefined)[]];
    scrollSnapMarginLeft?: ScrollMarginLeft<string | number> | CustomValueType | (ScrollMarginLeft<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginLeft<string | number> | CustomValueType | undefined)[]];
    scrollSnapMarginRight?: ScrollMarginRight<string | number> | CustomValueType | (ScrollMarginRight<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginRight<string | number> | CustomValueType | undefined)[]];
    scrollSnapMarginTop?: ScrollMarginTop<string | number> | CustomValueType | (ScrollMarginTop<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginTop<string | number> | CustomValueType | undefined)[]];
    scrollSnapPointsX?: ScrollSnapPointsX | CustomValueType | (ScrollSnapPointsX | CustomValueType | undefined)[] | [null, ...(ScrollSnapPointsX | CustomValueType | undefined)[]];
    scrollSnapPointsY?: ScrollSnapPointsY | CustomValueType | (ScrollSnapPointsY | CustomValueType | undefined)[] | [null, ...(ScrollSnapPointsY | CustomValueType | undefined)[]];
    scrollSnapStop?: ScrollSnapStop | CustomValueType | (ScrollSnapStop | CustomValueType | undefined)[] | [null, ...(ScrollSnapStop | CustomValueType | undefined)[]];
    scrollSnapType?: ScrollSnapType | CustomValueType | (ScrollSnapType | CustomValueType | undefined)[] | [null, ...(ScrollSnapType | CustomValueType | undefined)[]];
    scrollSnapTypeX?: ScrollSnapTypeX | CustomValueType | (ScrollSnapTypeX | CustomValueType | undefined)[] | [null, ...(ScrollSnapTypeX | CustomValueType | undefined)[]];
    scrollSnapTypeY?: ScrollSnapTypeY | CustomValueType | (ScrollSnapTypeY | CustomValueType | undefined)[] | [null, ...(ScrollSnapTypeY | CustomValueType | undefined)[]];
    scrollTimeline?: ScrollTimeline | CustomValueType | (ScrollTimeline | CustomValueType | undefined)[] | [null, ...(ScrollTimeline | CustomValueType | undefined)[]];
    scrollTimelineAxis?: ScrollTimelineAxis | CustomValueType | (ScrollTimelineAxis | CustomValueType | undefined)[] | [null, ...(ScrollTimelineAxis | CustomValueType | undefined)[]];
    scrollTimelineName?: ScrollTimelineName | CustomValueType | (ScrollTimelineName | CustomValueType | undefined)[] | [null, ...(ScrollTimelineName | CustomValueType | undefined)[]];
    scrollbarColor?: ScrollbarColor | CustomValueType | (ScrollbarColor | CustomValueType | undefined)[] | [null, ...(ScrollbarColor | CustomValueType | undefined)[]];
    scrollbarGutter?: ScrollbarGutter | CustomValueType | (ScrollbarGutter | CustomValueType | undefined)[] | [null, ...(ScrollbarGutter | CustomValueType | undefined)[]];
    scrollbarWidth?: ScrollbarWidth | CustomValueType | (ScrollbarWidth | CustomValueType | undefined)[] | [null, ...(ScrollbarWidth | CustomValueType | undefined)[]];
    seed?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    shadow?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    shapeImageThreshold?: ShapeImageThreshold | CustomValueType | (ShapeImageThreshold | CustomValueType | undefined)[] | [null, ...(ShapeImageThreshold | CustomValueType | undefined)[]];
    shapeMargin?: ShapeMargin<string | number> | CustomValueType | (ShapeMargin<string | number> | CustomValueType | undefined)[] | [null, ...(ShapeMargin<string | number> | CustomValueType | undefined)[]];
    shapeOutside?: ShapeOutside | CustomValueType | (ShapeOutside | CustomValueType | undefined)[] | [null, ...(ShapeOutside | CustomValueType | undefined)[]];
    shapeRendering?: "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | CustomValueType)[]];
    size?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    skew?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    skewX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    skewY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    slope?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    spacing?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    specularConstant?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    specularExponent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    speed?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    spreadMethod?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    startOffset?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    stdDeviation?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    stemh?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    stemv?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    stitchTiles?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    stopColor?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    stopOpacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    strikethroughPosition?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    strikethroughThickness?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    string?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    stroke?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    strokeDasharray?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    strokeDashoffset?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    strokeLinecap?: "round" | "inherit" | "butt" | "square" | CustomValueType | (undefined | "round" | "inherit" | "butt" | "square" | CustomValueType)[] | [null, ...(undefined | "round" | "inherit" | "butt" | "square" | CustomValueType)[]];
    strokeLinejoin?: "round" | "inherit" | "miter" | "bevel" | CustomValueType | (undefined | "round" | "inherit" | "miter" | "bevel" | CustomValueType)[] | [null, ...(undefined | "round" | "inherit" | "miter" | "bevel" | CustomValueType)[]];
    strokeMiterlimit?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    strokeOpacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    strokeWidth?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    style?: CSSProperties | CustomValueType | (undefined | CSSProperties | CustomValueType)[] | [null, ...(undefined | CSSProperties | CustomValueType)[]];
    suppressHydrationWarning?: boolean | CustomValueType | (undefined | boolean | CustomValueType)[] | [null, ...(undefined | boolean | CustomValueType)[]];
    surfaceScale?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    systemLanguage?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    tabIndex?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]];
    tabSize?: TabSize<string | number> | CustomValueType | (TabSize<string | number> | CustomValueType | undefined)[] | [null, ...(TabSize<string | number> | CustomValueType | undefined)[]];
    tableLayout?: TableLayout | CustomValueType | (TableLayout | CustomValueType | undefined)[] | [null, ...(TableLayout | CustomValueType | undefined)[]];
    tableValues?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    target?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    targetX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    targetY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    textAlign?: TextAlign | CustomValueType | (TextAlign | CustomValueType | undefined)[] | [null, ...(TextAlign | CustomValueType | undefined)[]];
    textAlignLast?: TextAlignLast | CustomValueType | (TextAlignLast | CustomValueType | undefined)[] | [null, ...(TextAlignLast | CustomValueType | undefined)[]];
    textAnchor?: "end" | "start" | "initial" | "inherit" | "middle" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType | (undefined | "end" | "start" | "initial" | "inherit" | "middle" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[] | [null, ...(undefined | "end" | "start" | "initial" | "inherit" | "middle" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[]];
    textCombineUpright?: TextCombineUpright | CustomValueType | (TextCombineUpright | CustomValueType | undefined)[] | [null, ...(TextCombineUpright | CustomValueType | undefined)[]];
    textDecoration?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    textDecorationColor?: TextDecorationColor | CustomValueType | (TextDecorationColor | CustomValueType | undefined)[] | [null, ...(TextDecorationColor | CustomValueType | undefined)[]];
    textDecorationLine?: TextDecorationLine | CustomValueType | (TextDecorationLine | CustomValueType | undefined)[] | [null, ...(TextDecorationLine | CustomValueType | undefined)[]];
    textDecorationSkip?: TextDecorationSkip | CustomValueType | (TextDecorationSkip | CustomValueType | undefined)[] | [null, ...(TextDecorationSkip | CustomValueType | undefined)[]];
    textDecorationSkipInk?: TextDecorationSkipInk | CustomValueType | (TextDecorationSkipInk | CustomValueType | undefined)[] | [null, ...(TextDecorationSkipInk | CustomValueType | undefined)[]];
    textDecorationStyle?: TextDecorationStyle | CustomValueType | (TextDecorationStyle | CustomValueType | undefined)[] | [null, ...(TextDecorationStyle | CustomValueType | undefined)[]];
    textDecorationThickness?: TextDecorationThickness<string | number> | CustomValueType | (TextDecorationThickness<string | number> | CustomValueType | undefined)[] | [null, ...(TextDecorationThickness<string | number> | CustomValueType | undefined)[]];
    textEmphasis?: TextEmphasis | CustomValueType | (TextEmphasis | CustomValueType | undefined)[] | [null, ...(TextEmphasis | CustomValueType | undefined)[]];
    textEmphasisColor?: TextEmphasisColor | CustomValueType | (TextEmphasisColor | CustomValueType | undefined)[] | [null, ...(TextEmphasisColor | CustomValueType | undefined)[]];
    textEmphasisPosition?: TextEmphasisPosition | CustomValueType | (TextEmphasisPosition | CustomValueType | undefined)[] | [null, ...(TextEmphasisPosition | CustomValueType | undefined)[]];
    textEmphasisStyle?: TextEmphasisStyle | CustomValueType | (TextEmphasisStyle | CustomValueType | undefined)[] | [null, ...(TextEmphasisStyle | CustomValueType | undefined)[]];
    textIndent?: TextIndent<string | number> | CustomValueType | (TextIndent<string | number> | CustomValueType | undefined)[] | [null, ...(TextIndent<string | number> | CustomValueType | undefined)[]];
    textJustify?: TextJustify | CustomValueType | (TextJustify | CustomValueType | undefined)[] | [null, ...(TextJustify | CustomValueType | undefined)[]];
    textLength?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    textOrientation?: TextOrientation | CustomValueType | (TextOrientation | CustomValueType | undefined)[] | [null, ...(TextOrientation | CustomValueType | undefined)[]];
    textOverflow?: TextOverflow | CustomValueType | (TextOverflow | CustomValueType | undefined)[] | [null, ...(TextOverflow | CustomValueType | undefined)[]];
    textRendering?: "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | CustomValueType)[]];
    textShadow?: TextShadow | CustomValueType | (TextShadow | CustomValueType | undefined)[] | [null, ...(TextShadow | CustomValueType | undefined)[]];
    textSizeAdjust?: TextSizeAdjust | CustomValueType | (TextSizeAdjust | CustomValueType | undefined)[] | [null, ...(TextSizeAdjust | CustomValueType | undefined)[]];
    textTransform?: TextTransform | CustomValueType | (TextTransform | CustomValueType | undefined)[] | [null, ...(TextTransform | CustomValueType | undefined)[]];
    textUnderlineOffset?: TextUnderlineOffset<string | number> | CustomValueType | (TextUnderlineOffset<string | number> | CustomValueType | undefined)[] | [null, ...(TextUnderlineOffset<string | number> | CustomValueType | undefined)[]];
    textUnderlinePosition?: TextUnderlinePosition | CustomValueType | (TextUnderlinePosition | CustomValueType | undefined)[] | [null, ...(TextUnderlinePosition | CustomValueType | undefined)[]];
    textWrap?: TextWrap | CustomValueType | (TextWrap | CustomValueType | undefined)[] | [null, ...(TextWrap | CustomValueType | undefined)[]];
    timelineScope?: TimelineScope | CustomValueType | (TimelineScope | CustomValueType | undefined)[] | [null, ...(TimelineScope | CustomValueType | undefined)[]];
    to?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    top?: Top<string | number> | CustomValueType | (Top<string | number> | CustomValueType | undefined)[] | [null, ...(Top<string | number> | CustomValueType | undefined)[]];
    touchAction?: TouchAction | CustomValueType | (TouchAction | CustomValueType | undefined)[] | [null, ...(TouchAction | CustomValueType | undefined)[]];
    transform?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    transformBox?: TransformBox | CustomValueType | (TransformBox | CustomValueType | undefined)[] | [null, ...(TransformBox | CustomValueType | undefined)[]];
    transformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]];
    transformPerspective?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    transformStyle?: TransformStyle | CustomValueType | (TransformStyle | CustomValueType | undefined)[] | [null, ...(TransformStyle | CustomValueType | undefined)[]];
    transition?: (Transition$1 | undefined) & { duration?: number | undefined; };
    transitionBehavior?: TransitionBehavior | CustomValueType | (TransitionBehavior | CustomValueType | undefined)[] | [null, ...(TransitionBehavior | CustomValueType | undefined)[]];
    transitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]];
    transitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]];
    transitionEnd?: MakeCustomValueType<TargetProperties>;
    transitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]];
    transitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]];
    translate?: Translate<string | number> | CustomValueType | (Translate<string | number> | CustomValueType | undefined)[] | [null, ...(Translate<string | number> | CustomValueType | undefined)[]];
    translateX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    translateY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    translateZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    type?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    u1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    u2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    underlinePosition?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    underlineThickness?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    unicode?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    unicodeBidi?: "embed" | "plaintext" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "isolate-override" | CustomValueType | (undefined | "embed" | "plaintext" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "isolate-override" | CustomValueType)[] | [null, ...(undefined | "embed" | "plaintext" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "isolate-override" | CustomValueType)[]];
    unicodeRange?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    unitsPerEm?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    userSelect?: UserSelect | CustomValueType | (UserSelect | CustomValueType | undefined)[] | [null, ...(UserSelect | CustomValueType | undefined)[]];
    vAlphabetic?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    vHanging?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    vIdeographic?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    vMathematical?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    values?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    vectorEffect?: "none" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "non-scaling-stroke" | CustomValueType | (undefined | "none" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "non-scaling-stroke" | CustomValueType)[] | [null, ...(undefined | "none" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "non-scaling-stroke" | CustomValueType)[]];
    version?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    vertAdvY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    vertOriginX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    vertOriginY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    verticalAlign?: VerticalAlign<string | number> | CustomValueType | (VerticalAlign<string | number> | CustomValueType | undefined)[] | [null, ...(VerticalAlign<string | number> | CustomValueType | undefined)[]];
    viewBox?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    viewTarget?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    viewTimeline?: ViewTimeline | CustomValueType | (ViewTimeline | CustomValueType | undefined)[] | [null, ...(ViewTimeline | CustomValueType | undefined)[]];
    viewTimelineAxis?: ViewTimelineAxis | CustomValueType | (ViewTimelineAxis | CustomValueType | undefined)[] | [null, ...(ViewTimelineAxis | CustomValueType | undefined)[]];
    viewTimelineInset?: ViewTimelineInset<string | number> | CustomValueType | (ViewTimelineInset<string | number> | CustomValueType | undefined)[] | [null, ...(ViewTimelineInset<string | number> | CustomValueType | undefined)[]];
    viewTimelineName?: ViewTimelineName | CustomValueType | (ViewTimelineName | CustomValueType | undefined)[] | [null, ...(ViewTimelineName | CustomValueType | undefined)[]];
    viewTransitionName?: ViewTransitionName | CustomValueType | (ViewTransitionName | CustomValueType | undefined)[] | [null, ...(ViewTransitionName | CustomValueType | undefined)[]];
    visibility?: "hidden" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "collapse" | CustomValueType | (undefined | "hidden" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "collapse" | CustomValueType)[] | [null, ...(undefined | "hidden" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "collapse" | CustomValueType)[]];
    whiteSpace?: WhiteSpace | CustomValueType | (WhiteSpace | CustomValueType | undefined)[] | [null, ...(WhiteSpace | CustomValueType | undefined)[]];
    whiteSpaceCollapse?: WhiteSpaceCollapse | CustomValueType | (WhiteSpaceCollapse | CustomValueType | undefined)[] | [null, ...(WhiteSpaceCollapse | CustomValueType | undefined)[]];
    whiteSpaceTrim?: WhiteSpaceTrim | CustomValueType | (WhiteSpaceTrim | CustomValueType | undefined)[] | [null, ...(WhiteSpaceTrim | CustomValueType | undefined)[]];
    widows?: Widows | CustomValueType | (Widows | CustomValueType | undefined)[] | [null, ...(Widows | CustomValueType | undefined)[]];
    width?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    widths?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    willChange?: WillChange | CustomValueType | (WillChange | CustomValueType | undefined)[] | [null, ...(WillChange | CustomValueType | undefined)[]];
    wordBreak?: WordBreak | CustomValueType | (WordBreak | CustomValueType | undefined)[] | [null, ...(WordBreak | CustomValueType | undefined)[]];
    wordSpacing?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    wordWrap?: WordWrap | CustomValueType | (WordWrap | CustomValueType | undefined)[] | [null, ...(WordWrap | CustomValueType | undefined)[]];
    writingMode?: "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | CustomValueType | (undefined | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | CustomValueType)[] | [null, ...(undefined | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | CustomValueType)[]];
    x?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    x1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    x2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    xChannelSelector?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xHeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    xlinkActuate?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xlinkArcrole?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xlinkHref?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xlinkRole?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xlinkShow?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xlinkTitle?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xlinkType?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xmlBase?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xmlLang?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xmlSpace?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xmlns?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    xmlnsXlink?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    y?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    y1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    y2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    yChannelSelector?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
    z?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]];
    zIndex?: ZIndex | CustomValueType | (ZIndex | CustomValueType | undefined)[] | [null, ...(ZIndex | CustomValueType | undefined)[]];
    zoom?: Zoom | CustomValueType | (Zoom | CustomValueType | undefined)[] | [null, ...(Zoom | CustomValueType | undefined)[]];
    zoomAndPan?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]];
}

Hierarchy (view full)

Properties

KhtmlBoxAlign? KhtmlBoxDirection? KhtmlBoxFlex? KhtmlBoxFlexGroup? KhtmlBoxLines? KhtmlBoxOrdinalGroup? KhtmlBoxOrient? KhtmlBoxPack? KhtmlLineBreak? KhtmlOpacity? KhtmlUserSelect? MozAnimation? MozAnimationDelay? MozAnimationDirection? MozAnimationDuration? MozAnimationFillMode? MozAnimationIterationCount? MozAnimationName? MozAnimationPlayState? MozAnimationTimingFunction? MozAppearance? MozBackfaceVisibility? MozBackgroundClip? MozBackgroundInlinePolicy? MozBackgroundOrigin? MozBackgroundSize? MozBinding? MozBorderBottomColors? MozBorderEndColor? MozBorderEndStyle? MozBorderEndWidth? MozBorderImage? MozBorderLeftColors? MozBorderRadius? MozBorderRadiusBottomleft? MozBorderRadiusBottomright? MozBorderRadiusTopleft? MozBorderRadiusTopright? MozBorderRightColors? MozBorderStartColor? MozBorderStartStyle? MozBorderTopColors? MozBoxAlign? MozBoxDirection? MozBoxFlex? MozBoxOrdinalGroup? MozBoxOrient? MozBoxPack? MozBoxShadow? MozBoxSizing? MozColumnCount? MozColumnFill? MozColumnRule? MozColumnRuleColor? MozColumnRuleStyle? MozColumnRuleWidth? MozColumnWidth? MozColumns? MozContextProperties? MozFloatEdge? MozFontFeatureSettings? MozFontLanguageOverride? MozForceBrokenImageIcon? MozHyphens? MozImageRegion? MozMarginEnd? MozMarginStart? MozOpacity? MozOrient? MozOsxFontSmoothing? MozOutline? MozOutlineColor? MozOutlineRadius? MozOutlineRadiusBottomleft? MozOutlineRadiusBottomright? MozOutlineRadiusTopleft? MozOutlineRadiusTopright? MozOutlineStyle? MozOutlineWidth? MozPaddingEnd? MozPaddingStart? MozPerspective? MozPerspectiveOrigin? MozStackSizing? MozTabSize? MozTextAlignLast? MozTextBlink? MozTextDecorationColor? MozTextDecorationLine? MozTextDecorationStyle? MozTextSizeAdjust? MozTransform? MozTransformOrigin? MozTransformStyle? MozTransition? MozTransitionDelay? MozTransitionDuration? MozTransitionProperty? MozTransitionTimingFunction? MozUserFocus? MozUserInput? MozUserModify? MozUserSelect? MozWindowDragging? MozWindowShadow? OAnimation? OAnimationDelay? OAnimationDirection? OAnimationDuration? OAnimationFillMode? OAnimationIterationCount? OAnimationName? OAnimationPlayState? OAnimationTimingFunction? OBackgroundSize? OBorderImage? OObjectFit? OObjectPosition? OTabSize? OTextOverflow? OTransform? OTransformOrigin? OTransition? OTransitionDelay? OTransitionDuration? OTransitionProperty? OTransitionTimingFunction? WebkitAlignContent? WebkitAlignItems? WebkitAlignSelf? WebkitAnimation? WebkitAnimationDelay? WebkitAnimationDirection? WebkitAnimationDuration? WebkitAnimationFillMode? WebkitAnimationIterationCount? WebkitAnimationName? WebkitAnimationPlayState? WebkitAnimationTimingFunction? WebkitAppearance? WebkitBackdropFilter? WebkitBackfaceVisibility? WebkitBackgroundClip? WebkitBackgroundOrigin? WebkitBackgroundSize? WebkitBorderBefore? WebkitBorderBeforeColor? WebkitBorderBeforeStyle? WebkitBorderBeforeWidth? WebkitBorderBottomLeftRadius? WebkitBorderBottomRightRadius? WebkitBorderImage? WebkitBorderImageSlice? WebkitBorderRadius? WebkitBorderTopLeftRadius? WebkitBorderTopRightRadius? WebkitBoxAlign? WebkitBoxDecorationBreak? WebkitBoxDirection? WebkitBoxFlex? WebkitBoxFlexGroup? WebkitBoxLines? WebkitBoxOrdinalGroup? WebkitBoxOrient? WebkitBoxPack? WebkitBoxReflect? WebkitBoxShadow? WebkitBoxSizing? WebkitClipPath? WebkitColumnCount? WebkitColumnFill? WebkitColumnRule? WebkitColumnRuleColor? WebkitColumnRuleStyle? WebkitColumnRuleWidth? WebkitColumnSpan? WebkitColumnWidth? WebkitColumns? WebkitFilter? WebkitFlex? WebkitFlexBasis? WebkitFlexDirection? WebkitFlexFlow? WebkitFlexGrow? WebkitFlexShrink? WebkitFlexWrap? WebkitFontFeatureSettings? WebkitFontKerning? WebkitFontSmoothing? WebkitFontVariantLigatures? WebkitHyphenateCharacter? WebkitHyphens? WebkitInitialLetter? WebkitJustifyContent? WebkitLineBreak? WebkitLineClamp? WebkitMarginEnd? WebkitMarginStart? WebkitMask? WebkitMaskAttachment? WebkitMaskBoxImage? WebkitMaskBoxImageOutset? WebkitMaskBoxImageRepeat? WebkitMaskBoxImageSlice? WebkitMaskBoxImageSource? WebkitMaskBoxImageWidth? WebkitMaskClip? WebkitMaskComposite? WebkitMaskImage? WebkitMaskOrigin? WebkitMaskPosition? WebkitMaskPositionX? WebkitMaskPositionY? WebkitMaskRepeat? WebkitMaskRepeatX? WebkitMaskRepeatY? WebkitMaskSize? WebkitMaxInlineSize? WebkitOrder? WebkitOverflowScrolling? WebkitPaddingEnd? WebkitPaddingStart? WebkitPerspective? WebkitPerspectiveOrigin? WebkitPrintColorAdjust? WebkitRubyPosition? WebkitScrollSnapType? WebkitShapeMargin? WebkitTapHighlightColor? WebkitTextCombine? WebkitTextDecorationColor? WebkitTextDecorationLine? WebkitTextDecorationSkip? WebkitTextDecorationStyle? WebkitTextEmphasis? WebkitTextEmphasisColor? WebkitTextEmphasisPosition? WebkitTextEmphasisStyle? WebkitTextFillColor? WebkitTextOrientation? WebkitTextSizeAdjust? WebkitTextStroke? WebkitTextStrokeColor? WebkitTextStrokeWidth? WebkitTextUnderlinePosition? WebkitTouchCallout? WebkitTransform? WebkitTransformOrigin? WebkitTransformStyle? WebkitTransition? WebkitTransitionDelay? WebkitTransitionDuration? WebkitTransitionProperty? WebkitTransitionTimingFunction? WebkitUserModify? WebkitUserSelect? WebkitWritingMode? accentColor? accentHeight? accumulate? additive? alignContent? alignItems? alignSelf? alignTracks? alignmentBaseline? all? allowReorder? alphabetic? amplitude? animation? animationComposition? animationDelay? animationDirection? animationDuration? animationFillMode? animationIterationCount? animationName? animationPlayState? animationRange? animationRangeEnd? animationRangeStart? animationTimeline? animationTimingFunction? appearance? arabicForm? aria-activedescendant? aria-atomic? aria-autocomplete? aria-braillelabel? aria-brailleroledescription? aria-busy? aria-checked? aria-colcount? aria-colindex? aria-colindextext? aria-colspan? aria-controls? aria-current? aria-describedby? aria-description? aria-details? aria-disabled? aria-dropeffect? aria-errormessage? aria-expanded? aria-flowto? aria-grabbed? aria-haspopup? aria-hidden? aria-invalid? aria-keyshortcuts? aria-label? aria-labelledby? aria-level? aria-live? aria-modal? aria-multiline? aria-multiselectable? aria-orientation? aria-owns? aria-placeholder? aria-posinset? aria-pressed? aria-readonly? aria-relevant? aria-required? aria-roledescription? aria-rowcount? aria-rowindex? aria-rowindextext? aria-rowspan? aria-selected? aria-setsize? aria-sort? aria-valuemax? aria-valuemin? aria-valuenow? aria-valuetext? ascent? aspectRatio? attrScale? attrX? attrY? attributeName? attributeType? autoReverse? azimuth? backdropFilter? backfaceVisibility? background? backgroundAttachment? backgroundBlendMode? backgroundClip? backgroundColor? backgroundImage? backgroundOrigin? backgroundPosition? backgroundPositionX? backgroundPositionY? backgroundRepeat? backgroundSize? baseFrequency? baseProfile? baselineShift? bbox? begin? bias? blockOverflow? blockSize? border? borderBlock? borderBlockColor? borderBlockEnd? borderBlockEndColor? borderBlockEndStyle? borderBlockEndWidth? borderBlockStart? borderBlockStartColor? borderBlockStartStyle? borderBlockStartWidth? borderBlockStyle? borderBlockWidth? borderBottom? borderBottomColor? borderBottomLeftRadius? borderBottomRightRadius? borderBottomStyle? borderBottomWidth? borderCollapse? borderColor? borderEndEndRadius? borderEndStartRadius? borderImage? borderImageOutset? borderImageRepeat? borderImageSlice? borderImageSource? borderImageWidth? borderInline? borderInlineColor? borderInlineEnd? borderInlineEndColor? borderInlineEndStyle? borderInlineEndWidth? borderInlineStart? borderInlineStartColor? borderInlineStartStyle? borderInlineStartWidth? borderInlineStyle? borderInlineWidth? borderLeft? borderLeftColor? borderLeftStyle? borderLeftWidth? borderRadius? borderRight? borderRightColor? borderRightStyle? borderRightWidth? borderSpacing? borderStartEndRadius? borderStartStartRadius? borderStyle? borderTop? borderTopColor? borderTopLeftRadius? borderTopRightRadius? borderTopStyle? borderTopWidth? borderWidth? bottom? boxAlign? boxDecorationBreak? boxDirection? boxFlex? boxFlexGroup? boxLines? boxOrdinalGroup? boxOrient? boxPack? boxShadow? boxSizing? breakAfter? breakBefore? breakInside? by? calcMode? capHeight? captionSide? caret? caretColor? caretShape? children? className? clear? clip? clipPath? clipPathUnits? clipRule? color? colorAdjust? colorInterpolation? colorInterpolationFilters? colorProfile? colorRendering? colorScheme? columnCount? columnFill? columnGap? columnRule? columnRuleColor? columnRuleStyle? columnRuleWidth? columnSpan? columnWidth? columns? contain? containIntrinsicBlockSize? containIntrinsicHeight? containIntrinsicInlineSize? containIntrinsicSize? containIntrinsicWidth? container? containerName? containerType? content? contentScriptType? contentStyleType? contentVisibility? counterIncrement? counterReset? counterSet? crossOrigin? cursor? cx? cy? d? dangerouslySetInnerHTML? decelerate? descent? diffuseConstant? direction? display? divisor? dominantBaseline? dur? dx? dy? edgeMode? elevation? emptyCells? enableBackground? end? exponent? externalResourcesRequired? fill? fillOpacity? fillRule? filter? filterRes? filterUnits? flex? flexBasis? flexDirection? flexFlow? flexGrow? flexShrink? flexWrap? float? floodColor? floodOpacity? focusable? font? fontFamily? fontFeatureSettings? fontKerning? fontLanguageOverride? fontOpticalSizing? fontPalette? fontSize? fontSizeAdjust? fontSmooth? fontStretch? fontStyle? fontSynthesis? fontSynthesisPosition? fontSynthesisSmallCaps? fontSynthesisStyle? fontSynthesisWeight? fontVariant? fontVariantAlternates? fontVariantCaps? fontVariantEastAsian? fontVariantEmoji? fontVariantLigatures? fontVariantNumeric? fontVariantPosition? fontVariationSettings? fontWeight? forcedColorAdjust? format? fr? from? fx? fy? g1? g2? gap? glyphName? glyphOrientationHorizontal? glyphOrientationVertical? glyphRef? gradientTransform? gradientUnits? grid? gridArea? gridAutoColumns? gridAutoFlow? gridAutoRows? gridColumn? gridColumnEnd? gridColumnGap? gridColumnStart? gridGap? gridRow? gridRowEnd? gridRowGap? gridRowStart? gridTemplate? gridTemplateAreas? gridTemplateColumns? gridTemplateRows? hanging? hangingPunctuation? height? horizAdvX? horizOriginX? href? hyphenateCharacter? hyphenateLimitChars? hyphens? id? ideographic? image? imageOrientation? imageRendering? imageResolution? imeMode? in? in2? initialLetter? inlineSize? inputSecurity? inset? insetBlock? insetBlockEnd? insetBlockStart? insetInline? insetInlineEnd? insetInlineStart? intercept? isolation? justifyContent? justifyItems? justifySelf? justifyTracks? k? k1? k2? k3? k4? kernelMatrix? kernelUnitLength? kerning? keyPoints? keySplines? keyTimes? lang? left? lengthAdjust? letterSpacing? lightingColor? limitingConeAngle? lineBreak? lineClamp? lineHeight? lineHeightStep? listStyle? listStyleImage? listStylePosition? listStyleType? local? margin? marginBlock? marginBlockEnd? marginBlockStart? marginBottom? marginInline? marginInlineEnd? marginInlineStart? marginLeft? marginRight? marginTop? marginTrim? marker? markerEnd? markerHeight? markerMid? markerStart? markerUnits? markerWidth? mask? maskBorder? maskBorderMode? maskBorderOutset? maskBorderRepeat? maskBorderSlice? maskBorderSource? maskBorderWidth? maskClip? maskComposite? maskContentUnits? maskImage? maskMode? maskOrigin? maskPosition? maskRepeat? maskSize? maskType? maskUnits? masonryAutoFlow? mathDepth? mathShift? mathStyle? mathematical? max? maxBlockSize? maxHeight? maxInlineSize? maxLines? maxWidth? media? method? min? minBlockSize? minHeight? minInlineSize? minWidth? mixBlendMode? mode? motion? motionDistance? motionPath? motionRotation? msAccelerator? msBlockProgression? msContentZoomChaining? msContentZoomLimit? msContentZoomLimitMax? msContentZoomLimitMin? msContentZoomSnap? msContentZoomSnapPoints? msContentZoomSnapType? msContentZooming? msFilter? msFlex? msFlexDirection? msFlexPositive? msFlowFrom? msFlowInto? msGridColumns? msGridRows? msHighContrastAdjust? msHyphenateLimitChars? msHyphenateLimitLines? msHyphenateLimitZone? msHyphens? msImeAlign? msImeMode? msLineBreak? msOrder? msOverflowStyle? msOverflowX? msOverflowY? msScrollChaining? msScrollLimit? msScrollLimitXMax? msScrollLimitXMin? msScrollLimitYMax? msScrollLimitYMin? msScrollRails? msScrollSnapPointsX? msScrollSnapPointsY? msScrollSnapType? msScrollSnapX? msScrollSnapY? msScrollTranslation? msScrollbar3dlightColor? msScrollbarArrowColor? msScrollbarBaseColor? msScrollbarDarkshadowColor? msScrollbarFaceColor? msScrollbarHighlightColor? msScrollbarShadowColor? msScrollbarTrackColor? msTextAutospace? msTextCombineHorizontal? msTextOverflow? msTouchAction? msTouchSelect? msTransform? msTransformOrigin? msTransition? msTransitionDelay? msTransitionDuration? msTransitionProperty? msTransitionTimingFunction? msUserSelect? msWordBreak? msWrapFlow? msWrapMargin? msWrapThrough? msWritingMode? name? numOctaves? objectFit? objectPosition? offset? offsetAnchor? offsetBlock? offsetBlockEnd? offsetBlockStart? offsetDistance? offsetInline? offsetInlineEnd? offsetInlineStart? offsetPath? offsetPosition? offsetRotate? offsetRotation? onAbort? onAbortCapture? onAnimationEnd? onAnimationEndCapture? onAnimationIteration? onAnimationIterationCapture? onAnimationStart? onAnimationStartCapture? onAuxClick? onAuxClickCapture? onBeforeInput? onBeforeInputCapture? onBlur? onBlurCapture? onCanPlay? onCanPlayCapture? onCanPlayThrough? onCanPlayThroughCapture? onChange? onChangeCapture? onClick? onClickCapture? onCompositionEnd? onCompositionEndCapture? onCompositionStart? onCompositionStartCapture? onCompositionUpdate? onCompositionUpdateCapture? onContextMenu? onContextMenuCapture? onCopy? onCopyCapture? onCut? onCutCapture? onDoubleClick? onDoubleClickCapture? onDrag? onDragCapture? onDragEnd? onDragEndCapture? onDragEnter? onDragEnterCapture? onDragExit? onDragExitCapture? onDragLeave? onDragLeaveCapture? onDragOver? onDragOverCapture? onDragStart? onDragStartCapture? onDrop? onDropCapture? onDurationChange? onDurationChangeCapture? onEmptied? onEmptiedCapture? onEncrypted? onEncryptedCapture? onEnded? onEndedCapture? onError? onErrorCapture? onFocus? onFocusCapture? onGotPointerCapture? onGotPointerCaptureCapture? onInput? onInputCapture? onInvalid? onInvalidCapture? onKeyDown? onKeyDownCapture? onKeyPress? onKeyPressCapture? onKeyUp? onKeyUpCapture? onLoad? onLoadCapture? onLoadStart? onLoadStartCapture? onLoadedData? onLoadedDataCapture? onLoadedMetadata? onLoadedMetadataCapture? onLostPointerCapture? onLostPointerCaptureCapture? onMouseDown? onMouseDownCapture? onMouseEnter? onMouseLeave? onMouseMove? onMouseMoveCapture? onMouseOut? onMouseOutCapture? onMouseOver? onMouseOverCapture? onMouseUp? onMouseUpCapture? onPaste? onPasteCapture? onPause? onPauseCapture? onPlay? onPlayCapture? onPlaying? onPlayingCapture? onPointerCancel? onPointerCancelCapture? onPointerDown? onPointerDownCapture? onPointerEnter? onPointerEnterCapture? onPointerLeave? onPointerLeaveCapture? onPointerMove? onPointerMoveCapture? onPointerOut? onPointerOutCapture? onPointerOver? onPointerOverCapture? onPointerUp? onPointerUpCapture? onProgress? onProgressCapture? onRateChange? onRateChangeCapture? onReset? onResetCapture? onResize? onResizeCapture? onScroll? onScrollCapture? onSeeked? onSeekedCapture? onSeeking? onSeekingCapture? onSelect? onSelectCapture? onStalled? onStalledCapture? onSubmit? onSubmitCapture? onSuspend? onSuspendCapture? onTimeUpdate? onTimeUpdateCapture? onTouchCancel? onTouchCancelCapture? onTouchEnd? onTouchEndCapture? onTouchMove? onTouchMoveCapture? onTouchStart? onTouchStartCapture? onTransitionEnd? onTransitionEndCapture? onVolumeChange? onVolumeChangeCapture? onWaiting? onWaitingCapture? onWheel? onWheelCapture? opacity? operator? order? orient? orientation? origin? originX? originY? originZ? orphans? outline? outlineColor? outlineOffset? outlineStyle? outlineWidth? overflow? overflowAnchor? overflowBlock? overflowClipBox? overflowClipMargin? overflowInline? overflowWrap? overflowX? overflowY? overlay? overlinePosition? overlineThickness? overscrollBehavior? overscrollBehaviorBlock? overscrollBehaviorInline? overscrollBehaviorX? overscrollBehaviorY? padding? paddingBlock? paddingBlockEnd? paddingBlockStart? paddingBottom? paddingInline? paddingInlineEnd? paddingInlineStart? paddingLeft? paddingRight? paddingTop? page? pageBreakAfter? pageBreakBefore? pageBreakInside? paintOrder? panose1? path? pathLength? pathOffset? pathSpacing? patternContentUnits? patternTransform? patternUnits? perspective? perspectiveOrigin? placeContent? placeItems? placeSelf? pointerEvents? points? pointsAtX? pointsAtY? pointsAtZ? position? preserveAlpha? preserveAspectRatio? primitiveUnits? printColorAdjust? quotes? r? radius? refX? refY? renderingIntent? repeatCount? repeatDur? requiredExtensions? requiredFeatures? resize? restart? result? right? role? rotate? rotateX? rotateY? rotateZ? rowGap? rubyAlign? rubyMerge? rubyPosition? rx? ry? scale? scaleX? scaleY? scaleZ? scrollBehavior? scrollMargin? scrollMarginBlock? scrollMarginBlockEnd? scrollMarginBlockStart? scrollMarginBottom? scrollMarginInline? scrollMarginInlineEnd? scrollMarginInlineStart? scrollMarginLeft? scrollMarginRight? scrollMarginTop? scrollPadding? scrollPaddingBlock? scrollPaddingBlockEnd? scrollPaddingBlockStart? scrollPaddingBottom? scrollPaddingInline? scrollPaddingInlineEnd? scrollPaddingInlineStart? scrollPaddingLeft? scrollPaddingRight? scrollPaddingTop? scrollSnapAlign? scrollSnapCoordinate? scrollSnapDestination? scrollSnapMargin? scrollSnapMarginBottom? scrollSnapMarginLeft? scrollSnapMarginRight? scrollSnapMarginTop? scrollSnapPointsX? scrollSnapPointsY? scrollSnapStop? scrollSnapType? scrollSnapTypeX? scrollSnapTypeY? scrollTimeline? scrollTimelineAxis? scrollTimelineName? scrollbarColor? scrollbarGutter? scrollbarWidth? seed? shadow? shapeImageThreshold? shapeMargin? shapeOutside? shapeRendering? size? skew? skewX? skewY? slope? spacing? specularConstant? specularExponent? speed? spreadMethod? startOffset? stdDeviation? stemh? stemv? stitchTiles? stopColor? stopOpacity? strikethroughPosition? strikethroughThickness? string? stroke? strokeDasharray? strokeDashoffset? strokeLinecap? strokeLinejoin? strokeMiterlimit? strokeOpacity? strokeWidth? style? suppressHydrationWarning? surfaceScale? systemLanguage? tabIndex? tabSize? tableLayout? tableValues? target? targetX? targetY? textAlign? textAlignLast? textAnchor? textCombineUpright? textDecoration? textDecorationColor? textDecorationLine? textDecorationSkip? textDecorationSkipInk? textDecorationStyle? textDecorationThickness? textEmphasis? textEmphasisColor? textEmphasisPosition? textEmphasisStyle? textIndent? textJustify? textLength? textOrientation? textOverflow? textRendering? textShadow? textSizeAdjust? textTransform? textUnderlineOffset? textUnderlinePosition? textWrap? timelineScope? to? top? touchAction? transform? transformBox? transformOrigin? transformPerspective? transformStyle? transition? transitionBehavior? transitionDelay? transitionDuration? transitionEnd? transitionProperty? transitionTimingFunction? translate? translateX? translateY? translateZ? type? u1? u2? underlinePosition? underlineThickness? unicode? unicodeBidi? unicodeRange? unitsPerEm? userSelect? vAlphabetic? vHanging? vIdeographic? vMathematical? values? vectorEffect? version? vertAdvY? vertOriginX? vertOriginY? verticalAlign? viewBox? viewTarget? viewTimeline? viewTimelineAxis? viewTimelineInset? viewTimelineName? viewTransitionName? visibility? whiteSpace? whiteSpaceCollapse? whiteSpaceTrim? widows? width? widths? willChange? wordBreak? wordSpacing? wordWrap? writingMode? x? x1? x2? xChannelSelector? xHeight? xlinkActuate? xlinkArcrole? xlinkHref? xlinkRole? xlinkShow? xlinkTitle? xlinkType? xmlBase? xmlLang? xmlSpace? xmlns? xmlnsXlink? y? y1? y2? yChannelSelector? z? zIndex? zoom? zoomAndPan?

Properties

KhtmlBoxAlign?: BoxAlign | CustomValueType | (BoxAlign | CustomValueType | undefined)[] | [null, ...(BoxAlign | CustomValueType | undefined)[]]

The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.

Syntax: start | center | end | baseline | stretch

Initial value: stretch

Deprecated

KhtmlBoxDirection?: BoxDirection | CustomValueType | (BoxDirection | CustomValueType | undefined)[] | [null, ...(BoxDirection | CustomValueType | undefined)[]]

The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).

Syntax: normal | reverse | inherit

Initial value: normal

Deprecated

KhtmlBoxFlex?: BoxFlex | CustomValueType | (BoxFlex | CustomValueType | undefined)[] | [null, ...(BoxFlex | CustomValueType | undefined)[]]

The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout.

Syntax: <number>

Initial value: 0

Deprecated

KhtmlBoxFlexGroup?: BoxFlexGroup | CustomValueType | (BoxFlexGroup | CustomValueType | undefined)[] | [null, ...(BoxFlexGroup | CustomValueType | undefined)[]]

The box-flex-group CSS property assigns the flexbox's child elements to a flex group.

Syntax: <integer>

Initial value: 1

Deprecated

KhtmlBoxLines?: BoxLines | CustomValueType | (BoxLines | CustomValueType | undefined)[] | [null, ...(BoxLines | CustomValueType | undefined)[]]

The box-lines CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes).

Syntax: single | multiple

Initial value: single

Deprecated

KhtmlBoxOrdinalGroup?: BoxOrdinalGroup | CustomValueType | (BoxOrdinalGroup | CustomValueType | undefined)[] | [null, ...(BoxOrdinalGroup | CustomValueType | undefined)[]]

The box-ordinal-group CSS property assigns the flexbox's child elements to an ordinal group.

Syntax: <integer>

Initial value: 1

Deprecated

KhtmlBoxOrient?: BoxOrient | CustomValueType | (BoxOrient | CustomValueType | undefined)[] | [null, ...(BoxOrient | CustomValueType | undefined)[]]

The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.

Syntax: horizontal | vertical | inline-axis | block-axis | inherit

Initial value: inline-axis (horizontal in XUL)

Deprecated

KhtmlBoxPack?: BoxPack | CustomValueType | (BoxPack | CustomValueType | undefined)[] | [null, ...(BoxPack | CustomValueType | undefined)[]]

The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.

Syntax: start | center | end | justify

Initial value: start

Deprecated

KhtmlLineBreak?: LineBreak | CustomValueType | (LineBreak | CustomValueType | undefined)[] | [null, ...(LineBreak | CustomValueType | undefined)[]]

The line-break CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.

Syntax: auto | loose | normal | strict | anywhere

Initial value: auto

Deprecated

KhtmlOpacity?: Opacity | CustomValueType | (Opacity | CustomValueType | undefined)[] | [null, ...(Opacity | CustomValueType | undefined)[]]

The opacity CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.

Syntax: <alpha-value>

Initial value: 1

Deprecated

KhtmlUserSelect?: UserSelect | CustomValueType | (UserSelect | CustomValueType | undefined)[] | [null, ...(UserSelect | CustomValueType | undefined)[]]

The user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.

Syntax: auto | text | none | contain | all

Initial value: auto

Deprecated

MozAnimation?: Animation<string & {}> | CustomValueType | (Animation<string & {}> | CustomValueType | undefined)[] | [null, ...(Animation<string & {}> | CustomValueType | undefined)[]]

The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, and animation-play-state.

Syntax: <single-animation>#

MozAnimationDelay?: AnimationDelay<string & {}> | CustomValueType | (AnimationDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDelay<string & {}> | CustomValueType | undefined)[]]

The animation-delay CSS property specifies the amount of time to wait from applying the animation to an element before beginning to perform the animation. The animation can start later, immediately from its beginning, or immediately and partway through the animation.

Syntax: <time>#

Initial value: 0s

MozAnimationDirection?: AnimationDirection | CustomValueType | (AnimationDirection | CustomValueType | undefined)[] | [null, ...(AnimationDirection | CustomValueType | undefined)[]]

The animation-direction CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.

Syntax: <single-animation-direction>#

Initial value: normal

MozAnimationDuration?: AnimationDuration<string & {}> | CustomValueType | (AnimationDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDuration<string & {}> | CustomValueType | undefined)[]]

The animation-duration CSS property sets the length of time that an animation takes to complete one cycle.

Syntax: <time>#

Initial value: 0s

MozAnimationFillMode?: AnimationFillMode | CustomValueType | (AnimationFillMode | CustomValueType | undefined)[] | [null, ...(AnimationFillMode | CustomValueType | undefined)[]]

The animation-fill-mode CSS property sets how a CSS animation applies styles to its target before and after its execution.

Syntax: <single-animation-fill-mode>#

Initial value: none

MozAnimationIterationCount?: AnimationIterationCount | CustomValueType | (AnimationIterationCount | CustomValueType | undefined)[] | [null, ...(AnimationIterationCount | CustomValueType | undefined)[]]

The animation-iteration-count CSS property sets the number of times an animation sequence should be played before stopping.

Syntax: <single-animation-iteration-count>#

Initial value: 1

MozAnimationName?: AnimationName | CustomValueType | (AnimationName | CustomValueType | undefined)[] | [null, ...(AnimationName | CustomValueType | undefined)[]]

The animation-name CSS property specifies the names of one or more @keyframes at-rules that describe the animation to apply to an element. Multiple @keyframe at-rules are specified as a comma-separated list of names. If the specified name does not match any @keyframe at-rule, no properties are animated.

Syntax: [ none | <keyframes-name> ]#

Initial value: none

MozAnimationPlayState?: AnimationPlayState | CustomValueType | (AnimationPlayState | CustomValueType | undefined)[] | [null, ...(AnimationPlayState | CustomValueType | undefined)[]]

The animation-play-state CSS property sets whether an animation is running or paused.

Syntax: <single-animation-play-state>#

Initial value: running

MozAnimationTimingFunction?: AnimationTimingFunction | CustomValueType | (AnimationTimingFunction | CustomValueType | undefined)[] | [null, ...(AnimationTimingFunction | CustomValueType | undefined)[]]

The animation-timing-function CSS property sets how an animation progresses through the duration of each cycle.

Syntax: <easing-function>#

Initial value: ease

MozAppearance?: MozAppearance | CustomValueType | (MozAppearance | CustomValueType | undefined)[] | [null, ...(MozAppearance | CustomValueType | undefined)[]]

The appearance CSS property is used to control native appearance of UI controls, that are based on operating system's theme.

Syntax: none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized

Initial value: none (but this value is overridden in the user agent CSS)

MozBackfaceVisibility?: BackfaceVisibility | CustomValueType | (BackfaceVisibility | CustomValueType | undefined)[] | [null, ...(BackfaceVisibility | CustomValueType | undefined)[]]

The backface-visibility CSS property sets whether the back face of an element is visible when turned towards the user.

Syntax: visible | hidden

Initial value: visible

Deprecated

MozBackgroundClip?: BackgroundClip | CustomValueType | (BackgroundClip | CustomValueType | undefined)[] | [null, ...(BackgroundClip | CustomValueType | undefined)[]]

The background-clip CSS property sets whether an element's background extends underneath its border box, padding box, or content box.

Syntax: <box>#

Initial value: border-box

Deprecated

MozBackgroundInlinePolicy?: BoxDecorationBreak | CustomValueType | (BoxDecorationBreak | CustomValueType | undefined)[] | [null, ...(BoxDecorationBreak | CustomValueType | undefined)[]]

The box-decoration-break CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.

Syntax: slice | clone

Initial value: slice

Deprecated

MozBackgroundOrigin?: BackgroundOrigin | CustomValueType | (BackgroundOrigin | CustomValueType | undefined)[] | [null, ...(BackgroundOrigin | CustomValueType | undefined)[]]

The background-origin CSS property sets the background's origin: from the border start, inside the border, or inside the padding.

Syntax: <box>#

Initial value: padding-box

Deprecated

MozBackgroundSize?: BackgroundSize<string | number> | CustomValueType | (BackgroundSize<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundSize<string | number> | CustomValueType | undefined)[]]

The background-size CSS property sets the size of the element's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.

Syntax: <bg-size>#

Initial value: auto auto

Deprecated

MozBinding?: MozBinding | CustomValueType | (MozBinding | CustomValueType | undefined)[] | [null, ...(MozBinding | CustomValueType | undefined)[]]

The -moz-binding CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.

Syntax: <url> | none

Initial value: none

MozBorderBottomColors?: MozBorderBottomColors | CustomValueType | (MozBorderBottomColors | CustomValueType | undefined)[] | [null, ...(MozBorderBottomColors | CustomValueType | undefined)[]]

In Mozilla applications like Firefox, the -moz-border-bottom-colors CSS property sets a list of colors for the bottom border.

Syntax: <color>+ | none

Initial value: none

MozBorderEndColor?: BorderInlineEndColor | CustomValueType | (BorderInlineEndColor | CustomValueType | undefined)[] | [null, ...(BorderInlineEndColor | CustomValueType | undefined)[]]

The border-inline-end-color CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-color'>

Initial value: currentcolor

MozBorderEndStyle?: BorderInlineEndStyle | CustomValueType | (BorderInlineEndStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineEndStyle | CustomValueType | undefined)[]]

The border-inline-end-style CSS property defines the style of the logical inline end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

MozBorderEndWidth?: BorderInlineEndWidth<string | number> | CustomValueType | (BorderInlineEndWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineEndWidth<string | number> | CustomValueType | undefined)[]]

The border-inline-end-width CSS property defines the width of the logical inline-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-width'>

Initial value: medium

MozBorderImage?: BorderImage | CustomValueType | (BorderImage | CustomValueType | undefined)[] | [null, ...(BorderImage | CustomValueType | undefined)[]]

The border-image CSS property draws an image around a given element. It replaces the element's regular border.

Syntax: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>

MozBorderLeftColors?: MozBorderLeftColors | CustomValueType | (MozBorderLeftColors | CustomValueType | undefined)[] | [null, ...(MozBorderLeftColors | CustomValueType | undefined)[]]

In Mozilla applications like Firefox, the -moz-border-left-colors CSS property sets a list of colors for the left border.

Syntax: <color>+ | none

Initial value: none

MozBorderRadius?: BorderRadius<string | number> | CustomValueType | (BorderRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRadius<string | number> | CustomValueType | undefined)[]]

The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.

Syntax: <length-percentage>{1,4} [ / <length-percentage>{1,4} ]?

Deprecated

MozBorderRadiusBottomleft?: BorderBottomLeftRadius<string | number> | CustomValueType | (BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[]]

The border-bottom-left-radius CSS property rounds the bottom-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

Deprecated

MozBorderRadiusBottomright?: BorderBottomRightRadius<string | number> | CustomValueType | (BorderBottomRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomRightRadius<string | number> | CustomValueType | undefined)[]]

The border-bottom-right-radius CSS property rounds the bottom-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

Deprecated

MozBorderRadiusTopleft?: BorderTopLeftRadius<string | number> | CustomValueType | (BorderTopLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopLeftRadius<string | number> | CustomValueType | undefined)[]]

The border-top-left-radius CSS property rounds the top-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

Deprecated

MozBorderRadiusTopright?: BorderTopRightRadius<string | number> | CustomValueType | (BorderTopRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopRightRadius<string | number> | CustomValueType | undefined)[]]

The border-top-right-radius CSS property rounds the top-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

Deprecated

MozBorderRightColors?: MozBorderRightColors | CustomValueType | (MozBorderRightColors | CustomValueType | undefined)[] | [null, ...(MozBorderRightColors | CustomValueType | undefined)[]]

In Mozilla applications like Firefox, the -moz-border-right-colors CSS property sets a list of colors for the right border.

Syntax: <color>+ | none

Initial value: none

MozBorderStartColor?: BorderInlineStartColor | CustomValueType | (BorderInlineStartColor | CustomValueType | undefined)[] | [null, ...(BorderInlineStartColor | CustomValueType | undefined)[]]

The border-inline-start-color CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-color'>

Initial value: currentcolor

MozBorderStartStyle?: BorderInlineStartStyle | CustomValueType | (BorderInlineStartStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineStartStyle | CustomValueType | undefined)[]]

The border-inline-start-style CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

MozBorderTopColors?: MozBorderTopColors | CustomValueType | (MozBorderTopColors | CustomValueType | undefined)[] | [null, ...(MozBorderTopColors | CustomValueType | undefined)[]]

In Mozilla applications like Firefox, the -moz-border-top-colors CSS property sets a list of colors for the top border.

Syntax: <color>+ | none

Initial value: none

MozBoxAlign?: BoxAlign | CustomValueType | (BoxAlign | CustomValueType | undefined)[] | [null, ...(BoxAlign | CustomValueType | undefined)[]]

The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.

Syntax: start | center | end | baseline | stretch

Initial value: stretch

Deprecated

MozBoxDirection?: BoxDirection | CustomValueType | (BoxDirection | CustomValueType | undefined)[] | [null, ...(BoxDirection | CustomValueType | undefined)[]]

The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).

Syntax: normal | reverse | inherit

Initial value: normal

Deprecated

MozBoxFlex?: BoxFlex | CustomValueType | (BoxFlex | CustomValueType | undefined)[] | [null, ...(BoxFlex | CustomValueType | undefined)[]]

The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout.

Syntax: <number>

Initial value: 0

Deprecated

MozBoxOrdinalGroup?: BoxOrdinalGroup | CustomValueType | (BoxOrdinalGroup | CustomValueType | undefined)[] | [null, ...(BoxOrdinalGroup | CustomValueType | undefined)[]]

The box-ordinal-group CSS property assigns the flexbox's child elements to an ordinal group.

Syntax: <integer>

Initial value: 1

Deprecated

MozBoxOrient?: BoxOrient | CustomValueType | (BoxOrient | CustomValueType | undefined)[] | [null, ...(BoxOrient | CustomValueType | undefined)[]]

The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.

Syntax: horizontal | vertical | inline-axis | block-axis | inherit

Initial value: inline-axis (horizontal in XUL)

Deprecated

MozBoxPack?: BoxPack | CustomValueType | (BoxPack | CustomValueType | undefined)[] | [null, ...(BoxPack | CustomValueType | undefined)[]]

The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.

Syntax: start | center | end | justify

Initial value: start

Deprecated

MozBoxShadow?: BoxShadow | CustomValueType | (BoxShadow | CustomValueType | undefined)[] | [null, ...(BoxShadow | CustomValueType | undefined)[]]

The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radius, and color.

Syntax: none | <shadow>#

Initial value: none

Deprecated

MozBoxSizing?: BoxSizing | CustomValueType | (BoxSizing | CustomValueType | undefined)[] | [null, ...(BoxSizing | CustomValueType | undefined)[]]

The box-sizing CSS property sets how the total width and height of an element is calculated.

Syntax: content-box | border-box

Initial value: content-box

MozColumnCount?: ColumnCount | CustomValueType | (ColumnCount | CustomValueType | undefined)[] | [null, ...(ColumnCount | CustomValueType | undefined)[]]

The column-count CSS property breaks an element's content into the specified number of columns.

Syntax: <integer> | auto

Initial value: auto

MozColumnFill?: ColumnFill | CustomValueType | (ColumnFill | CustomValueType | undefined)[] | [null, ...(ColumnFill | CustomValueType | undefined)[]]

The column-fill CSS property controls how an element's contents are balanced when broken into columns.

Syntax: auto | balance | balance-all

Initial value: balance

MozColumnRule?: ColumnRule<string | number> | CustomValueType | (ColumnRule<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRule<string | number> | CustomValueType | undefined)[]]

The column-rule shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.

Syntax: <'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>

MozColumnRuleColor?: ColumnRuleColor | CustomValueType | (ColumnRuleColor | CustomValueType | undefined)[] | [null, ...(ColumnRuleColor | CustomValueType | undefined)[]]

The column-rule-color CSS property sets the color of the line drawn between columns in a multi-column layout.

Syntax: <color>

Initial value: currentcolor

MozColumnRuleStyle?: ColumnRuleStyle | CustomValueType | (ColumnRuleStyle | CustomValueType | undefined)[] | [null, ...(ColumnRuleStyle | CustomValueType | undefined)[]]

The column-rule-style CSS property sets the style of the line drawn between columns in a multi-column layout.

Syntax: <'border-style'>

Initial value: none

MozColumnRuleWidth?: ColumnRuleWidth<string | number> | CustomValueType | (ColumnRuleWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRuleWidth<string | number> | CustomValueType | undefined)[]]

The column-rule-width CSS property sets the width of the line drawn between columns in a multi-column layout.

Syntax: <'border-width'>

Initial value: medium

MozColumnWidth?: ColumnWidth<string | number> | CustomValueType | (ColumnWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnWidth<string | number> | CustomValueType | undefined)[]]

The column-width CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit without any of them having a width less than the column-width value. If the width of the container is narrower than the specified value, the single column's width will be smaller than the declared column width.

Syntax: <length> | auto

Initial value: auto

MozColumns?: Columns<string | number> | CustomValueType | (Columns<string | number> | CustomValueType | undefined)[] | [null, ...(Columns<string | number> | CustomValueType | undefined)[]]

The columns CSS shorthand property sets the number of columns to use when drawing an element's contents, as well as those columns' widths.

Syntax: <'column-width'> || <'column-count'>

MozContextProperties?: MozContextProperties | CustomValueType | (MozContextProperties | CustomValueType | undefined)[] | [null, ...(MozContextProperties | CustomValueType | undefined)[]]

The -moz-context-properties property can be used within privileged contexts in Firefox to share the values of specified properties of the element with a child SVG image.

Syntax: none | [ fill | fill-opacity | stroke | stroke-opacity ]#

Initial value: none

MozFloatEdge?: MozFloatEdge | CustomValueType | (MozFloatEdge | CustomValueType | undefined)[] | [null, ...(MozFloatEdge | CustomValueType | undefined)[]]

The non-standard -moz-float-edge CSS property specifies whether the height and width properties of the element include the margin, border, or padding thickness.

Syntax: border-box | content-box | margin-box | padding-box

Initial value: content-box

Deprecated

MozFontFeatureSettings?: FontFeatureSettings | CustomValueType | (FontFeatureSettings | CustomValueType | undefined)[] | [null, ...(FontFeatureSettings | CustomValueType | undefined)[]]

The font-feature-settings CSS property controls advanced typographic features in OpenType fonts.

Syntax: normal | <feature-tag-value>#

Initial value: normal

MozFontLanguageOverride?: FontLanguageOverride | CustomValueType | (FontLanguageOverride | CustomValueType | undefined)[] | [null, ...(FontLanguageOverride | CustomValueType | undefined)[]]

The font-language-override CSS property controls the use of language-specific glyphs in a typeface.

Syntax: normal | <string>

Initial value: normal

MozForceBrokenImageIcon?: MozForceBrokenImageIcon | CustomValueType | (MozForceBrokenImageIcon | CustomValueType | undefined)[] | [null, ...(MozForceBrokenImageIcon | CustomValueType | undefined)[]]

The -moz-force-broken-image-icon extended CSS property can be used to force the broken image icon to be shown even when a broken image has an alt attribute.

Syntax: 0 | 1

Initial value: 0

Deprecated

MozHyphens?: Hyphens | CustomValueType | (Hyphens | CustomValueType | undefined)[] | [null, ...(Hyphens | CustomValueType | undefined)[]]

The hyphens CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.

Syntax: none | manual | auto

Initial value: manual

MozImageRegion?: MozImageRegion | CustomValueType | (MozImageRegion | CustomValueType | undefined)[] | [null, ...(MozImageRegion | CustomValueType | undefined)[]]

For certain XUL elements and pseudo-elements that use an image from the list-style-image property, this property specifies a region of the image that is used in place of the whole image. This allows elements to use different pieces of the same image to improve performance.

Syntax: <shape> | auto

Initial value: auto

MozMarginEnd?: MarginInlineEnd<string | number> | CustomValueType | (MarginInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineEnd<string | number> | CustomValueType | undefined)[]]

The margin-inline-end CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the margin-top, margin-right, margin-bottom or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'margin-left'>

Initial value: 0

MozMarginStart?: MarginInlineStart<string | number> | CustomValueType | (MarginInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineStart<string | number> | CustomValueType | undefined)[]]

The margin-inline-start CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the margin-top, margin-right, margin-bottom, or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'margin-left'>

Initial value: 0

MozOpacity?: Opacity | CustomValueType | (Opacity | CustomValueType | undefined)[] | [null, ...(Opacity | CustomValueType | undefined)[]]

The opacity CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.

Syntax: <alpha-value>

Initial value: 1

Deprecated

MozOrient?: MozOrient | CustomValueType | (MozOrient | CustomValueType | undefined)[] | [null, ...(MozOrient | CustomValueType | undefined)[]]

The -moz-orient CSS property specifies the orientation of the element to which it's applied.

Syntax: inline | block | horizontal | vertical

Initial value: inline

MozOsxFontSmoothing?: FontSmooth<string | number> | CustomValueType | (FontSmooth<string | number> | CustomValueType | undefined)[] | [null, ...(FontSmooth<string | number> | CustomValueType | undefined)[]]

The font-smooth CSS property controls the application of anti-aliasing when fonts are rendered.

Syntax: auto | never | always | <absolute-size> | <length>

Initial value: auto

MozOutline?: Outline<string | number> | CustomValueType | (Outline<string | number> | CustomValueType | undefined)[] | [null, ...(Outline<string | number> | CustomValueType | undefined)[]]

The outline CSS shorthand property sets most of the outline properties in a single declaration.

Syntax: [ <'outline-color'> || <'outline-style'> || <'outline-width'> ]

Deprecated

MozOutlineColor?: OutlineColor | CustomValueType | (OutlineColor | CustomValueType | undefined)[] | [null, ...(OutlineColor | CustomValueType | undefined)[]]

The outline-color CSS property sets the color of an element's outline.

Syntax: <color> | invert

Initial value: invert, for browsers supporting it, currentColor for the other

Deprecated

MozOutlineRadius?: MozOutlineRadius<string | number> | CustomValueType | (MozOutlineRadius<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadius<string | number> | CustomValueType | undefined)[]]

In Mozilla applications like Firefox, the -moz-outline-radius CSS shorthand property can be used to give an element's outline rounded corners.

Syntax: <outline-radius>{1,4} [ / <outline-radius>{1,4} ]?

MozOutlineRadiusBottomleft?: MozOutlineRadiusBottomleft<string | number> | CustomValueType | (MozOutlineRadiusBottomleft<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadiusBottomleft<string | number> | CustomValueType | undefined)[]]

In Mozilla applications, the -moz-outline-radius-bottomleft CSS property can be used to round the bottom-left corner of an element's outline.

Syntax: <outline-radius>

Initial value: 0

MozOutlineRadiusBottomright?: MozOutlineRadiusBottomright<string | number> | CustomValueType | (MozOutlineRadiusBottomright<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadiusBottomright<string | number> | CustomValueType | undefined)[]]

In Mozilla applications, the -moz-outline-radius-bottomright CSS property can be used to round the bottom-right corner of an element's outline.

Syntax: <outline-radius>

Initial value: 0

MozOutlineRadiusTopleft?: MozOutlineRadiusTopleft<string | number> | CustomValueType | (MozOutlineRadiusTopleft<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadiusTopleft<string | number> | CustomValueType | undefined)[]]

In Mozilla applications, the -moz-outline-radius-topleft CSS property can be used to round the top-left corner of an element's outline.

Syntax: <outline-radius>

Initial value: 0

MozOutlineRadiusTopright?: MozOutlineRadiusTopright<string | number> | CustomValueType | (MozOutlineRadiusTopright<string | number> | CustomValueType | undefined)[] | [null, ...(MozOutlineRadiusTopright<string | number> | CustomValueType | undefined)[]]

In Mozilla applications, the -moz-outline-radius-topright CSS property can be used to round the top-right corner of an element's outline.

Syntax: <outline-radius>

Initial value: 0

MozOutlineStyle?: OutlineStyle | CustomValueType | (OutlineStyle | CustomValueType | undefined)[] | [null, ...(OutlineStyle | CustomValueType | undefined)[]]

The outline-style CSS property sets the style of an element's outline. An outline is a line that is drawn around an element, outside the border.

Syntax: auto | <'border-style'>

Initial value: none

Deprecated

MozOutlineWidth?: OutlineWidth<string | number> | CustomValueType | (OutlineWidth<string | number> | CustomValueType | undefined)[] | [null, ...(OutlineWidth<string | number> | CustomValueType | undefined)[]]

The CSS outline-width property sets the thickness of an element's outline. An outline is a line that is drawn around an element, outside the border.

Syntax: <line-width>

Initial value: medium

Deprecated

MozPaddingEnd?: PaddingInlineEnd<string | number> | CustomValueType | (PaddingInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineEnd<string | number> | CustomValueType | undefined)[]]

The padding-inline-end CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

MozPaddingStart?: PaddingInlineStart<string | number> | CustomValueType | (PaddingInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineStart<string | number> | CustomValueType | undefined)[]]

The padding-inline-start CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

MozPerspective?: Perspective<string | number> | CustomValueType | (Perspective<string | number> | CustomValueType | undefined)[] | [null, ...(Perspective<string | number> | CustomValueType | undefined)[]]

The perspective CSS property determines the distance between the z=0 plane and the user in order to give a 3D-positioned element some perspective.

Syntax: none | <length>

Initial value: none

Deprecated

MozPerspectiveOrigin?: PerspectiveOrigin<string | number> | CustomValueType | (PerspectiveOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(PerspectiveOrigin<string | number> | CustomValueType | undefined)[]]

The perspective-origin CSS property determines the position at which the viewer is looking. It is used as the vanishing point by the perspective property.

Syntax: <position>

Initial value: 50% 50%

Deprecated

MozStackSizing?: MozStackSizing | CustomValueType | (MozStackSizing | CustomValueType | undefined)[] | [null, ...(MozStackSizing | CustomValueType | undefined)[]]

-moz-stack-sizing is an extended CSS property. Normally, a <xul:stack> will change its size so that all of its child elements are completely visible. For example, moving a child of the stack far to the right will widen the stack so the child remains visible.

Syntax: ignore | stretch-to-fit

Initial value: stretch-to-fit

MozTabSize?: TabSize<string | number> | CustomValueType | (TabSize<string | number> | CustomValueType | undefined)[] | [null, ...(TabSize<string | number> | CustomValueType | undefined)[]]

The tab-size CSS property is used to customize the width of tab characters (U+0009).

Syntax: <integer> | <length>

Initial value: 8

MozTextAlignLast?: TextAlignLast | CustomValueType | (TextAlignLast | CustomValueType | undefined)[] | [null, ...(TextAlignLast | CustomValueType | undefined)[]]

The text-align-last CSS property sets how the last line of a block or a line, right before a forced line break, is aligned.

Syntax: auto | start | end | left | right | center | justify

Initial value: auto

Deprecated

MozTextBlink?: MozTextBlink | CustomValueType | (MozTextBlink | CustomValueType | undefined)[] | [null, ...(MozTextBlink | CustomValueType | undefined)[]]

The -moz-text-blink non-standard Mozilla CSS extension specifies the blink mode.

Syntax: none | blink

Initial value: none

MozTextDecorationColor?: TextDecorationColor | CustomValueType | (TextDecorationColor | CustomValueType | undefined)[] | [null, ...(TextDecorationColor | CustomValueType | undefined)[]]

The text-decoration-color CSS property sets the color of decorations added to text by text-decoration-line.

Syntax: <color>

Initial value: currentcolor

Deprecated

MozTextDecorationLine?: TextDecorationLine | CustomValueType | (TextDecorationLine | CustomValueType | undefined)[] | [null, ...(TextDecorationLine | CustomValueType | undefined)[]]

The text-decoration-line CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline.

Syntax: none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error

Initial value: none

Deprecated

MozTextDecorationStyle?: TextDecorationStyle | CustomValueType | (TextDecorationStyle | CustomValueType | undefined)[] | [null, ...(TextDecorationStyle | CustomValueType | undefined)[]]

The text-decoration-style CSS property sets the style of the lines specified by text-decoration-line. The style applies to all lines that are set with text-decoration-line.

Syntax: solid | double | dotted | dashed | wavy

Initial value: solid

Deprecated

MozTextSizeAdjust?: TextSizeAdjust | CustomValueType | (TextSizeAdjust | CustomValueType | undefined)[] | [null, ...(TextSizeAdjust | CustomValueType | undefined)[]]

The text-size-adjust CSS property controls the text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property.

Syntax: none | auto | <percentage>

Initial value: auto for smartphone browsers supporting inflation, none in other cases (and then not modifiable).

MozTransform?: Transform | CustomValueType | (Transform | CustomValueType | undefined)[] | [null, ...(Transform | CustomValueType | undefined)[]]

The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.

Syntax: none | <transform-list>

Initial value: none

Deprecated

MozTransformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]]

The transform-origin CSS property sets the origin for an element's transformations.

Syntax: [ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?

Initial value: 50% 50% 0

Deprecated

MozTransformStyle?: TransformStyle | CustomValueType | (TransformStyle | CustomValueType | undefined)[] | [null, ...(TransformStyle | CustomValueType | undefined)[]]

The transform-style CSS property sets whether children of an element are positioned in the 3D space or are flattened in the plane of the element.

Syntax: flat | preserve-3d

Initial value: flat

Deprecated

MozTransition?: Transition<string & {}> | CustomValueType | (Transition<string & {}> | CustomValueType | undefined)[] | [null, ...(Transition<string & {}> | CustomValueType | undefined)[]]

The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.

Syntax: <single-transition>#

Deprecated

MozTransitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]]

The transition-delay CSS property specifies the duration to wait before starting a property's transition effect when its value changes.

Syntax: <time>#

Initial value: 0s

Deprecated

MozTransitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]]

The transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.

Syntax: <time>#

Initial value: 0s

Deprecated

MozTransitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]]

The transition-property CSS property sets the CSS properties to which a transition effect should be applied.

Syntax: none | <single-transition-property>#

Initial value: all

Deprecated

MozTransitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]]

The transition-timing-function CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.

Syntax: <easing-function>#

Initial value: ease

Deprecated

MozUserFocus?: MozUserFocus | CustomValueType | (MozUserFocus | CustomValueType | undefined)[] | [null, ...(MozUserFocus | CustomValueType | undefined)[]]

The -moz-user-focus CSS property is used to indicate whether an element can have the focus.

Syntax: ignore | normal | select-after | select-before | select-menu | select-same | select-all | none

Initial value: none

MozUserInput?: MozUserInput | CustomValueType | (MozUserInput | CustomValueType | undefined)[] | [null, ...(MozUserInput | CustomValueType | undefined)[]]

In Mozilla applications, -moz-user-input determines if an element will accept user input.

Syntax: auto | none | enabled | disabled

Initial value: auto

Deprecated

MozUserModify?: MozUserModify | CustomValueType | (MozUserModify | CustomValueType | undefined)[] | [null, ...(MozUserModify | CustomValueType | undefined)[]]

The user-modify property has no effect in Firefox. It was originally planned to determine whether or not the content of an element can be edited by a user.

Syntax: read-only | read-write | write-only

Initial value: read-only

MozUserSelect?: UserSelect | CustomValueType | (UserSelect | CustomValueType | undefined)[] | [null, ...(UserSelect | CustomValueType | undefined)[]]

The user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.

Syntax: auto | text | none | contain | all

Initial value: auto

MozWindowDragging?: MozWindowDragging | CustomValueType | (MozWindowDragging | CustomValueType | undefined)[] | [null, ...(MozWindowDragging | CustomValueType | undefined)[]]

The -moz-window-dragging CSS property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X.

Syntax: drag | no-drag

Initial value: drag

MozWindowShadow?: MozWindowShadow | CustomValueType | (MozWindowShadow | CustomValueType | undefined)[] | [null, ...(MozWindowShadow | CustomValueType | undefined)[]]

The -moz-window-shadow CSS property specifies whether a window will have a shadow. It only works on Mac OS X.

Syntax: default | menu | tooltip | sheet | none

Initial value: default

OAnimation?: Animation<string & {}> | CustomValueType | (Animation<string & {}> | CustomValueType | undefined)[] | [null, ...(Animation<string & {}> | CustomValueType | undefined)[]]

The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, and animation-play-state.

Syntax: <single-animation>#

Deprecated

OAnimationDelay?: AnimationDelay<string & {}> | CustomValueType | (AnimationDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDelay<string & {}> | CustomValueType | undefined)[]]

The animation-delay CSS property specifies the amount of time to wait from applying the animation to an element before beginning to perform the animation. The animation can start later, immediately from its beginning, or immediately and partway through the animation.

Syntax: <time>#

Initial value: 0s

Deprecated

OAnimationDirection?: AnimationDirection | CustomValueType | (AnimationDirection | CustomValueType | undefined)[] | [null, ...(AnimationDirection | CustomValueType | undefined)[]]

The animation-direction CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.

Syntax: <single-animation-direction>#

Initial value: normal

Deprecated

OAnimationDuration?: AnimationDuration<string & {}> | CustomValueType | (AnimationDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDuration<string & {}> | CustomValueType | undefined)[]]

The animation-duration CSS property sets the length of time that an animation takes to complete one cycle.

Syntax: <time>#

Initial value: 0s

Deprecated

OAnimationFillMode?: AnimationFillMode | CustomValueType | (AnimationFillMode | CustomValueType | undefined)[] | [null, ...(AnimationFillMode | CustomValueType | undefined)[]]

The animation-fill-mode CSS property sets how a CSS animation applies styles to its target before and after its execution.

Syntax: <single-animation-fill-mode>#

Initial value: none

Deprecated

OAnimationIterationCount?: AnimationIterationCount | CustomValueType | (AnimationIterationCount | CustomValueType | undefined)[] | [null, ...(AnimationIterationCount | CustomValueType | undefined)[]]

The animation-iteration-count CSS property sets the number of times an animation sequence should be played before stopping.

Syntax: <single-animation-iteration-count>#

Initial value: 1

Deprecated

OAnimationName?: AnimationName | CustomValueType | (AnimationName | CustomValueType | undefined)[] | [null, ...(AnimationName | CustomValueType | undefined)[]]

The animation-name CSS property specifies the names of one or more @keyframes at-rules that describe the animation to apply to an element. Multiple @keyframe at-rules are specified as a comma-separated list of names. If the specified name does not match any @keyframe at-rule, no properties are animated.

Syntax: [ none | <keyframes-name> ]#

Initial value: none

Deprecated

OAnimationPlayState?: AnimationPlayState | CustomValueType | (AnimationPlayState | CustomValueType | undefined)[] | [null, ...(AnimationPlayState | CustomValueType | undefined)[]]

The animation-play-state CSS property sets whether an animation is running or paused.

Syntax: <single-animation-play-state>#

Initial value: running

Deprecated

OAnimationTimingFunction?: AnimationTimingFunction | CustomValueType | (AnimationTimingFunction | CustomValueType | undefined)[] | [null, ...(AnimationTimingFunction | CustomValueType | undefined)[]]

The animation-timing-function CSS property sets how an animation progresses through the duration of each cycle.

Syntax: <easing-function>#

Initial value: ease

Deprecated

OBackgroundSize?: BackgroundSize<string | number> | CustomValueType | (BackgroundSize<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundSize<string | number> | CustomValueType | undefined)[]]

The background-size CSS property sets the size of the element's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.

Syntax: <bg-size>#

Initial value: auto auto

Deprecated

OBorderImage?: BorderImage | CustomValueType | (BorderImage | CustomValueType | undefined)[] | [null, ...(BorderImage | CustomValueType | undefined)[]]

The border-image CSS property draws an image around a given element. It replaces the element's regular border.

Syntax: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>

Deprecated

OObjectFit?: ObjectFit | CustomValueType | (ObjectFit | CustomValueType | undefined)[] | [null, ...(ObjectFit | CustomValueType | undefined)[]]

The object-fit CSS property sets how the content of a replaced element, such as an <img> or <video>, should be resized to fit its container.

Syntax: fill | contain | cover | none | scale-down

Initial value: fill

Deprecated

OObjectPosition?: ObjectPosition<string | number> | CustomValueType | (ObjectPosition<string | number> | CustomValueType | undefined)[] | [null, ...(ObjectPosition<string | number> | CustomValueType | undefined)[]]

The object-position CSS property specifies the alignment of the selected replaced element's contents within the element's box. Areas of the box which aren't covered by the replaced element's object will show the element's background.

Syntax: <position>

Initial value: 50% 50%

Deprecated

OTabSize?: TabSize<string | number> | CustomValueType | (TabSize<string | number> | CustomValueType | undefined)[] | [null, ...(TabSize<string | number> | CustomValueType | undefined)[]]

The tab-size CSS property is used to customize the width of tab characters (U+0009).

Syntax: <integer> | <length>

Initial value: 8

Deprecated

OTextOverflow?: TextOverflow | CustomValueType | (TextOverflow | CustomValueType | undefined)[] | [null, ...(TextOverflow | CustomValueType | undefined)[]]

The text-overflow CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis (''), or display a custom string.

Syntax: [ clip | ellipsis | <string> ]{1,2}

Initial value: clip

Deprecated

OTransform?: Transform | CustomValueType | (Transform | CustomValueType | undefined)[] | [null, ...(Transform | CustomValueType | undefined)[]]

The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.

Syntax: none | <transform-list>

Initial value: none

Deprecated

OTransformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]]

The transform-origin CSS property sets the origin for an element's transformations.

Syntax: [ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?

Initial value: 50% 50% 0

Deprecated

OTransition?: Transition<string & {}> | CustomValueType | (Transition<string & {}> | CustomValueType | undefined)[] | [null, ...(Transition<string & {}> | CustomValueType | undefined)[]]

The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.

Syntax: <single-transition>#

Deprecated

OTransitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]]

The transition-delay CSS property specifies the duration to wait before starting a property's transition effect when its value changes.

Syntax: <time>#

Initial value: 0s

Deprecated

OTransitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]]

The transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.

Syntax: <time>#

Initial value: 0s

Deprecated

OTransitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]]

The transition-property CSS property sets the CSS properties to which a transition effect should be applied.

Syntax: none | <single-transition-property>#

Initial value: all

Deprecated

OTransitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]]

The transition-timing-function CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.

Syntax: <easing-function>#

Initial value: ease

Deprecated

WebkitAlignContent?: AlignContent | CustomValueType | (AlignContent | CustomValueType | undefined)[] | [null, ...(AlignContent | CustomValueType | undefined)[]]

The CSS align-content property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.

Syntax: normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>

Initial value: normal

WebkitAlignItems?: AlignItems | CustomValueType | (AlignItems | CustomValueType | undefined)[] | [null, ...(AlignItems | CustomValueType | undefined)[]]

The CSS align-items property sets the align-self value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.

Syntax: normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]

Initial value: normal

WebkitAlignSelf?: AlignSelf | CustomValueType | (AlignSelf | CustomValueType | undefined)[] | [null, ...(AlignSelf | CustomValueType | undefined)[]]

The align-self CSS property overrides a grid or flex item's align-items value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.

Syntax: auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>

Initial value: auto

WebkitAnimation?: Animation<string & {}> | CustomValueType | (Animation<string & {}> | CustomValueType | undefined)[] | [null, ...(Animation<string & {}> | CustomValueType | undefined)[]]

The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, and animation-play-state.

Syntax: <single-animation>#

WebkitAnimationDelay?: AnimationDelay<string & {}> | CustomValueType | (AnimationDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDelay<string & {}> | CustomValueType | undefined)[]]

The animation-delay CSS property specifies the amount of time to wait from applying the animation to an element before beginning to perform the animation. The animation can start later, immediately from its beginning, or immediately and partway through the animation.

Syntax: <time>#

Initial value: 0s

WebkitAnimationDirection?: AnimationDirection | CustomValueType | (AnimationDirection | CustomValueType | undefined)[] | [null, ...(AnimationDirection | CustomValueType | undefined)[]]

The animation-direction CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.

Syntax: <single-animation-direction>#

Initial value: normal

WebkitAnimationDuration?: AnimationDuration<string & {}> | CustomValueType | (AnimationDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDuration<string & {}> | CustomValueType | undefined)[]]

The animation-duration CSS property sets the length of time that an animation takes to complete one cycle.

Syntax: <time>#

Initial value: 0s

WebkitAnimationFillMode?: AnimationFillMode | CustomValueType | (AnimationFillMode | CustomValueType | undefined)[] | [null, ...(AnimationFillMode | CustomValueType | undefined)[]]

The animation-fill-mode CSS property sets how a CSS animation applies styles to its target before and after its execution.

Syntax: <single-animation-fill-mode>#

Initial value: none

WebkitAnimationIterationCount?: AnimationIterationCount | CustomValueType | (AnimationIterationCount | CustomValueType | undefined)[] | [null, ...(AnimationIterationCount | CustomValueType | undefined)[]]

The animation-iteration-count CSS property sets the number of times an animation sequence should be played before stopping.

Syntax: <single-animation-iteration-count>#

Initial value: 1

WebkitAnimationName?: AnimationName | CustomValueType | (AnimationName | CustomValueType | undefined)[] | [null, ...(AnimationName | CustomValueType | undefined)[]]

The animation-name CSS property specifies the names of one or more @keyframes at-rules that describe the animation to apply to an element. Multiple @keyframe at-rules are specified as a comma-separated list of names. If the specified name does not match any @keyframe at-rule, no properties are animated.

Syntax: [ none | <keyframes-name> ]#

Initial value: none

WebkitAnimationPlayState?: AnimationPlayState | CustomValueType | (AnimationPlayState | CustomValueType | undefined)[] | [null, ...(AnimationPlayState | CustomValueType | undefined)[]]

The animation-play-state CSS property sets whether an animation is running or paused.

Syntax: <single-animation-play-state>#

Initial value: running

WebkitAnimationTimingFunction?: AnimationTimingFunction | CustomValueType | (AnimationTimingFunction | CustomValueType | undefined)[] | [null, ...(AnimationTimingFunction | CustomValueType | undefined)[]]

The animation-timing-function CSS property sets how an animation progresses through the duration of each cycle.

Syntax: <easing-function>#

Initial value: ease

WebkitAppearance?: WebkitAppearance | CustomValueType | (WebkitAppearance | CustomValueType | undefined)[] | [null, ...(WebkitAppearance | CustomValueType | undefined)[]]

The appearance CSS property is used to control native appearance of UI controls, that are based on operating system's theme.

Syntax: none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button

Initial value: none (but this value is overridden in the user agent CSS)

WebkitBackdropFilter?: BackdropFilter | CustomValueType | (BackdropFilter | CustomValueType | undefined)[] | [null, ...(BackdropFilter | CustomValueType | undefined)[]]

The backdrop-filter CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything behind the element, to see the effect you must make the element or its background at least partially transparent.

Syntax: none | <filter-function-list>

Initial value: none

WebkitBackfaceVisibility?: BackfaceVisibility | CustomValueType | (BackfaceVisibility | CustomValueType | undefined)[] | [null, ...(BackfaceVisibility | CustomValueType | undefined)[]]

The backface-visibility CSS property sets whether the back face of an element is visible when turned towards the user.

Syntax: visible | hidden

Initial value: visible

WebkitBackgroundClip?: BackgroundClip | CustomValueType | (BackgroundClip | CustomValueType | undefined)[] | [null, ...(BackgroundClip | CustomValueType | undefined)[]]

The background-clip CSS property sets whether an element's background extends underneath its border box, padding box, or content box.

Syntax: <box>#

Initial value: border-box

WebkitBackgroundOrigin?: BackgroundOrigin | CustomValueType | (BackgroundOrigin | CustomValueType | undefined)[] | [null, ...(BackgroundOrigin | CustomValueType | undefined)[]]

The background-origin CSS property sets the background's origin: from the border start, inside the border, or inside the padding.

Syntax: <box>#

Initial value: padding-box

WebkitBackgroundSize?: BackgroundSize<string | number> | CustomValueType | (BackgroundSize<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundSize<string | number> | CustomValueType | undefined)[]]

The background-size CSS property sets the size of the element's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.

Syntax: <bg-size>#

Initial value: auto auto

WebkitBorderBefore?: WebkitBorderBefore<string | number> | CustomValueType | (WebkitBorderBefore<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitBorderBefore<string | number> | CustomValueType | undefined)[]]

The -webkit-border-before CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet.

Syntax: <'border-width'> || <'border-style'> || <color>

WebkitBorderBeforeColor?: WebkitBorderBeforeColor | CustomValueType | (WebkitBorderBeforeColor | CustomValueType | undefined)[] | [null, ...(WebkitBorderBeforeColor | CustomValueType | undefined)[]]

Syntax: <color>

Initial value: currentcolor

WebkitBorderBeforeStyle?: WebkitBorderBeforeStyle | CustomValueType | (WebkitBorderBeforeStyle | CustomValueType | undefined)[] | [null, ...(WebkitBorderBeforeStyle | CustomValueType | undefined)[]]

Syntax: <'border-style'>

Initial value: none

WebkitBorderBeforeWidth?: WebkitBorderBeforeWidth<string | number> | CustomValueType | (WebkitBorderBeforeWidth<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitBorderBeforeWidth<string | number> | CustomValueType | undefined)[]]

Syntax: <'border-width'>

Initial value: medium

WebkitBorderBottomLeftRadius?: BorderBottomLeftRadius<string | number> | CustomValueType | (BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[]]

The border-bottom-left-radius CSS property rounds the bottom-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

WebkitBorderBottomRightRadius?: BorderBottomRightRadius<string | number> | CustomValueType | (BorderBottomRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomRightRadius<string | number> | CustomValueType | undefined)[]]

The border-bottom-right-radius CSS property rounds the bottom-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

WebkitBorderImage?: BorderImage | CustomValueType | (BorderImage | CustomValueType | undefined)[] | [null, ...(BorderImage | CustomValueType | undefined)[]]

The border-image CSS property draws an image around a given element. It replaces the element's regular border.

Syntax: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>

WebkitBorderImageSlice?: BorderImageSlice | CustomValueType | (BorderImageSlice | CustomValueType | undefined)[] | [null, ...(BorderImageSlice | CustomValueType | undefined)[]]

The border-image-slice CSS property divides the image specified by border-image-source into regions. These regions form the components of an element's border image.

Syntax: <number-percentage>{1,4} && fill?

Initial value: 100%

WebkitBorderRadius?: BorderRadius<string | number> | CustomValueType | (BorderRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRadius<string | number> | CustomValueType | undefined)[]]

The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.

Syntax: <length-percentage>{1,4} [ / <length-percentage>{1,4} ]?

WebkitBorderTopLeftRadius?: BorderTopLeftRadius<string | number> | CustomValueType | (BorderTopLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopLeftRadius<string | number> | CustomValueType | undefined)[]]

The border-top-left-radius CSS property rounds the top-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

WebkitBorderTopRightRadius?: BorderTopRightRadius<string | number> | CustomValueType | (BorderTopRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopRightRadius<string | number> | CustomValueType | undefined)[]]

The border-top-right-radius CSS property rounds the top-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

WebkitBoxAlign?: BoxAlign | CustomValueType | (BoxAlign | CustomValueType | undefined)[] | [null, ...(BoxAlign | CustomValueType | undefined)[]]

The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.

Syntax: start | center | end | baseline | stretch

Initial value: stretch

Deprecated

WebkitBoxDecorationBreak?: BoxDecorationBreak | CustomValueType | (BoxDecorationBreak | CustomValueType | undefined)[] | [null, ...(BoxDecorationBreak | CustomValueType | undefined)[]]

The box-decoration-break CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.

Syntax: slice | clone

Initial value: slice

WebkitBoxDirection?: BoxDirection | CustomValueType | (BoxDirection | CustomValueType | undefined)[] | [null, ...(BoxDirection | CustomValueType | undefined)[]]

The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).

Syntax: normal | reverse | inherit

Initial value: normal

Deprecated

WebkitBoxFlex?: BoxFlex | CustomValueType | (BoxFlex | CustomValueType | undefined)[] | [null, ...(BoxFlex | CustomValueType | undefined)[]]

The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout.

Syntax: <number>

Initial value: 0

Deprecated

WebkitBoxFlexGroup?: BoxFlexGroup | CustomValueType | (BoxFlexGroup | CustomValueType | undefined)[] | [null, ...(BoxFlexGroup | CustomValueType | undefined)[]]

The box-flex-group CSS property assigns the flexbox's child elements to a flex group.

Syntax: <integer>

Initial value: 1

Deprecated

WebkitBoxLines?: BoxLines | CustomValueType | (BoxLines | CustomValueType | undefined)[] | [null, ...(BoxLines | CustomValueType | undefined)[]]

The box-lines CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes).

Syntax: single | multiple

Initial value: single

Deprecated

WebkitBoxOrdinalGroup?: BoxOrdinalGroup | CustomValueType | (BoxOrdinalGroup | CustomValueType | undefined)[] | [null, ...(BoxOrdinalGroup | CustomValueType | undefined)[]]

The box-ordinal-group CSS property assigns the flexbox's child elements to an ordinal group.

Syntax: <integer>

Initial value: 1

Deprecated

WebkitBoxOrient?: BoxOrient | CustomValueType | (BoxOrient | CustomValueType | undefined)[] | [null, ...(BoxOrient | CustomValueType | undefined)[]]

The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.

Syntax: horizontal | vertical | inline-axis | block-axis | inherit

Initial value: inline-axis (horizontal in XUL)

Deprecated

WebkitBoxPack?: BoxPack | CustomValueType | (BoxPack | CustomValueType | undefined)[] | [null, ...(BoxPack | CustomValueType | undefined)[]]

The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.

Syntax: start | center | end | justify

Initial value: start

Deprecated

WebkitBoxReflect?: WebkitBoxReflect<string | number> | CustomValueType | (WebkitBoxReflect<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitBoxReflect<string | number> | CustomValueType | undefined)[]]

The -webkit-box-reflect CSS property lets you reflect the content of an element in one specific direction.

Syntax: [ above | below | right | left ]? <length>? <image>?

Initial value: none

WebkitBoxShadow?: BoxShadow | CustomValueType | (BoxShadow | CustomValueType | undefined)[] | [null, ...(BoxShadow | CustomValueType | undefined)[]]

The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radius, and color.

Syntax: none | <shadow>#

Initial value: none

WebkitBoxSizing?: BoxSizing | CustomValueType | (BoxSizing | CustomValueType | undefined)[] | [null, ...(BoxSizing | CustomValueType | undefined)[]]

The box-sizing CSS property sets how the total width and height of an element is calculated.

Syntax: content-box | border-box

Initial value: content-box

WebkitClipPath?: ClipPath | CustomValueType | (ClipPath | CustomValueType | undefined)[] | [null, ...(ClipPath | CustomValueType | undefined)[]]

The clip-path CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.

Syntax: <clip-source> | [ <basic-shape> || <geometry-box> ] | none

Initial value: none

WebkitColumnCount?: ColumnCount | CustomValueType | (ColumnCount | CustomValueType | undefined)[] | [null, ...(ColumnCount | CustomValueType | undefined)[]]

The column-count CSS property breaks an element's content into the specified number of columns.

Syntax: <integer> | auto

Initial value: auto

WebkitColumnFill?: ColumnFill | CustomValueType | (ColumnFill | CustomValueType | undefined)[] | [null, ...(ColumnFill | CustomValueType | undefined)[]]

The column-fill CSS property controls how an element's contents are balanced when broken into columns.

Syntax: auto | balance | balance-all

Initial value: balance

WebkitColumnRule?: ColumnRule<string | number> | CustomValueType | (ColumnRule<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRule<string | number> | CustomValueType | undefined)[]]

The column-rule shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.

Syntax: <'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>

WebkitColumnRuleColor?: ColumnRuleColor | CustomValueType | (ColumnRuleColor | CustomValueType | undefined)[] | [null, ...(ColumnRuleColor | CustomValueType | undefined)[]]

The column-rule-color CSS property sets the color of the line drawn between columns in a multi-column layout.

Syntax: <color>

Initial value: currentcolor

WebkitColumnRuleStyle?: ColumnRuleStyle | CustomValueType | (ColumnRuleStyle | CustomValueType | undefined)[] | [null, ...(ColumnRuleStyle | CustomValueType | undefined)[]]

The column-rule-style CSS property sets the style of the line drawn between columns in a multi-column layout.

Syntax: <'border-style'>

Initial value: none

WebkitColumnRuleWidth?: ColumnRuleWidth<string | number> | CustomValueType | (ColumnRuleWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRuleWidth<string | number> | CustomValueType | undefined)[]]

The column-rule-width CSS property sets the width of the line drawn between columns in a multi-column layout.

Syntax: <'border-width'>

Initial value: medium

WebkitColumnSpan?: ColumnSpan | CustomValueType | (ColumnSpan | CustomValueType | undefined)[] | [null, ...(ColumnSpan | CustomValueType | undefined)[]]

The column-span CSS property makes it possible for an element to span across all columns when its value is set to all.

Syntax: none | all

Initial value: none

WebkitColumnWidth?: ColumnWidth<string | number> | CustomValueType | (ColumnWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnWidth<string | number> | CustomValueType | undefined)[]]

The column-width CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit without any of them having a width less than the column-width value. If the width of the container is narrower than the specified value, the single column's width will be smaller than the declared column width.

Syntax: <length> | auto

Initial value: auto

WebkitColumns?: Columns<string | number> | CustomValueType | (Columns<string | number> | CustomValueType | undefined)[] | [null, ...(Columns<string | number> | CustomValueType | undefined)[]]

The columns CSS shorthand property sets the number of columns to use when drawing an element's contents, as well as those columns' widths.

Syntax: <'column-width'> || <'column-count'>

WebkitFilter?: Filter | CustomValueType | (Filter | CustomValueType | undefined)[] | [null, ...(Filter | CustomValueType | undefined)[]]

The filter CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders.

Syntax: none | <filter-function-list>

Initial value: none

WebkitFlex?: Flex<string | number> | CustomValueType | (Flex<string | number> | CustomValueType | undefined)[] | [null, ...(Flex<string | number> | CustomValueType | undefined)[]]

The flex CSS shorthand property sets how a flex item will grow or shrink to fit the space available in its flex container.

Syntax: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]

WebkitFlexBasis?: FlexBasis<string | number> | CustomValueType | (FlexBasis<string | number> | CustomValueType | undefined)[] | [null, ...(FlexBasis<string | number> | CustomValueType | undefined)[]]

The flex-basis CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with box-sizing.

Syntax: content | <'width'>

Initial value: auto

WebkitFlexDirection?: FlexDirection | CustomValueType | (FlexDirection | CustomValueType | undefined)[] | [null, ...(FlexDirection | CustomValueType | undefined)[]]

The flex-direction CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).

Syntax: row | row-reverse | column | column-reverse

Initial value: row

WebkitFlexFlow?: FlexFlow | CustomValueType | (FlexFlow | CustomValueType | undefined)[] | [null, ...(FlexFlow | CustomValueType | undefined)[]]

The flex-flow CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.

Syntax: <'flex-direction'> || <'flex-wrap'>

WebkitFlexGrow?: FlexGrow | CustomValueType | (FlexGrow | CustomValueType | undefined)[] | [null, ...(FlexGrow | CustomValueType | undefined)[]]

The flex-grow CSS property sets the flex grow factor of a flex item's main size.

Syntax: <number>

Initial value: 0

WebkitFlexShrink?: FlexShrink | CustomValueType | (FlexShrink | CustomValueType | undefined)[] | [null, ...(FlexShrink | CustomValueType | undefined)[]]

The flex-shrink CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to flex-shrink.

Syntax: <number>

Initial value: 1

WebkitFlexWrap?: FlexWrap | CustomValueType | (FlexWrap | CustomValueType | undefined)[] | [null, ...(FlexWrap | CustomValueType | undefined)[]]

The flex-wrap CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.

Syntax: nowrap | wrap | wrap-reverse

Initial value: nowrap

WebkitFontFeatureSettings?: FontFeatureSettings | CustomValueType | (FontFeatureSettings | CustomValueType | undefined)[] | [null, ...(FontFeatureSettings | CustomValueType | undefined)[]]

The font-feature-settings CSS property controls advanced typographic features in OpenType fonts.

Syntax: normal | <feature-tag-value>#

Initial value: normal

WebkitFontKerning?: FontKerning | CustomValueType | (FontKerning | CustomValueType | undefined)[] | [null, ...(FontKerning | CustomValueType | undefined)[]]

The font-kerning CSS property sets the use of the kerning information stored in a font.

Syntax: auto | normal | none

Initial value: auto

WebkitFontSmoothing?: FontSmooth<string | number> | CustomValueType | (FontSmooth<string | number> | CustomValueType | undefined)[] | [null, ...(FontSmooth<string | number> | CustomValueType | undefined)[]]

The font-smooth CSS property controls the application of anti-aliasing when fonts are rendered.

Syntax: auto | never | always | <absolute-size> | <length>

Initial value: auto

WebkitFontVariantLigatures?: FontVariantLigatures | CustomValueType | (FontVariantLigatures | CustomValueType | undefined)[] | [null, ...(FontVariantLigatures | CustomValueType | undefined)[]]

The font-variant-ligatures CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.

Syntax: normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]

Initial value: normal

WebkitHyphenateCharacter?: HyphenateCharacter | CustomValueType | (HyphenateCharacter | CustomValueType | undefined)[] | [null, ...(HyphenateCharacter | CustomValueType | undefined)[]]

The hyphenate-character CSS property sets the character (or string) used at the end of a line before a hyphenation break.

Syntax: auto | <string>

Initial value: auto

WebkitHyphens?: Hyphens | CustomValueType | (Hyphens | CustomValueType | undefined)[] | [null, ...(Hyphens | CustomValueType | undefined)[]]

The hyphens CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.

Syntax: none | manual | auto

Initial value: manual

WebkitInitialLetter?: InitialLetter | CustomValueType | (InitialLetter | CustomValueType | undefined)[] | [null, ...(InitialLetter | CustomValueType | undefined)[]]

The initial-letter CSS property sets styling for dropped, raised, and sunken initial letters.

Syntax: normal | [ <number> <integer>? ]

Initial value: normal

WebkitJustifyContent?: JustifyContent | CustomValueType | (JustifyContent | CustomValueType | undefined)[] | [null, ...(JustifyContent | CustomValueType | undefined)[]]

The CSS justify-content property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.

Syntax: normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]

Initial value: normal

WebkitLineBreak?: LineBreak | CustomValueType | (LineBreak | CustomValueType | undefined)[] | [null, ...(LineBreak | CustomValueType | undefined)[]]

The line-break CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.

Syntax: auto | loose | normal | strict | anywhere

Initial value: auto

WebkitLineClamp?: WebkitLineClamp | CustomValueType | (WebkitLineClamp | CustomValueType | undefined)[] | [null, ...(WebkitLineClamp | CustomValueType | undefined)[]]

The -webkit-line-clamp CSS property allows limiting of the contents of a block to the specified number of lines.

Syntax: none | <integer>

Initial value: none

WebkitMarginEnd?: MarginInlineEnd<string | number> | CustomValueType | (MarginInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineEnd<string | number> | CustomValueType | undefined)[]]

The margin-inline-end CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the margin-top, margin-right, margin-bottom or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'margin-left'>

Initial value: 0

WebkitMarginStart?: MarginInlineStart<string | number> | CustomValueType | (MarginInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineStart<string | number> | CustomValueType | undefined)[]]

The margin-inline-start CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the margin-top, margin-right, margin-bottom, or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'margin-left'>

Initial value: 0

WebkitMask?: WebkitMask<string | number> | CustomValueType | (WebkitMask<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMask<string | number> | CustomValueType | undefined)[]]

The mask CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.

Syntax: [ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#

WebkitMaskAttachment?: WebkitMaskAttachment | CustomValueType | (WebkitMaskAttachment | CustomValueType | undefined)[] | [null, ...(WebkitMaskAttachment | CustomValueType | undefined)[]]

If a mask-image is specified, -webkit-mask-attachment determines whether the mask image's position is fixed within the viewport, or scrolls along with its containing block.

Syntax: <attachment>#

Initial value: scroll

WebkitMaskBoxImage?: MaskBorder | CustomValueType | (MaskBorder | CustomValueType | undefined)[] | [null, ...(MaskBorder | CustomValueType | undefined)[]]

The mask-border CSS shorthand property lets you create a mask along the edge of an element's border.

Syntax: <'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>

WebkitMaskBoxImageOutset?: MaskBorderOutset<string | number> | CustomValueType | (MaskBorderOutset<string | number> | CustomValueType | undefined)[] | [null, ...(MaskBorderOutset<string | number> | CustomValueType | undefined)[]]

The mask-border-outset CSS property specifies the distance by which an element's mask border is set out from its border box.

Syntax: [ <length> | <number> ]{1,4}

Initial value: 0

WebkitMaskBoxImageRepeat?: MaskBorderRepeat | CustomValueType | (MaskBorderRepeat | CustomValueType | undefined)[] | [null, ...(MaskBorderRepeat | CustomValueType | undefined)[]]

The mask-border-repeat CSS property sets how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border.

Syntax: [ stretch | repeat | round | space ]{1,2}

Initial value: stretch

WebkitMaskBoxImageSlice?: MaskBorderSlice | CustomValueType | (MaskBorderSlice | CustomValueType | undefined)[] | [null, ...(MaskBorderSlice | CustomValueType | undefined)[]]

The mask-border-slice CSS property divides the image set by mask-border-source into regions. These regions are used to form the components of an element's mask border.

Syntax: <number-percentage>{1,4} fill?

Initial value: 0

WebkitMaskBoxImageSource?: MaskBorderSource | CustomValueType | (MaskBorderSource | CustomValueType | undefined)[] | [null, ...(MaskBorderSource | CustomValueType | undefined)[]]

The mask-border-source CSS property sets the source image used to create an element's mask border.

Syntax: none | <image>

Initial value: none

WebkitMaskBoxImageWidth?: MaskBorderWidth<string | number> | CustomValueType | (MaskBorderWidth<string | number> | CustomValueType | undefined)[] | [null, ...(MaskBorderWidth<string | number> | CustomValueType | undefined)[]]

The mask-border-width CSS property sets the width of an element's mask border.

Syntax: [ <length-percentage> | <number> | auto ]{1,4}

Initial value: auto

WebkitMaskClip?: WebkitMaskClip | CustomValueType | (WebkitMaskClip | CustomValueType | undefined)[] | [null, ...(WebkitMaskClip | CustomValueType | undefined)[]]

The mask-clip CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.

Syntax: [ <box> | border | padding | content | text ]#

Initial value: border

WebkitMaskComposite?: WebkitMaskComposite | CustomValueType | (WebkitMaskComposite | CustomValueType | undefined)[] | [null, ...(WebkitMaskComposite | CustomValueType | undefined)[]]

The -webkit-mask-composite property specifies the manner in which multiple mask images applied to the same element are composited with one another. Mask images are composited in the opposite order that they are declared with the -webkit-mask-image property.

Syntax: <composite-style>#

Initial value: source-over

WebkitMaskImage?: WebkitMaskImage | CustomValueType | (WebkitMaskImage | CustomValueType | undefined)[] | [null, ...(WebkitMaskImage | CustomValueType | undefined)[]]

The mask-image CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the mask-mode property.

Syntax: <mask-reference>#

Initial value: none

WebkitMaskOrigin?: WebkitMaskOrigin | CustomValueType | (WebkitMaskOrigin | CustomValueType | undefined)[] | [null, ...(WebkitMaskOrigin | CustomValueType | undefined)[]]

The mask-origin CSS property sets the origin of a mask.

Syntax: [ <box> | border | padding | content ]#

Initial value: padding

WebkitMaskPosition?: WebkitMaskPosition<string | number> | CustomValueType | (WebkitMaskPosition<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMaskPosition<string | number> | CustomValueType | undefined)[]]

The mask-position CSS property sets the initial position, relative to the mask position layer set by mask-origin, for each defined mask image.

Syntax: <position>#

Initial value: 0% 0%

WebkitMaskPositionX?: WebkitMaskPositionX<string | number> | CustomValueType | (WebkitMaskPositionX<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMaskPositionX<string | number> | CustomValueType | undefined)[]]

The -webkit-mask-position-x CSS property sets the initial horizontal position of a mask image.

Syntax: [ <length-percentage> | left | center | right ]#

Initial value: 0%

WebkitMaskPositionY?: WebkitMaskPositionY<string | number> | CustomValueType | (WebkitMaskPositionY<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMaskPositionY<string | number> | CustomValueType | undefined)[]]

The -webkit-mask-position-y CSS property sets the initial vertical position of a mask image.

Syntax: [ <length-percentage> | top | center | bottom ]#

Initial value: 0%

WebkitMaskRepeat?: WebkitMaskRepeat | CustomValueType | (WebkitMaskRepeat | CustomValueType | undefined)[] | [null, ...(WebkitMaskRepeat | CustomValueType | undefined)[]]

The mask-repeat CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.

Syntax: <repeat-style>#

Initial value: repeat

WebkitMaskRepeatX?: WebkitMaskRepeatX | CustomValueType | (WebkitMaskRepeatX | CustomValueType | undefined)[] | [null, ...(WebkitMaskRepeatX | CustomValueType | undefined)[]]

The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.

Syntax: repeat | no-repeat | space | round

Initial value: repeat

WebkitMaskRepeatY?: WebkitMaskRepeatY | CustomValueType | (WebkitMaskRepeatY | CustomValueType | undefined)[] | [null, ...(WebkitMaskRepeatY | CustomValueType | undefined)[]]

The -webkit-mask-repeat-y property sets whether and how a mask image is repeated (tiled) vertically.

Syntax: repeat | no-repeat | space | round

Initial value: repeat

WebkitMaskSize?: WebkitMaskSize<string | number> | CustomValueType | (WebkitMaskSize<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitMaskSize<string | number> | CustomValueType | undefined)[]]

The mask-size CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.

Syntax: <bg-size>#

Initial value: auto auto

WebkitMaxInlineSize?: MaxInlineSize<string | number> | CustomValueType | (MaxInlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(MaxInlineSize<string | number> | CustomValueType | undefined)[]]

The max-inline-size CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the max-width or the max-height property, depending on the value of writing-mode.

Syntax: <'max-width'>

Initial value: none

WebkitOrder?: Order | CustomValueType | (Order | CustomValueType | undefined)[] | [null, ...(Order | CustomValueType | undefined)[]]

The order CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending order value and then by their source code order.

Syntax: <integer>

Initial value: 0

WebkitOverflowScrolling?: WebkitOverflowScrolling | CustomValueType | (WebkitOverflowScrolling | CustomValueType | undefined)[] | [null, ...(WebkitOverflowScrolling | CustomValueType | undefined)[]]

The -webkit-overflow-scrolling CSS property controls whether or not touch devices use momentum-based scrolling for a given element.

Syntax: auto | touch

Initial value: auto

WebkitPaddingEnd?: PaddingInlineEnd<string | number> | CustomValueType | (PaddingInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineEnd<string | number> | CustomValueType | undefined)[]]

The padding-inline-end CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

WebkitPaddingStart?: PaddingInlineStart<string | number> | CustomValueType | (PaddingInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineStart<string | number> | CustomValueType | undefined)[]]

The padding-inline-start CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

WebkitPerspective?: Perspective<string | number> | CustomValueType | (Perspective<string | number> | CustomValueType | undefined)[] | [null, ...(Perspective<string | number> | CustomValueType | undefined)[]]

The perspective CSS property determines the distance between the z=0 plane and the user in order to give a 3D-positioned element some perspective.

Syntax: none | <length>

Initial value: none

WebkitPerspectiveOrigin?: PerspectiveOrigin<string | number> | CustomValueType | (PerspectiveOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(PerspectiveOrigin<string | number> | CustomValueType | undefined)[]]

The perspective-origin CSS property determines the position at which the viewer is looking. It is used as the vanishing point by the perspective property.

Syntax: <position>

Initial value: 50% 50%

WebkitPrintColorAdjust?: PrintColorAdjust | CustomValueType | (PrintColorAdjust | CustomValueType | undefined)[] | [null, ...(PrintColorAdjust | CustomValueType | undefined)[]]

The print-color-adjust CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.

Syntax: economy | exact

Initial value: economy

WebkitRubyPosition?: RubyPosition | CustomValueType | (RubyPosition | CustomValueType | undefined)[] | [null, ...(RubyPosition | CustomValueType | undefined)[]]

The ruby-position CSS property defines the position of a ruby element relatives to its base element. It can be positioned over the element (over), under it (under), or between the characters on their right side (inter-character).

Syntax: [ alternate || [ over | under ] ] | inter-character

Initial value: alternate

WebkitScrollSnapType?: ScrollSnapType | CustomValueType | (ScrollSnapType | CustomValueType | undefined)[] | [null, ...(ScrollSnapType | CustomValueType | undefined)[]]

The scroll-snap-type CSS property sets how strictly snap points are enforced on the scroll container in case there is one.

Syntax: none | [ x | y | block | inline | both ] [ mandatory | proximity ]?

Initial value: none

WebkitShapeMargin?: ShapeMargin<string | number> | CustomValueType | (ShapeMargin<string | number> | CustomValueType | undefined)[] | [null, ...(ShapeMargin<string | number> | CustomValueType | undefined)[]]

The shape-margin CSS property sets a margin for a CSS shape created using shape-outside.

Syntax: <length-percentage>

Initial value: 0

WebkitTapHighlightColor?: WebkitTapHighlightColor | CustomValueType | (WebkitTapHighlightColor | CustomValueType | undefined)[] | [null, ...(WebkitTapHighlightColor | CustomValueType | undefined)[]]

-webkit-tap-highlight-color is a non-standard CSS property that sets the color of the highlight that appears over a link while it's being tapped. The highlighting indicates to the user that their tap is being successfully recognized, and indicates which element they're tapping on.

Syntax: <color>

Initial value: black

WebkitTextCombine?: TextCombineUpright | CustomValueType | (TextCombineUpright | CustomValueType | undefined)[] | [null, ...(TextCombineUpright | CustomValueType | undefined)[]]

The text-combine-upright CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.

Syntax: none | all | [ digits <integer>? ]

Initial value: none

WebkitTextDecorationColor?: TextDecorationColor | CustomValueType | (TextDecorationColor | CustomValueType | undefined)[] | [null, ...(TextDecorationColor | CustomValueType | undefined)[]]

The text-decoration-color CSS property sets the color of decorations added to text by text-decoration-line.

Syntax: <color>

Initial value: currentcolor

WebkitTextDecorationLine?: TextDecorationLine | CustomValueType | (TextDecorationLine | CustomValueType | undefined)[] | [null, ...(TextDecorationLine | CustomValueType | undefined)[]]

The text-decoration-line CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline.

Syntax: none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error

Initial value: none

WebkitTextDecorationSkip?: TextDecorationSkip | CustomValueType | (TextDecorationSkip | CustomValueType | undefined)[] | [null, ...(TextDecorationSkip | CustomValueType | undefined)[]]

The text-decoration-skip CSS property sets what parts of an element's content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors.

Syntax: none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]

Initial value: objects

WebkitTextDecorationStyle?: TextDecorationStyle | CustomValueType | (TextDecorationStyle | CustomValueType | undefined)[] | [null, ...(TextDecorationStyle | CustomValueType | undefined)[]]

The text-decoration-style CSS property sets the style of the lines specified by text-decoration-line. The style applies to all lines that are set with text-decoration-line.

Syntax: solid | double | dotted | dashed | wavy

Initial value: solid

WebkitTextEmphasis?: TextEmphasis | CustomValueType | (TextEmphasis | CustomValueType | undefined)[] | [null, ...(TextEmphasis | CustomValueType | undefined)[]]

The text-emphasis CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for text-emphasis-style and text-emphasis-color.

Syntax: <'text-emphasis-style'> || <'text-emphasis-color'>

WebkitTextEmphasisColor?: TextEmphasisColor | CustomValueType | (TextEmphasisColor | CustomValueType | undefined)[] | [null, ...(TextEmphasisColor | CustomValueType | undefined)[]]

The text-emphasis-color CSS property sets the color of emphasis marks. This value can also be set using the text-emphasis shorthand.

Syntax: <color>

Initial value: currentcolor

WebkitTextEmphasisPosition?: TextEmphasisPosition | CustomValueType | (TextEmphasisPosition | CustomValueType | undefined)[] | [null, ...(TextEmphasisPosition | CustomValueType | undefined)[]]

The text-emphasis-position CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.

Syntax: [ over | under ] && [ right | left ]

Initial value: over right

WebkitTextEmphasisStyle?: TextEmphasisStyle | CustomValueType | (TextEmphasisStyle | CustomValueType | undefined)[] | [null, ...(TextEmphasisStyle | CustomValueType | undefined)[]]

The text-emphasis-style CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the text-emphasis shorthand.

Syntax: none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>

Initial value: none

WebkitTextFillColor?: WebkitTextFillColor | CustomValueType | (WebkitTextFillColor | CustomValueType | undefined)[] | [null, ...(WebkitTextFillColor | CustomValueType | undefined)[]]

The -webkit-text-fill-color CSS property specifies the fill color of characters of text. If this property is not set, the value of the color property is used.

Syntax: <color>

Initial value: currentcolor

WebkitTextOrientation?: TextOrientation | CustomValueType | (TextOrientation | CustomValueType | undefined)[] | [null, ...(TextOrientation | CustomValueType | undefined)[]]

The text-orientation CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when writing-mode is not horizontal-tb). It is useful for controlling the display of languages that use vertical script, and also for making vertical table headers.

Syntax: mixed | upright | sideways

Initial value: mixed

WebkitTextSizeAdjust?: TextSizeAdjust | CustomValueType | (TextSizeAdjust | CustomValueType | undefined)[] | [null, ...(TextSizeAdjust | CustomValueType | undefined)[]]

The text-size-adjust CSS property controls the text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property.

Syntax: none | auto | <percentage>

Initial value: auto for smartphone browsers supporting inflation, none in other cases (and then not modifiable).

WebkitTextStroke?: WebkitTextStroke<string | number> | CustomValueType | (WebkitTextStroke<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitTextStroke<string | number> | CustomValueType | undefined)[]]

The -webkit-text-stroke CSS property specifies the width and color of strokes for text characters. This is a shorthand property for the longhand properties -webkit-text-stroke-width and -webkit-text-stroke-color.

Syntax: <length> || <color>

WebkitTextStrokeColor?: WebkitTextStrokeColor | CustomValueType | (WebkitTextStrokeColor | CustomValueType | undefined)[] | [null, ...(WebkitTextStrokeColor | CustomValueType | undefined)[]]

The -webkit-text-stroke-color CSS property specifies the stroke color of characters of text. If this property is not set, the value of the color property is used.

Syntax: <color>

Initial value: currentcolor

WebkitTextStrokeWidth?: WebkitTextStrokeWidth<string | number> | CustomValueType | (WebkitTextStrokeWidth<string | number> | CustomValueType | undefined)[] | [null, ...(WebkitTextStrokeWidth<string | number> | CustomValueType | undefined)[]]

The -webkit-text-stroke-width CSS property specifies the width of the stroke for text.

Syntax: <length>

Initial value: 0

WebkitTextUnderlinePosition?: TextUnderlinePosition | CustomValueType | (TextUnderlinePosition | CustomValueType | undefined)[] | [null, ...(TextUnderlinePosition | CustomValueType | undefined)[]]

The text-underline-position CSS property specifies the position of the underline which is set using the text-decoration property's underline value.

Syntax: auto | from-font | [ under || [ left | right ] ]

Initial value: auto

WebkitTouchCallout?: WebkitTouchCallout | CustomValueType | (WebkitTouchCallout | CustomValueType | undefined)[] | [null, ...(WebkitTouchCallout | CustomValueType | undefined)[]]

The -webkit-touch-callout CSS property controls the display of the default callout shown when you touch and hold a touch target.

Syntax: default | none

Initial value: default

WebkitTransform?: Transform | CustomValueType | (Transform | CustomValueType | undefined)[] | [null, ...(Transform | CustomValueType | undefined)[]]

The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.

Syntax: none | <transform-list>

Initial value: none

WebkitTransformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]]

The transform-origin CSS property sets the origin for an element's transformations.

Syntax: [ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?

Initial value: 50% 50% 0

WebkitTransformStyle?: TransformStyle | CustomValueType | (TransformStyle | CustomValueType | undefined)[] | [null, ...(TransformStyle | CustomValueType | undefined)[]]

The transform-style CSS property sets whether children of an element are positioned in the 3D space or are flattened in the plane of the element.

Syntax: flat | preserve-3d

Initial value: flat

WebkitTransition?: Transition<string & {}> | CustomValueType | (Transition<string & {}> | CustomValueType | undefined)[] | [null, ...(Transition<string & {}> | CustomValueType | undefined)[]]

The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.

Syntax: <single-transition>#

WebkitTransitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]]

The transition-delay CSS property specifies the duration to wait before starting a property's transition effect when its value changes.

Syntax: <time>#

Initial value: 0s

WebkitTransitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]]

The transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.

Syntax: <time>#

Initial value: 0s

WebkitTransitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]]

The transition-property CSS property sets the CSS properties to which a transition effect should be applied.

Syntax: none | <single-transition-property>#

Initial value: all

WebkitTransitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]]

The transition-timing-function CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.

Syntax: <easing-function>#

Initial value: ease

WebkitUserModify?: WebkitUserModify | CustomValueType | (WebkitUserModify | CustomValueType | undefined)[] | [null, ...(WebkitUserModify | CustomValueType | undefined)[]]

Syntax: read-only | read-write | read-write-plaintext-only

Initial value: read-only

WebkitUserSelect?: UserSelect | CustomValueType | (UserSelect | CustomValueType | undefined)[] | [null, ...(UserSelect | CustomValueType | undefined)[]]

The user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.

Syntax: auto | text | none | contain | all

Initial value: auto

WebkitWritingMode?: WritingMode | CustomValueType | (WritingMode | CustomValueType | undefined)[] | [null, ...(WritingMode | CustomValueType | undefined)[]]

The writing-mode CSS property sets whether lines of text are laid out horizontally or vertically, as well as the direction in which blocks progress. When set for an entire document, it should be set on the root element (html element for HTML documents).

Syntax: horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr

Initial value: horizontal-tb

accentColor?: AccentColor | CustomValueType | (AccentColor | CustomValueType | undefined)[] | [null, ...(AccentColor | CustomValueType | undefined)[]]

The accent-color CSS property sets the accent color for user-interface controls generated by some elements.

Syntax: auto | <color>

Initial value: auto

Chrome Firefox Safari Edge IE
93 92 15.4 n/a No
accentHeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
accumulate?: "none" | "sum" | CustomValueType | (undefined | "none" | "sum" | CustomValueType)[] | [null, ...(undefined | "none" | "sum" | CustomValueType)[]]
additive?: "replace" | "sum" | CustomValueType | (undefined | "replace" | "sum" | CustomValueType)[] | [null, ...(undefined | "replace" | "sum" | CustomValueType)[]]
alignContent?: AlignContent | CustomValueType | (AlignContent | CustomValueType | undefined)[] | [null, ...(AlignContent | CustomValueType | undefined)[]]

The CSS align-content property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.

Syntax: normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>

Initial value: normal

Chrome Firefox Safari Edge IE
29 28 9 12 11
21 -x- 7 -x-
alignItems?: AlignItems | CustomValueType | (AlignItems | CustomValueType | undefined)[] | [null, ...(AlignItems | CustomValueType | undefined)[]]

The CSS align-items property sets the align-self value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.

Syntax: normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]

Initial value: normal

Chrome Firefox Safari Edge IE
29 20 9 12 11
21 -x- 7 -x-
alignSelf?: AlignSelf | CustomValueType | (AlignSelf | CustomValueType | undefined)[] | [null, ...(AlignSelf | CustomValueType | undefined)[]]

The align-self CSS property overrides a grid or flex item's align-items value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.

Syntax: auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>

Initial value: auto

Chrome Firefox Safari Edge IE
29 20 9 12 10
21 -x- 7 -x-
alignTracks?: AlignTracks | CustomValueType | (AlignTracks | CustomValueType | undefined)[] | [null, ...(AlignTracks | CustomValueType | undefined)[]]

The align-tracks CSS property sets the alignment in the masonry axis for grid containers that have masonry in their block axis.

Syntax: [ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#

Initial value: normal

Chrome Firefox Safari Edge IE
No n/a No n/a No
alignmentBaseline?: "auto" | "inherit" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | CustomValueType | (undefined | "auto" | "inherit" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | CustomValueType)[] | [null, ...(undefined | "auto" | "inherit" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | CustomValueType)[]]
all?: Globals | CustomValueType | (Globals | CustomValueType | undefined)[] | [null, ...(Globals | CustomValueType | undefined)[]]

The all shorthand CSS property resets all of an element's properties except unicode-bidi, direction, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another cascade layer or stylesheet origin.

Syntax: initial | inherit | unset | revert | revert-layer

Initial value: There is no practical initial value for it.

Chrome Firefox Safari Edge IE
37 27 9.1 n/a No
allowReorder?: "no" | "yes" | CustomValueType | (undefined | "no" | "yes" | CustomValueType)[] | [null, ...(undefined | "no" | "yes" | CustomValueType)[]]
alphabetic?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
amplitude?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
animation?: Animation<string & {}> | CustomValueType | (Animation<string & {}> | CustomValueType | undefined)[] | [null, ...(Animation<string & {}> | CustomValueType | undefined)[]]

The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, and animation-play-state.

Syntax: <single-animation>#

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 4 -x-
animationComposition?: AnimationComposition | CustomValueType | (AnimationComposition | CustomValueType | undefined)[] | [null, ...(AnimationComposition | CustomValueType | undefined)[]]

The animation-composition CSS property specifies the composite operation to use when multiple animations affect the same property simultaneously.

Syntax: <single-animation-composition>#

Initial value: replace

Chrome Firefox Safari Edge IE
112 115 16 n/a No
animationDelay?: AnimationDelay<string & {}> | CustomValueType | (AnimationDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDelay<string & {}> | CustomValueType | undefined)[]]

The animation-delay CSS property specifies the amount of time to wait from applying the animation to an element before beginning to perform the animation. The animation can start later, immediately from its beginning, or immediately and partway through the animation.

Syntax: <time>#

Initial value: 0s

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 4 -x-
animationDirection?: AnimationDirection | CustomValueType | (AnimationDirection | CustomValueType | undefined)[] | [null, ...(AnimationDirection | CustomValueType | undefined)[]]

The animation-direction CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.

Syntax: <single-animation-direction>#

Initial value: normal

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 4 -x-
animationDuration?: AnimationDuration<string & {}> | CustomValueType | (AnimationDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(AnimationDuration<string & {}> | CustomValueType | undefined)[]]

The animation-duration CSS property sets the length of time that an animation takes to complete one cycle.

Syntax: <time>#

Initial value: 0s

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 4 -x-
animationFillMode?: AnimationFillMode | CustomValueType | (AnimationFillMode | CustomValueType | undefined)[] | [null, ...(AnimationFillMode | CustomValueType | undefined)[]]

The animation-fill-mode CSS property sets how a CSS animation applies styles to its target before and after its execution.

Syntax: <single-animation-fill-mode>#

Initial value: none

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 5 -x-
animationIterationCount?: AnimationIterationCount | CustomValueType | (AnimationIterationCount | CustomValueType | undefined)[] | [null, ...(AnimationIterationCount | CustomValueType | undefined)[]]

The animation-iteration-count CSS property sets the number of times an animation sequence should be played before stopping.

Syntax: <single-animation-iteration-count>#

Initial value: 1

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 4 -x-
animationName?: AnimationName | CustomValueType | (AnimationName | CustomValueType | undefined)[] | [null, ...(AnimationName | CustomValueType | undefined)[]]

The animation-name CSS property specifies the names of one or more @keyframes at-rules that describe the animation to apply to an element. Multiple @keyframe at-rules are specified as a comma-separated list of names. If the specified name does not match any @keyframe at-rule, no properties are animated.

Syntax: [ none | <keyframes-name> ]#

Initial value: none

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 4 -x-
animationPlayState?: AnimationPlayState | CustomValueType | (AnimationPlayState | CustomValueType | undefined)[] | [null, ...(AnimationPlayState | CustomValueType | undefined)[]]

The animation-play-state CSS property sets whether an animation is running or paused.

Syntax: <single-animation-play-state>#

Initial value: running

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 4 -x-
animationRange?: AnimationRange<string | number> | CustomValueType | (AnimationRange<string | number> | CustomValueType | undefined)[] | [null, ...(AnimationRange<string | number> | CustomValueType | undefined)[]]

The animation-range CSS shorthand property is used to set the start and end of an animation's attachment range along its timeline, i.e. where along the timeline an animation will start and end.

Syntax: [ <'animation-range-start'> <'animation-range-end'>? ]#

Chrome Firefox Safari Edge IE
115 No No n/a No
animationRangeEnd?: AnimationRangeEnd<string | number> | CustomValueType | (AnimationRangeEnd<string | number> | CustomValueType | undefined)[] | [null, ...(AnimationRangeEnd<string | number> | CustomValueType | undefined)[]]

The animation-range-end CSS property is used to set the end of an animation's attachment range along its timeline, i.e. where along the timeline an animation will end.

Syntax: [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#

Initial value: normal

Chrome Firefox Safari Edge IE
115 No No n/a No
animationRangeStart?: AnimationRangeStart<string | number> | CustomValueType | (AnimationRangeStart<string | number> | CustomValueType | undefined)[] | [null, ...(AnimationRangeStart<string | number> | CustomValueType | undefined)[]]

The animation-range-start CSS property is used to set the start of an animation's attachment range along its timeline, i.e. where along the timeline an animation will start.

Syntax: [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#

Initial value: normal

Chrome Firefox Safari Edge IE
115 No No n/a No
animationTimeline?: AnimationTimeline | CustomValueType | (AnimationTimeline | CustomValueType | undefined)[] | [null, ...(AnimationTimeline | CustomValueType | undefined)[]]

The animation-timeline CSS property specifies the timeline that is used to control the progress of an animation.

Syntax: <single-animation-timeline>#

Initial value: auto

Chrome Firefox Safari Edge IE
115 n/a No n/a No
animationTimingFunction?: AnimationTimingFunction | CustomValueType | (AnimationTimingFunction | CustomValueType | undefined)[] | [null, ...(AnimationTimingFunction | CustomValueType | undefined)[]]

The animation-timing-function CSS property sets how an animation progresses through the duration of each cycle.

Syntax: <easing-function>#

Initial value: ease

Chrome Firefox Safari Edge IE
43 16 9 12 10
3 -x- 5 -x- 4 -x-
appearance?: Appearance | CustomValueType | (Appearance | CustomValueType | undefined)[] | [null, ...(Appearance | CustomValueType | undefined)[]]

The appearance CSS property is used to control native appearance of UI controls, that are based on operating system's theme.

Syntax: none | auto | textfield | menulist-button | <compat-auto>

Initial value: none

Chrome Firefox Safari Edge IE
84 80 15.4 84 No
1 -x- 1 -x- 3 -x- 12 -x-
arabicForm?: "terminal" | "initial" | "medial" | "isolated" | CustomValueType | (undefined | "terminal" | "initial" | "medial" | "isolated" | CustomValueType)[] | [null, ...(undefined | "terminal" | "initial" | "medial" | "isolated" | CustomValueType)[]]
aria-activedescendant?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

aria-atomic?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

aria-autocomplete?: "none" | "inline" | "both" | "list" | CustomValueType | (undefined | "none" | "inline" | "both" | "list" | CustomValueType)[] | [null, ...(undefined | "none" | "inline" | "both" | "list" | CustomValueType)[]]

Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.

aria-braillelabel?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

aria-brailleroledescription?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

See

aria-roledescription.

aria-busy?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]
aria-checked?: boolean | "true" | "false" | "mixed" | CustomValueType | (undefined | boolean | "true" | "false" | "mixed" | CustomValueType)[] | [null, ...(undefined | boolean | "true" | "false" | "mixed" | CustomValueType)[]]

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.
aria-colcount?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

aria-colindex?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

See

  • aria-colcount
  • aria-colspan.
aria-colindextext?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

aria-colspan?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.
aria-controls?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

aria-current?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | CustomValueType | (undefined | boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | CustomValueType)[] | [null, ...(undefined | boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | CustomValueType)[]]

Indicates the element that represents the current item within a container or set of related elements.

aria-describedby?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Identifies the element (or elements) that describes the object.

See

aria-labelledby

aria-description?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

aria-details?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

aria-disabled?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.
aria-dropeffect?: "link" | "copy" | "none" | "move" | "execute" | "popup" | CustomValueType | (undefined | "link" | "copy" | "none" | "move" | "execute" | "popup" | CustomValueType)[] | [null, ...(undefined | "link" | "copy" | "none" | "move" | "execute" | "popup" | CustomValueType)[]]

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

aria-errormessage?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.
aria-expanded?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

aria-flowto?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

aria-grabbed?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

aria-haspopup?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | CustomValueType | (undefined | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | CustomValueType)[] | [null, ...(undefined | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | CustomValueType)[]]

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

aria-hidden?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

aria-invalid?: boolean | "true" | "false" | "grammar" | "spelling" | CustomValueType | (undefined | boolean | "true" | "false" | "grammar" | "spelling" | CustomValueType)[] | [null, ...(undefined | boolean | "true" | "false" | "grammar" | "spelling" | CustomValueType)[]]

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

aria-keyshortcuts?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

aria-label?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines a string value that labels the current element.

See

aria-labelledby.

aria-labelledby?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

aria-level?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the hierarchical level of an element within a structure.

aria-live?: "off" | "assertive" | "polite" | CustomValueType | (undefined | "off" | "assertive" | "polite" | CustomValueType)[] | [null, ...(undefined | "off" | "assertive" | "polite" | CustomValueType)[]]

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

aria-modal?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates whether an element is modal when displayed.

aria-multiline?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates whether a text box accepts multiple lines of input or only a single line.

aria-multiselectable?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates that the user may select more than one item from the current selectable descendants.

aria-orientation?: "horizontal" | "vertical" | CustomValueType | (undefined | "horizontal" | "vertical" | CustomValueType)[] | [null, ...(undefined | "horizontal" | "vertical" | CustomValueType)[]]

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

aria-owns?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

See

aria-controls.

aria-placeholder?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.

aria-posinset?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-setsize.

aria-pressed?: boolean | "true" | "false" | "mixed" | CustomValueType | (undefined | boolean | "true" | "false" | "mixed" | CustomValueType)[] | [null, ...(undefined | boolean | "true" | "false" | "mixed" | CustomValueType)[]]

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.
aria-readonly?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

aria-relevant?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | CustomValueType | (undefined | "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | CustomValueType)[] | [null, ...(undefined | "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | CustomValueType)[]]

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

aria-required?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates that user input is required on the element before a form may be submitted.

aria-roledescription?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines a human-readable, author-localized description for the role of an element.

aria-rowcount?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

aria-rowindex?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.

See

  • aria-rowcount
  • aria-rowspan.
aria-rowindextext?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

aria-rowspan?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.
aria-selected?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.
aria-setsize?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-posinset.

aria-sort?: "none" | "ascending" | "descending" | "other" | CustomValueType | (undefined | "none" | "ascending" | "descending" | "other" | CustomValueType)[] | [null, ...(undefined | "none" | "ascending" | "descending" | "other" | CustomValueType)[]]

Indicates if items in a table or grid are sorted in ascending or descending order.

aria-valuemax?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the maximum allowed value for a range widget.

aria-valuemin?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the minimum allowed value for a range widget.

aria-valuenow?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]

Defines the current value for a range widget.

See

aria-valuetext.

aria-valuetext?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Defines the human readable text alternative of aria-valuenow for a range widget.

ascent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
aspectRatio?: AspectRatio | CustomValueType | (AspectRatio | CustomValueType | undefined)[] | [null, ...(AspectRatio | CustomValueType | undefined)[]]

The aspect-ratio CSS property sets a preferred aspect ratio for the box, which will be used in the calculation of auto sizes and some other layout functions.

Syntax: auto | <ratio>

Initial value: auto

Chrome Firefox Safari Edge IE
88 89 15 n/a No
attrScale?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]
attrX?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]
attrY?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]
attributeName?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
attributeType?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
autoReverse?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]
azimuth?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

In combination with elevation, the azimuth CSS property enables different audio sources to be positioned spatially for aural presentation. This is important in that it provides a natural way to tell several voices apart, as each can be positioned to originate at a different location on the sound stage. Stereo output produce a lateral sound stage, while binaural headphones and multi-speaker setups allow for a fully three-dimensional stage.

Syntax: <angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards

Initial value: center

Deprecated

backdropFilter?: BackdropFilter | CustomValueType | (BackdropFilter | CustomValueType | undefined)[] | [null, ...(BackdropFilter | CustomValueType | undefined)[]]

The backdrop-filter CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything behind the element, to see the effect you must make the element or its background at least partially transparent.

Syntax: none | <filter-function-list>

Initial value: none

Chrome Firefox Safari Edge IE
76 103 9 -x- 17 No
backfaceVisibility?: BackfaceVisibility | CustomValueType | (BackfaceVisibility | CustomValueType | undefined)[] | [null, ...(BackfaceVisibility | CustomValueType | undefined)[]]

The backface-visibility CSS property sets whether the back face of an element is visible when turned towards the user.

Syntax: visible | hidden

Initial value: visible

Chrome Firefox Safari Edge IE
36 16 15.4 12 10
12 -x- 5.1 -x-
background?: Background<string | number> | CustomValueType | (Background<string | number> | CustomValueType | undefined)[] | [null, ...(Background<string | number> | CustomValueType | undefined)[]]

The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method.

Syntax: [ <bg-layer> , ]* <final-bg-layer>

Chrome Firefox Safari Edge IE
1 1 1 12 4
backgroundAttachment?: BackgroundAttachment | CustomValueType | (BackgroundAttachment | CustomValueType | undefined)[] | [null, ...(BackgroundAttachment | CustomValueType | undefined)[]]

The background-attachment CSS property sets whether a background image's position is fixed within the viewport, or scrolls with its containing block.

Syntax: <attachment>#

Initial value: scroll

Chrome Firefox Safari Edge IE
1 1 1 12 4
backgroundBlendMode?: BackgroundBlendMode | CustomValueType | (BackgroundBlendMode | CustomValueType | undefined)[] | [null, ...(BackgroundBlendMode | CustomValueType | undefined)[]]

The background-blend-mode CSS property sets how an element's background images should blend with each other and with the element's background color.

Syntax: <blend-mode>#

Initial value: normal

Chrome Firefox Safari Edge IE
35 30 8 n/a No
backgroundClip?: BackgroundClip | CustomValueType | (BackgroundClip | CustomValueType | undefined)[] | [null, ...(BackgroundClip | CustomValueType | undefined)[]]

The background-clip CSS property sets whether an element's background extends underneath its border box, padding box, or content box.

Syntax: <box>#

Initial value: border-box

Chrome Firefox Safari Edge IE
1 4 5 12 9
3 -x-
backgroundColor?: BackgroundColor | CustomValueType | (BackgroundColor | CustomValueType | undefined)[] | [null, ...(BackgroundColor | CustomValueType | undefined)[]]

The background-color CSS property sets the background color of an element.

Syntax: <color>

Initial value: transparent

Chrome Firefox Safari Edge IE
1 1 1 12 4
backgroundImage?: BackgroundImage | CustomValueType | (BackgroundImage | CustomValueType | undefined)[] | [null, ...(BackgroundImage | CustomValueType | undefined)[]]

The background-image CSS property sets one or more background images on an element.

Syntax: <bg-image>#

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 4
backgroundOrigin?: BackgroundOrigin | CustomValueType | (BackgroundOrigin | CustomValueType | undefined)[] | [null, ...(BackgroundOrigin | CustomValueType | undefined)[]]

The background-origin CSS property sets the background's origin: from the border start, inside the border, or inside the padding.

Syntax: <box>#

Initial value: padding-box

Chrome Firefox Safari Edge IE
1 4 3 12 9
backgroundPosition?: BackgroundPosition<string | number> | CustomValueType | (BackgroundPosition<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundPosition<string | number> | CustomValueType | undefined)[]]

The background-position CSS property sets the initial position for each background image. The position is relative to the position layer set by background-origin.

Syntax: <bg-position>#

Initial value: 0% 0%

Chrome Firefox Safari Edge IE
1 1 1 12 4
backgroundPositionX?: BackgroundPositionX<string | number> | CustomValueType | (BackgroundPositionX<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundPositionX<string | number> | CustomValueType | undefined)[]]

The background-position-x CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by background-origin.

Syntax: [ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#

Initial value: 0%

Chrome Firefox Safari Edge IE
1 49 1 12 6
backgroundPositionY?: BackgroundPositionY<string | number> | CustomValueType | (BackgroundPositionY<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundPositionY<string | number> | CustomValueType | undefined)[]]

The background-position-y CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by background-origin.

Syntax: [ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#

Initial value: 0%

Chrome Firefox Safari Edge IE
1 49 1 12 6
backgroundRepeat?: BackgroundRepeat | CustomValueType | (BackgroundRepeat | CustomValueType | undefined)[] | [null, ...(BackgroundRepeat | CustomValueType | undefined)[]]

The background-repeat CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.

Syntax: <repeat-style>#

Initial value: repeat

Chrome Firefox Safari Edge IE
1 1 1 12 4
backgroundSize?: BackgroundSize<string | number> | CustomValueType | (BackgroundSize<string | number> | CustomValueType | undefined)[] | [null, ...(BackgroundSize<string | number> | CustomValueType | undefined)[]]

The background-size CSS property sets the size of the element's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.

Syntax: <bg-size>#

Initial value: auto auto

Chrome Firefox Safari Edge IE
3 4 5 12 9
1 -x- 3 -x-
baseFrequency?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
baseProfile?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
baselineShift?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
bbox?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
begin?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
bias?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
blockOverflow?: BlockOverflow | CustomValueType | (BlockOverflow | CustomValueType | undefined)[] | [null, ...(BlockOverflow | CustomValueType | undefined)[]]

Syntax: clip | ellipsis | <string>

Initial value: clip

blockSize?: BlockSize<string | number> | CustomValueType | (BlockSize<string | number> | CustomValueType | undefined)[] | [null, ...(BlockSize<string | number> | CustomValueType | undefined)[]]

The block-size CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the width or the height property, depending on the value of writing-mode.

Syntax: <'width'>

Initial value: auto

Chrome Firefox Safari Edge IE
57 41 12.1 n/a No
border?: Border<string | number> | CustomValueType | (Border<string | number> | CustomValueType | undefined)[] | [null, ...(Border<string | number> | CustomValueType | undefined)[]]

The border shorthand CSS property sets an element's border. It sets the values of border-width, border-style, and border-color.

Syntax: <line-width> || <line-style> || <color>

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderBlock?: BorderBlock<string | number> | CustomValueType | (BorderBlock<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlock<string | number> | CustomValueType | undefined)[]]

The border-block CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.

Syntax: <'border-top-width'> || <'border-top-style'> || <color>

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
borderBlockColor?: BorderBlockColor | CustomValueType | (BorderBlockColor | CustomValueType | undefined)[] | [null, ...(BorderBlockColor | CustomValueType | undefined)[]]

The border-block-color CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color and border-bottom-color, or border-right-color and border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-color'>{1,2}

Initial value: currentcolor

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
borderBlockEnd?: BorderBlockEnd<string | number> | CustomValueType | (BorderBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockEnd<string | number> | CustomValueType | undefined)[]]

The border-block-end CSS property is a shorthand property for setting the individual logical block-end border property values in a single place in the style sheet.

Syntax: <'border-top-width'> || <'border-top-style'> || <color>

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderBlockEndColor?: BorderBlockEndColor | CustomValueType | (BorderBlockEndColor | CustomValueType | undefined)[] | [null, ...(BorderBlockEndColor | CustomValueType | undefined)[]]

The border-block-end-color CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-color'>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderBlockEndStyle?: BorderBlockEndStyle | CustomValueType | (BorderBlockEndStyle | CustomValueType | undefined)[] | [null, ...(BorderBlockEndStyle | CustomValueType | undefined)[]]

The border-block-end-style CSS property defines the style of the logical block-end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderBlockEndWidth?: BorderBlockEndWidth<string | number> | CustomValueType | (BorderBlockEndWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockEndWidth<string | number> | CustomValueType | undefined)[]]

The border-block-end-width CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-width'>

Initial value: medium

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderBlockStart?: BorderBlockStart<string | number> | CustomValueType | (BorderBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockStart<string | number> | CustomValueType | undefined)[]]

The border-block-start CSS property is a shorthand property for setting the individual logical block-start border property values in a single place in the style sheet.

Syntax: <'border-top-width'> || <'border-top-style'> || <color>

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderBlockStartColor?: BorderBlockStartColor | CustomValueType | (BorderBlockStartColor | CustomValueType | undefined)[] | [null, ...(BorderBlockStartColor | CustomValueType | undefined)[]]

The border-block-start-color CSS property defines the color of the logical block-start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-color'>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderBlockStartStyle?: BorderBlockStartStyle | CustomValueType | (BorderBlockStartStyle | CustomValueType | undefined)[] | [null, ...(BorderBlockStartStyle | CustomValueType | undefined)[]]

The border-block-start-style CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderBlockStartWidth?: BorderBlockStartWidth<string | number> | CustomValueType | (BorderBlockStartWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockStartWidth<string | number> | CustomValueType | undefined)[]]

The border-block-start-width CSS property defines the width of the logical block-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-width'>

Initial value: medium

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderBlockStyle?: BorderBlockStyle | CustomValueType | (BorderBlockStyle | CustomValueType | undefined)[] | [null, ...(BorderBlockStyle | CustomValueType | undefined)[]]

The border-block-style CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style and border-bottom-style, or border-left-style and border-right-style properties depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
borderBlockWidth?: BorderBlockWidth<string | number> | CustomValueType | (BorderBlockWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBlockWidth<string | number> | CustomValueType | undefined)[]]

The border-block-width CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width and border-bottom-width, or border-left-width, and border-right-width property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-width'>

Initial value: medium

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
borderBottom?: BorderBottom<string | number> | CustomValueType | (BorderBottom<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottom<string | number> | CustomValueType | undefined)[]]

The border-bottom shorthand CSS property sets an element's bottom border. It sets the values of border-bottom-width, border-bottom-style and border-bottom-color.

Syntax: <line-width> || <line-style> || <color>

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderBottomColor?: BorderBottomColor | CustomValueType | (BorderBottomColor | CustomValueType | undefined)[] | [null, ...(BorderBottomColor | CustomValueType | undefined)[]]

The border-bottom-color CSS property sets the color of an element's bottom border. It can also be set with the shorthand CSS properties border-color or border-bottom.

Syntax: <'border-top-color'>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderBottomLeftRadius?: BorderBottomLeftRadius<string | number> | CustomValueType | (BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomLeftRadius<string | number> | CustomValueType | undefined)[]]

The border-bottom-left-radius CSS property rounds the bottom-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

Chrome Firefox Safari Edge IE
4 4 5 12 9
1 -x- 3 -x-
borderBottomRightRadius?: BorderBottomRightRadius<string | number> | CustomValueType | (BorderBottomRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomRightRadius<string | number> | CustomValueType | undefined)[]]

The border-bottom-right-radius CSS property rounds the bottom-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

Chrome Firefox Safari Edge IE
4 4 5 12 9
1 -x- 3 -x-
borderBottomStyle?: BorderBottomStyle | CustomValueType | (BorderBottomStyle | CustomValueType | undefined)[] | [null, ...(BorderBottomStyle | CustomValueType | undefined)[]]

The border-bottom-style CSS property sets the line style of an element's bottom border.

Syntax: <line-style>

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
borderBottomWidth?: BorderBottomWidth<string | number> | CustomValueType | (BorderBottomWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderBottomWidth<string | number> | CustomValueType | undefined)[]]

The border-bottom-width CSS property sets the width of the bottom border of an element.

Syntax: <line-width>

Initial value: medium

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderCollapse?: BorderCollapse | CustomValueType | (BorderCollapse | CustomValueType | undefined)[] | [null, ...(BorderCollapse | CustomValueType | undefined)[]]

The border-collapse CSS property sets whether cells inside a <table> have shared or separate borders.

Syntax: collapse | separate

Initial value: separate

Chrome Firefox Safari Edge IE
1 1 1.2 12 5
borderColor?: BorderColor | CustomValueType | (BorderColor | CustomValueType | undefined)[] | [null, ...(BorderColor | CustomValueType | undefined)[]]

The border-color shorthand CSS property sets the color of an element's border.

Syntax: <color>{1,4}

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderEndEndRadius?: BorderEndEndRadius<string | number> | CustomValueType | (BorderEndEndRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderEndEndRadius<string | number> | CustomValueType | undefined)[]]

The border-end-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's writing-mode, direction, and text-orientation. This is useful when building styles to work regardless of the text orientation and writing mode.

Syntax: <length-percentage>{1,2}

Initial value: 0

Chrome Firefox Safari Edge IE
89 66 15 n/a No
borderEndStartRadius?: BorderEndStartRadius<string | number> | CustomValueType | (BorderEndStartRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderEndStartRadius<string | number> | CustomValueType | undefined)[]]

The border-end-start-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction, and text-orientation. This is useful when building styles to work regardless of the text orientation and writing mode.

Syntax: <length-percentage>{1,2}

Initial value: 0

Chrome Firefox Safari Edge IE
89 66 15 n/a No
borderImage?: BorderImage | CustomValueType | (BorderImage | CustomValueType | undefined)[] | [null, ...(BorderImage | CustomValueType | undefined)[]]

The border-image CSS property draws an image around a given element. It replaces the element's regular border.

Syntax: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>

Chrome Firefox Safari Edge IE
16 15 6 12 11
7 -x- 3.5 -x- 3 -x-
borderImageOutset?: BorderImageOutset<string | number> | CustomValueType | (BorderImageOutset<string | number> | CustomValueType | undefined)[] | [null, ...(BorderImageOutset<string | number> | CustomValueType | undefined)[]]

The border-image-outset CSS property sets the distance by which an element's border image is set out from its border box.

Syntax: [ <length> | <number> ]{1,4}

Initial value: 0

Chrome Firefox Safari Edge IE
15 15 6 12 11
borderImageRepeat?: BorderImageRepeat | CustomValueType | (BorderImageRepeat | CustomValueType | undefined)[] | [null, ...(BorderImageRepeat | CustomValueType | undefined)[]]

The border-image-repeat CSS property defines how the edge regions and middle region of a source image are adjusted to fit the dimensions of an element's border image. The middle region can be displayed by using the keyword "fill" in the border-image-slice property.

Syntax: [ stretch | repeat | round | space ]{1,2}

Initial value: stretch

Chrome Firefox Safari Edge IE
15 15 6 12 11
borderImageSlice?: BorderImageSlice | CustomValueType | (BorderImageSlice | CustomValueType | undefined)[] | [null, ...(BorderImageSlice | CustomValueType | undefined)[]]

The border-image-slice CSS property divides the image specified by border-image-source into regions. These regions form the components of an element's border image.

Syntax: <number-percentage>{1,4} && fill?

Initial value: 100%

Chrome Firefox Safari Edge IE
15 15 6 12 11
borderImageSource?: BorderImageSource | CustomValueType | (BorderImageSource | CustomValueType | undefined)[] | [null, ...(BorderImageSource | CustomValueType | undefined)[]]

The border-image-source CSS property sets the source image used to create an element's border image.

Syntax: none | <image>

Initial value: none

Chrome Firefox Safari Edge IE
15 15 6 12 11
borderImageWidth?: BorderImageWidth<string | number> | CustomValueType | (BorderImageWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderImageWidth<string | number> | CustomValueType | undefined)[]]

The border-image-width CSS property sets the width of an element's border image.

Syntax: [ <length-percentage> | <number> | auto ]{1,4}

Initial value: 1

Chrome Firefox Safari Edge IE
15 13 6 12 11
borderInline?: BorderInline<string | number> | CustomValueType | (BorderInline<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInline<string | number> | CustomValueType | undefined)[]]

The border-inline CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet.

Syntax: <'border-top-width'> || <'border-top-style'> || <color>

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
borderInlineColor?: BorderInlineColor | CustomValueType | (BorderInlineColor | CustomValueType | undefined)[] | [null, ...(BorderInlineColor | CustomValueType | undefined)[]]

The border-inline-color CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color and border-bottom-color, or border-right-color and border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-color'>{1,2}

Initial value: currentcolor

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
borderInlineEnd?: BorderInlineEnd<string | number> | CustomValueType | (BorderInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineEnd<string | number> | CustomValueType | undefined)[]]

The border-inline-end CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.

Syntax: <'border-top-width'> || <'border-top-style'> || <color>

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderInlineEndColor?: BorderInlineEndColor | CustomValueType | (BorderInlineEndColor | CustomValueType | undefined)[] | [null, ...(BorderInlineEndColor | CustomValueType | undefined)[]]

The border-inline-end-color CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-color'>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
3 (-moz-border-end-color)
borderInlineEndStyle?: BorderInlineEndStyle | CustomValueType | (BorderInlineEndStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineEndStyle | CustomValueType | undefined)[]]

The border-inline-end-style CSS property defines the style of the logical inline end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
3 (-moz-border-end-style)
borderInlineEndWidth?: BorderInlineEndWidth<string | number> | CustomValueType | (BorderInlineEndWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineEndWidth<string | number> | CustomValueType | undefined)[]]

The border-inline-end-width CSS property defines the width of the logical inline-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-width'>

Initial value: medium

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
3 (-moz-border-end-width)
borderInlineStart?: BorderInlineStart<string | number> | CustomValueType | (BorderInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineStart<string | number> | CustomValueType | undefined)[]]

The border-inline-start CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.

Syntax: <'border-top-width'> || <'border-top-style'> || <color>

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderInlineStartColor?: BorderInlineStartColor | CustomValueType | (BorderInlineStartColor | CustomValueType | undefined)[] | [null, ...(BorderInlineStartColor | CustomValueType | undefined)[]]

The border-inline-start-color CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-color'>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
3 (-moz-border-start-color)
borderInlineStartStyle?: BorderInlineStartStyle | CustomValueType | (BorderInlineStartStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineStartStyle | CustomValueType | undefined)[]]

The border-inline-start-style CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
3 (-moz-border-start-style)
borderInlineStartWidth?: BorderInlineStartWidth<string | number> | CustomValueType | (BorderInlineStartWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineStartWidth<string | number> | CustomValueType | undefined)[]]

The border-inline-start-width CSS property defines the width of the logical inline-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-width'>

Initial value: medium

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
borderInlineStyle?: BorderInlineStyle | CustomValueType | (BorderInlineStyle | CustomValueType | undefined)[] | [null, ...(BorderInlineStyle | CustomValueType | undefined)[]]

The border-inline-style CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style and border-bottom-style, or border-left-style and border-right-style properties depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
borderInlineWidth?: BorderInlineWidth<string | number> | CustomValueType | (BorderInlineWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderInlineWidth<string | number> | CustomValueType | undefined)[]]

The border-inline-width CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width and border-bottom-width, or border-left-width, and border-right-width property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-width'>

Initial value: medium

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
borderLeft?: BorderLeft<string | number> | CustomValueType | (BorderLeft<string | number> | CustomValueType | undefined)[] | [null, ...(BorderLeft<string | number> | CustomValueType | undefined)[]]

The border-left shorthand CSS property sets all the properties of an element's left border.

Syntax: <line-width> || <line-style> || <color>

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderLeftColor?: BorderLeftColor | CustomValueType | (BorderLeftColor | CustomValueType | undefined)[] | [null, ...(BorderLeftColor | CustomValueType | undefined)[]]

The border-left-color CSS property sets the color of an element's left border. It can also be set with the shorthand CSS properties border-color or border-left.

Syntax: <color>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderLeftStyle?: BorderLeftStyle | CustomValueType | (BorderLeftStyle | CustomValueType | undefined)[] | [null, ...(BorderLeftStyle | CustomValueType | undefined)[]]

The border-left-style CSS property sets the line style of an element's left border.

Syntax: <line-style>

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
borderLeftWidth?: BorderLeftWidth<string | number> | CustomValueType | (BorderLeftWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderLeftWidth<string | number> | CustomValueType | undefined)[]]

The border-left-width CSS property sets the width of the left border of an element.

Syntax: <line-width>

Initial value: medium

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderRadius?: BorderRadius<string | number> | CustomValueType | (BorderRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRadius<string | number> | CustomValueType | undefined)[]]

The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.

Syntax: <length-percentage>{1,4} [ / <length-percentage>{1,4} ]?

Chrome Firefox Safari Edge IE
4 4 5 12 9
1 -x- 3 -x-
borderRight?: BorderRight<string | number> | CustomValueType | (BorderRight<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRight<string | number> | CustomValueType | undefined)[]]

The border-right shorthand CSS property sets all the properties of an element's right border.

Syntax: <line-width> || <line-style> || <color>

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
borderRightColor?: BorderRightColor | CustomValueType | (BorderRightColor | CustomValueType | undefined)[] | [null, ...(BorderRightColor | CustomValueType | undefined)[]]

The border-right-color CSS property sets the color of an element's right border. It can also be set with the shorthand CSS properties border-color or border-right.

Syntax: <color>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderRightStyle?: BorderRightStyle | CustomValueType | (BorderRightStyle | CustomValueType | undefined)[] | [null, ...(BorderRightStyle | CustomValueType | undefined)[]]

The border-right-style CSS property sets the line style of an element's right border.

Syntax: <line-style>

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
borderRightWidth?: BorderRightWidth<string | number> | CustomValueType | (BorderRightWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderRightWidth<string | number> | CustomValueType | undefined)[]]

The border-right-width CSS property sets the width of the right border of an element.

Syntax: <line-width>

Initial value: medium

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderSpacing?: BorderSpacing<string | number> | CustomValueType | (BorderSpacing<string | number> | CustomValueType | undefined)[] | [null, ...(BorderSpacing<string | number> | CustomValueType | undefined)[]]

The border-spacing CSS property sets the distance between the borders of adjacent cells in a <table>. This property applies only when border-collapse is separate.

Syntax: <length> <length>?

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 8
borderStartEndRadius?: BorderStartEndRadius<string | number> | CustomValueType | (BorderStartEndRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderStartEndRadius<string | number> | CustomValueType | undefined)[]]

The border-start-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction, and text-orientation. This is useful when building styles to work regardless of the text orientation and writing mode.

Syntax: <length-percentage>{1,2}

Initial value: 0

Chrome Firefox Safari Edge IE
89 66 15 n/a No
borderStartStartRadius?: BorderStartStartRadius<string | number> | CustomValueType | (BorderStartStartRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderStartStartRadius<string | number> | CustomValueType | undefined)[]]

The border-start-start-radius CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's writing-mode, direction, and text-orientation. This is useful when building styles to work regardless of the text orientation and writing mode.

Syntax: <length-percentage>{1,2}

Initial value: 0

Chrome Firefox Safari Edge IE
89 66 15 n/a No
borderStyle?: BorderStyle | CustomValueType | (BorderStyle | CustomValueType | undefined)[] | [null, ...(BorderStyle | CustomValueType | undefined)[]]

The border-style shorthand CSS property sets the line style for all four sides of an element's border.

Syntax: <line-style>{1,4}

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderTop?: BorderTop<string | number> | CustomValueType | (BorderTop<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTop<string | number> | CustomValueType | undefined)[]]

The border-top shorthand CSS property sets all the properties of an element's top border.

Syntax: <line-width> || <line-style> || <color>

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderTopColor?: BorderTopColor | CustomValueType | (BorderTopColor | CustomValueType | undefined)[] | [null, ...(BorderTopColor | CustomValueType | undefined)[]]

The border-top-color CSS property sets the color of an element's top border. It can also be set with the shorthand CSS properties border-color or border-top.

Syntax: <color>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderTopLeftRadius?: BorderTopLeftRadius<string | number> | CustomValueType | (BorderTopLeftRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopLeftRadius<string | number> | CustomValueType | undefined)[]]

The border-top-left-radius CSS property rounds the top-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

Chrome Firefox Safari Edge IE
4 4 5 12 9
1 -x- 3 -x-
borderTopRightRadius?: BorderTopRightRadius<string | number> | CustomValueType | (BorderTopRightRadius<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopRightRadius<string | number> | CustomValueType | undefined)[]]

The border-top-right-radius CSS property rounds the top-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

Syntax: <length-percentage>{1,2}

Initial value: 0

Chrome Firefox Safari Edge IE
4 4 5 12 9
1 -x- 3 -x-
borderTopStyle?: BorderTopStyle | CustomValueType | (BorderTopStyle | CustomValueType | undefined)[] | [null, ...(BorderTopStyle | CustomValueType | undefined)[]]

The border-top-style CSS property sets the line style of an element's top border.

Syntax: <line-style>

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
borderTopWidth?: BorderTopWidth<string | number> | CustomValueType | (BorderTopWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderTopWidth<string | number> | CustomValueType | undefined)[]]

The border-top-width CSS property sets the width of the top border of an element.

Syntax: <line-width>

Initial value: medium

Chrome Firefox Safari Edge IE
1 1 1 12 4
borderWidth?: BorderWidth<string | number> | CustomValueType | (BorderWidth<string | number> | CustomValueType | undefined)[] | [null, ...(BorderWidth<string | number> | CustomValueType | undefined)[]]

The border-width shorthand CSS property sets the width of an element's border.

Syntax: <line-width>{1,4}

Chrome Firefox Safari Edge IE
1 1 1 12 4
bottom?: Bottom<string | number> | CustomValueType | (Bottom<string | number> | CustomValueType | undefined)[] | [null, ...(Bottom<string | number> | CustomValueType | undefined)[]]

The bottom CSS property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements.

Syntax: <length> | <percentage> | auto

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1 12 5
boxAlign?: BoxAlign | CustomValueType | (BoxAlign | CustomValueType | undefined)[] | [null, ...(BoxAlign | CustomValueType | undefined)[]]

The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.

Syntax: start | center | end | baseline | stretch

Initial value: stretch

Deprecated

boxDecorationBreak?: BoxDecorationBreak | CustomValueType | (BoxDecorationBreak | CustomValueType | undefined)[] | [null, ...(BoxDecorationBreak | CustomValueType | undefined)[]]

The box-decoration-break CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.

Syntax: slice | clone

Initial value: slice

Chrome Firefox Safari Edge IE
22 -x- 32 7 -x- n/a No
boxDirection?: BoxDirection | CustomValueType | (BoxDirection | CustomValueType | undefined)[] | [null, ...(BoxDirection | CustomValueType | undefined)[]]

The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).

Syntax: normal | reverse | inherit

Initial value: normal

Deprecated

boxFlex?: BoxFlex | CustomValueType | (BoxFlex | CustomValueType | undefined)[] | [null, ...(BoxFlex | CustomValueType | undefined)[]]

The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout.

Syntax: <number>

Initial value: 0

Deprecated

boxFlexGroup?: BoxFlexGroup | CustomValueType | (BoxFlexGroup | CustomValueType | undefined)[] | [null, ...(BoxFlexGroup | CustomValueType | undefined)[]]

The box-flex-group CSS property assigns the flexbox's child elements to a flex group.

Syntax: <integer>

Initial value: 1

Deprecated

boxLines?: BoxLines | CustomValueType | (BoxLines | CustomValueType | undefined)[] | [null, ...(BoxLines | CustomValueType | undefined)[]]

The box-lines CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes).

Syntax: single | multiple

Initial value: single

Deprecated

boxOrdinalGroup?: BoxOrdinalGroup | CustomValueType | (BoxOrdinalGroup | CustomValueType | undefined)[] | [null, ...(BoxOrdinalGroup | CustomValueType | undefined)[]]

The box-ordinal-group CSS property assigns the flexbox's child elements to an ordinal group.

Syntax: <integer>

Initial value: 1

Deprecated

boxOrient?: BoxOrient | CustomValueType | (BoxOrient | CustomValueType | undefined)[] | [null, ...(BoxOrient | CustomValueType | undefined)[]]

The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.

Syntax: horizontal | vertical | inline-axis | block-axis | inherit

Initial value: inline-axis (horizontal in XUL)

Deprecated

boxPack?: BoxPack | CustomValueType | (BoxPack | CustomValueType | undefined)[] | [null, ...(BoxPack | CustomValueType | undefined)[]]

The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.

Syntax: start | center | end | justify

Initial value: start

Deprecated

boxShadow?: BoxShadow | CustomValueType | (BoxShadow | CustomValueType | undefined)[] | [null, ...(BoxShadow | CustomValueType | undefined)[]]

The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radius, and color.

Syntax: none | <shadow>#

Initial value: none

Chrome Firefox Safari Edge IE
10 4 5.1 12 9
1 -x- 3 -x-
boxSizing?: BoxSizing | CustomValueType | (BoxSizing | CustomValueType | undefined)[] | [null, ...(BoxSizing | CustomValueType | undefined)[]]

The box-sizing CSS property sets how the total width and height of an element is calculated.

Syntax: content-box | border-box

Initial value: content-box

Chrome Firefox Safari Edge IE
10 29 5.1 12 8
1 -x- 1 -x- 3 -x-
breakAfter?: BreakAfter | CustomValueType | (BreakAfter | CustomValueType | undefined)[] | [null, ...(BreakAfter | CustomValueType | undefined)[]]

The break-after CSS property sets how page, column, or region breaks should behave after a generated box. If there is no generated box, the property is ignored.

Syntax: auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region

Initial value: auto

Chrome Firefox Safari Edge IE
50 65 10 12 10
breakBefore?: BreakBefore | CustomValueType | (BreakBefore | CustomValueType | undefined)[] | [null, ...(BreakBefore | CustomValueType | undefined)[]]

The break-before CSS property sets how page, column, or region breaks should behave before a generated box. If there is no generated box, the property is ignored.

Syntax: auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region

Initial value: auto

Chrome Firefox Safari Edge IE
50 65 10 12 10
breakInside?: BreakInside | CustomValueType | (BreakInside | CustomValueType | undefined)[] | [null, ...(BreakInside | CustomValueType | undefined)[]]

The break-inside CSS property sets how page, column, or region breaks should behave inside a generated box. If there is no generated box, the property is ignored.

Syntax: auto | avoid | avoid-page | avoid-column | avoid-region

Initial value: auto

Chrome Firefox Safari Edge IE
50 65 10 12 10
by?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
calcMode?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
capHeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
captionSide?: CaptionSide | CustomValueType | (CaptionSide | CustomValueType | undefined)[] | [null, ...(CaptionSide | CustomValueType | undefined)[]]

The caption-side CSS property puts the content of a table's <caption> on the specified side. The values are relative to the writing-mode of the table.

Syntax: top | bottom | block-start | block-end | inline-start | inline-end

Initial value: top

Chrome Firefox Safari Edge IE
1 1 1 12 8
caret?: Caret | CustomValueType | (Caret | CustomValueType | undefined)[] | [null, ...(Caret | CustomValueType | undefined)[]]

Syntax: <'caret-color'> || <'caret-shape'>

caretColor?: CaretColor | CustomValueType | (CaretColor | CustomValueType | undefined)[] | [null, ...(CaretColor | CustomValueType | undefined)[]]

The caret-color CSS property sets the color of the insertion caret, the visible marker where the next character typed will be inserted. This is sometimes referred to as the text input cursor. The caret appears in elements such as <input> or those with the contenteditable attribute. The caret is typically a thin vertical line that flashes to help make it more noticeable. By default, it is black, but its color can be altered with this property.

Syntax: auto | <color>

Initial value: auto

Chrome Firefox Safari Edge IE
57 53 11.1 n/a No
caretShape?: CaretShape | CustomValueType | (CaretShape | CustomValueType | undefined)[] | [null, ...(CaretShape | CustomValueType | undefined)[]]

Syntax: auto | bar | block | underscore

Initial value: auto

children?: ReactNode | CustomValueType | (ReactNode | CustomValueType)[] | [null, ...(ReactNode | CustomValueType)[]]
className?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
clear?: Clear | CustomValueType | (Clear | CustomValueType | undefined)[] | [null, ...(Clear | CustomValueType | undefined)[]]

The clear CSS property sets whether an element must be moved below (cleared) floating elements that precede it. The clear property applies to floating and non-floating elements.

Syntax: none | left | right | both | inline-start | inline-end

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 4
clip?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The clip CSS property defines a visible portion of an element. The clip property applies only to absolutely positioned elements — that is, elements with position:absolute or position:fixed.

Syntax: <shape> | auto

Initial value: auto

Deprecated

clipPath?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The clip-path CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.

Syntax: <clip-source> | [ <basic-shape> || <geometry-box> ] | none

Initial value: none

Chrome Firefox Safari Edge IE
55 3.5 9.1 79 10
23 -x- 7 -x-
clipPathUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
clipRule?: "initial" | "inherit" | "nonzero" | "evenodd" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType | (undefined | "initial" | "inherit" | "nonzero" | "evenodd" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[] | [null, ...(undefined | "initial" | "inherit" | "nonzero" | "evenodd" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[]]
color?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The color CSS property sets the foreground color value of an element's text and text decorations, and sets the currentcolor value. currentcolor may be used as an indirect value on other properties and is the default for other color properties, such as border-color.

Syntax: <color>

Initial value: canvastext

Chrome Firefox Safari Edge IE
1 1 1 12 3
colorAdjust?: PrintColorAdjust | CustomValueType | (PrintColorAdjust | CustomValueType | undefined)[] | [null, ...(PrintColorAdjust | CustomValueType | undefined)[]]

The print-color-adjust CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.

Syntax: economy | exact

Initial value: economy

Chrome Firefox Safari Edge IE
17 -x- 97 15.4 79 -x- No
48 (color-adjust) 6 -x-
colorInterpolation?: "auto" | "initial" | "inherit" | "sRGB" | "linearRGB" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "sRGB" | "linearRGB" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "sRGB" | "linearRGB" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[]]
colorInterpolationFilters?: "auto" | "inherit" | "sRGB" | "linearRGB" | CustomValueType | (undefined | "auto" | "inherit" | "sRGB" | "linearRGB" | CustomValueType)[] | [null, ...(undefined | "auto" | "inherit" | "sRGB" | "linearRGB" | CustomValueType)[]]
colorProfile?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
colorRendering?: "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "optimizeSpeed" | "optimizeQuality" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "optimizeSpeed" | "optimizeQuality" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "optimizeSpeed" | "optimizeQuality" | CustomValueType)[]]
colorScheme?: ColorScheme | CustomValueType | (ColorScheme | CustomValueType | undefined)[] | [null, ...(ColorScheme | CustomValueType | undefined)[]]

The color-scheme CSS property allows an element to indicate which color schemes it can comfortably be rendered in.

Syntax: normal | [ light | dark | <custom-ident> ]+ && only?

Initial value: normal

Chrome Firefox Safari Edge IE
81 96 13 n/a No
columnCount?: ColumnCount | CustomValueType | (ColumnCount | CustomValueType | undefined)[] | [null, ...(ColumnCount | CustomValueType | undefined)[]]

The column-count CSS property breaks an element's content into the specified number of columns.

Syntax: <integer> | auto

Initial value: auto

Chrome Firefox Safari Edge IE
50 52 9 12 10
1 -x- 3 -x-
columnFill?: ColumnFill | CustomValueType | (ColumnFill | CustomValueType | undefined)[] | [null, ...(ColumnFill | CustomValueType | undefined)[]]

The column-fill CSS property controls how an element's contents are balanced when broken into columns.

Syntax: auto | balance | balance-all

Initial value: balance

Chrome Firefox Safari Edge IE
50 52 9 12 10
8 -x-
columnGap?: ColumnGap<string | number> | CustomValueType | (ColumnGap<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnGap<string | number> | CustomValueType | undefined)[]]

The column-gap CSS property sets the size of the gap (gutter) between an element's columns.

Syntax: normal | <length-percentage>

Initial value: normal

Chrome Firefox Safari Edge IE
1 1.5 3 12 10
columnRule?: ColumnRule<string | number> | CustomValueType | (ColumnRule<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRule<string | number> | CustomValueType | undefined)[]]

The column-rule shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.

Syntax: <'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>

Chrome Firefox Safari Edge IE
50 52 9 12 10
1 -x- 3 -x-
columnRuleColor?: ColumnRuleColor | CustomValueType | (ColumnRuleColor | CustomValueType | undefined)[] | [null, ...(ColumnRuleColor | CustomValueType | undefined)[]]

The column-rule-color CSS property sets the color of the line drawn between columns in a multi-column layout.

Syntax: <color>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
50 52 9 12 10
1 -x- 3 -x-
columnRuleStyle?: ColumnRuleStyle | CustomValueType | (ColumnRuleStyle | CustomValueType | undefined)[] | [null, ...(ColumnRuleStyle | CustomValueType | undefined)[]]

The column-rule-style CSS property sets the style of the line drawn between columns in a multi-column layout.

Syntax: <'border-style'>

Initial value: none

Chrome Firefox Safari Edge IE
50 52 9 12 10
1 -x- 3 -x-
columnRuleWidth?: ColumnRuleWidth<string | number> | CustomValueType | (ColumnRuleWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnRuleWidth<string | number> | CustomValueType | undefined)[]]

The column-rule-width CSS property sets the width of the line drawn between columns in a multi-column layout.

Syntax: <'border-width'>

Initial value: medium

Chrome Firefox Safari Edge IE
50 52 9 12 10
1 -x- 3 -x-
columnSpan?: ColumnSpan | CustomValueType | (ColumnSpan | CustomValueType | undefined)[] | [null, ...(ColumnSpan | CustomValueType | undefined)[]]

The column-span CSS property makes it possible for an element to span across all columns when its value is set to all.

Syntax: none | all

Initial value: none

Chrome Firefox Safari Edge IE
50 71 9 12 10
6 -x- 5.1 -x-
columnWidth?: ColumnWidth<string | number> | CustomValueType | (ColumnWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ColumnWidth<string | number> | CustomValueType | undefined)[]]

The column-width CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit without any of them having a width less than the column-width value. If the width of the container is narrower than the specified value, the single column's width will be smaller than the declared column width.

Syntax: <length> | auto

Initial value: auto

Chrome Firefox Safari Edge IE
50 50 9 12 10
1 -x- 3 -x-
columns?: Columns<string | number> | CustomValueType | (Columns<string | number> | CustomValueType | undefined)[] | [null, ...(Columns<string | number> | CustomValueType | undefined)[]]

The columns CSS shorthand property sets the number of columns to use when drawing an element's contents, as well as those columns' widths.

Syntax: <'column-width'> || <'column-count'>

Chrome Firefox Safari Edge IE
50 52 9 12 10
3 -x-
contain?: Contain | CustomValueType | (Contain | CustomValueType | undefined)[] | [null, ...(Contain | CustomValueType | undefined)[]]

The contain CSS property indicates that an element and its contents are, as much as possible, independent from the rest of the document tree. Containment enables isolating a subsection of the DOM, providing performance benefits by limiting calculations of layout, style, paint, size, or any combination to a DOM subtree rather than the entire page. Containment can also be used to scope CSS counters and quotes.

Syntax: none | strict | content | [ [ size || inline-size ] || layout || style || paint ]

Initial value: none

Chrome Firefox Safari Edge IE
52 69 15.4 n/a No
containIntrinsicBlockSize?: ContainIntrinsicBlockSize<string | number> | CustomValueType | (ContainIntrinsicBlockSize<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicBlockSize<string | number> | CustomValueType | undefined)[]]

The contain-intrinsic-block-size CSS logical property defines the block size of an element that a browser can use for layout when the element is subject to size containment.

Syntax: auto? [ none | <length> ]

Initial value: none

Chrome Firefox Safari Edge IE
95 107 17 n/a No
containIntrinsicHeight?: ContainIntrinsicHeight<string | number> | CustomValueType | (ContainIntrinsicHeight<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicHeight<string | number> | CustomValueType | undefined)[]]

The contain-intrinsic-length CSS property sets the height of an element that a browser can use for layout when the element is subject to size containment.

Syntax: auto? [ none | <length> ]

Initial value: none

Chrome Firefox Safari Edge IE
95 107 17 n/a No
containIntrinsicInlineSize?: ContainIntrinsicInlineSize<string | number> | CustomValueType | (ContainIntrinsicInlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicInlineSize<string | number> | CustomValueType | undefined)[]]

The contain-intrinsic-inline-size CSS logical property defines the inline-size of an element that a browser can use for layout when the element is subject to size containment.

Syntax: auto? [ none | <length> ]

Initial value: none

Chrome Firefox Safari Edge IE
95 107 17 n/a No
containIntrinsicSize?: ContainIntrinsicSize<string | number> | CustomValueType | (ContainIntrinsicSize<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicSize<string | number> | CustomValueType | undefined)[]]

The contain-intrinsic-size CSS shorthand property sets the size of an element that a browser will use for layout when the element is subject to size containment.

Syntax: [ auto? [ none | <length> ] ]{1,2}

Chrome Firefox Safari Edge IE
83 107 17 n/a No
containIntrinsicWidth?: ContainIntrinsicWidth<string | number> | CustomValueType | (ContainIntrinsicWidth<string | number> | CustomValueType | undefined)[] | [null, ...(ContainIntrinsicWidth<string | number> | CustomValueType | undefined)[]]

The contain-intrinsic-width CSS property sets the width of an element that a browser will use for layout when the element is subject to size containment.

Syntax: auto? [ none | <length> ]

Initial value: none

Chrome Firefox Safari Edge IE
95 107 17 n/a No
container?: Container | CustomValueType | (Container | CustomValueType | undefined)[] | [null, ...(Container | CustomValueType | undefined)[]]

The container shorthand CSS property establishes the element as a query container and specifies the name or name for the containment context used in a container query.

Syntax: <'container-name'> [ / <'container-type'> ]?

Chrome Firefox Safari Edge IE
105 110 16 n/a No
containerName?: ContainerName | CustomValueType | (ContainerName | CustomValueType | undefined)[] | [null, ...(ContainerName | CustomValueType | undefined)[]]

The container-name CSS property specifies a list of query container names used by the

Container

at-rule in a container query. A container query will apply styles to elements based on the size of the nearest ancestor with a containment context. When a containment context is given a name, it can be specifically targeted using the @container at-rule instead of the nearest ancestor with containment.

Syntax: none | <custom-ident>+

Initial value: none

Chrome Firefox Safari Edge IE
105 110 16 n/a No

See

https://developer.mozilla.org/docs/Web/CSS/container-name

containerType?: ContainerType | CustomValueType | (ContainerType | CustomValueType | undefined)[] | [null, ...(ContainerType | CustomValueType | undefined)[]]

The container-type CSS property is used to define the type of containment used in a container query.

Syntax: normal | size | inline-size

Initial value: normal

Chrome Firefox Safari Edge IE
105 110 16 n/a No
content?: Content | CustomValueType | (Content | CustomValueType | undefined)[] | [null, ...(Content | CustomValueType | undefined)[]]

The content CSS property replaces an element with a generated value. Objects inserted using the content property are anonymous replaced elements.

Syntax: normal | none | [ <content-replacement> | <content-list> ] [/ [ <string> | <counter> ]+ ]?

Initial value: normal

Chrome Firefox Safari Edge IE
1 1 1 12 8
contentScriptType?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
contentStyleType?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
contentVisibility?: ContentVisibility | CustomValueType | (ContentVisibility | CustomValueType | undefined)[] | [null, ...(ContentVisibility | CustomValueType | undefined)[]]

The content-visibility CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. It enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.

Syntax: visible | auto | hidden

Initial value: visible

Chrome Firefox Safari Edge IE
85 preview No n/a No
counterIncrement?: CounterIncrement | CustomValueType | (CounterIncrement | CustomValueType | undefined)[] | [null, ...(CounterIncrement | CustomValueType | undefined)[]]

The counter-increment CSS property increases or decreases the value of a CSS counter by a given value.

Syntax: [ <counter-name> <integer>? ]+ | none

Initial value: none

Chrome Firefox Safari Edge IE
2 1 3 12 8
counterReset?: CounterReset | CustomValueType | (CounterReset | CustomValueType | undefined)[] | [null, ...(CounterReset | CustomValueType | undefined)[]]

The counter-reset CSS property resets a CSS counter to a given value. This property will create a new counter or reversed counter with the given name on the specified element.

Syntax: [ <counter-name> <integer>? | <reversed-counter-name> <integer>? ]+ | none

Initial value: none

Chrome Firefox Safari Edge IE
2 1 3 12 8
counterSet?: CounterSet | CustomValueType | (CounterSet | CustomValueType | undefined)[] | [null, ...(CounterSet | CustomValueType | undefined)[]]

The counter-set CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element.

Syntax: [ <counter-name> <integer>? ]+ | none

Initial value: none

Chrome Firefox Safari Edge IE
85 68 17.2 n/a No
crossOrigin?: CrossOrigin | CustomValueType | (CrossOrigin | CustomValueType)[] | [null, ...(CrossOrigin | CustomValueType)[]]
cursor?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The cursor CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.

Syntax: [ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1.2 12 4
cx?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
cy?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
d?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
dangerouslySetInnerHTML?: {
    __html: string | TrustedHTML;
} | CustomValueType | (undefined | {
    __html: string | TrustedHTML;
} | CustomValueType)[] | [null, ...(undefined | {
    __html: string | TrustedHTML;
} | CustomValueType)[]]

Type declaration

  • __html: string | TrustedHTML
decelerate?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
descent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
diffuseConstant?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
direction?: "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | CustomValueType | (undefined | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | CustomValueType)[] | [null, ...(undefined | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | CustomValueType)[]]

The direction CSS property sets the direction of text, table columns, and horizontal overflow. Use rtl for languages written from right to left (like Hebrew or Arabic), and ltr for those written from left to right (like English and most other languages).

Syntax: ltr | rtl

Initial value: ltr

Chrome Firefox Safari Edge IE
2 1 1 12 5.5
display?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The display CSS property sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.

Syntax: [ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>

Initial value: inline

Chrome Firefox Safari Edge IE
1 1 1 12 4
divisor?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
dominantBaseline?: "auto" | "initial" | "inherit" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "no-change" | "reset-size" | "use-script" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "no-change" | "reset-size" | "use-script" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "no-change" | "reset-size" | "use-script" | CustomValueType)[]]
dur?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
dx?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
dy?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
edgeMode?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
elevation?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
emptyCells?: EmptyCells | CustomValueType | (EmptyCells | CustomValueType | undefined)[] | [null, ...(EmptyCells | CustomValueType | undefined)[]]

The empty-cells CSS property sets whether borders and backgrounds appear around <table> cells that have no visible content.

Syntax: show | hide

Initial value: show

Chrome Firefox Safari Edge IE
1 1 1.2 12 8
enableBackground?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
end?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
exponent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
externalResourcesRequired?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]
fill?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
fillOpacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
fillRule?: "inherit" | "nonzero" | "evenodd" | CustomValueType | (undefined | "inherit" | "nonzero" | "evenodd" | CustomValueType)[] | [null, ...(undefined | "inherit" | "nonzero" | "evenodd" | CustomValueType)[]]
filter?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The filter CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders.

Syntax: none | <filter-function-list>

Initial value: none

Chrome Firefox Safari Edge IE
53 35 9.1 12 No
18 -x- 6 -x-
filterRes?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
filterUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
flex?: Flex<string | number> | CustomValueType | (Flex<string | number> | CustomValueType | undefined)[] | [null, ...(Flex<string | number> | CustomValueType | undefined)[]]

The flex CSS shorthand property sets how a flex item will grow or shrink to fit the space available in its flex container.

Syntax: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]

Chrome Firefox Safari Edge IE
29 20 9 12 11
21 -x- 7 -x- 10 -x-
flexBasis?: FlexBasis<string | number> | CustomValueType | (FlexBasis<string | number> | CustomValueType | undefined)[] | [null, ...(FlexBasis<string | number> | CustomValueType | undefined)[]]

The flex-basis CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with box-sizing.

Syntax: content | <'width'>

Initial value: auto

Chrome Firefox Safari Edge IE
29 22 9 12 11
22 -x- 7 -x-
flexDirection?: FlexDirection | CustomValueType | (FlexDirection | CustomValueType | undefined)[] | [null, ...(FlexDirection | CustomValueType | undefined)[]]

The flex-direction CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).

Syntax: row | row-reverse | column | column-reverse

Initial value: row

Chrome Firefox Safari Edge IE
29 81 9 12 11
21 -x- 49 -x- 7 -x- 10 -x-
flexFlow?: FlexFlow | CustomValueType | (FlexFlow | CustomValueType | undefined)[] | [null, ...(FlexFlow | CustomValueType | undefined)[]]

The flex-flow CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.

Syntax: <'flex-direction'> || <'flex-wrap'>

Chrome Firefox Safari Edge IE
29 28 9 12 11
21 -x- 7 -x-
flexGrow?: FlexGrow | CustomValueType | (FlexGrow | CustomValueType | undefined)[] | [null, ...(FlexGrow | CustomValueType | undefined)[]]

The flex-grow CSS property sets the flex grow factor of a flex item's main size.

Syntax: <number>

Initial value: 0

Chrome Firefox Safari Edge IE
29 20 9 12 11
22 -x- 7 -x- 10 (-ms-flex-positive)
flexShrink?: FlexShrink | CustomValueType | (FlexShrink | CustomValueType | undefined)[] | [null, ...(FlexShrink | CustomValueType | undefined)[]]

The flex-shrink CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to flex-shrink.

Syntax: <number>

Initial value: 1

Chrome Firefox Safari Edge IE
29 20 9 12 10
22 -x- 8 -x-
flexWrap?: FlexWrap | CustomValueType | (FlexWrap | CustomValueType | undefined)[] | [null, ...(FlexWrap | CustomValueType | undefined)[]]

The flex-wrap CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.

Syntax: nowrap | wrap | wrap-reverse

Initial value: nowrap

Chrome Firefox Safari Edge IE
29 28 9 12 11
21 -x- 7 -x-
float?: Float | CustomValueType | (Float | CustomValueType | undefined)[] | [null, ...(Float | CustomValueType | undefined)[]]

The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it. The element is removed from the normal flow of the page, though still remaining a part of the flow (in contrast to absolute positioning).

Syntax: left | right | none | inline-start | inline-end

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 4
floodColor?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
floodOpacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
focusable?: "auto" | Booleanish | CustomValueType | ("auto" | Booleanish | CustomValueType | undefined)[] | [null, ...("auto" | Booleanish | CustomValueType | undefined)[]]
font?: Font | CustomValueType | (Font | CustomValueType | undefined)[] | [null, ...(Font | CustomValueType | undefined)[]]

The font CSS shorthand property sets all the different properties of an element's font. Alternatively, it sets an element's font to a system font.

Syntax: [ [ <'font-style'> || <font-variant-css21> || <'font-weight'> || <'font-stretch'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar

Chrome Firefox Safari Edge IE
1 1 1 12 3
fontFamily?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The font-family CSS property specifies a prioritized list of one or more font family names and/or generic family names for the selected element.

Syntax: [ <family-name> | <generic-family> ]#

Initial value: depends on user agent

Chrome Firefox Safari Edge IE
1 1 1 12 3
fontFeatureSettings?: FontFeatureSettings | CustomValueType | (FontFeatureSettings | CustomValueType | undefined)[] | [null, ...(FontFeatureSettings | CustomValueType | undefined)[]]

The font-feature-settings CSS property controls advanced typographic features in OpenType fonts.

Syntax: normal | <feature-tag-value>#

Initial value: normal

Chrome Firefox Safari Edge IE
48 34 9.1 15 10
16 -x- 15 -x-
fontKerning?: FontKerning | CustomValueType | (FontKerning | CustomValueType | undefined)[] | [null, ...(FontKerning | CustomValueType | undefined)[]]

The font-kerning CSS property sets the use of the kerning information stored in a font.

Syntax: auto | normal | none

Initial value: auto

Chrome Firefox Safari Edge IE
33 32 9 n/a No
6 -x-
fontLanguageOverride?: FontLanguageOverride | CustomValueType | (FontLanguageOverride | CustomValueType | undefined)[] | [null, ...(FontLanguageOverride | CustomValueType | undefined)[]]

The font-language-override CSS property controls the use of language-specific glyphs in a typeface.

Syntax: normal | <string>

Initial value: normal

Chrome Firefox Safari Edge IE
No 34 No n/a No
4 -x-
fontOpticalSizing?: FontOpticalSizing | CustomValueType | (FontOpticalSizing | CustomValueType | undefined)[] | [null, ...(FontOpticalSizing | CustomValueType | undefined)[]]

The font-optical-sizing CSS property sets whether text rendering is optimized for viewing at different sizes.

Syntax: auto | none

Initial value: auto

Chrome Firefox Safari Edge IE
79 62 11 17 No
fontPalette?: FontPalette | CustomValueType | (FontPalette | CustomValueType | undefined)[] | [null, ...(FontPalette | CustomValueType | undefined)[]]

Syntax: normal | light | dark | <palette-identifier>

Initial value: normal

Chrome Firefox Safari Edge IE
101 107 15.4 n/a No
fontSize?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The font-size CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative <length> units, such as em, ex, and so forth.

Syntax: <absolute-size> | <relative-size> | <length-percentage>

Initial value: medium

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
fontSizeAdjust?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The font-size-adjust CSS property sets the size of lower-case letters relative to the current font size (which defines the size of upper-case letters).

Syntax: none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]

Initial value: none

Chrome Firefox Safari Edge IE
No 3 16.4 n/a No
fontSmooth?: FontSmooth<string | number> | CustomValueType | (FontSmooth<string | number> | CustomValueType | undefined)[] | [null, ...(FontSmooth<string | number> | CustomValueType | undefined)[]]

The font-smooth CSS property controls the application of anti-aliasing when fonts are rendered.

Syntax: auto | never | always | <absolute-size> | <length>

Initial value: auto

Chrome Firefox Safari Edge IE
5 (-webkit-font-smoothing) 25 (-moz-osx-font-smoothing) 4 (-webkit-font-smoothing) n/a No
fontStretch?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The font-stretch CSS property selects a normal, condensed, or expanded face from a font.

Syntax: <font-stretch-absolute>

Initial value: normal

Chrome Firefox Safari Edge IE
60 9 11 12 9
fontStyle?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The font-style CSS property sets whether a font should be styled with a normal, italic, or oblique face from its font-family.

Syntax: normal | italic | oblique <angle>?

Initial value: normal

Chrome Firefox Safari Edge IE
1 1 1 12 4
fontSynthesis?: FontSynthesis | CustomValueType | (FontSynthesis | CustomValueType | undefined)[] | [null, ...(FontSynthesis | CustomValueType | undefined)[]]

The font-synthesis CSS property controls which missing typefaces, bold, italic, or small-caps, may be synthesized by the browser.

Syntax: none | [ weight || style || small-caps || position]

Initial value: weight style small-caps position

Chrome Firefox Safari Edge IE
97 34 9 n/a No
fontSynthesisPosition?: FontSynthesisPosition | CustomValueType | (FontSynthesisPosition | CustomValueType | undefined)[] | [null, ...(FontSynthesisPosition | CustomValueType | undefined)[]]

The font-synthesis-position CSS property lets you specify whether or not a browser may synthesize the subscript and superscript "position" typefaces when they are missing in a font family, while using font-variant-position to set the positions.

Syntax: auto | none

Initial value: none

Chrome Firefox Safari Edge IE
No 118 No n/a No
fontSynthesisSmallCaps?: FontSynthesisSmallCaps | CustomValueType | (FontSynthesisSmallCaps | CustomValueType | undefined)[] | [null, ...(FontSynthesisSmallCaps | CustomValueType | undefined)[]]

The font-synthesis-small-caps CSS property lets you specify whether or not the browser may synthesize small-caps typeface when it is missing in a font family. Small-caps glyphs typically use the form of uppercase letters but are reduced to the size of lowercase letters.

Syntax: auto | none

Initial value: auto

Chrome Firefox Safari Edge IE
97 111 16.4 n/a No
fontSynthesisStyle?: FontSynthesisStyle | CustomValueType | (FontSynthesisStyle | CustomValueType | undefined)[] | [null, ...(FontSynthesisStyle | CustomValueType | undefined)[]]

The font-synthesis-style CSS property lets you specify whether or not the browser may synthesize the oblique typeface when it is missing in a font family.

Syntax: auto | none

Initial value: auto

Chrome Firefox Safari Edge IE
97 111 16.4 n/a No
fontSynthesisWeight?: FontSynthesisWeight | CustomValueType | (FontSynthesisWeight | CustomValueType | undefined)[] | [null, ...(FontSynthesisWeight | CustomValueType | undefined)[]]

The font-synthesis-weight CSS property lets you specify whether or not the browser may synthesize the bold typeface when it is missing in a font family.

Syntax: auto | none

Initial value: auto

Chrome Firefox Safari Edge IE
97 111 16.4 n/a No
fontVariant?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The font-variant CSS shorthand property allows you to set all the font variants for a font.

Syntax: normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]

Initial value: normal

Chrome Firefox Safari Edge IE
1 1 1 12 4
fontVariantAlternates?: FontVariantAlternates | CustomValueType | (FontVariantAlternates | CustomValueType | undefined)[] | [null, ...(FontVariantAlternates | CustomValueType | undefined)[]]

The font-variant-alternates CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in @font-feature-values.

Syntax: normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]

Initial value: normal

Chrome Firefox Safari Edge IE
111 34 9.1 n/a No
fontVariantCaps?: FontVariantCaps | CustomValueType | (FontVariantCaps | CustomValueType | undefined)[] | [null, ...(FontVariantCaps | CustomValueType | undefined)[]]

The font-variant-caps CSS property controls the use of alternate glyphs for capital letters.

Syntax: normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps

Initial value: normal

Chrome Firefox Safari Edge IE
52 34 9.1 n/a No
fontVariantEastAsian?: FontVariantEastAsian | CustomValueType | (FontVariantEastAsian | CustomValueType | undefined)[] | [null, ...(FontVariantEastAsian | CustomValueType | undefined)[]]

The font-variant-east-asian CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese.

Syntax: normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]

Initial value: normal

Chrome Firefox Safari Edge IE
63 34 9.1 n/a No
fontVariantEmoji?: FontVariantEmoji | CustomValueType | (FontVariantEmoji | CustomValueType | undefined)[] | [null, ...(FontVariantEmoji | CustomValueType | undefined)[]]

Syntax: normal | text | emoji | unicode

Initial value: normal

Chrome Firefox Safari Edge IE
No n/a No n/a No
fontVariantLigatures?: FontVariantLigatures | CustomValueType | (FontVariantLigatures | CustomValueType | undefined)[] | [null, ...(FontVariantLigatures | CustomValueType | undefined)[]]

The font-variant-ligatures CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.

Syntax: normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]

Initial value: normal

Chrome Firefox Safari Edge IE
34 34 9.1 n/a No
31 -x- 7 -x-
fontVariantNumeric?: FontVariantNumeric | CustomValueType | (FontVariantNumeric | CustomValueType | undefined)[] | [null, ...(FontVariantNumeric | CustomValueType | undefined)[]]

The font-variant-numeric CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.

Syntax: normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]

Initial value: normal

Chrome Firefox Safari Edge IE
52 34 9.1 n/a No
fontVariantPosition?: FontVariantPosition | CustomValueType | (FontVariantPosition | CustomValueType | undefined)[] | [null, ...(FontVariantPosition | CustomValueType | undefined)[]]

The font-variant-position CSS property controls the use of alternate, smaller glyphs that are positioned as superscript or subscript.

Syntax: normal | sub | super

Initial value: normal

Chrome Firefox Safari Edge IE
117 34 9.1 n/a No
fontVariationSettings?: FontVariationSettings | CustomValueType | (FontVariationSettings | CustomValueType | undefined)[] | [null, ...(FontVariationSettings | CustomValueType | undefined)[]]

The font-variation-settings CSS property provides low-level control over variable font characteristics, by specifying the four letter axis names of the characteristics you want to vary, along with their values.

Syntax: normal | [ <string> <number> ]#

Initial value: normal

Chrome Firefox Safari Edge IE
62 62 11 17 No
fontWeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The font-weight CSS property sets the weight (or boldness) of the font. The weights available depend on the font-family that is currently set.

Syntax: <font-weight-absolute> | bolder | lighter

Initial value: normal

Chrome Firefox Safari Edge IE
2 1 1 12 3
forcedColorAdjust?: ForcedColorAdjust | CustomValueType | (ForcedColorAdjust | CustomValueType | undefined)[] | [null, ...(ForcedColorAdjust | CustomValueType | undefined)[]]

The forced-color-adjust CSS property allows authors to opt certain elements out of forced colors mode. This then restores the control of those values to CSS.

Syntax: auto | none

Initial value: auto

Chrome Firefox Safari Edge IE
89 113 No 79 10 (-ms-high-contrast-adjust)
12 (-ms-high-contrast-adjust)
format?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
fr?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
from?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
fx?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
fy?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
g1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
g2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
gap?: Gap<string | number> | CustomValueType | (Gap<string | number> | CustomValueType | undefined)[] | [null, ...(Gap<string | number> | CustomValueType | undefined)[]]

The gap CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for row-gap and column-gap.

Syntax: <'row-gap'> <'column-gap'>?

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
glyphName?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
glyphOrientationHorizontal?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
glyphOrientationVertical?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
glyphRef?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
gradientTransform?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
gradientUnits?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
grid?: Grid | CustomValueType | (Grid | CustomValueType | undefined)[] | [null, ...(Grid | CustomValueType | undefined)[]]

The grid CSS property is a shorthand property that sets all of the explicit and implicit grid properties in a single declaration.

Syntax: <'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridArea?: GridArea | CustomValueType | (GridArea | CustomValueType | undefined)[] | [null, ...(GridArea | CustomValueType | undefined)[]]

The grid-area CSS shorthand property specifies a grid item's size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.

Syntax: <grid-line> [ / <grid-line> ]{0,3}

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridAutoColumns?: GridAutoColumns<string | number> | CustomValueType | (GridAutoColumns<string | number> | CustomValueType | undefined)[] | [null, ...(GridAutoColumns<string | number> | CustomValueType | undefined)[]]

The grid-auto-columns CSS property specifies the size of an implicitly-created grid column track or pattern of tracks.

Syntax: <track-size>+

Initial value: auto

Chrome Firefox Safari Edge IE
57 70 10.1 16 10 (-ms-grid-columns)
gridAutoFlow?: GridAutoFlow | CustomValueType | (GridAutoFlow | CustomValueType | undefined)[] | [null, ...(GridAutoFlow | CustomValueType | undefined)[]]

The grid-auto-flow CSS property controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.

Syntax: [ row | column ] || dense

Initial value: row

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridAutoRows?: GridAutoRows<string | number> | CustomValueType | (GridAutoRows<string | number> | CustomValueType | undefined)[] | [null, ...(GridAutoRows<string | number> | CustomValueType | undefined)[]]

The grid-auto-rows CSS property specifies the size of an implicitly-created grid row track or pattern of tracks.

Syntax: <track-size>+

Initial value: auto

Chrome Firefox Safari Edge IE
57 70 10.1 16 10 (-ms-grid-rows)
gridColumn?: GridColumn | CustomValueType | (GridColumn | CustomValueType | undefined)[] | [null, ...(GridColumn | CustomValueType | undefined)[]]

The grid-column CSS shorthand property specifies a grid item's size and location within a grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.

Syntax: <grid-line> [ / <grid-line> ]?

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridColumnEnd?: GridColumnEnd | CustomValueType | (GridColumnEnd | CustomValueType | undefined)[] | [null, ...(GridColumnEnd | CustomValueType | undefined)[]]

The grid-column-end CSS property specifies a grid item's end position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-end edge of its grid area.

Syntax: <grid-line>

Initial value: auto

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridColumnGap?: GridColumnGap<string | number> | CustomValueType | (GridColumnGap<string | number> | CustomValueType | undefined)[] | [null, ...(GridColumnGap<string | number> | CustomValueType | undefined)[]]

The column-gap CSS property sets the size of the gap (gutter) between an element's columns.

Syntax: <length-percentage>

Initial value: 0

Deprecated

gridColumnStart?: GridColumnStart | CustomValueType | (GridColumnStart | CustomValueType | undefined)[] | [null, ...(GridColumnStart | CustomValueType | undefined)[]]

The grid-column-start CSS property specifies a grid item's start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement. This start position defines the block-start edge of the grid area.

Syntax: <grid-line>

Initial value: auto

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridGap?: GridGap<string | number> | CustomValueType | (GridGap<string | number> | CustomValueType | undefined)[] | [null, ...(GridGap<string | number> | CustomValueType | undefined)[]]

The gap CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for row-gap and column-gap.

Syntax: <'grid-row-gap'> <'grid-column-gap'>?

Deprecated

gridRow?: GridRow | CustomValueType | (GridRow | CustomValueType | undefined)[] | [null, ...(GridRow | CustomValueType | undefined)[]]

The grid-row CSS shorthand property specifies a grid item's size and location within a grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.

Syntax: <grid-line> [ / <grid-line> ]?

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridRowEnd?: GridRowEnd | CustomValueType | (GridRowEnd | CustomValueType | undefined)[] | [null, ...(GridRowEnd | CustomValueType | undefined)[]]

The grid-row-end CSS property specifies a grid item's end position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-end edge of its grid area.

Syntax: <grid-line>

Initial value: auto

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridRowGap?: GridRowGap<string | number> | CustomValueType | (GridRowGap<string | number> | CustomValueType | undefined)[] | [null, ...(GridRowGap<string | number> | CustomValueType | undefined)[]]

The row-gap CSS property sets the size of the gap (gutter) between an element's rows.

Syntax: <length-percentage>

Initial value: 0

Deprecated

gridRowStart?: GridRowStart | CustomValueType | (GridRowStart | CustomValueType | undefined)[] | [null, ...(GridRowStart | CustomValueType | undefined)[]]

The grid-row-start CSS property specifies a grid item's start position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start edge of its grid area.

Syntax: <grid-line>

Initial value: auto

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridTemplate?: GridTemplate | CustomValueType | (GridTemplate | CustomValueType | undefined)[] | [null, ...(GridTemplate | CustomValueType | undefined)[]]

The grid-template CSS property is a shorthand property for defining grid columns, grid rows, and grid areas.

Syntax: none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridTemplateAreas?: GridTemplateAreas | CustomValueType | (GridTemplateAreas | CustomValueType | undefined)[] | [null, ...(GridTemplateAreas | CustomValueType | undefined)[]]

The grid-template-areas CSS property specifies named grid areas, establishing the cells in the grid and assigning them names.

Syntax: none | <string>+

Initial value: none

Chrome Firefox Safari Edge IE
57 52 10.1 16 No
gridTemplateColumns?: GridTemplateColumns<string | number> | CustomValueType | (GridTemplateColumns<string | number> | CustomValueType | undefined)[] | [null, ...(GridTemplateColumns<string | number> | CustomValueType | undefined)[]]

The grid-template-columns CSS property defines the line names and track sizing functions of the grid columns.

Syntax: none | <track-list> | <auto-track-list> | subgrid <line-name-list>?

Initial value: none

Chrome Firefox Safari Edge IE
57 52 10.1 16 10 (-ms-grid-columns)
gridTemplateRows?: GridTemplateRows<string | number> | CustomValueType | (GridTemplateRows<string | number> | CustomValueType | undefined)[] | [null, ...(GridTemplateRows<string | number> | CustomValueType | undefined)[]]

The grid-template-rows CSS property defines the line names and track sizing functions of the grid rows.

Syntax: none | <track-list> | <auto-track-list> | subgrid <line-name-list>?

Initial value: none

Chrome Firefox Safari Edge IE
57 52 10.1 16 10 (-ms-grid-rows)
hanging?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
hangingPunctuation?: HangingPunctuation | CustomValueType | (HangingPunctuation | CustomValueType | undefined)[] | [null, ...(HangingPunctuation | CustomValueType | undefined)[]]

The hanging-punctuation CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box.

Syntax: none | [ first || [ force-end | allow-end ] || last ]

Initial value: none

Chrome Firefox Safari Edge IE
No No 10 n/a No
height?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The height CSS property specifies the height of an element. By default, the property defines the height of the content area. If box-sizing is set to border-box, however, it instead determines the height of the border area.

Syntax: auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1 12 4
horizAdvX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
horizOriginX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
href?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
hyphenateCharacter?: HyphenateCharacter | CustomValueType | (HyphenateCharacter | CustomValueType | undefined)[] | [null, ...(HyphenateCharacter | CustomValueType | undefined)[]]

The hyphenate-character CSS property sets the character (or string) used at the end of a line before a hyphenation break.

Syntax: auto | <string>

Initial value: auto

Chrome Firefox Safari Edge IE
106 98 17 n/a No
6 -x- 5.1 -x-
hyphenateLimitChars?: HyphenateLimitChars | CustomValueType | (HyphenateLimitChars | CustomValueType | undefined)[] | [null, ...(HyphenateLimitChars | CustomValueType | undefined)[]]

The hyphenate-limit-chars CSS property specifies the minimum word length to allow hyphenation of words as well as the the minimum number of characters before and after the hyphen.

Syntax: [ auto | <integer> ]{1,3}

Initial value: auto

Chrome Firefox Safari Edge IE
109 No No n/a No
hyphens?: Hyphens | CustomValueType | (Hyphens | CustomValueType | undefined)[] | [null, ...(Hyphens | CustomValueType | undefined)[]]

The hyphens CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.

Syntax: none | manual | auto

Initial value: manual

Chrome Firefox Safari Edge IE
55 43 17 79 10 -x-
13 -x- 6 -x- 5.1 -x-
id?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
ideographic?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
image?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
imageOrientation?: ImageOrientation | CustomValueType | (ImageOrientation | CustomValueType | undefined)[] | [null, ...(ImageOrientation | CustomValueType | undefined)[]]

The image-orientation CSS property specifies a layout-independent correction to the orientation of an image.

Syntax: from-image | <angle> | [ <angle>? flip ]

Initial value: from-image

Chrome Firefox Safari Edge IE
81 26 13.1 n/a No
imageRendering?: "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | CustomValueType)[]]

The image-rendering CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other properties, and to its descendants.

Syntax: auto | crisp-edges | pixelated

Initial value: auto

Chrome Firefox Safari Edge IE
13 3.6 6 n/a No
imageResolution?: ImageResolution | CustomValueType | (ImageResolution | CustomValueType | undefined)[] | [null, ...(ImageResolution | CustomValueType | undefined)[]]

Syntax: [ from-image || <resolution> ] && snap?

Initial value: 1dppx

imeMode?: ImeMode | CustomValueType | (ImeMode | CustomValueType | undefined)[] | [null, ...(ImeMode | CustomValueType | undefined)[]]

The ime-mode CSS property controls the state of the input method editor (IME) for text fields. This property is obsolete.

Syntax: auto | normal | active | inactive | disabled

Initial value: auto

Deprecated

in?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
in2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
initialLetter?: InitialLetter | CustomValueType | (InitialLetter | CustomValueType | undefined)[] | [null, ...(InitialLetter | CustomValueType | undefined)[]]

The initial-letter CSS property sets styling for dropped, raised, and sunken initial letters.

Syntax: normal | [ <number> <integer>? ]

Initial value: normal

Chrome Firefox Safari Edge IE
110 No 9 -x- n/a No
inlineSize?: InlineSize<string | number> | CustomValueType | (InlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(InlineSize<string | number> | CustomValueType | undefined)[]]

The inline-size CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the width or the height property, depending on the value of writing-mode.

Syntax: <'width'>

Initial value: auto

Chrome Firefox Safari Edge IE
57 41 12.1 n/a No
inputSecurity?: InputSecurity | CustomValueType | (InputSecurity | CustomValueType | undefined)[] | [null, ...(InputSecurity | CustomValueType | undefined)[]]

Syntax: auto | none

Initial value: auto

inset?: Inset<string | number> | CustomValueType | (Inset<string | number> | CustomValueType | undefined)[] | [null, ...(Inset<string | number> | CustomValueType | undefined)[]]

The inset CSS property is a shorthand that corresponds to the top, right, bottom, and/or left properties. It has the same multi-value syntax of the margin shorthand.

Syntax: <'top'>{1,4}

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
insetBlock?: InsetBlock<string | number> | CustomValueType | (InsetBlock<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlock<string | number> | CustomValueType | undefined)[]]

The inset-block CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>{1,2}

Chrome Firefox Safari Edge IE
87 63 14.1 n/a No
insetBlockEnd?: InsetBlockEnd<string | number> | CustomValueType | (InsetBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlockEnd<string | number> | CustomValueType | undefined)[]]

The inset-block-end CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>

Initial value: auto

Chrome Firefox Safari Edge IE
87 63 14.1 n/a No
insetBlockStart?: InsetBlockStart<string | number> | CustomValueType | (InsetBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlockStart<string | number> | CustomValueType | undefined)[]]

The inset-block-start CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>

Initial value: auto

Chrome Firefox Safari Edge IE
87 63 14.1 n/a No
insetInline?: InsetInline<string | number> | CustomValueType | (InsetInline<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInline<string | number> | CustomValueType | undefined)[]]

The inset-inline CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>{1,2}

Chrome Firefox Safari Edge IE
87 63 14.1 n/a No
insetInlineEnd?: InsetInlineEnd<string | number> | CustomValueType | (InsetInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInlineEnd<string | number> | CustomValueType | undefined)[]]

The inset-inline-end CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>

Initial value: auto

Chrome Firefox Safari Edge IE
87 63 14.1 n/a No
insetInlineStart?: InsetInlineStart<string | number> | CustomValueType | (InsetInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInlineStart<string | number> | CustomValueType | undefined)[]]

The inset-inline-start CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>

Initial value: auto

Chrome Firefox Safari Edge IE
87 63 14.1 n/a No
intercept?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
isolation?: Isolation | CustomValueType | (Isolation | CustomValueType | undefined)[] | [null, ...(Isolation | CustomValueType | undefined)[]]

The isolation CSS property determines whether an element must create a new stacking context.

Syntax: auto | isolate

Initial value: auto

Chrome Firefox Safari Edge IE
41 36 8 n/a No
justifyContent?: JustifyContent | CustomValueType | (JustifyContent | CustomValueType | undefined)[] | [null, ...(JustifyContent | CustomValueType | undefined)[]]

The CSS justify-content property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.

Syntax: normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]

Initial value: normal

Chrome Firefox Safari Edge IE
29 20 9 12 11
21 -x- 7 -x-
justifyItems?: JustifyItems | CustomValueType | (JustifyItems | CustomValueType | undefined)[] | [null, ...(JustifyItems | CustomValueType | undefined)[]]

The CSS justify-items property defines the default justify-self for all items of the box, giving them all a default way of justifying each box along the appropriate axis.

Syntax: normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]

Initial value: legacy

Chrome Firefox Safari Edge IE
52 20 9 12 11
justifySelf?: JustifySelf | CustomValueType | (JustifySelf | CustomValueType | undefined)[] | [null, ...(JustifySelf | CustomValueType | undefined)[]]

The CSS justify-self property sets the way a box is justified inside its alignment container along the appropriate axis.

Syntax: auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]

Initial value: auto

Chrome Firefox Safari Edge IE
57 45 10.1 16 10
justifyTracks?: JustifyTracks | CustomValueType | (JustifyTracks | CustomValueType | undefined)[] | [null, ...(JustifyTracks | CustomValueType | undefined)[]]

The justify-tracks CSS property sets the alignment in the masonry axis for grid containers that have masonry in their inline axis.

Syntax: [ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#

Initial value: normal

Chrome Firefox Safari Edge IE
No n/a No n/a No
k?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
k1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
k2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
k3?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
k4?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
kernelMatrix?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
kernelUnitLength?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
kerning?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
keyPoints?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
keySplines?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
keyTimes?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
lang?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
left?: Left<string | number> | CustomValueType | (Left<string | number> | CustomValueType | undefined)[] | [null, ...(Left<string | number> | CustomValueType | undefined)[]]

The left CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.

Syntax: <length> | <percentage> | auto

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
lengthAdjust?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
letterSpacing?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther apart, while negative values of letter-spacing bring characters closer together.

Syntax: normal | <length>

Initial value: normal

Chrome Firefox Safari Edge IE
1 1 1 12 4
lightingColor?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
limitingConeAngle?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
lineBreak?: LineBreak | CustomValueType | (LineBreak | CustomValueType | undefined)[] | [null, ...(LineBreak | CustomValueType | undefined)[]]

The line-break CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.

Syntax: auto | loose | normal | strict | anywhere

Initial value: auto

Chrome Firefox Safari Edge IE
58 69 11 14 5.5
1 -x- 3 -x-
lineClamp?: LineClamp | CustomValueType | (LineClamp | CustomValueType | undefined)[] | [null, ...(LineClamp | CustomValueType | undefined)[]]

Syntax: none | <integer>

Initial value: none

lineHeight?: LineHeight<string | number> | CustomValueType | (LineHeight<string | number> | CustomValueType | undefined)[] | [null, ...(LineHeight<string | number> | CustomValueType | undefined)[]]

The line-height CSS property sets the height of a line box. It's commonly used to set the distance between lines of text. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height.

Syntax: normal | <number> | <length> | <percentage>

Initial value: normal

Chrome Firefox Safari Edge IE
1 1 1 12 4
lineHeightStep?: LineHeightStep<string | number> | CustomValueType | (LineHeightStep<string | number> | CustomValueType | undefined)[] | [null, ...(LineHeightStep<string | number> | CustomValueType | undefined)[]]

The line-height-step CSS property sets the step unit for line box heights. When the property is set, line box heights are rounded up to the closest multiple of the unit.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
n/a No No n/a No
listStyle?: ListStyle | CustomValueType | (ListStyle | CustomValueType | undefined)[] | [null, ...(ListStyle | CustomValueType | undefined)[]]

The list-style CSS shorthand property allows you to set all the list style properties at once.

Syntax: <'list-style-type'> || <'list-style-position'> || <'list-style-image'>

Chrome Firefox Safari Edge IE
1 1 1 12 4
listStyleImage?: ListStyleImage | CustomValueType | (ListStyleImage | CustomValueType | undefined)[] | [null, ...(ListStyleImage | CustomValueType | undefined)[]]

The list-style-image CSS property sets an image to be used as the list item marker.

Syntax: <image> | none

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 4
listStylePosition?: ListStylePosition | CustomValueType | (ListStylePosition | CustomValueType | undefined)[] | [null, ...(ListStylePosition | CustomValueType | undefined)[]]

The list-style-position CSS property sets the position of the ::marker relative to a list item.

Syntax: inside | outside

Initial value: outside

Chrome Firefox Safari Edge IE
1 1 1 12 4
listStyleType?: ListStyleType | CustomValueType | (ListStyleType | CustomValueType | undefined)[] | [null, ...(ListStyleType | CustomValueType | undefined)[]]

The list-style-type CSS property sets the marker (such as a disc, character, or custom counter style) of a list item element.

Syntax: <counter-style> | <string> | none

Initial value: disc

Chrome Firefox Safari Edge IE
1 1 1 12 4
local?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
margin?: Margin<string | number> | CustomValueType | (Margin<string | number> | CustomValueType | undefined)[] | [null, ...(Margin<string | number> | CustomValueType | undefined)[]]

The margin CSS shorthand property sets the margin area on all four sides of an element.

Syntax: [ <length> | <percentage> | auto ]{1,4}

Chrome Firefox Safari Edge IE
1 1 1 12 3
marginBlock?: MarginBlock<string | number> | CustomValueType | (MarginBlock<string | number> | CustomValueType | undefined)[] | [null, ...(MarginBlock<string | number> | CustomValueType | undefined)[]]

The margin-block CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.

Syntax: <'margin-left'>{1,2}

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
marginBlockEnd?: MarginBlockEnd<string | number> | CustomValueType | (MarginBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(MarginBlockEnd<string | number> | CustomValueType | undefined)[]]

The margin-block-end CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.

Syntax: <'margin-left'>

Initial value: 0

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
marginBlockStart?: MarginBlockStart<string | number> | CustomValueType | (MarginBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(MarginBlockStart<string | number> | CustomValueType | undefined)[]]

The margin-block-start CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.

Syntax: <'margin-left'>

Initial value: 0

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
marginBottom?: MarginBottom<string | number> | CustomValueType | (MarginBottom<string | number> | CustomValueType | undefined)[] | [null, ...(MarginBottom<string | number> | CustomValueType | undefined)[]]

The margin-bottom CSS property sets the margin area on the bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer.

Syntax: <length> | <percentage> | auto

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 3
marginInline?: MarginInline<string | number> | CustomValueType | (MarginInline<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInline<string | number> | CustomValueType | undefined)[]]

The margin-inline CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.

Syntax: <'margin-left'>{1,2}

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
marginInlineEnd?: MarginInlineEnd<string | number> | CustomValueType | (MarginInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineEnd<string | number> | CustomValueType | undefined)[]]

The margin-inline-end CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the margin-top, margin-right, margin-bottom or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'margin-left'>

Initial value: 0

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
2 (-webkit-margin-end) 3 (-moz-margin-end) 3 (-webkit-margin-end)
marginInlineStart?: MarginInlineStart<string | number> | CustomValueType | (MarginInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(MarginInlineStart<string | number> | CustomValueType | undefined)[]]

The margin-inline-start CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the margin-top, margin-right, margin-bottom, or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'margin-left'>

Initial value: 0

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
2 (-webkit-margin-start) 3 (-moz-margin-start) 3 (-webkit-margin-start)
marginLeft?: MarginLeft<string | number> | CustomValueType | (MarginLeft<string | number> | CustomValueType | undefined)[] | [null, ...(MarginLeft<string | number> | CustomValueType | undefined)[]]

The margin-left CSS property sets the margin area on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.

Syntax: <length> | <percentage> | auto

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 3
marginRight?: MarginRight<string | number> | CustomValueType | (MarginRight<string | number> | CustomValueType | undefined)[] | [null, ...(MarginRight<string | number> | CustomValueType | undefined)[]]

The margin-right CSS property sets the margin area on the right side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.

Syntax: <length> | <percentage> | auto

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 3
marginTop?: MarginTop<string | number> | CustomValueType | (MarginTop<string | number> | CustomValueType | undefined)[] | [null, ...(MarginTop<string | number> | CustomValueType | undefined)[]]

The margin-top CSS property sets the margin area on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.

Syntax: <length> | <percentage> | auto

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 3
marginTrim?: MarginTrim | CustomValueType | (MarginTrim | CustomValueType | undefined)[] | [null, ...(MarginTrim | CustomValueType | undefined)[]]

The margin-trim property allows the container to trim the margins of its children where they adjoin the container's edges.

Syntax: none | in-flow | all

Initial value: none

Chrome Firefox Safari Edge IE
No No 16.4 n/a No
marker?: Marker | CustomValueType | (Marker | CustomValueType | undefined)[] | [null, ...(Marker | CustomValueType | undefined)[]]
markerEnd?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
markerHeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
markerMid?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
markerStart?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
markerUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
markerWidth?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
mask?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The mask CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.

Syntax: <mask-layer>#

Chrome Firefox Safari Edge IE
1 53 15.4 12-79 No
3.1 -x-
maskBorder?: MaskBorder | CustomValueType | (MaskBorder | CustomValueType | undefined)[] | [null, ...(MaskBorder | CustomValueType | undefined)[]]

The mask-border CSS shorthand property lets you create a mask along the edge of an element's border.

Syntax: <'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>

Chrome Firefox Safari Edge IE
1 (-webkit-mask-box-image) No 17.2 n/a No
3.1 (-webkit-mask-box-image)
maskBorderMode?: MaskBorderMode | CustomValueType | (MaskBorderMode | CustomValueType | undefined)[] | [null, ...(MaskBorderMode | CustomValueType | undefined)[]]

The mask-border-mode CSS property specifies the blending mode used in a mask border.

Syntax: luminance | alpha

Initial value: alpha

maskBorderOutset?: MaskBorderOutset<string | number> | CustomValueType | (MaskBorderOutset<string | number> | CustomValueType | undefined)[] | [null, ...(MaskBorderOutset<string | number> | CustomValueType | undefined)[]]

The mask-border-outset CSS property specifies the distance by which an element's mask border is set out from its border box.

Syntax: [ <length> | <number> ]{1,4}

Initial value: 0

Chrome Firefox Safari Edge IE
1 (-webkit-mask-box-image-outset) No 17.2 n/a No
3.1 (-webkit-mask-box-image-outset)
maskBorderRepeat?: MaskBorderRepeat | CustomValueType | (MaskBorderRepeat | CustomValueType | undefined)[] | [null, ...(MaskBorderRepeat | CustomValueType | undefined)[]]

The mask-border-repeat CSS property sets how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border.

Syntax: [ stretch | repeat | round | space ]{1,2}

Initial value: stretch

Chrome Firefox Safari Edge IE
1 (-webkit-mask-box-image-repeat) No 17.2 n/a No
3.1 (-webkit-mask-box-image-repeat)
maskBorderSlice?: MaskBorderSlice | CustomValueType | (MaskBorderSlice | CustomValueType | undefined)[] | [null, ...(MaskBorderSlice | CustomValueType | undefined)[]]

The mask-border-slice CSS property divides the image set by mask-border-source into regions. These regions are used to form the components of an element's mask border.

Syntax: <number-percentage>{1,4} fill?

Initial value: 0

Chrome Firefox Safari Edge IE
1 (-webkit-mask-box-image-slice) No 17.2 n/a No
3.1 (-webkit-mask-box-image-slice)
maskBorderSource?: MaskBorderSource | CustomValueType | (MaskBorderSource | CustomValueType | undefined)[] | [null, ...(MaskBorderSource | CustomValueType | undefined)[]]

The mask-border-source CSS property sets the source image used to create an element's mask border.

Syntax: none | <image>

Initial value: none

Chrome Firefox Safari Edge IE
1 (-webkit-mask-box-image-source) No 17.2 n/a No
3.1 (-webkit-mask-box-image-source)
maskBorderWidth?: MaskBorderWidth<string | number> | CustomValueType | (MaskBorderWidth<string | number> | CustomValueType | undefined)[] | [null, ...(MaskBorderWidth<string | number> | CustomValueType | undefined)[]]

The mask-border-width CSS property sets the width of an element's mask border.

Syntax: [ <length-percentage> | <number> | auto ]{1,4}

Initial value: auto

Chrome Firefox Safari Edge IE
1 (-webkit-mask-box-image-width) No 17.2 n/a No
3.1 (-webkit-mask-box-image-width)
maskClip?: MaskClip | CustomValueType | (MaskClip | CustomValueType | undefined)[] | [null, ...(MaskClip | CustomValueType | undefined)[]]

The mask-clip CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.

Syntax: [ <geometry-box> | no-clip ]#

Initial value: border-box

Chrome Firefox Safari Edge IE
120 53 15.4 n/a No
1 -x- 4 -x-
maskComposite?: MaskComposite | CustomValueType | (MaskComposite | CustomValueType | undefined)[] | [null, ...(MaskComposite | CustomValueType | undefined)[]]

The mask-composite CSS property represents a compositing operation used on the current mask layer with the mask layers below it.

Syntax: <compositing-operator>#

Initial value: add

Chrome Firefox Safari Edge IE
120 53 15.4 18-79 No
maskContentUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
maskImage?: MaskImage | CustomValueType | (MaskImage | CustomValueType | undefined)[] | [null, ...(MaskImage | CustomValueType | undefined)[]]

The mask-image CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the mask-mode property.

Syntax: <mask-reference>#

Initial value: none

Chrome Firefox Safari Edge IE
120 53 15.4 16-79 No
1 -x- 4 -x-
maskMode?: MaskMode | CustomValueType | (MaskMode | CustomValueType | undefined)[] | [null, ...(MaskMode | CustomValueType | undefined)[]]

The mask-mode CSS property sets whether the mask reference defined by mask-image is treated as a luminance or alpha mask.

Syntax: <masking-mode>#

Initial value: match-source

Chrome Firefox Safari Edge IE
120 53 15.4 n/a No
maskOrigin?: MaskOrigin | CustomValueType | (MaskOrigin | CustomValueType | undefined)[] | [null, ...(MaskOrigin | CustomValueType | undefined)[]]

The mask-origin CSS property sets the origin of a mask.

Syntax: <geometry-box>#

Initial value: border-box

Chrome Firefox Safari Edge IE
120 53 15.4 n/a No
1 -x- 4 -x-
maskPosition?: MaskPosition<string | number> | CustomValueType | (MaskPosition<string | number> | CustomValueType | undefined)[] | [null, ...(MaskPosition<string | number> | CustomValueType | undefined)[]]

The mask-position CSS property sets the initial position, relative to the mask position layer set by mask-origin, for each defined mask image.

Syntax: <position>#

Initial value: center

Chrome Firefox Safari Edge IE
120 53 15.4 18-79 No
1 -x- 3.1 -x-
maskRepeat?: MaskRepeat | CustomValueType | (MaskRepeat | CustomValueType | undefined)[] | [null, ...(MaskRepeat | CustomValueType | undefined)[]]

The mask-repeat CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.

Syntax: <repeat-style>#

Initial value: repeat

Chrome Firefox Safari Edge IE
120 53 15.4 18-79 No
1 -x- 3.1 -x-
maskSize?: MaskSize<string | number> | CustomValueType | (MaskSize<string | number> | CustomValueType | undefined)[] | [null, ...(MaskSize<string | number> | CustomValueType | undefined)[]]

The mask-size CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.

Syntax: <bg-size>#

Initial value: auto

Chrome Firefox Safari Edge IE
120 53 15.4 18-79 No
4 -x- 4 -x-
maskType?: MaskType | CustomValueType | (MaskType | CustomValueType | undefined)[] | [null, ...(MaskType | CustomValueType | undefined)[]]

The mask-type CSS property sets whether an SVG <mask> element is used as a luminance or an alpha mask. It applies to the <mask> element itself.

Syntax: luminance | alpha

Initial value: luminance

Chrome Firefox Safari Edge IE
24 35 7 n/a No
maskUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
masonryAutoFlow?: MasonryAutoFlow | CustomValueType | (MasonryAutoFlow | CustomValueType | undefined)[] | [null, ...(MasonryAutoFlow | CustomValueType | undefined)[]]

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Syntax: [ pack | next ] || [ definite-first | ordered ]

Initial value: pack

Chrome Firefox Safari Edge IE
No No preview n/a No
mathDepth?: MathDepth | CustomValueType | (MathDepth | CustomValueType | undefined)[] | [null, ...(MathDepth | CustomValueType | undefined)[]]

The math-depth property describes a notion of depth for each element of a mathematical formula, with respect to the top-level container of that formula. Concretely, this is used to determine the computed value of the font-size property when its specified value is math.

Syntax: auto-add | add(<integer>) | <integer>

Initial value: 0

Chrome Firefox Safari Edge IE
109 117 No n/a No
mathShift?: MathShift | CustomValueType | (MathShift | CustomValueType | undefined)[] | [null, ...(MathShift | CustomValueType | undefined)[]]

The math-shift property indicates whether superscripts inside MathML formulas should be raised by a normal or compact shift.

Syntax: normal | compact

Initial value: normal

Chrome Firefox Safari Edge IE
109 No No n/a No
mathStyle?: MathStyle | CustomValueType | (MathStyle | CustomValueType | undefined)[] | [null, ...(MathStyle | CustomValueType | undefined)[]]

The math-style property indicates whether MathML equations should render with normal or compact height.

Syntax: normal | compact

Initial value: normal

Chrome Firefox Safari Edge IE
109 117 14.1 n/a No
mathematical?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
max?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
maxBlockSize?: MaxBlockSize<string | number> | CustomValueType | (MaxBlockSize<string | number> | CustomValueType | undefined)[] | [null, ...(MaxBlockSize<string | number> | CustomValueType | undefined)[]]

The max-block-size CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by writing-mode. That is, if the writing direction is horizontal, then max-block-size is equivalent to max-height; if the writing direction is vertical, max-block-size is the same as max-width.

Syntax: <'max-width'>

Initial value: none

Chrome Firefox Safari Edge IE
57 41 12.1 n/a No
maxHeight?: MaxHeight<string | number> | CustomValueType | (MaxHeight<string | number> | CustomValueType | undefined)[] | [null, ...(MaxHeight<string | number> | CustomValueType | undefined)[]]

The max-height CSS property sets the maximum height of an element. It prevents the used value of the height property from becoming larger than the value specified for max-height.

Syntax: none | <length-percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)

Initial value: none

Chrome Firefox Safari Edge IE
18 1 1.3 12 7
maxInlineSize?: MaxInlineSize<string | number> | CustomValueType | (MaxInlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(MaxInlineSize<string | number> | CustomValueType | undefined)[]]

The max-inline-size CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the max-width or the max-height property, depending on the value of writing-mode.

Syntax: <'max-width'>

Initial value: none

Chrome Firefox Safari Edge IE
57 41 12.1 n/a No
10.1 -x-
maxLines?: MaxLines | CustomValueType | (MaxLines | CustomValueType | undefined)[] | [null, ...(MaxLines | CustomValueType | undefined)[]]

Syntax: none | <integer>

Initial value: none

maxWidth?: MaxWidth<string | number> | CustomValueType | (MaxWidth<string | number> | CustomValueType | undefined)[] | [null, ...(MaxWidth<string | number> | CustomValueType | undefined)[]]

The max-width CSS property sets the maximum width of an element. It prevents the used value of the width property from becoming larger than the value specified by max-width.

Syntax: none | <length-percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 7
media?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
method?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
min?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
minBlockSize?: MinBlockSize<string | number> | CustomValueType | (MinBlockSize<string | number> | CustomValueType | undefined)[] | [null, ...(MinBlockSize<string | number> | CustomValueType | undefined)[]]

The min-block-size CSS property defines the minimum horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the min-width or the min-height property, depending on the value of writing-mode.

Syntax: <'min-width'>

Initial value: 0

Chrome Firefox Safari Edge IE
57 41 12.1 n/a No
minHeight?: MinHeight<string | number> | CustomValueType | (MinHeight<string | number> | CustomValueType | undefined)[] | [null, ...(MinHeight<string | number> | CustomValueType | undefined)[]]

The min-height CSS property sets the minimum height of an element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.

Syntax: auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)

Initial value: auto

Chrome Firefox Safari Edge IE
1 3 1.3 12 7
minInlineSize?: MinInlineSize<string | number> | CustomValueType | (MinInlineSize<string | number> | CustomValueType | undefined)[] | [null, ...(MinInlineSize<string | number> | CustomValueType | undefined)[]]

The min-inline-size CSS property defines the horizontal or vertical minimal size of an element's block, depending on its writing mode. It corresponds to either the min-width or the min-height property, depending on the value of writing-mode.

Syntax: <'min-width'>

Initial value: 0

Chrome Firefox Safari Edge IE
57 41 12.1 n/a No
minWidth?: MinWidth<string | number> | CustomValueType | (MinWidth<string | number> | CustomValueType | undefined)[] | [null, ...(MinWidth<string | number> | CustomValueType | undefined)[]]

The min-width CSS property sets the minimum width of an element. It prevents the used value of the width property from becoming smaller than the value specified for min-width.

Syntax: auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1 12 7
mixBlendMode?: MixBlendMode | CustomValueType | (MixBlendMode | CustomValueType | undefined)[] | [null, ...(MixBlendMode | CustomValueType | undefined)[]]

The mix-blend-mode CSS property sets how an element's content should blend with the content of the element's parent and the element's background.

Syntax: <blend-mode> | plus-lighter

Initial value: normal

Chrome Firefox Safari Edge IE
41 32 8 n/a No
mode?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
motion?: Offset<string | number> | CustomValueType | (Offset<string | number> | CustomValueType | undefined)[] | [null, ...(Offset<string | number> | CustomValueType | undefined)[]]

The offset CSS shorthand property sets all the properties required for animating an element along a defined path.

Syntax: [ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?

Chrome Firefox Safari Edge IE
55 72 16 n/a No
46 (motion)
motionDistance?: OffsetDistance<string | number> | CustomValueType | (OffsetDistance<string | number> | CustomValueType | undefined)[] | [null, ...(OffsetDistance<string | number> | CustomValueType | undefined)[]]

The offset-distance CSS property specifies a position along an offset-path for an element to be placed.

Syntax: <length-percentage>

Initial value: 0

Chrome Firefox Safari Edge IE
55 72 16 n/a No
46 (motion-distance)
motionPath?: OffsetPath | CustomValueType | (OffsetPath | CustomValueType | undefined)[] | [null, ...(OffsetPath | CustomValueType | undefined)[]]

The offset-path CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.

Syntax: none | <offset-path> || <coord-box>

Initial value: none

Chrome Firefox Safari Edge IE
55 72 15.4 n/a No
46 (motion-path)
motionRotation?: OffsetRotate | CustomValueType | (OffsetRotate | CustomValueType | undefined)[] | [null, ...(OffsetRotate | CustomValueType | undefined)[]]

The offset-rotate CSS property defines the orientation/direction of the element as it is positioned along the offset-path.

Syntax: [ auto | reverse ] || <angle>

Initial value: auto

Chrome Firefox Safari Edge IE
56 72 16 n/a No
46 (motion-rotation)
msAccelerator?: MsAccelerator | CustomValueType | (MsAccelerator | CustomValueType | undefined)[] | [null, ...(MsAccelerator | CustomValueType | undefined)[]]

The -ms-accelerator CSS property is a Microsoft extension that sets or retrieves a string indicating whether the object represents a keyboard shortcut.

Syntax: false | true

Initial value: false

msBlockProgression?: MsBlockProgression | CustomValueType | (MsBlockProgression | CustomValueType | undefined)[] | [null, ...(MsBlockProgression | CustomValueType | undefined)[]]

The -ms-block-progression CSS property is a Microsoft extension that specifies the block progression and layout orientation.

Syntax: tb | rl | bt | lr

Initial value: tb

msContentZoomChaining?: MsContentZoomChaining | CustomValueType | (MsContentZoomChaining | CustomValueType | undefined)[] | [null, ...(MsContentZoomChaining | CustomValueType | undefined)[]]

The -ms-content-zoom-chaining CSS property is a Microsoft extension specifying the zoom behavior that occurs when a user hits the zoom limit during page manipulation.

Syntax: none | chained

Initial value: none

msContentZoomLimit?: MsContentZoomLimit | CustomValueType | (MsContentZoomLimit | CustomValueType | undefined)[] | [null, ...(MsContentZoomLimit | CustomValueType | undefined)[]]

The -ms-content-zoom-limit CSS shorthand property is a Microsoft extension that specifies values for the -ms-content-zoom-limit-min and -ms-content-zoom-limit-max properties.

Syntax: <'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>

msContentZoomLimitMax?: MsContentZoomLimitMax | CustomValueType | (MsContentZoomLimitMax | CustomValueType | undefined)[] | [null, ...(MsContentZoomLimitMax | CustomValueType | undefined)[]]

The -ms-content-zoom-limit-max CSS property is a Microsoft extension that specifies the selected elements' maximum zoom factor.

Syntax: <percentage>

Initial value: 400%

msContentZoomLimitMin?: MsContentZoomLimitMin | CustomValueType | (MsContentZoomLimitMin | CustomValueType | undefined)[] | [null, ...(MsContentZoomLimitMin | CustomValueType | undefined)[]]

The -ms-content-zoom-limit-min CSS property is a Microsoft extension that specifies the minimum zoom factor.

Syntax: <percentage>

Initial value: 100%

msContentZoomSnap?: MsContentZoomSnap | CustomValueType | (MsContentZoomSnap | CustomValueType | undefined)[] | [null, ...(MsContentZoomSnap | CustomValueType | undefined)[]]

The -ms-content-zoom-snap CSS shorthand property is a Microsoft extension that specifies values for the -ms-content-zoom-snap-type and -ms-content-zoom-snap-points properties.

Syntax: <'-ms-content-zoom-snap-type'> || <'-ms-content-zoom-snap-points'>

msContentZoomSnapPoints?: MsContentZoomSnapPoints | CustomValueType | (MsContentZoomSnapPoints | CustomValueType | undefined)[] | [null, ...(MsContentZoomSnapPoints | CustomValueType | undefined)[]]

The -ms-content-zoom-snap-points CSS property is a Microsoft extension that specifies where zoom snap-points are located.

Syntax: snapInterval( <percentage>, <percentage> ) | snapList( <percentage># )

Initial value: snapInterval(0%, 100%)

msContentZoomSnapType?: MsContentZoomSnapType | CustomValueType | (MsContentZoomSnapType | CustomValueType | undefined)[] | [null, ...(MsContentZoomSnapType | CustomValueType | undefined)[]]

The -ms-content-zoom-snap-type CSS property is a Microsoft extension that specifies how zooming is affected by defined snap-points.

Syntax: none | proximity | mandatory

Initial value: none

msContentZooming?: MsContentZooming | CustomValueType | (MsContentZooming | CustomValueType | undefined)[] | [null, ...(MsContentZooming | CustomValueType | undefined)[]]

The -ms-content-zooming CSS property is a Microsoft extension that specifies whether zooming is enabled.

Syntax: none | zoom

Initial value: zoom for the top level element, none for all other elements

msFilter?: MsFilter | CustomValueType | (MsFilter | CustomValueType | undefined)[] | [null, ...(MsFilter | CustomValueType | undefined)[]]

The -ms-filter CSS property is a Microsoft extension that sets or retrieves the filter or collection of filters applied to an object.

Syntax: <string>

Initial value: "" (the empty string)

msFlex?: Flex<string | number> | CustomValueType | (Flex<string | number> | CustomValueType | undefined)[] | [null, ...(Flex<string | number> | CustomValueType | undefined)[]]

The flex CSS shorthand property sets how a flex item will grow or shrink to fit the space available in its flex container.

Syntax: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]

msFlexDirection?: FlexDirection | CustomValueType | (FlexDirection | CustomValueType | undefined)[] | [null, ...(FlexDirection | CustomValueType | undefined)[]]

The flex-direction CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).

Syntax: row | row-reverse | column | column-reverse

Initial value: row

msFlexPositive?: FlexGrow | CustomValueType | (FlexGrow | CustomValueType | undefined)[] | [null, ...(FlexGrow | CustomValueType | undefined)[]]

The flex-grow CSS property sets the flex grow factor of a flex item's main size.

Syntax: <number>

Initial value: 0

msFlowFrom?: MsFlowFrom | CustomValueType | (MsFlowFrom | CustomValueType | undefined)[] | [null, ...(MsFlowFrom | CustomValueType | undefined)[]]

The -ms-flow-from CSS property is a Microsoft extension that gets or sets a value identifying a region container in the document that accepts the content flow from the data source.

Syntax: [ none | <custom-ident> ]#

Initial value: none

msFlowInto?: MsFlowInto | CustomValueType | (MsFlowInto | CustomValueType | undefined)[] | [null, ...(MsFlowInto | CustomValueType | undefined)[]]

The -ms-flow-into CSS property is a Microsoft extension that gets or sets a value identifying an iframe container in the document that serves as the region's data source.

Syntax: [ none | <custom-ident> ]#

Initial value: none

msGridColumns?: MsGridColumns<string | number> | CustomValueType | (MsGridColumns<string | number> | CustomValueType | undefined)[] | [null, ...(MsGridColumns<string | number> | CustomValueType | undefined)[]]

The grid-template-columns CSS property defines the line names and track sizing functions of the grid columns.

Syntax: none | <track-list> | <auto-track-list>

Initial value: none

msGridRows?: MsGridRows<string | number> | CustomValueType | (MsGridRows<string | number> | CustomValueType | undefined)[] | [null, ...(MsGridRows<string | number> | CustomValueType | undefined)[]]

The grid-template-rows CSS property defines the line names and track sizing functions of the grid rows.

Syntax: none | <track-list> | <auto-track-list>

Initial value: none

msHighContrastAdjust?: MsHighContrastAdjust | CustomValueType | (MsHighContrastAdjust | CustomValueType | undefined)[] | [null, ...(MsHighContrastAdjust | CustomValueType | undefined)[]]

The -ms-high-contrast-adjust CSS property is a Microsoft extension that gets or sets a value indicating whether to override any CSS properties that would have been set in high contrast mode.

Syntax: auto | none

Initial value: auto

msHyphenateLimitChars?: MsHyphenateLimitChars | CustomValueType | (MsHyphenateLimitChars | CustomValueType | undefined)[] | [null, ...(MsHyphenateLimitChars | CustomValueType | undefined)[]]

The -ms-hyphenate-limit-chars CSS property is a Microsoft extension that specifies one to three values indicating the minimum number of characters in a hyphenated word. If the word does not meet the required minimum number of characters in the word, before the hyphen, or after the hyphen, then the word is not hyphenated.

Syntax: auto | <integer>{1,3}

Initial value: auto

msHyphenateLimitLines?: MsHyphenateLimitLines | CustomValueType | (MsHyphenateLimitLines | CustomValueType | undefined)[] | [null, ...(MsHyphenateLimitLines | CustomValueType | undefined)[]]

The -ms-hyphenate-limit-lines CSS property is a Microsoft extension specifying the maximum number of consecutive lines in an element that may be ended with a hyphenated word.

Syntax: no-limit | <integer>

Initial value: no-limit

msHyphenateLimitZone?: MsHyphenateLimitZone<string | number> | CustomValueType | (MsHyphenateLimitZone<string | number> | CustomValueType | undefined)[] | [null, ...(MsHyphenateLimitZone<string | number> | CustomValueType | undefined)[]]

The **-ms-hyphenate-limit-zone** CSS property is a Microsoft extension specifying the width of the hyphenation zone.

Syntax: <percentage> | <length>

Initial value: 0

msHyphens?: Hyphens | CustomValueType | (Hyphens | CustomValueType | undefined)[] | [null, ...(Hyphens | CustomValueType | undefined)[]]

The hyphens CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.

Syntax: none | manual | auto

Initial value: manual

msImeAlign?: MsImeAlign | CustomValueType | (MsImeAlign | CustomValueType | undefined)[] | [null, ...(MsImeAlign | CustomValueType | undefined)[]]

The -ms-ime-align CSS property is a Microsoft extension aligning the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active. The extension is implemented in Microsoft Edge and Internet Explorer 11.

Syntax: auto | after

Initial value: auto

msImeMode?: ImeMode | CustomValueType | (ImeMode | CustomValueType | undefined)[] | [null, ...(ImeMode | CustomValueType | undefined)[]]

The ime-mode CSS property controls the state of the input method editor (IME) for text fields. This property is obsolete.

Syntax: auto | normal | active | inactive | disabled

Initial value: auto

Deprecated

msLineBreak?: LineBreak | CustomValueType | (LineBreak | CustomValueType | undefined)[] | [null, ...(LineBreak | CustomValueType | undefined)[]]

The line-break CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.

Syntax: auto | loose | normal | strict | anywhere

Initial value: auto

msOrder?: Order | CustomValueType | (Order | CustomValueType | undefined)[] | [null, ...(Order | CustomValueType | undefined)[]]

The order CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending order value and then by their source code order.

Syntax: <integer>

Initial value: 0

msOverflowStyle?: MsOverflowStyle | CustomValueType | (MsOverflowStyle | CustomValueType | undefined)[] | [null, ...(MsOverflowStyle | CustomValueType | undefined)[]]

The -ms-overflow-style CSS property is a Microsoft extension controlling the behavior of scrollbars when the content of an element overflows.

Syntax: auto | none | scrollbar | -ms-autohiding-scrollbar

Initial value: auto

msOverflowX?: OverflowX | CustomValueType | (OverflowX | CustomValueType | undefined)[] | [null, ...(OverflowX | CustomValueType | undefined)[]]

The overflow-x CSS property sets what shows when content overflows a block-level element's left and right edges. This may be nothing, a scroll bar, or the overflow content.

Syntax: visible | hidden | clip | scroll | auto

Initial value: visible

msOverflowY?: OverflowY | CustomValueType | (OverflowY | CustomValueType | undefined)[] | [null, ...(OverflowY | CustomValueType | undefined)[]]

The overflow-y CSS property sets what shows when content overflows a block-level element's top and bottom edges. This may be nothing, a scroll bar, or the overflow content.

Syntax: visible | hidden | clip | scroll | auto

Initial value: visible

msScrollChaining?: MsScrollChaining | CustomValueType | (MsScrollChaining | CustomValueType | undefined)[] | [null, ...(MsScrollChaining | CustomValueType | undefined)[]]

The **-ms-scroll-chaining** CSS property is a Microsoft extension that specifies the scrolling behavior that occurs when a user hits the scroll limit during a manipulation.

Syntax: chained | none

Initial value: chained

msScrollLimit?: MsScrollLimit | CustomValueType | (MsScrollLimit | CustomValueType | undefined)[] | [null, ...(MsScrollLimit | CustomValueType | undefined)[]]

The -ms-scroll-limit CSS property is a Microsoft extension that specifies values for the -ms-scroll-limit-x-min, -ms-scroll-limit-y-min, -ms-scroll-limit-x-max, and -ms-scroll-limit-y-max properties.

Syntax: <'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>

msScrollLimitXMax?: MsScrollLimitXMax<string | number> | CustomValueType | (MsScrollLimitXMax<string | number> | CustomValueType | undefined)[] | [null, ...(MsScrollLimitXMax<string | number> | CustomValueType | undefined)[]]

The **-ms-scroll-limit-x-max** CSS property is a Microsoft extension that specifies the maximum value for the Element.scrollLeft property.

Syntax: auto | <length>

Initial value: auto

msScrollLimitXMin?: MsScrollLimitXMin<string | number> | CustomValueType | (MsScrollLimitXMin<string | number> | CustomValueType | undefined)[] | [null, ...(MsScrollLimitXMin<string | number> | CustomValueType | undefined)[]]

The -ms-scroll-limit-x-min CSS property is a Microsoft extension that specifies the minimum value for the Element.scrollLeft property.

Syntax: <length>

Initial value: 0

msScrollLimitYMax?: MsScrollLimitYMax<string | number> | CustomValueType | (MsScrollLimitYMax<string | number> | CustomValueType | undefined)[] | [null, ...(MsScrollLimitYMax<string | number> | CustomValueType | undefined)[]]

The -ms-scroll-limit-y-max CSS property is a Microsoft extension that specifies the maximum value for the Element.scrollTop property.

Syntax: auto | <length>

Initial value: auto

msScrollLimitYMin?: MsScrollLimitYMin<string | number> | CustomValueType | (MsScrollLimitYMin<string | number> | CustomValueType | undefined)[] | [null, ...(MsScrollLimitYMin<string | number> | CustomValueType | undefined)[]]

The -ms-scroll-limit-y-min CSS property is a Microsoft extension that specifies the minimum value for the Element.scrollTop property.

Syntax: <length>

Initial value: 0

msScrollRails?: MsScrollRails | CustomValueType | (MsScrollRails | CustomValueType | undefined)[] | [null, ...(MsScrollRails | CustomValueType | undefined)[]]

The -ms-scroll-rails CSS property is a Microsoft extension that specifies whether scrolling locks to the primary axis of motion.

Syntax: none | railed

Initial value: railed

msScrollSnapPointsX?: MsScrollSnapPointsX | CustomValueType | (MsScrollSnapPointsX | CustomValueType | undefined)[] | [null, ...(MsScrollSnapPointsX | CustomValueType | undefined)[]]

The -ms-scroll-snap-points-x CSS property is a Microsoft extension that specifies where snap-points will be located along the x-axis.

Syntax: snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )

Initial value: snapInterval(0px, 100%)

msScrollSnapPointsY?: MsScrollSnapPointsY | CustomValueType | (MsScrollSnapPointsY | CustomValueType | undefined)[] | [null, ...(MsScrollSnapPointsY | CustomValueType | undefined)[]]

The -ms-scroll-snap-points-y CSS property is a Microsoft extension that specifies where snap-points will be located along the y-axis.

Syntax: snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )

Initial value: snapInterval(0px, 100%)

msScrollSnapType?: MsScrollSnapType | CustomValueType | (MsScrollSnapType | CustomValueType | undefined)[] | [null, ...(MsScrollSnapType | CustomValueType | undefined)[]]

The scroll-snap-type CSS property sets how strictly snap points are enforced on the scroll container in case there is one.

Syntax: none | proximity | mandatory

Initial value: none

msScrollSnapX?: MsScrollSnapX | CustomValueType | (MsScrollSnapX | CustomValueType | undefined)[] | [null, ...(MsScrollSnapX | CustomValueType | undefined)[]]

The -ms-scroll-snap-x CSS shorthand property is a Microsoft extension that specifies values for the -ms-scroll-snap-type and -ms-scroll-snap-points-x properties.

Syntax: <'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>

msScrollSnapY?: MsScrollSnapY | CustomValueType | (MsScrollSnapY | CustomValueType | undefined)[] | [null, ...(MsScrollSnapY | CustomValueType | undefined)[]]

The -ms-scroll-snap-x CSS shorthand property is a Microsoft extension that specifies values for the -ms-scroll-snap-type and -ms-scroll-snap-points-y properties.

Syntax: <'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>

msScrollTranslation?: MsScrollTranslation | CustomValueType | (MsScrollTranslation | CustomValueType | undefined)[] | [null, ...(MsScrollTranslation | CustomValueType | undefined)[]]

The -ms-scroll-translation CSS property is a Microsoft extension that specifies whether vertical-to-horizontal scroll wheel translation occurs on the specified element.

Syntax: none | vertical-to-horizontal

Initial value: none

msScrollbar3dlightColor?: MsScrollbar3dlightColor | CustomValueType | (MsScrollbar3dlightColor | CustomValueType | undefined)[] | [null, ...(MsScrollbar3dlightColor | CustomValueType | undefined)[]]

The -ms-scrollbar-3dlight-color CSS property is a Microsoft extension specifying the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.

Syntax: <color>

Initial value: depends on user agent

msScrollbarArrowColor?: MsScrollbarArrowColor | CustomValueType | (MsScrollbarArrowColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarArrowColor | CustomValueType | undefined)[]]

The -ms-scrollbar-arrow-color CSS property is a Microsoft extension that specifies the color of the arrow elements of a scroll arrow.

Syntax: <color>

Initial value: ButtonText

msScrollbarBaseColor?: MsScrollbarBaseColor | CustomValueType | (MsScrollbarBaseColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarBaseColor | CustomValueType | undefined)[]]

The **-ms-scrollbar-base-color** CSS property is a Microsoft extension that specifies the base color of the main elements of a scroll bar.

Syntax: <color>

Initial value: depends on user agent

msScrollbarDarkshadowColor?: MsScrollbarDarkshadowColor | CustomValueType | (MsScrollbarDarkshadowColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarDarkshadowColor | CustomValueType | undefined)[]]

The -ms-scrollbar-darkshadow-color CSS property is a Microsoft extension that specifies the color of a scroll bar's gutter.

Syntax: <color>

Initial value: ThreeDDarkShadow

msScrollbarFaceColor?: MsScrollbarFaceColor | CustomValueType | (MsScrollbarFaceColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarFaceColor | CustomValueType | undefined)[]]

The **-ms-scrollbar-face-color** CSS property is a Microsoft extension that specifies the color of the scroll box and scroll arrows of a scroll bar.

Syntax: <color>

Initial value: ThreeDFace

msScrollbarHighlightColor?: MsScrollbarHighlightColor | CustomValueType | (MsScrollbarHighlightColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarHighlightColor | CustomValueType | undefined)[]]

The **-ms-scrollbar-highlight-color** CSS property is a Microsoft extension that specifies the color of the slider tray, the top and left edges of the scroll box, and the scroll arrows of a scroll bar.

Syntax: <color>

Initial value: ThreeDHighlight

msScrollbarShadowColor?: MsScrollbarShadowColor | CustomValueType | (MsScrollbarShadowColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarShadowColor | CustomValueType | undefined)[]]

The -ms-scrollbar-shadow-color CSS property is a Microsoft extension that specifies the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.

Syntax: <color>

Initial value: ThreeDDarkShadow

msScrollbarTrackColor?: MsScrollbarTrackColor | CustomValueType | (MsScrollbarTrackColor | CustomValueType | undefined)[] | [null, ...(MsScrollbarTrackColor | CustomValueType | undefined)[]]

The -ms-scrollbar-track-color CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.

Syntax: <color>

Initial value: Scrollbar

msTextAutospace?: MsTextAutospace | CustomValueType | (MsTextAutospace | CustomValueType | undefined)[] | [null, ...(MsTextAutospace | CustomValueType | undefined)[]]

The -ms-text-autospace CSS property is a Microsoft extension that specifies the autospacing and narrow space width adjustment of text.

Syntax: none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space

Initial value: none

msTextCombineHorizontal?: TextCombineUpright | CustomValueType | (TextCombineUpright | CustomValueType | undefined)[] | [null, ...(TextCombineUpright | CustomValueType | undefined)[]]

The text-combine-upright CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.

Syntax: none | all | [ digits <integer>? ]

Initial value: none

msTextOverflow?: TextOverflow | CustomValueType | (TextOverflow | CustomValueType | undefined)[] | [null, ...(TextOverflow | CustomValueType | undefined)[]]

The text-overflow CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis (''), or display a custom string.

Syntax: [ clip | ellipsis | <string> ]{1,2}

Initial value: clip

msTouchAction?: TouchAction | CustomValueType | (TouchAction | CustomValueType | undefined)[] | [null, ...(TouchAction | CustomValueType | undefined)[]]

The touch-action CSS property sets how an element's region can be manipulated by a touchscreen user (for example, by zooming features built into the browser).

Syntax: auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation

Initial value: auto

msTouchSelect?: MsTouchSelect | CustomValueType | (MsTouchSelect | CustomValueType | undefined)[] | [null, ...(MsTouchSelect | CustomValueType | undefined)[]]

The -ms-touch-select CSS property is a Microsoft extension that toggles the gripper visual elements that enable touch text selection.

Syntax: grippers | none

Initial value: grippers

msTransform?: Transform | CustomValueType | (Transform | CustomValueType | undefined)[] | [null, ...(Transform | CustomValueType | undefined)[]]

The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.

Syntax: none | <transform-list>

Initial value: none

msTransformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]]

The transform-origin CSS property sets the origin for an element's transformations.

Syntax: [ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?

Initial value: 50% 50% 0

msTransition?: Transition<string & {}> | CustomValueType | (Transition<string & {}> | CustomValueType | undefined)[] | [null, ...(Transition<string & {}> | CustomValueType | undefined)[]]

The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.

Syntax: <single-transition>#

msTransitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]]

The transition-delay CSS property specifies the duration to wait before starting a property's transition effect when its value changes.

Syntax: <time>#

Initial value: 0s

msTransitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]]

The transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.

Syntax: <time>#

Initial value: 0s

msTransitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]]

The transition-property CSS property sets the CSS properties to which a transition effect should be applied.

Syntax: none | <single-transition-property>#

Initial value: all

msTransitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]]

The transition-timing-function CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.

Syntax: <easing-function>#

Initial value: ease

msUserSelect?: MsUserSelect | CustomValueType | (MsUserSelect | CustomValueType | undefined)[] | [null, ...(MsUserSelect | CustomValueType | undefined)[]]

The user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.

Syntax: none | element | text

Initial value: text

msWordBreak?: WordBreak | CustomValueType | (WordBreak | CustomValueType | undefined)[] | [null, ...(WordBreak | CustomValueType | undefined)[]]

The word-break CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.

Syntax: normal | break-all | keep-all | break-word

Initial value: normal

msWrapFlow?: MsWrapFlow | CustomValueType | (MsWrapFlow | CustomValueType | undefined)[] | [null, ...(MsWrapFlow | CustomValueType | undefined)[]]

The -ms-wrap-flow CSS property is a Microsoft extension that specifies how exclusions impact inline content within block-level elements.

Syntax: auto | both | start | end | maximum | clear

Initial value: auto

msWrapMargin?: MsWrapMargin<string | number> | CustomValueType | (MsWrapMargin<string | number> | CustomValueType | undefined)[] | [null, ...(MsWrapMargin<string | number> | CustomValueType | undefined)[]]

The -ms-wrap-margin CSS property is a Microsoft extension that specifies a margin that offsets the inner wrap shape from other shapes.

Syntax: <length>

Initial value: 0

msWrapThrough?: MsWrapThrough | CustomValueType | (MsWrapThrough | CustomValueType | undefined)[] | [null, ...(MsWrapThrough | CustomValueType | undefined)[]]

The -ms-wrap-through CSS property is a Microsoft extension that specifies how content should wrap around an exclusion element.

Syntax: wrap | none

Initial value: wrap

msWritingMode?: WritingMode | CustomValueType | (WritingMode | CustomValueType | undefined)[] | [null, ...(WritingMode | CustomValueType | undefined)[]]

The writing-mode CSS property sets whether lines of text are laid out horizontally or vertically, as well as the direction in which blocks progress. When set for an entire document, it should be set on the root element (html element for HTML documents).

Syntax: horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr

Initial value: horizontal-tb

name?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
numOctaves?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
objectFit?: ObjectFit | CustomValueType | (ObjectFit | CustomValueType | undefined)[] | [null, ...(ObjectFit | CustomValueType | undefined)[]]

The object-fit CSS property sets how the content of a replaced element, such as an <img> or <video>, should be resized to fit its container.

Syntax: fill | contain | cover | none | scale-down

Initial value: fill

Chrome Firefox Safari Edge IE
32 36 10 79 No
objectPosition?: ObjectPosition<string | number> | CustomValueType | (ObjectPosition<string | number> | CustomValueType | undefined)[] | [null, ...(ObjectPosition<string | number> | CustomValueType | undefined)[]]

The object-position CSS property specifies the alignment of the selected replaced element's contents within the element's box. Areas of the box which aren't covered by the replaced element's object will show the element's background.

Syntax: <position>

Initial value: 50% 50%

Chrome Firefox Safari Edge IE
32 36 10 79 No
offset?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The offset CSS shorthand property sets all the properties required for animating an element along a defined path.

Syntax: [ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?

Chrome Firefox Safari Edge IE
55 72 16 n/a No
46 (motion)
offsetAnchor?: OffsetAnchor<string | number> | CustomValueType | (OffsetAnchor<string | number> | CustomValueType | undefined)[] | [null, ...(OffsetAnchor<string | number> | CustomValueType | undefined)[]]

Syntax: auto | <position>

Initial value: auto

Chrome Firefox Safari Edge IE
116 72 16 n/a No
offsetBlock?: InsetBlock<string | number> | CustomValueType | (InsetBlock<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlock<string | number> | CustomValueType | undefined)[]]

The inset-block CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>{1,2}

Deprecated

offsetBlockEnd?: InsetBlockEnd<string | number> | CustomValueType | (InsetBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlockEnd<string | number> | CustomValueType | undefined)[]]

The inset-block-end CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>

Initial value: auto

Deprecated

offsetBlockStart?: InsetBlockStart<string | number> | CustomValueType | (InsetBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(InsetBlockStart<string | number> | CustomValueType | undefined)[]]

The inset-block-start CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>

Initial value: auto

Deprecated

offsetDistance?: OffsetDistance<string | number> | CustomValueType | (OffsetDistance<string | number> | CustomValueType | undefined)[] | [null, ...(OffsetDistance<string | number> | CustomValueType | undefined)[]]

The offset-distance CSS property specifies a position along an offset-path for an element to be placed.

Syntax: <length-percentage>

Initial value: 0

Chrome Firefox Safari Edge IE
55 72 16 n/a No
46 (motion-distance)
offsetInline?: InsetInline<string | number> | CustomValueType | (InsetInline<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInline<string | number> | CustomValueType | undefined)[]]

The inset-inline CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>{1,2}

Deprecated

offsetInlineEnd?: InsetInlineEnd<string | number> | CustomValueType | (InsetInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInlineEnd<string | number> | CustomValueType | undefined)[]]

The inset-inline-end CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>

Initial value: auto

Deprecated

offsetInlineStart?: InsetInlineStart<string | number> | CustomValueType | (InsetInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(InsetInlineStart<string | number> | CustomValueType | undefined)[]]

The inset-inline-start CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'top'>

Initial value: auto

Deprecated

offsetPath?: OffsetPath | CustomValueType | (OffsetPath | CustomValueType | undefined)[] | [null, ...(OffsetPath | CustomValueType | undefined)[]]

The offset-path CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.

Syntax: none | <offset-path> || <coord-box>

Initial value: none

Chrome Firefox Safari Edge IE
55 72 15.4 n/a No
46 (motion-path)
offsetPosition?: OffsetPosition<string | number> | CustomValueType | (OffsetPosition<string | number> | CustomValueType | undefined)[] | [null, ...(OffsetPosition<string | number> | CustomValueType | undefined)[]]

Syntax: normal | auto | <position>

Initial value: auto

Chrome Firefox Safari Edge IE
116 n/a 16 n/a No
offsetRotate?: OffsetRotate | CustomValueType | (OffsetRotate | CustomValueType | undefined)[] | [null, ...(OffsetRotate | CustomValueType | undefined)[]]

The offset-rotate CSS property defines the orientation/direction of the element as it is positioned along the offset-path.

Syntax: [ auto | reverse ] || <angle>

Initial value: auto

Chrome Firefox Safari Edge IE
56 72 16 n/a No
46 (motion-rotation)
offsetRotation?: OffsetRotate | CustomValueType | (OffsetRotate | CustomValueType | undefined)[] | [null, ...(OffsetRotate | CustomValueType | undefined)[]]

The offset-rotate CSS property defines the orientation/direction of the element as it is positioned along the offset-path.

Syntax: [ auto | reverse ] || <angle>

Initial value: auto

Chrome Firefox Safari Edge IE
56 72 16 n/a No
46 (motion-rotation)
onAbort?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onAbortCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onAnimationEnd?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]]
onAnimationEndCapture?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]]
onAnimationIteration?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]]
onAnimationIterationCapture?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]]
onAnimationStart?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]]
onAnimationStartCapture?: AnimationEventHandler<SVGElement> | CustomValueType | (undefined | AnimationEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | AnimationEventHandler<SVGElement> | CustomValueType)[]]
onAuxClick?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onAuxClickCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onBeforeInput?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onBeforeInputCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onBlur?: FocusEventHandler<SVGElement> | CustomValueType | (undefined | FocusEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FocusEventHandler<SVGElement> | CustomValueType)[]]
onBlurCapture?: FocusEventHandler<SVGElement> | CustomValueType | (undefined | FocusEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FocusEventHandler<SVGElement> | CustomValueType)[]]
onCanPlay?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onCanPlayCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onCanPlayThrough?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onCanPlayThroughCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onChange?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onChangeCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onClick?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onClickCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onCompositionEnd?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]]
onCompositionEndCapture?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]]
onCompositionStart?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]]
onCompositionStartCapture?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]]
onCompositionUpdate?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]]
onCompositionUpdateCapture?: CompositionEventHandler<SVGElement> | CustomValueType | (undefined | CompositionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | CompositionEventHandler<SVGElement> | CustomValueType)[]]
onContextMenu?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onContextMenuCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onCopy?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]]
onCopyCapture?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]]
onCut?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]]
onCutCapture?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]]
onDoubleClick?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onDoubleClickCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onDrag?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragEnd?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragEndCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragEnter?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragEnterCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragExit?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragExitCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragLeave?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragLeaveCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragOver?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragOverCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragStart?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDragStartCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDrop?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDropCapture?: DragEventHandler<SVGElement> | CustomValueType | (undefined | DragEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | DragEventHandler<SVGElement> | CustomValueType)[]]
onDurationChange?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onDurationChangeCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onEmptied?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onEmptiedCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onEncrypted?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onEncryptedCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onEnded?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onEndedCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onError?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onErrorCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onFocus?: FocusEventHandler<SVGElement> | CustomValueType | (undefined | FocusEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FocusEventHandler<SVGElement> | CustomValueType)[]]
onFocusCapture?: FocusEventHandler<SVGElement> | CustomValueType | (undefined | FocusEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FocusEventHandler<SVGElement> | CustomValueType)[]]
onGotPointerCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onGotPointerCaptureCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onInput?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onInputCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onInvalid?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onInvalidCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onKeyDown?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]]
onKeyDownCapture?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]]
onKeyPress?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]]

Deprecated

onKeyPressCapture?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]]

Deprecated

onKeyUp?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]]
onKeyUpCapture?: KeyboardEventHandler<SVGElement> | CustomValueType | (undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | KeyboardEventHandler<SVGElement> | CustomValueType)[]]
onLoad?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onLoadCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onLoadStart?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onLoadStartCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onLoadedData?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onLoadedDataCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onLoadedMetadata?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onLoadedMetadataCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onLostPointerCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onLostPointerCaptureCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onMouseDown?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseDownCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseEnter?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseLeave?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseMove?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseMoveCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseOut?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseOutCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseOver?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseOverCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseUp?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onMouseUpCapture?: MouseEventHandler<SVGElement> | CustomValueType | (undefined | MouseEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | MouseEventHandler<SVGElement> | CustomValueType)[]]
onPaste?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]]
onPasteCapture?: ClipboardEventHandler<SVGElement> | CustomValueType | (undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ClipboardEventHandler<SVGElement> | CustomValueType)[]]
onPause?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onPauseCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onPlay?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onPlayCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onPlaying?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onPlayingCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onPointerCancel?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerCancelCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerDown?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerDownCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerEnter?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerEnterCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerLeave?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerLeaveCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerMove?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerMoveCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerOut?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerOutCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerOver?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerOverCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerUp?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onPointerUpCapture?: PointerEventHandler<SVGElement> | CustomValueType | (undefined | PointerEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | PointerEventHandler<SVGElement> | CustomValueType)[]]
onProgress?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onProgressCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onRateChange?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onRateChangeCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onReset?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onResetCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onResize?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onResizeCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onScroll?: UIEventHandler<SVGElement> | CustomValueType | (undefined | UIEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | UIEventHandler<SVGElement> | CustomValueType)[]]
onScrollCapture?: UIEventHandler<SVGElement> | CustomValueType | (undefined | UIEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | UIEventHandler<SVGElement> | CustomValueType)[]]
onSeeked?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onSeekedCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onSeeking?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onSeekingCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onSelect?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onSelectCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onStalled?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onStalledCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onSubmit?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onSubmitCapture?: FormEventHandler<SVGElement> | CustomValueType | (undefined | FormEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | FormEventHandler<SVGElement> | CustomValueType)[]]
onSuspend?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onSuspendCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onTimeUpdate?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onTimeUpdateCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onTouchCancel?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]]
onTouchCancelCapture?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]]
onTouchEnd?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]]
onTouchEndCapture?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]]
onTouchMove?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]]
onTouchMoveCapture?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]]
onTouchStart?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]]
onTouchStartCapture?: TouchEventHandler<SVGElement> | CustomValueType | (undefined | TouchEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TouchEventHandler<SVGElement> | CustomValueType)[]]
onTransitionEnd?: TransitionEventHandler<SVGElement> | CustomValueType | (undefined | TransitionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TransitionEventHandler<SVGElement> | CustomValueType)[]]
onTransitionEndCapture?: TransitionEventHandler<SVGElement> | CustomValueType | (undefined | TransitionEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | TransitionEventHandler<SVGElement> | CustomValueType)[]]
onVolumeChange?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onVolumeChangeCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onWaiting?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onWaitingCapture?: ReactEventHandler<SVGElement> | CustomValueType | (undefined | ReactEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | ReactEventHandler<SVGElement> | CustomValueType)[]]
onWheel?: WheelEventHandler<SVGElement> | CustomValueType | (undefined | WheelEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | WheelEventHandler<SVGElement> | CustomValueType)[]]
onWheelCapture?: WheelEventHandler<SVGElement> | CustomValueType | (undefined | WheelEventHandler<SVGElement> | CustomValueType)[] | [null, ...(undefined | WheelEventHandler<SVGElement> | CustomValueType)[]]
opacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The opacity CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.

Syntax: <alpha-value>

Initial value: 1

Chrome Firefox Safari Edge IE
1 1 2 12 9
operator?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
order?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The order CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending order value and then by their source code order.

Syntax: <integer>

Initial value: 0

Chrome Firefox Safari Edge IE
29 20 9 12 11
21 -x- 7 -x- 10 -x-
orient?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
orientation?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
origin?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
originX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
originY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
originZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
orphans?: Orphans | CustomValueType | (Orphans | CustomValueType | undefined)[] | [null, ...(Orphans | CustomValueType | undefined)[]]

The orphans CSS property sets the minimum number of lines in a block container that must be shown at the bottom of a page, region, or column.

Syntax: <integer>

Initial value: 2

Chrome Firefox Safari Edge IE
25 No 1.3 12 8
outline?: Outline<string | number> | CustomValueType | (Outline<string | number> | CustomValueType | undefined)[] | [null, ...(Outline<string | number> | CustomValueType | undefined)[]]

The outline CSS shorthand property sets most of the outline properties in a single declaration.

Syntax: [ <'outline-color'> || <'outline-style'> || <'outline-width'> ]

Chrome Firefox Safari Edge IE
94 88 16.4 94 8
outlineColor?: OutlineColor | CustomValueType | (OutlineColor | CustomValueType | undefined)[] | [null, ...(OutlineColor | CustomValueType | undefined)[]]

The outline-color CSS property sets the color of an element's outline.

Syntax: <color> | invert

Initial value: invert, for browsers supporting it, currentColor for the other

Chrome Firefox Safari Edge IE
1 1.5 1.2 12 8
outlineOffset?: OutlineOffset<string | number> | CustomValueType | (OutlineOffset<string | number> | CustomValueType | undefined)[] | [null, ...(OutlineOffset<string | number> | CustomValueType | undefined)[]]

The outline-offset CSS property sets the amount of space between an outline and the edge or border of an element.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
1 1.5 1.2 15 No
outlineStyle?: OutlineStyle | CustomValueType | (OutlineStyle | CustomValueType | undefined)[] | [null, ...(OutlineStyle | CustomValueType | undefined)[]]

The outline-style CSS property sets the style of an element's outline. An outline is a line that is drawn around an element, outside the border.

Syntax: auto | <'border-style'>

Initial value: none

Chrome Firefox Safari Edge IE
1 1.5 1.2 12 8
outlineWidth?: OutlineWidth<string | number> | CustomValueType | (OutlineWidth<string | number> | CustomValueType | undefined)[] | [null, ...(OutlineWidth<string | number> | CustomValueType | undefined)[]]

The CSS outline-width property sets the thickness of an element's outline. An outline is a line that is drawn around an element, outside the border.

Syntax: <line-width>

Initial value: medium

Chrome Firefox Safari Edge IE
1 1.5 1.2 12 8
overflow?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The overflow CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to fit in its block formatting context — in both directions.

Syntax: [ visible | hidden | clip | scroll | auto ]{1,2}

Initial value: visible

Chrome Firefox Safari Edge IE
1 1 1 12 4
overflowAnchor?: OverflowAnchor | CustomValueType | (OverflowAnchor | CustomValueType | undefined)[] | [null, ...(OverflowAnchor | CustomValueType | undefined)[]]

Syntax: auto | none

Initial value: auto

Chrome Firefox Safari Edge IE
56 66 No n/a No
overflowBlock?: OverflowBlock | CustomValueType | (OverflowBlock | CustomValueType | undefined)[] | [null, ...(OverflowBlock | CustomValueType | undefined)[]]

Syntax: visible | hidden | clip | scroll | auto

Initial value: auto

Chrome Firefox Safari Edge IE
No 69 No n/a No
overflowClipBox?: OverflowClipBox | CustomValueType | (OverflowClipBox | CustomValueType | undefined)[] | [null, ...(OverflowClipBox | CustomValueType | undefined)[]]

The overflow-clip-box CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the overflow-clip-box-inline and overflow-clip-box-block properties.

Syntax: padding-box | content-box

Initial value: padding-box

overflowClipMargin?: OverflowClipMargin<string | number> | CustomValueType | (OverflowClipMargin<string | number> | CustomValueType | undefined)[] | [null, ...(OverflowClipMargin<string | number> | CustomValueType | undefined)[]]

Syntax: <visual-box> || <length [0,∞]>

Initial value: 0px

Chrome Firefox Safari Edge IE
90 102 No n/a No
overflowInline?: OverflowInline | CustomValueType | (OverflowInline | CustomValueType | undefined)[] | [null, ...(OverflowInline | CustomValueType | undefined)[]]

Syntax: visible | hidden | clip | scroll | auto

Initial value: auto

Chrome Firefox Safari Edge IE
No 69 No n/a No
overflowWrap?: OverflowWrap | CustomValueType | (OverflowWrap | CustomValueType | undefined)[] | [null, ...(OverflowWrap | CustomValueType | undefined)[]]

The overflow-wrap CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.

Syntax: normal | break-word | anywhere

Initial value: normal

Chrome Firefox Safari Edge IE
23 49 7 18 5.5 (word-wrap)
1 (word-wrap) 3.5 (word-wrap) 1 (word-wrap) 12 (word-wrap)
overflowX?: OverflowX | CustomValueType | (OverflowX | CustomValueType | undefined)[] | [null, ...(OverflowX | CustomValueType | undefined)[]]

The overflow-x CSS property sets what shows when content overflows a block-level element's left and right edges. This may be nothing, a scroll bar, or the overflow content.

Syntax: visible | hidden | clip | scroll | auto

Initial value: visible

Chrome Firefox Safari Edge IE
1 3.5 3 12 5
overflowY?: OverflowY | CustomValueType | (OverflowY | CustomValueType | undefined)[] | [null, ...(OverflowY | CustomValueType | undefined)[]]

The overflow-y CSS property sets what shows when content overflows a block-level element's top and bottom edges. This may be nothing, a scroll bar, or the overflow content.

Syntax: visible | hidden | clip | scroll | auto

Initial value: visible

Chrome Firefox Safari Edge IE
1 3.5 3 12 5
overlay?: Overlay | CustomValueType | (Overlay | CustomValueType | undefined)[] | [null, ...(Overlay | CustomValueType | undefined)[]]

The overlay CSS property specifies whether an element appearing in the top layer (for example, a shown popover or modal <dialog> element) is actually rendered in the top layer. This property is only relevant within a list of transition-property values, and only if allow-discrete is set as the transition-behavior.

Syntax: none | auto

Initial value: none

Chrome Firefox Safari Edge IE
117 No No n/a No
overlinePosition?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
overlineThickness?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
overscrollBehavior?: OverscrollBehavior | CustomValueType | (OverscrollBehavior | CustomValueType | undefined)[] | [null, ...(OverscrollBehavior | CustomValueType | undefined)[]]

The overscroll-behavior CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for overscroll-behavior-x and overscroll-behavior-y.

Syntax: [ contain | none | auto ]{1,2}

Initial value: auto

Chrome Firefox Safari Edge IE
63 59 16 18 No
overscrollBehaviorBlock?: OverscrollBehaviorBlock | CustomValueType | (OverscrollBehaviorBlock | CustomValueType | undefined)[] | [null, ...(OverscrollBehaviorBlock | CustomValueType | undefined)[]]

The overscroll-behavior-block CSS property sets the browser's behavior when the block direction boundary of a scrolling area is reached.

Syntax: contain | none | auto

Initial value: auto

Chrome Firefox Safari Edge IE
77 73 16 n/a No
overscrollBehaviorInline?: OverscrollBehaviorInline | CustomValueType | (OverscrollBehaviorInline | CustomValueType | undefined)[] | [null, ...(OverscrollBehaviorInline | CustomValueType | undefined)[]]

The overscroll-behavior-inline CSS property sets the browser's behavior when the inline direction boundary of a scrolling area is reached.

Syntax: contain | none | auto

Initial value: auto

Chrome Firefox Safari Edge IE
77 73 16 n/a No
overscrollBehaviorX?: OverscrollBehaviorX | CustomValueType | (OverscrollBehaviorX | CustomValueType | undefined)[] | [null, ...(OverscrollBehaviorX | CustomValueType | undefined)[]]

The overscroll-behavior-x CSS property sets the browser's behavior when the horizontal boundary of a scrolling area is reached.

Syntax: contain | none | auto

Initial value: auto

Chrome Firefox Safari Edge IE
63 59 16 18 No
overscrollBehaviorY?: OverscrollBehaviorY | CustomValueType | (OverscrollBehaviorY | CustomValueType | undefined)[] | [null, ...(OverscrollBehaviorY | CustomValueType | undefined)[]]

The overscroll-behavior-y CSS property sets the browser's behavior when the vertical boundary of a scrolling area is reached.

Syntax: contain | none | auto

Initial value: auto

Chrome Firefox Safari Edge IE
63 59 16 18 No
padding?: Padding<string | number> | CustomValueType | (Padding<string | number> | CustomValueType | undefined)[] | [null, ...(Padding<string | number> | CustomValueType | undefined)[]]

The padding CSS shorthand property sets the padding area on all four sides of an element at once.

Syntax: [ <length> | <percentage> ]{1,4}

Chrome Firefox Safari Edge IE
1 1 1 12 4
paddingBlock?: PaddingBlock<string | number> | CustomValueType | (PaddingBlock<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingBlock<string | number> | CustomValueType | undefined)[]]

The padding-block CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>{1,2}

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
paddingBlockEnd?: PaddingBlockEnd<string | number> | CustomValueType | (PaddingBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingBlockEnd<string | number> | CustomValueType | undefined)[]]

The padding-block-end CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
paddingBlockStart?: PaddingBlockStart<string | number> | CustomValueType | (PaddingBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingBlockStart<string | number> | CustomValueType | undefined)[]]

The padding-block-start CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
paddingBottom?: PaddingBottom<string | number> | CustomValueType | (PaddingBottom<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingBottom<string | number> | CustomValueType | undefined)[]]

The padding-bottom CSS property sets the height of the padding area on the bottom of an element.

Syntax: <length> | <percentage>

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 4
paddingInline?: PaddingInline<string | number> | CustomValueType | (PaddingInline<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInline<string | number> | CustomValueType | undefined)[]]

The padding-inline CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>{1,2}

Chrome Firefox Safari Edge IE
87 66 14.1 n/a No
paddingInlineEnd?: PaddingInlineEnd<string | number> | CustomValueType | (PaddingInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineEnd<string | number> | CustomValueType | undefined)[]]

The padding-inline-end CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
2 (-webkit-padding-end) 3 (-moz-padding-end) 3 (-webkit-padding-end)
paddingInlineStart?: PaddingInlineStart<string | number> | CustomValueType | (PaddingInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingInlineStart<string | number> | CustomValueType | undefined)[]]

The padding-inline-start CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

Syntax: <'padding-left'>

Initial value: 0

Chrome Firefox Safari Edge IE
69 41 12.1 n/a No
2 (-webkit-padding-start) 3 (-moz-padding-start) 3 (-webkit-padding-start)
paddingLeft?: PaddingLeft<string | number> | CustomValueType | (PaddingLeft<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingLeft<string | number> | CustomValueType | undefined)[]]

The padding-left CSS property sets the width of the padding area to the left of an element.

Syntax: <length> | <percentage>

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 4
paddingRight?: PaddingRight<string | number> | CustomValueType | (PaddingRight<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingRight<string | number> | CustomValueType | undefined)[]]

The padding-right CSS property sets the width of the padding area on the right of an element.

Syntax: <length> | <percentage>

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 4
paddingTop?: PaddingTop<string | number> | CustomValueType | (PaddingTop<string | number> | CustomValueType | undefined)[] | [null, ...(PaddingTop<string | number> | CustomValueType | undefined)[]]

The padding-top CSS property sets the height of the padding area on the top of an element.

Syntax: <length> | <percentage>

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 4
page?: Page | CustomValueType | (Page | CustomValueType | undefined)[] | [null, ...(Page | CustomValueType | undefined)[]]

The page CSS property is used to specify the named page, a specific type of page defined by the @page at-rule.

Syntax: auto | <custom-ident>

Initial value: auto

Chrome Firefox Safari Edge IE
85 110 ≤13.1 n/a No
pageBreakAfter?: PageBreakAfter | CustomValueType | (PageBreakAfter | CustomValueType | undefined)[] | [null, ...(PageBreakAfter | CustomValueType | undefined)[]]

The page-break-after CSS property adjusts page breaks after the current element.

Syntax: auto | always | avoid | left | right | recto | verso

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1.2 12 4
pageBreakBefore?: PageBreakBefore | CustomValueType | (PageBreakBefore | CustomValueType | undefined)[] | [null, ...(PageBreakBefore | CustomValueType | undefined)[]]

The page-break-before CSS property adjusts page breaks before the current element.

Syntax: auto | always | avoid | left | right | recto | verso

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1.2 12 4
pageBreakInside?: PageBreakInside | CustomValueType | (PageBreakInside | CustomValueType | undefined)[] | [null, ...(PageBreakInside | CustomValueType | undefined)[]]

The page-break-inside CSS property adjusts page breaks inside the current element.

Syntax: auto | avoid

Initial value: auto

Chrome Firefox Safari Edge IE
1 19 1.3 12 8
paintOrder?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The paint-order CSS property lets you control the order in which the fill and stroke (and painting markers) of text content and shapes are drawn.

Syntax: normal | [ fill || stroke || markers ]

Initial value: normal

Chrome Firefox Safari Edge IE
35 60 8 17 No
panose1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
path?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
pathLength?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]
pathOffset?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]
pathSpacing?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]
patternContentUnits?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
patternTransform?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
patternUnits?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
perspective?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
perspectiveOrigin?: PerspectiveOrigin<string | number> | CustomValueType | (PerspectiveOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(PerspectiveOrigin<string | number> | CustomValueType | undefined)[]]

The perspective-origin CSS property determines the position at which the viewer is looking. It is used as the vanishing point by the perspective property.

Syntax: <position>

Initial value: 50% 50%

Chrome Firefox Safari Edge IE
36 16 9 12 10
12 -x- 4 -x-
placeContent?: PlaceContent | CustomValueType | (PlaceContent | CustomValueType | undefined)[] | [null, ...(PlaceContent | CustomValueType | undefined)[]]

The place-content CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the align-content and justify-content properties) in a relevant layout system such as Grid or Flexbox.

Syntax: <'align-content'> <'justify-content'>?

Chrome Firefox Safari Edge IE
59 45 9 n/a No
placeItems?: PlaceItems | CustomValueType | (PlaceItems | CustomValueType | undefined)[] | [null, ...(PlaceItems | CustomValueType | undefined)[]]

The CSS place-items shorthand property allows you to align items along both the block and inline directions at once (i.e. the align-items and justify-items properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.

Syntax: <'align-items'> <'justify-items'>?

Chrome Firefox Safari Edge IE
59 45 11 n/a No
placeSelf?: PlaceSelf | CustomValueType | (PlaceSelf | CustomValueType | undefined)[] | [null, ...(PlaceSelf | CustomValueType | undefined)[]]

The place-self CSS shorthand property allows you to align an individual item in both the block and inline directions at once (i.e. the align-self and justify-self properties) in a relevant layout system such as Grid or Flexbox. If the second value is not present, the first value is also used for it.

Syntax: <'align-self'> <'justify-self'>?

Chrome Firefox Safari Edge IE
59 45 11 n/a No
pointerEvents?: "fill" | "none" | "all" | "auto" | "stroke" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | CustomValueType | (undefined | "fill" | "none" | "all" | "auto" | "stroke" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | CustomValueType)[] | [null, ...(undefined | "fill" | "none" | "all" | "auto" | "stroke" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | CustomValueType)[]]

The pointer-events CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.

Syntax: auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit

Initial value: auto

Chrome Firefox Safari Edge IE
1 1.5 4 12 11
points?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
pointsAtX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
pointsAtY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
pointsAtZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
position?: Position | CustomValueType | (Position | CustomValueType | undefined)[] | [null, ...(Position | CustomValueType | undefined)[]]

The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.

Syntax: static | relative | absolute | sticky | fixed

Initial value: static

Chrome Firefox Safari Edge IE
1 1 1 12 4
preserveAlpha?: Booleanish | CustomValueType | (Booleanish | CustomValueType | undefined)[] | [null, ...(Booleanish | CustomValueType | undefined)[]]
preserveAspectRatio?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
primitiveUnits?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
printColorAdjust?: PrintColorAdjust | CustomValueType | (PrintColorAdjust | CustomValueType | undefined)[] | [null, ...(PrintColorAdjust | CustomValueType | undefined)[]]

The print-color-adjust CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.

Syntax: economy | exact

Initial value: economy

Chrome Firefox Safari Edge IE
17 -x- 97 15.4 79 -x- No
48 (color-adjust) 6 -x-
quotes?: Quotes | CustomValueType | (Quotes | CustomValueType | undefined)[] | [null, ...(Quotes | CustomValueType | undefined)[]]

The quotes CSS property sets how the browser should render quotation marks that are added using the open-quotes or close-quotes values of the CSS content property.

Syntax: none | auto | [ <string> <string> ]+

Initial value: depends on user agent

Chrome Firefox Safari Edge IE
11 1.5 9 12 8
r?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
radius?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
refX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
refY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
renderingIntent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
repeatCount?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
repeatDur?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
requiredExtensions?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
requiredFeatures?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
resize?: Resize | CustomValueType | (Resize | CustomValueType | undefined)[] | [null, ...(Resize | CustomValueType | undefined)[]]

The resize CSS property sets whether an element is resizable, and if so, in which directions.

Syntax: none | both | horizontal | vertical | block | inline

Initial value: none

Chrome Firefox Safari Edge IE
1 4 3 n/a No
restart?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
result?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
right?: Right<string | number> | CustomValueType | (Right<string | number> | CustomValueType | undefined)[] | [null, ...(Right<string | number> | CustomValueType | undefined)[]]

The right CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.

Syntax: <length> | <percentage> | auto

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
role?: AriaRole | CustomValueType | (AriaRole | CustomValueType | undefined)[] | [null, ...(AriaRole | CustomValueType | undefined)[]]
rotate?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
rotateX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
rotateY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
rotateZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
rowGap?: RowGap<string | number> | CustomValueType | (RowGap<string | number> | CustomValueType | undefined)[] | [null, ...(RowGap<string | number> | CustomValueType | undefined)[]]

The row-gap CSS property sets the size of the gap (gutter) between an element's rows.

Syntax: normal | <length-percentage>

Initial value: normal

Chrome Firefox Safari Edge IE
47 52 10.1 16 No
rubyAlign?: RubyAlign | CustomValueType | (RubyAlign | CustomValueType | undefined)[] | [null, ...(RubyAlign | CustomValueType | undefined)[]]

The ruby-align CSS property defines the distribution of the different ruby elements over the base.

Syntax: start | center | space-between | space-around

Initial value: space-around

Chrome Firefox Safari Edge IE
No 38 No n/a No
rubyMerge?: RubyMerge | CustomValueType | (RubyMerge | CustomValueType | undefined)[] | [null, ...(RubyMerge | CustomValueType | undefined)[]]

Syntax: separate | collapse | auto

Initial value: separate

rubyPosition?: RubyPosition | CustomValueType | (RubyPosition | CustomValueType | undefined)[] | [null, ...(RubyPosition | CustomValueType | undefined)[]]

The ruby-position CSS property defines the position of a ruby element relatives to its base element. It can be positioned over the element (over), under it (under), or between the characters on their right side (inter-character).

Syntax: [ alternate || [ over | under ] ] | inter-character

Initial value: alternate

Chrome Firefox Safari Edge IE
84 38 7 -x- 12-79 No
1 -x-
rx?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
ry?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
scale?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
scaleX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
scaleY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
scaleZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
scrollBehavior?: ScrollBehavior | CustomValueType | (ScrollBehavior | CustomValueType | undefined)[] | [null, ...(ScrollBehavior | CustomValueType | undefined)[]]

The scroll-behavior CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.

Syntax: auto | smooth

Initial value: auto

Chrome Firefox Safari Edge IE
61 36 15.4 n/a No
scrollMargin?: ScrollMargin<string | number> | CustomValueType | (ScrollMargin<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMargin<string | number> | CustomValueType | undefined)[]]

The scroll-margin shorthand property sets all of the scroll margins of an element at once, assigning values much like the margin property does for margins of an element.

Syntax: <length>{1,4}

Chrome Firefox Safari Edge IE
69 90 14.1 n/a No
11 (scroll-snap-margin)
scrollMarginBlock?: ScrollMarginBlock<string | number> | CustomValueType | (ScrollMarginBlock<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBlock<string | number> | CustomValueType | undefined)[]]

The scroll-margin-block shorthand property sets the scroll margins of an element in the block dimension.

Syntax: <length>{1,2}

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollMarginBlockEnd?: ScrollMarginBlockEnd<string | number> | CustomValueType | (ScrollMarginBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBlockEnd<string | number> | CustomValueType | undefined)[]]

The scroll-margin-block-end property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollMarginBlockStart?: ScrollMarginBlockStart<string | number> | CustomValueType | (ScrollMarginBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBlockStart<string | number> | CustomValueType | undefined)[]]

The scroll-margin-block-start property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollMarginBottom?: ScrollMarginBottom<string | number> | CustomValueType | (ScrollMarginBottom<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBottom<string | number> | CustomValueType | undefined)[]]

The scroll-margin-bottom property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
11 (scroll-snap-margin-bottom)
scrollMarginInline?: ScrollMarginInline<string | number> | CustomValueType | (ScrollMarginInline<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginInline<string | number> | CustomValueType | undefined)[]]

The scroll-margin-inline shorthand property sets the scroll margins of an element in the inline dimension.

Syntax: <length>{1,2}

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollMarginInlineEnd?: ScrollMarginInlineEnd<string | number> | CustomValueType | (ScrollMarginInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginInlineEnd<string | number> | CustomValueType | undefined)[]]

The scroll-margin-inline-end property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollMarginInlineStart?: ScrollMarginInlineStart<string | number> | CustomValueType | (ScrollMarginInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginInlineStart<string | number> | CustomValueType | undefined)[]]

The scroll-margin-inline-start property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollMarginLeft?: ScrollMarginLeft<string | number> | CustomValueType | (ScrollMarginLeft<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginLeft<string | number> | CustomValueType | undefined)[]]

The scroll-margin-left property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
11 (scroll-snap-margin-left)
scrollMarginRight?: ScrollMarginRight<string | number> | CustomValueType | (ScrollMarginRight<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginRight<string | number> | CustomValueType | undefined)[]]

The scroll-margin-right property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
11 (scroll-snap-margin-right)
scrollMarginTop?: ScrollMarginTop<string | number> | CustomValueType | (ScrollMarginTop<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginTop<string | number> | CustomValueType | undefined)[]]

The scroll-margin-top property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
11 (scroll-snap-margin-top)
scrollPadding?: ScrollPadding<string | number> | CustomValueType | (ScrollPadding<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPadding<string | number> | CustomValueType | undefined)[]]

The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.

Syntax: [ auto | <length-percentage> ]{1,4}

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
scrollPaddingBlock?: ScrollPaddingBlock<string | number> | CustomValueType | (ScrollPaddingBlock<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingBlock<string | number> | CustomValueType | undefined)[]]

The scroll-padding-block shorthand property sets the scroll padding of an element in the block dimension.

Syntax: [ auto | <length-percentage> ]{1,2}

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollPaddingBlockEnd?: ScrollPaddingBlockEnd<string | number> | CustomValueType | (ScrollPaddingBlockEnd<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingBlockEnd<string | number> | CustomValueType | undefined)[]]

The scroll-padding-block-end property defines offsets for the end edge in the block dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.

Syntax: auto | <length-percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollPaddingBlockStart?: ScrollPaddingBlockStart<string | number> | CustomValueType | (ScrollPaddingBlockStart<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingBlockStart<string | number> | CustomValueType | undefined)[]]

The scroll-padding-block-start property defines offsets for the start edge in the block dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.

Syntax: auto | <length-percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollPaddingBottom?: ScrollPaddingBottom<string | number> | CustomValueType | (ScrollPaddingBottom<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingBottom<string | number> | CustomValueType | undefined)[]]

The scroll-padding-bottom property defines offsets for the bottom of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.

Syntax: auto | <length-percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
scrollPaddingInline?: ScrollPaddingInline<string | number> | CustomValueType | (ScrollPaddingInline<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingInline<string | number> | CustomValueType | undefined)[]]

The scroll-padding-inline shorthand property sets the scroll padding of an element in the inline dimension.

Syntax: [ auto | <length-percentage> ]{1,2}

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollPaddingInlineEnd?: ScrollPaddingInlineEnd<string | number> | CustomValueType | (ScrollPaddingInlineEnd<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingInlineEnd<string | number> | CustomValueType | undefined)[]]

The scroll-padding-inline-end property defines offsets for the end edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.

Syntax: auto | <length-percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollPaddingInlineStart?: ScrollPaddingInlineStart<string | number> | CustomValueType | (ScrollPaddingInlineStart<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingInlineStart<string | number> | CustomValueType | undefined)[]]

The scroll-padding-inline-start property defines offsets for the start edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.

Syntax: auto | <length-percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
69 68 15 n/a No
scrollPaddingLeft?: ScrollPaddingLeft<string | number> | CustomValueType | (ScrollPaddingLeft<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingLeft<string | number> | CustomValueType | undefined)[]]

The scroll-padding-left property defines offsets for the left of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.

Syntax: auto | <length-percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
scrollPaddingRight?: ScrollPaddingRight<string | number> | CustomValueType | (ScrollPaddingRight<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingRight<string | number> | CustomValueType | undefined)[]]

The scroll-padding-right property defines offsets for the right of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.

Syntax: auto | <length-percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
scrollPaddingTop?: ScrollPaddingTop<string | number> | CustomValueType | (ScrollPaddingTop<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollPaddingTop<string | number> | CustomValueType | undefined)[]]

The scroll-padding-top property defines offsets for the top of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.

Syntax: auto | <length-percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
scrollSnapAlign?: ScrollSnapAlign | CustomValueType | (ScrollSnapAlign | CustomValueType | undefined)[] | [null, ...(ScrollSnapAlign | CustomValueType | undefined)[]]

The scroll-snap-align property specifies the box's snap position as an alignment of its snap area (as the alignment subject) within its snap container's snapport (as the alignment container). The two values specify the snapping alignment in the block axis and inline axis, respectively. If only one value is specified, the second value defaults to the same value.

Syntax: [ none | start | end | center ]{1,2}

Initial value: none

Chrome Firefox Safari Edge IE
69 68 11 n/a No
scrollSnapCoordinate?: ScrollSnapCoordinate<string | number> | CustomValueType | (ScrollSnapCoordinate<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollSnapCoordinate<string | number> | CustomValueType | undefined)[]]

The scroll-snap-coordinate CSS property defines the x and y coordinate positions within an element that will align with its nearest ancestor scroll container's scroll-snap-destination for each respective axis.

Syntax: none | <position>#

Initial value: none

Deprecated

scrollSnapDestination?: ScrollSnapDestination<string | number> | CustomValueType | (ScrollSnapDestination<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollSnapDestination<string | number> | CustomValueType | undefined)[]]

The scroll-snap-destination CSS property defines the position in x and y coordinates within the scroll container's visual viewport which element snap points align with.

Syntax: <position>

Initial value: 0px 0px

Deprecated

scrollSnapMargin?: ScrollMargin<string | number> | CustomValueType | (ScrollMargin<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMargin<string | number> | CustomValueType | undefined)[]]

The scroll-margin shorthand property sets all of the scroll margins of an element at once, assigning values much like the margin property does for margins of an element.

Syntax: <length>{1,4}

Chrome Firefox Safari Edge IE
69 68-90 14.1 n/a No
11 (scroll-snap-margin)
scrollSnapMarginBottom?: ScrollMarginBottom<string | number> | CustomValueType | (ScrollMarginBottom<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginBottom<string | number> | CustomValueType | undefined)[]]

The scroll-margin-bottom property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
11 (scroll-snap-margin-bottom)
scrollSnapMarginLeft?: ScrollMarginLeft<string | number> | CustomValueType | (ScrollMarginLeft<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginLeft<string | number> | CustomValueType | undefined)[]]

The scroll-margin-left property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
11 (scroll-snap-margin-left)
scrollSnapMarginRight?: ScrollMarginRight<string | number> | CustomValueType | (ScrollMarginRight<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginRight<string | number> | CustomValueType | undefined)[]]

The scroll-margin-right property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
11 (scroll-snap-margin-right)
scrollSnapMarginTop?: ScrollMarginTop<string | number> | CustomValueType | (ScrollMarginTop<string | number> | CustomValueType | undefined)[] | [null, ...(ScrollMarginTop<string | number> | CustomValueType | undefined)[]]

The scroll-margin-top property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.

Syntax: <length>

Initial value: 0

Chrome Firefox Safari Edge IE
69 68 14.1 n/a No
11 (scroll-snap-margin-top)
scrollSnapPointsX?: ScrollSnapPointsX | CustomValueType | (ScrollSnapPointsX | CustomValueType | undefined)[] | [null, ...(ScrollSnapPointsX | CustomValueType | undefined)[]]

The scroll-snap-points-x CSS property defines the horizontal positioning of snap points within the content of the scroll container they are applied to.

Syntax: none | repeat( <length-percentage> )

Initial value: none

Deprecated

scrollSnapPointsY?: ScrollSnapPointsY | CustomValueType | (ScrollSnapPointsY | CustomValueType | undefined)[] | [null, ...(ScrollSnapPointsY | CustomValueType | undefined)[]]

The scroll-snap-points-y CSS property defines the vertical positioning of snap points within the content of the scroll container they are applied to.

Syntax: none | repeat( <length-percentage> )

Initial value: none

Deprecated

scrollSnapStop?: ScrollSnapStop | CustomValueType | (ScrollSnapStop | CustomValueType | undefined)[] | [null, ...(ScrollSnapStop | CustomValueType | undefined)[]]

The scroll-snap-stop CSS property defines whether or not the scroll container is allowed to "pass over" possible snap positions.

Syntax: normal | always

Initial value: normal

Chrome Firefox Safari Edge IE
75 103 15 n/a No
scrollSnapType?: ScrollSnapType | CustomValueType | (ScrollSnapType | CustomValueType | undefined)[] | [null, ...(ScrollSnapType | CustomValueType | undefined)[]]

The scroll-snap-type CSS property sets how strictly snap points are enforced on the scroll container in case there is one.

Syntax: none | [ x | y | block | inline | both ] [ mandatory | proximity ]?

Initial value: none

Chrome Firefox Safari Edge IE
69 39-68 11 79 10 -x-
9 -x-
scrollSnapTypeX?: ScrollSnapTypeX | CustomValueType | (ScrollSnapTypeX | CustomValueType | undefined)[] | [null, ...(ScrollSnapTypeX | CustomValueType | undefined)[]]

The scroll-snap-type-x CSS property defines how strictly snap points are enforced on the horizontal axis of the scroll container in case there is one.

Syntax: none | mandatory | proximity

Initial value: none

Deprecated

scrollSnapTypeY?: ScrollSnapTypeY | CustomValueType | (ScrollSnapTypeY | CustomValueType | undefined)[] | [null, ...(ScrollSnapTypeY | CustomValueType | undefined)[]]

The scroll-snap-type-y CSS property defines how strictly snap points are enforced on the vertical axis of the scroll container in case there is one.

Syntax: none | mandatory | proximity

Initial value: none

Deprecated

scrollTimeline?: ScrollTimeline | CustomValueType | (ScrollTimeline | CustomValueType | undefined)[] | [null, ...(ScrollTimeline | CustomValueType | undefined)[]]

The scroll-timeline CSS shorthand property defines a name that can be used to identify the source element of a scroll timeline, along with the scrollbar axis that should provide the timeline.

Syntax: [ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#

Chrome Firefox Safari Edge IE
115 n/a No n/a No
scrollTimelineAxis?: ScrollTimelineAxis | CustomValueType | (ScrollTimelineAxis | CustomValueType | undefined)[] | [null, ...(ScrollTimelineAxis | CustomValueType | undefined)[]]

The scroll-timeline-axis CSS property can be used to specify the scrollbar that will be used to provide the timeline for a scroll-timeline animation.

Syntax: [ block | inline | x | y ]#

Initial value: block

Chrome Firefox Safari Edge IE
115 n/a No n/a No
scrollTimelineName?: ScrollTimelineName | CustomValueType | (ScrollTimelineName | CustomValueType | undefined)[] | [null, ...(ScrollTimelineName | CustomValueType | undefined)[]]

The scroll-timeline-name CSS property defines a name that can be used to identify an element as the source of a scroll timeline for an animation.

Syntax: none | <dashed-ident>#

Initial value: none

Chrome Firefox Safari Edge IE
115 n/a No n/a No
scrollbarColor?: ScrollbarColor | CustomValueType | (ScrollbarColor | CustomValueType | undefined)[] | [null, ...(ScrollbarColor | CustomValueType | undefined)[]]

The scrollbar-color CSS property sets the color of the scrollbar track and thumb.

Syntax: auto | <color>{2}

Initial value: auto

Chrome Firefox Safari Edge IE
121 64 No n/a No
scrollbarGutter?: ScrollbarGutter | CustomValueType | (ScrollbarGutter | CustomValueType | undefined)[] | [null, ...(ScrollbarGutter | CustomValueType | undefined)[]]

The scrollbar-gutter CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.

Syntax: auto | stable && both-edges?

Initial value: auto

Chrome Firefox Safari Edge IE
94 97 No n/a No
scrollbarWidth?: ScrollbarWidth | CustomValueType | (ScrollbarWidth | CustomValueType | undefined)[] | [null, ...(ScrollbarWidth | CustomValueType | undefined)[]]

The scrollbar-width property allows the author to set the maximum thickness of an element's scrollbars when they are shown.

Syntax: auto | thin | none

Initial value: auto

Chrome Firefox Safari Edge IE
121 64 No n/a No
seed?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
shadow?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
shapeImageThreshold?: ShapeImageThreshold | CustomValueType | (ShapeImageThreshold | CustomValueType | undefined)[] | [null, ...(ShapeImageThreshold | CustomValueType | undefined)[]]

The shape-image-threshold CSS property sets the alpha channel threshold used to extract the shape using an image as the value for shape-outside.

Syntax: <alpha-value>

Initial value: 0.0

Chrome Firefox Safari Edge IE
37 62 10.1 n/a No
shapeMargin?: ShapeMargin<string | number> | CustomValueType | (ShapeMargin<string | number> | CustomValueType | undefined)[] | [null, ...(ShapeMargin<string | number> | CustomValueType | undefined)[]]

The shape-margin CSS property sets a margin for a CSS shape created using shape-outside.

Syntax: <length-percentage>

Initial value: 0

Chrome Firefox Safari Edge IE
37 62 10.1 n/a No
shapeOutside?: ShapeOutside | CustomValueType | (ShapeOutside | CustomValueType | undefined)[] | [null, ...(ShapeOutside | CustomValueType | undefined)[]]

The shape-outside CSS property defines a shape—which may be non-rectangular—around which adjacent inline content should wrap. By default, inline content wraps around its margin box; shape-outside provides a way to customize this wrapping, making it possible to wrap text around complex objects rather than simple boxes.

Syntax: none | [ <shape-box> || <basic-shape> ] | <image>

Initial value: none

Chrome Firefox Safari Edge IE
37 62 10.1 n/a No
shapeRendering?: "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | CustomValueType)[]]
size?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

Framer Library custom prop types. These are not actually supported in Motion - preferably we'd have a way of external consumers injecting supported styles into this library.

skew?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
skewX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
skewY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
slope?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
spacing?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
specularConstant?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
specularExponent?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
speed?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
spreadMethod?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
startOffset?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
stdDeviation?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
stemh?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
stemv?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
stitchTiles?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
stopColor?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
stopOpacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
strikethroughPosition?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
strikethroughThickness?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
string?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
stroke?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
strokeDasharray?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
strokeDashoffset?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
strokeLinecap?: "round" | "inherit" | "butt" | "square" | CustomValueType | (undefined | "round" | "inherit" | "butt" | "square" | CustomValueType)[] | [null, ...(undefined | "round" | "inherit" | "butt" | "square" | CustomValueType)[]]
strokeLinejoin?: "round" | "inherit" | "miter" | "bevel" | CustomValueType | (undefined | "round" | "inherit" | "miter" | "bevel" | CustomValueType)[] | [null, ...(undefined | "round" | "inherit" | "miter" | "bevel" | CustomValueType)[]]
strokeMiterlimit?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
strokeOpacity?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
strokeWidth?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
style?: CSSProperties | CustomValueType | (undefined | CSSProperties | CustomValueType)[] | [null, ...(undefined | CSSProperties | CustomValueType)[]]
suppressHydrationWarning?: boolean | CustomValueType | (undefined | boolean | CustomValueType)[] | [null, ...(undefined | boolean | CustomValueType)[]]
surfaceScale?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
systemLanguage?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
tabIndex?: number | CustomValueType | (undefined | number | CustomValueType)[] | [null, ...(undefined | number | CustomValueType)[]]
tabSize?: TabSize<string | number> | CustomValueType | (TabSize<string | number> | CustomValueType | undefined)[] | [null, ...(TabSize<string | number> | CustomValueType | undefined)[]]

The tab-size CSS property is used to customize the width of tab characters (U+0009).

Syntax: <integer> | <length>

Initial value: 8

Chrome Firefox Safari Edge IE
21 91 7 n/a No
4 -x-
tableLayout?: TableLayout | CustomValueType | (TableLayout | CustomValueType | undefined)[] | [null, ...(TableLayout | CustomValueType | undefined)[]]

The table-layout CSS property sets the algorithm used to lay out <table> cells, rows, and columns.

Syntax: auto | fixed

Initial value: auto

Chrome Firefox Safari Edge IE
14 1 1 12 5
tableValues?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
target?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
targetX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
targetY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
textAlign?: TextAlign | CustomValueType | (TextAlign | CustomValueType | undefined)[] | [null, ...(TextAlign | CustomValueType | undefined)[]]

The text-align CSS property sets the horizontal alignment of the inline-level content inside a block element or table-cell box. This means it works like vertical-align but in the horizontal direction.

Syntax: start | end | left | right | center | justify | match-parent

Initial value: start, or a nameless value that acts as left if direction is ltr, right if direction is rtl if start is not supported by the browser.

Chrome Firefox Safari Edge IE
1 1 1 12 3
textAlignLast?: TextAlignLast | CustomValueType | (TextAlignLast | CustomValueType | undefined)[] | [null, ...(TextAlignLast | CustomValueType | undefined)[]]

The text-align-last CSS property sets how the last line of a block or a line, right before a forced line break, is aligned.

Syntax: auto | start | end | left | right | center | justify

Initial value: auto

Chrome Firefox Safari Edge IE
47 49 16 12 5.5
textAnchor?: "end" | "start" | "initial" | "inherit" | "middle" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType | (undefined | "end" | "start" | "initial" | "inherit" | "middle" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[] | [null, ...(undefined | "end" | "start" | "initial" | "inherit" | "middle" | "-moz-initial" | "revert" | "revert-layer" | "unset" | CustomValueType)[]]
textCombineUpright?: TextCombineUpright | CustomValueType | (TextCombineUpright | CustomValueType | undefined)[] | [null, ...(TextCombineUpright | CustomValueType | undefined)[]]

The text-combine-upright CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.

Syntax: none | all | [ digits <integer>? ]

Initial value: none

Chrome Firefox Safari Edge IE
48 48 15.4 79 11 (-ms-text-combine-horizontal)
9 (-webkit-text-combine) 5.1 (-webkit-text-combine)
textDecoration?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for text-decoration-line, text-decoration-color, text-decoration-style, and the newer text-decoration-thickness property.

Syntax: <'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'> || <'text-decoration-thickness'>

Chrome Firefox Safari Edge IE
1 1 1 12 3
textDecorationColor?: TextDecorationColor | CustomValueType | (TextDecorationColor | CustomValueType | undefined)[] | [null, ...(TextDecorationColor | CustomValueType | undefined)[]]

The text-decoration-color CSS property sets the color of decorations added to text by text-decoration-line.

Syntax: <color>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
57 36 12.1 n/a No
8 -x-
textDecorationLine?: TextDecorationLine | CustomValueType | (TextDecorationLine | CustomValueType | undefined)[] | [null, ...(TextDecorationLine | CustomValueType | undefined)[]]

The text-decoration-line CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline.

Syntax: none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error

Initial value: none

Chrome Firefox Safari Edge IE
57 36 12.1 n/a No
8 -x-
textDecorationSkip?: TextDecorationSkip | CustomValueType | (TextDecorationSkip | CustomValueType | undefined)[] | [null, ...(TextDecorationSkip | CustomValueType | undefined)[]]

The text-decoration-skip CSS property sets what parts of an element's content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors.

Syntax: none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]

Initial value: objects

Chrome Firefox Safari Edge IE
57-64 No 12.1 n/a No
7 -x-
textDecorationSkipInk?: TextDecorationSkipInk | CustomValueType | (TextDecorationSkipInk | CustomValueType | undefined)[] | [null, ...(TextDecorationSkipInk | CustomValueType | undefined)[]]

The text-decoration-skip-ink CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders.

Syntax: auto | all | none

Initial value: auto

Chrome Firefox Safari Edge IE
64 70 15.4 n/a No
textDecorationStyle?: TextDecorationStyle | CustomValueType | (TextDecorationStyle | CustomValueType | undefined)[] | [null, ...(TextDecorationStyle | CustomValueType | undefined)[]]

The text-decoration-style CSS property sets the style of the lines specified by text-decoration-line. The style applies to all lines that are set with text-decoration-line.

Syntax: solid | double | dotted | dashed | wavy

Initial value: solid

Chrome Firefox Safari Edge IE
57 36 12.1 n/a No
8 -x-
textDecorationThickness?: TextDecorationThickness<string | number> | CustomValueType | (TextDecorationThickness<string | number> | CustomValueType | undefined)[] | [null, ...(TextDecorationThickness<string | number> | CustomValueType | undefined)[]]

The text-decoration-thickness CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.

Syntax: auto | from-font | <length> | <percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
89 70 12.1 n/a No
textEmphasis?: TextEmphasis | CustomValueType | (TextEmphasis | CustomValueType | undefined)[] | [null, ...(TextEmphasis | CustomValueType | undefined)[]]

The text-emphasis CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for text-emphasis-style and text-emphasis-color.

Syntax: <'text-emphasis-style'> || <'text-emphasis-color'>

Chrome Firefox Safari Edge IE
99 46 7 n/a No
25 -x-
textEmphasisColor?: TextEmphasisColor | CustomValueType | (TextEmphasisColor | CustomValueType | undefined)[] | [null, ...(TextEmphasisColor | CustomValueType | undefined)[]]

The text-emphasis-color CSS property sets the color of emphasis marks. This value can also be set using the text-emphasis shorthand.

Syntax: <color>

Initial value: currentcolor

Chrome Firefox Safari Edge IE
99 46 7 n/a No
25 -x-
textEmphasisPosition?: TextEmphasisPosition | CustomValueType | (TextEmphasisPosition | CustomValueType | undefined)[] | [null, ...(TextEmphasisPosition | CustomValueType | undefined)[]]

The text-emphasis-position CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.

Syntax: [ over | under ] && [ right | left ]

Initial value: over right

Chrome Firefox Safari Edge IE
99 46 7 n/a No
25 -x-
textEmphasisStyle?: TextEmphasisStyle | CustomValueType | (TextEmphasisStyle | CustomValueType | undefined)[] | [null, ...(TextEmphasisStyle | CustomValueType | undefined)[]]

The text-emphasis-style CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the text-emphasis shorthand.

Syntax: none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>

Initial value: none

Chrome Firefox Safari Edge IE
99 46 7 n/a No
25 -x-
textIndent?: TextIndent<string | number> | CustomValueType | (TextIndent<string | number> | CustomValueType | undefined)[] | [null, ...(TextIndent<string | number> | CustomValueType | undefined)[]]

The text-indent CSS property sets the length of empty space (indentation) that is put before lines of text in a block.

Syntax: <length-percentage> && hanging? && each-line?

Initial value: 0

Chrome Firefox Safari Edge IE
1 1 1 12 3
textJustify?: TextJustify | CustomValueType | (TextJustify | CustomValueType | undefined)[] | [null, ...(TextJustify | CustomValueType | undefined)[]]

The text-justify CSS property sets what type of justification should be applied to text when text-align``: justify; is set on an element.

Syntax: auto | inter-character | inter-word | none

Initial value: auto

Chrome Firefox Safari Edge IE
n/a 55 No 12-79 11
textLength?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
textOrientation?: TextOrientation | CustomValueType | (TextOrientation | CustomValueType | undefined)[] | [null, ...(TextOrientation | CustomValueType | undefined)[]]

The text-orientation CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when writing-mode is not horizontal-tb). It is useful for controlling the display of languages that use vertical script, and also for making vertical table headers.

Syntax: mixed | upright | sideways

Initial value: mixed

Chrome Firefox Safari Edge IE
48 41 14 n/a No
11 -x- 5.1 -x-
textOverflow?: TextOverflow | CustomValueType | (TextOverflow | CustomValueType | undefined)[] | [null, ...(TextOverflow | CustomValueType | undefined)[]]

The text-overflow CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis (''), or display a custom string.

Syntax: [ clip | ellipsis | <string> ]{1,2}

Initial value: clip

Chrome Firefox Safari Edge IE
1 7 1.3 12 6
textRendering?: "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | CustomValueType | (undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | CustomValueType)[] | [null, ...(undefined | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | CustomValueType)[]]

The text-rendering CSS property provides information to the rendering engine about what to optimize for when rendering text.

Syntax: auto | optimizeSpeed | optimizeLegibility | geometricPrecision

Initial value: auto

Chrome Firefox Safari Edge IE
4 1 5 n/a No
textShadow?: TextShadow | CustomValueType | (TextShadow | CustomValueType | undefined)[] | [null, ...(TextShadow | CustomValueType | undefined)[]]

The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.

Syntax: none | <shadow-t>#

Initial value: none

Chrome Firefox Safari Edge IE
2 3.5 1.1 12 10
textSizeAdjust?: TextSizeAdjust | CustomValueType | (TextSizeAdjust | CustomValueType | undefined)[] | [null, ...(TextSizeAdjust | CustomValueType | undefined)[]]

The text-size-adjust CSS property controls the text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property.

Syntax: none | auto | <percentage>

Initial value: auto for smartphone browsers supporting inflation, none in other cases (and then not modifiable).

Chrome Firefox Safari Edge IE
54 No No 79 No
textTransform?: TextTransform | CustomValueType | (TextTransform | CustomValueType | undefined)[] | [null, ...(TextTransform | CustomValueType | undefined)[]]

The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.

Syntax: none | capitalize | uppercase | lowercase | full-width | full-size-kana

Initial value: none

Chrome Firefox Safari Edge IE
1 1 1 12 4
textUnderlineOffset?: TextUnderlineOffset<string | number> | CustomValueType | (TextUnderlineOffset<string | number> | CustomValueType | undefined)[] | [null, ...(TextUnderlineOffset<string | number> | CustomValueType | undefined)[]]

The text-underline-offset CSS property sets the offset distance of an underline text decoration line (applied using text-decoration) from its original position.

Syntax: auto | <length> | <percentage>

Initial value: auto

Chrome Firefox Safari Edge IE
87 70 12.1 n/a No
textUnderlinePosition?: TextUnderlinePosition | CustomValueType | (TextUnderlinePosition | CustomValueType | undefined)[] | [null, ...(TextUnderlinePosition | CustomValueType | undefined)[]]

The text-underline-position CSS property specifies the position of the underline which is set using the text-decoration property's underline value.

Syntax: auto | from-font | [ under || [ left | right ] ]

Initial value: auto

Chrome Firefox Safari Edge IE
33 74 12.1 12 6
9 -x-
textWrap?: TextWrap | CustomValueType | (TextWrap | CustomValueType | undefined)[] | [null, ...(TextWrap | CustomValueType | undefined)[]]

The text-wrap CSS property controls how text inside an element is wrapped. The different values provide:

Syntax: wrap | nowrap | balance | stable | pretty

Initial value: wrap

Chrome Firefox Safari Edge IE
114 121 No n/a No
timelineScope?: TimelineScope | CustomValueType | (TimelineScope | CustomValueType | undefined)[] | [null, ...(TimelineScope | CustomValueType | undefined)[]]

The timeline-scope CSS property modifies the scope of a named animation timeline.

Syntax: none | <dashed-ident>#

Initial value: none

Chrome Firefox Safari Edge IE
116 No No n/a No
to?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
top?: Top<string | number> | CustomValueType | (Top<string | number> | CustomValueType | undefined)[] | [null, ...(Top<string | number> | CustomValueType | undefined)[]]

The top CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements.

Syntax: <length> | <percentage> | auto

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1 12 5
touchAction?: TouchAction | CustomValueType | (TouchAction | CustomValueType | undefined)[] | [null, ...(TouchAction | CustomValueType | undefined)[]]

The touch-action CSS property sets how an element's region can be manipulated by a touchscreen user (for example, by zooming features built into the browser).

Syntax: auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation

Initial value: auto

Chrome Firefox Safari Edge IE
36 52 13 12 11
10 -x-
transform?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.

Syntax: none | <transform-list>

Initial value: none

Chrome Firefox Safari Edge IE
36 16 9 12 10
1 -x- 3.1 -x- 9 -x-
transformBox?: TransformBox | CustomValueType | (TransformBox | CustomValueType | undefined)[] | [null, ...(TransformBox | CustomValueType | undefined)[]]

The transform-box CSS property defines the layout box to which the transform, individual transform properties translate,scale, and rotate, and transform-origin properties relate.

Syntax: content-box | border-box | fill-box | stroke-box | view-box

Initial value: view-box

Chrome Firefox Safari Edge IE
64 55 11 n/a No
transformOrigin?: TransformOrigin<string | number> | CustomValueType | (TransformOrigin<string | number> | CustomValueType | undefined)[] | [null, ...(TransformOrigin<string | number> | CustomValueType | undefined)[]]

The transform-origin CSS property sets the origin for an element's transformations.

Syntax: [ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?

Initial value: 50% 50% 0

Chrome Firefox Safari Edge IE
36 16 9 12 10
1 -x- 2 -x- 9 -x-
transformPerspective?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
transformStyle?: TransformStyle | CustomValueType | (TransformStyle | CustomValueType | undefined)[] | [null, ...(TransformStyle | CustomValueType | undefined)[]]

The transform-style CSS property sets whether children of an element are positioned in the 3D space or are flattened in the plane of the element.

Syntax: flat | preserve-3d

Initial value: flat

Chrome Firefox Safari Edge IE
36 16 9 12 No
12 -x- 4 -x-
transition?: (Transition$1 | undefined) & { duration?: number | undefined; }
transitionBehavior?: TransitionBehavior | CustomValueType | (TransitionBehavior | CustomValueType | undefined)[] | [null, ...(TransitionBehavior | CustomValueType | undefined)[]]

The transition-behavior CSS property specifies whether transitions will be started for properties whose animation behavior is discrete.

Syntax: <transition-behavior-value>#

Initial value: normal

Chrome Firefox Safari Edge IE
117 No No n/a No
transitionDelay?: TransitionDelay<string & {}> | CustomValueType | (TransitionDelay<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDelay<string & {}> | CustomValueType | undefined)[]]

The transition-delay CSS property specifies the duration to wait before starting a property's transition effect when its value changes.

Syntax: <time>#

Initial value: 0s

Chrome Firefox Safari Edge IE
26 16 9 12 10
1 -x- 4 -x-
transitionDuration?: TransitionDuration<string & {}> | CustomValueType | (TransitionDuration<string & {}> | CustomValueType | undefined)[] | [null, ...(TransitionDuration<string & {}> | CustomValueType | undefined)[]]

The transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.

Syntax: <time>#

Initial value: 0s

Chrome Firefox Safari Edge IE
26 16 9 12 10
1 -x- 3.1 -x-
transitionEnd?: MakeCustomValueType<TargetProperties>
transitionProperty?: TransitionProperty | CustomValueType | (TransitionProperty | CustomValueType | undefined)[] | [null, ...(TransitionProperty | CustomValueType | undefined)[]]

The transition-property CSS property sets the CSS properties to which a transition effect should be applied.

Syntax: none | <single-transition-property>#

Initial value: all

Chrome Firefox Safari Edge IE
26 16 9 12 10
1 -x- 3.1 -x-
transitionTimingFunction?: TransitionTimingFunction | CustomValueType | (TransitionTimingFunction | CustomValueType | undefined)[] | [null, ...(TransitionTimingFunction | CustomValueType | undefined)[]]

The transition-timing-function CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.

Syntax: <easing-function>#

Initial value: ease

Chrome Firefox Safari Edge IE
26 16 9 12 10
1 -x- 3.1 -x-
translate?: Translate<string | number> | CustomValueType | (Translate<string | number> | CustomValueType | undefined)[] | [null, ...(Translate<string | number> | CustomValueType | undefined)[]]

The translate CSS property allows you to specify translation transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value.

Syntax: none | <length-percentage> [ <length-percentage> <length>? ]?

Initial value: none

Chrome Firefox Safari Edge IE
104 72 14.1 n/a No
translateX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
translateY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
translateZ?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
type?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
u1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
u2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
underlinePosition?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
underlineThickness?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
unicode?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
unicodeBidi?: "embed" | "plaintext" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "isolate-override" | CustomValueType | (undefined | "embed" | "plaintext" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "isolate-override" | CustomValueType)[] | [null, ...(undefined | "embed" | "plaintext" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "isolate-override" | CustomValueType)[]]

The unicode-bidi CSS property, together with the direction property, determines how bidirectional text in a document is handled. For example, if a block of content contains both left-to-right and right-to-left text, the user-agent uses a complex Unicode algorithm to decide how to display the text. The unicode-bidi property overrides this algorithm and allows the developer to control the text embedding.

Syntax: normal | embed | isolate | bidi-override | isolate-override | plaintext

Initial value: normal

Chrome Firefox Safari Edge IE
2 1 1.3 12 5.5
unicodeRange?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
unitsPerEm?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
userSelect?: UserSelect | CustomValueType | (UserSelect | CustomValueType | undefined)[] | [null, ...(UserSelect | CustomValueType | undefined)[]]

The user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.

Syntax: auto | text | none | contain | all

Initial value: auto

Chrome Firefox Safari Edge IE
54 69 3 -x- 79 10 -x-
1 -x- 1 -x- 12 -x-
vAlphabetic?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
vHanging?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
vIdeographic?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
vMathematical?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
values?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
vectorEffect?: "none" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "non-scaling-stroke" | CustomValueType | (undefined | "none" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "non-scaling-stroke" | CustomValueType)[] | [null, ...(undefined | "none" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "non-scaling-stroke" | CustomValueType)[]]
version?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
vertAdvY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
vertOriginX?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
vertOriginY?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
verticalAlign?: VerticalAlign<string | number> | CustomValueType | (VerticalAlign<string | number> | CustomValueType | undefined)[] | [null, ...(VerticalAlign<string | number> | CustomValueType | undefined)[]]

The vertical-align CSS property sets vertical alignment of an inline, inline-block or table-cell box.

Syntax: baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>

Initial value: baseline

Chrome Firefox Safari Edge IE
1 1 1 12 4
viewBox?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
viewTarget?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
viewTimeline?: ViewTimeline | CustomValueType | (ViewTimeline | CustomValueType | undefined)[] | [null, ...(ViewTimeline | CustomValueType | undefined)[]]

The view-timeline CSS shorthand property is used to define a named view progress timeline, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline is set on the subject.

Syntax: [ <'view-timeline-name'> <'view-timeline-axis'>? ]#

Chrome Firefox Safari Edge IE
115 n/a No n/a No
viewTimelineAxis?: ViewTimelineAxis | CustomValueType | (ViewTimelineAxis | CustomValueType | undefined)[] | [null, ...(ViewTimelineAxis | CustomValueType | undefined)[]]

The view-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details.

Syntax: [ block | inline | x | y ]#

Initial value: block

Chrome Firefox Safari Edge IE
115 n/a No n/a No
viewTimelineInset?: ViewTimelineInset<string | number> | CustomValueType | (ViewTimelineInset<string | number> | CustomValueType | undefined)[] | [null, ...(ViewTimelineInset<string | number> | CustomValueType | undefined)[]]

The view-timeline-inset CSS property is used to specify one or two values representing an adjustment to the position of the scrollport (see Scroll container for more details) in which the subject element of a named view progress timeline animation is deemed to be visible. Put another way, this allows you to specify start and/or end inset (or outset) values that offset the position of the timeline.

Syntax: [ [ auto | <length-percentage> ]{1,2} ]#

Initial value: auto

Chrome Firefox Safari Edge IE
115 No No n/a No
viewTimelineName?: ViewTimelineName | CustomValueType | (ViewTimelineName | CustomValueType | undefined)[] | [null, ...(ViewTimelineName | CustomValueType | undefined)[]]

The view-timeline-name CSS property is used to define the name of a named view progress timeline, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline is set on the subject.

Syntax: none | <dashed-ident>#

Initial value: none

Chrome Firefox Safari Edge IE
115 n/a No n/a No
viewTransitionName?: ViewTransitionName | CustomValueType | (ViewTransitionName | CustomValueType | undefined)[] | [null, ...(ViewTransitionName | CustomValueType | undefined)[]]

The view-transition-name CSS property provides the selected element with a distinct identifying name (a <custom-ident>) and causes it to participate in a separate view transition from the root view transition — or no view transition if the none value is specified.

Syntax: none | <custom-ident>

Initial value: none

Chrome Firefox Safari Edge IE
111 No No n/a No
visibility?: "hidden" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "collapse" | CustomValueType | (undefined | "hidden" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "collapse" | CustomValueType)[] | [null, ...(undefined | "hidden" | "initial" | "inherit" | "visible" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "collapse" | CustomValueType)[]]

The visibility CSS property shows or hides an element without changing the layout of a document. The property can also hide rows or columns in a <table>.

Syntax: visible | hidden | collapse

Initial value: visible

Chrome Firefox Safari Edge IE
1 1 1 12 4
whiteSpace?: WhiteSpace | CustomValueType | (WhiteSpace | CustomValueType | undefined)[] | [null, ...(WhiteSpace | CustomValueType | undefined)[]]

The white-space CSS property sets how white space inside an element is handled.

Syntax: normal | pre | nowrap | pre-wrap | pre-line | break-spaces | [ <'white-space-collapse'> || <'text-wrap'> || <'white-space-trim'> ]

Initial value: normal

Chrome Firefox Safari Edge IE
1 1 1 12 5.5
whiteSpaceCollapse?: WhiteSpaceCollapse | CustomValueType | (WhiteSpaceCollapse | CustomValueType | undefined)[] | [null, ...(WhiteSpaceCollapse | CustomValueType | undefined)[]]

The white-space-collapse CSS property controls how white space inside an element is collapsed.

Syntax: collapse | discard | preserve | preserve-breaks | preserve-spaces | break-spaces

Initial value: collapse

Chrome Firefox Safari Edge IE
114 No No n/a No
whiteSpaceTrim?: WhiteSpaceTrim | CustomValueType | (WhiteSpaceTrim | CustomValueType | undefined)[] | [null, ...(WhiteSpaceTrim | CustomValueType | undefined)[]]

Syntax: none | discard-before || discard-after || discard-inner

Initial value: none

widows?: Widows | CustomValueType | (Widows | CustomValueType | undefined)[] | [null, ...(Widows | CustomValueType | undefined)[]]

The widows CSS property sets the minimum number of lines in a block container that must be shown at the top of a page, region, or column.

Syntax: <integer>

Initial value: 2

Chrome Firefox Safari Edge IE
25 No 1.3 12 8
width?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The width CSS property sets an element's width. By default, it sets the width of the content area, but if box-sizing is set to border-box, it sets the width of the border area.

Syntax: auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1 12 4
widths?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
willChange?: WillChange | CustomValueType | (WillChange | CustomValueType | undefined)[] | [null, ...(WillChange | CustomValueType | undefined)[]]

The will-change CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can increase the responsiveness of a page by doing potentially expensive work before they are actually required.

Syntax: auto | <animateable-feature>#

Initial value: auto

Chrome Firefox Safari Edge IE
36 36 9.1 n/a No
wordBreak?: WordBreak | CustomValueType | (WordBreak | CustomValueType | undefined)[] | [null, ...(WordBreak | CustomValueType | undefined)[]]

The word-break CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.

Syntax: normal | break-all | keep-all | break-word

Initial value: normal

Chrome Firefox Safari Edge IE
1 15 3 12 5.5
wordSpacing?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]

The word-spacing CSS property sets the length of space between words and between tags.

Syntax: normal | <length>

Initial value: normal

Chrome Firefox Safari Edge IE
1 1 1 12 6
wordWrap?: WordWrap | CustomValueType | (WordWrap | CustomValueType | undefined)[] | [null, ...(WordWrap | CustomValueType | undefined)[]]

The overflow-wrap CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.

Syntax: normal | break-word

Initial value: normal

Chrome Firefox Safari Edge IE
≤80 ≤72 ≤13.1 ≤80 No
writingMode?: "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | CustomValueType | (undefined | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | CustomValueType)[] | [null, ...(undefined | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | CustomValueType)[]]

The writing-mode CSS property sets whether lines of text are laid out horizontally or vertically, as well as the direction in which blocks progress. When set for an entire document, it should be set on the root element (html element for HTML documents).

Syntax: horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr

Initial value: horizontal-tb

Chrome Firefox Safari Edge IE
48 41 10.1 12 9
8 -x- 5.1 -x-
x?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
x1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
x2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
xChannelSelector?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xHeight?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
xlinkActuate?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xlinkArcrole?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xlinkHref?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xlinkRole?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xlinkShow?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xlinkTitle?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xlinkType?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xmlBase?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xmlLang?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xmlSpace?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xmlns?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
xmlnsXlink?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
y?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
y1?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
y2?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
yChannelSelector?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]
z?: string | number | CustomValueType | (undefined | string | number | CustomValueType)[] | [null, ...(undefined | string | number | CustomValueType)[]]
zIndex?: ZIndex | CustomValueType | (ZIndex | CustomValueType | undefined)[] | [null, ...(ZIndex | CustomValueType | undefined)[]]

The z-index CSS property sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with a larger z-index cover those with a smaller one.

Syntax: auto | <integer>

Initial value: auto

Chrome Firefox Safari Edge IE
1 1 1 12 4
zoom?: Zoom | CustomValueType | (Zoom | CustomValueType | undefined)[] | [null, ...(Zoom | CustomValueType | undefined)[]]

The non-standard zoom CSS property can be used to control the magnification level of an element. transform: scale() should be used instead of this property, if possible. However, unlike CSS Transforms, zoom affects the layout size of the element.

Syntax: normal | reset | <number> | <percentage>

Initial value: normal

Chrome Firefox Safari Edge IE
1 n/a 3.1 12 5.5
zoomAndPan?: string | CustomValueType | (undefined | string | CustomValueType)[] | [null, ...(undefined | string | CustomValueType)[]]

Generated using TypeDoc