@yesstudio/nuxt-composables
    Preparing search index...

    Interface VendorLonghandProperties<TLength, TTime>

    interface VendorLonghandProperties<
        TLength = string & {}
        | 0,
        TTime = string & {},
    > {
        MozAnimationDelay?: AnimationDelay<TTime>;
        MozAnimationDirection?: AnimationDirection;
        MozAnimationDuration?: AnimationDuration<TTime>;
        MozAnimationFillMode?: AnimationFillMode;
        MozAnimationIterationCount?: AnimationIterationCount;
        MozAnimationName?: AnimationName;
        MozAnimationPlayState?: AnimationPlayState;
        MozAnimationTimingFunction?: AnimationTimingFunction;
        MozAppearance?: MozAppearance;
        MozBackfaceVisibility?: BackfaceVisibility;
        MozBinding?: MozBinding;
        MozBorderBottomColors?: MozBorderBottomColors;
        MozBorderEndColor?: BorderInlineEndColor;
        MozBorderEndStyle?: BorderInlineEndStyle;
        MozBorderEndWidth?: BorderInlineEndWidth<TLength>;
        MozBorderLeftColors?: MozBorderLeftColors;
        MozBorderRightColors?: MozBorderRightColors;
        MozBorderStartColor?: BorderInlineStartColor;
        MozBorderStartStyle?: BorderInlineStartStyle;
        MozBorderTopColors?: MozBorderTopColors;
        MozBoxSizing?: BoxSizing;
        MozColumnRuleColor?: ColumnRuleColor;
        MozColumnRuleStyle?: ColumnRuleStyle;
        MozColumnRuleWidth?: ColumnRuleWidth<TLength>;
        MozColumnWidth?: ColumnWidth<TLength>;
        MozContextProperties?: MozContextProperties;
        MozFontFeatureSettings?: FontFeatureSettings;
        MozFontLanguageOverride?: FontLanguageOverride;
        MozHyphens?: Hyphens;
        MozMarginEnd?: MarginInlineEnd<TLength>;
        MozMarginStart?: MarginInlineStart<TLength>;
        MozOrient?: MozOrient;
        MozOsxFontSmoothing?: FontSmooth<TLength>;
        MozOutlineRadiusBottomleft?: MozOutlineRadiusBottomleft<TLength>;
        MozOutlineRadiusBottomright?: MozOutlineRadiusBottomright<TLength>;
        MozOutlineRadiusTopleft?: MozOutlineRadiusTopleft<TLength>;
        MozOutlineRadiusTopright?: MozOutlineRadiusTopright<TLength>;
        MozPaddingEnd?: PaddingInlineEnd<TLength>;
        MozPaddingStart?: PaddingInlineStart<TLength>;
        MozPerspective?: Perspective<TLength>;
        MozPerspectiveOrigin?: PerspectiveOrigin<TLength>;
        MozStackSizing?: MozStackSizing;
        MozTabSize?: TabSize<TLength>;
        MozTextBlink?: MozTextBlink;
        MozTextSizeAdjust?: TextSizeAdjust;
        MozTransform?: Transform;
        MozTransformOrigin?: TransformOrigin<TLength>;
        MozTransformStyle?: TransformStyle;
        MozUserModify?: MozUserModify;
        MozUserSelect?: UserSelect;
        MozWindowDragging?: MozWindowDragging;
        MozWindowShadow?: MozWindowShadow;
        msAccelerator?: MsAccelerator;
        msBlockProgression?: MsBlockProgression;
        msContentZoomChaining?: MsContentZoomChaining;
        msContentZooming?: MsContentZooming;
        msContentZoomLimitMax?: MsContentZoomLimitMax;
        msContentZoomLimitMin?: MsContentZoomLimitMin;
        msContentZoomSnapPoints?: MsContentZoomSnapPoints;
        msContentZoomSnapType?: MsContentZoomSnapType;
        msFilter?: MsFilter;
        msFlexDirection?: FlexDirection;
        msFlexPositive?: FlexGrow;
        msFlowFrom?: MsFlowFrom;
        msFlowInto?: MsFlowInto;
        msGridColumns?: MsGridColumns<TLength>;
        msGridRows?: MsGridRows<TLength>;
        msHighContrastAdjust?: MsHighContrastAdjust;
        msHyphenateLimitChars?: MsHyphenateLimitChars;
        msHyphenateLimitLines?: MsHyphenateLimitLines;
        msHyphenateLimitZone?: MsHyphenateLimitZone<TLength>;
        msHyphens?: Hyphens;
        msImeAlign?: MsImeAlign;
        msLineBreak?: LineBreak;
        msOrder?: Order;
        msOverflowStyle?: MsOverflowStyle;
        msOverflowX?: OverflowX;
        msOverflowY?: OverflowY;
        msScrollbar3dlightColor?: MsScrollbar3dlightColor;
        msScrollbarArrowColor?: MsScrollbarArrowColor;
        msScrollbarBaseColor?: MsScrollbarBaseColor;
        msScrollbarDarkshadowColor?: MsScrollbarDarkshadowColor;
        msScrollbarFaceColor?: MsScrollbarFaceColor;
        msScrollbarHighlightColor?: MsScrollbarHighlightColor;
        msScrollbarShadowColor?: MsScrollbarShadowColor;
        msScrollbarTrackColor?: MsScrollbarTrackColor;
        msScrollChaining?: MsScrollChaining;
        msScrollLimitXMax?: MsScrollLimitXMax<TLength>;
        msScrollLimitXMin?: MsScrollLimitXMin<TLength>;
        msScrollLimitYMax?: MsScrollLimitYMax<TLength>;
        msScrollLimitYMin?: MsScrollLimitYMin<TLength>;
        msScrollRails?: MsScrollRails;
        msScrollSnapPointsX?: MsScrollSnapPointsX;
        msScrollSnapPointsY?: MsScrollSnapPointsY;
        msScrollSnapType?: MsScrollSnapType;
        msScrollTranslation?: MsScrollTranslation;
        msTextAutospace?: MsTextAutospace;
        msTextCombineHorizontal?: TextCombineUpright;
        msTextOverflow?: TextOverflow;
        msTouchAction?: TouchAction;
        msTouchSelect?: MsTouchSelect;
        msTransform?: Transform;
        msTransformOrigin?: TransformOrigin<TLength>;
        msTransitionDelay?: TransitionDelay<TTime>;
        msTransitionDuration?: TransitionDuration<TTime>;
        msTransitionProperty?: TransitionProperty;
        msTransitionTimingFunction?: TransitionTimingFunction;
        msUserSelect?: MsUserSelect;
        msWordBreak?: WordBreak;
        msWrapFlow?: MsWrapFlow;
        msWrapMargin?: MsWrapMargin<TLength>;
        msWrapThrough?: MsWrapThrough;
        msWritingMode?: WritingMode;
        WebkitAlignContent?: AlignContent;
        WebkitAlignItems?: AlignItems;
        WebkitAlignSelf?: AlignSelf;
        WebkitAnimationDelay?: AnimationDelay<TTime>;
        WebkitAnimationDirection?: AnimationDirection;
        WebkitAnimationDuration?: AnimationDuration<TTime>;
        WebkitAnimationFillMode?: AnimationFillMode;
        WebkitAnimationIterationCount?: AnimationIterationCount;
        WebkitAnimationName?: AnimationName;
        WebkitAnimationPlayState?: AnimationPlayState;
        WebkitAnimationTimingFunction?: AnimationTimingFunction;
        WebkitAppearance?: WebkitAppearance;
        WebkitBackdropFilter?: BackdropFilter;
        WebkitBackfaceVisibility?: BackfaceVisibility;
        WebkitBackgroundClip?: BackgroundClip;
        WebkitBackgroundOrigin?: BackgroundOrigin;
        WebkitBackgroundSize?: BackgroundSize<TLength>;
        WebkitBorderBeforeColor?: WebkitBorderBeforeColor;
        WebkitBorderBeforeStyle?: WebkitBorderBeforeStyle;
        WebkitBorderBeforeWidth?: WebkitBorderBeforeWidth<TLength>;
        WebkitBorderBottomLeftRadius?: BorderBottomLeftRadius<TLength>;
        WebkitBorderBottomRightRadius?: BorderBottomRightRadius<TLength>;
        WebkitBorderImageSlice?: BorderImageSlice;
        WebkitBorderTopLeftRadius?: BorderTopLeftRadius<TLength>;
        WebkitBorderTopRightRadius?: BorderTopRightRadius<TLength>;
        WebkitBoxDecorationBreak?: BoxDecorationBreak;
        WebkitBoxReflect?: WebkitBoxReflect<TLength>;
        WebkitBoxShadow?: BoxShadow;
        WebkitBoxSizing?: BoxSizing;
        WebkitClipPath?: ClipPath;
        WebkitColumnCount?: ColumnCount;
        WebkitColumnFill?: ColumnFill;
        WebkitColumnRuleColor?: ColumnRuleColor;
        WebkitColumnRuleStyle?: ColumnRuleStyle;
        WebkitColumnRuleWidth?: ColumnRuleWidth<TLength>;
        WebkitColumnSpan?: ColumnSpan;
        WebkitColumnWidth?: ColumnWidth<TLength>;
        WebkitFilter?: Filter;
        WebkitFlexBasis?: FlexBasis<TLength>;
        WebkitFlexDirection?: FlexDirection;
        WebkitFlexGrow?: FlexGrow;
        WebkitFlexShrink?: FlexShrink;
        WebkitFlexWrap?: FlexWrap;
        WebkitFontFeatureSettings?: FontFeatureSettings;
        WebkitFontKerning?: FontKerning;
        WebkitFontSmoothing?: FontSmooth<TLength>;
        WebkitFontVariantLigatures?: FontVariantLigatures;
        WebkitHyphenateCharacter?: HyphenateCharacter;
        WebkitHyphens?: Hyphens;
        WebkitInitialLetter?: InitialLetter;
        WebkitJustifyContent?: JustifyContent;
        WebkitLineBreak?: LineBreak;
        WebkitLineClamp?: WebkitLineClamp;
        WebkitLogicalHeight?: BlockSize<TLength>;
        WebkitLogicalWidth?: InlineSize<TLength>;
        WebkitMarginEnd?: MarginInlineEnd<TLength>;
        WebkitMarginStart?: MarginInlineStart<TLength>;
        WebkitMaskAttachment?: WebkitMaskAttachment;
        WebkitMaskBoxImageOutset?: MaskBorderOutset<TLength>;
        WebkitMaskBoxImageRepeat?: MaskBorderRepeat;
        WebkitMaskBoxImageSlice?: MaskBorderSlice;
        WebkitMaskBoxImageSource?: MaskBorderSource;
        WebkitMaskBoxImageWidth?: MaskBorderWidth<TLength>;
        WebkitMaskClip?: WebkitMaskClip;
        WebkitMaskComposite?: WebkitMaskComposite;
        WebkitMaskImage?: WebkitMaskImage;
        WebkitMaskOrigin?: WebkitMaskOrigin;
        WebkitMaskPosition?: WebkitMaskPosition<TLength>;
        WebkitMaskPositionX?: WebkitMaskPositionX<TLength>;
        WebkitMaskPositionY?: WebkitMaskPositionY<TLength>;
        WebkitMaskRepeat?: WebkitMaskRepeat;
        WebkitMaskRepeatX?: WebkitMaskRepeatX;
        WebkitMaskRepeatY?: WebkitMaskRepeatY;
        WebkitMaskSize?: WebkitMaskSize<TLength>;
        WebkitMaxInlineSize?: MaxInlineSize<TLength>;
        WebkitOrder?: Order;
        WebkitOverflowScrolling?: WebkitOverflowScrolling;
        WebkitPaddingEnd?: PaddingInlineEnd<TLength>;
        WebkitPaddingStart?: PaddingInlineStart<TLength>;
        WebkitPerspective?: Perspective<TLength>;
        WebkitPerspectiveOrigin?: PerspectiveOrigin<TLength>;
        WebkitPrintColorAdjust?: PrintColorAdjust;
        WebkitRubyPosition?: RubyPosition;
        WebkitScrollSnapType?: ScrollSnapType;
        WebkitShapeMargin?: ShapeMargin<TLength>;
        WebkitTapHighlightColor?: WebkitTapHighlightColor;
        WebkitTextCombine?: TextCombineUpright;
        WebkitTextDecorationColor?: TextDecorationColor;
        WebkitTextDecorationLine?: TextDecorationLine;
        WebkitTextDecorationSkip?: TextDecorationSkip;
        WebkitTextDecorationStyle?: TextDecorationStyle;
        WebkitTextEmphasisColor?: TextEmphasisColor;
        WebkitTextEmphasisPosition?: TextEmphasisPosition;
        WebkitTextEmphasisStyle?: TextEmphasisStyle;
        WebkitTextFillColor?: WebkitTextFillColor;
        WebkitTextOrientation?: TextOrientation;
        WebkitTextSizeAdjust?: TextSizeAdjust;
        WebkitTextStrokeColor?: WebkitTextStrokeColor;
        WebkitTextStrokeWidth?: WebkitTextStrokeWidth<TLength>;
        WebkitTextUnderlinePosition?: TextUnderlinePosition;
        WebkitTouchCallout?: WebkitTouchCallout;
        WebkitTransform?: Transform;
        WebkitTransformOrigin?: TransformOrigin<TLength>;
        WebkitTransformStyle?: TransformStyle;
        WebkitTransitionDelay?: TransitionDelay<TTime>;
        WebkitTransitionDuration?: TransitionDuration<TTime>;
        WebkitTransitionProperty?: TransitionProperty;
        WebkitTransitionTimingFunction?: TransitionTimingFunction;
        WebkitUserModify?: WebkitUserModify;
        WebkitUserSelect?: WebkitUserSelect;
        WebkitWritingMode?: WritingMode;
    }

    Type Parameters

    • TLength = string & {} | 0
    • TTime = string & {}

    Hierarchy (View Summary)

    Index

    Properties

    MozAnimationDelay? MozAnimationDirection? MozAnimationDuration? MozAnimationFillMode? MozAnimationIterationCount? MozAnimationName? MozAnimationPlayState? MozAnimationTimingFunction? MozAppearance? MozBackfaceVisibility? MozBinding? MozBorderBottomColors? MozBorderEndColor? MozBorderEndStyle? MozBorderEndWidth? MozBorderLeftColors? MozBorderRightColors? MozBorderStartColor? MozBorderStartStyle? MozBorderTopColors? MozBoxSizing? MozColumnRuleColor? MozColumnRuleStyle? MozColumnRuleWidth? MozColumnWidth? MozContextProperties? MozFontFeatureSettings? MozFontLanguageOverride? MozHyphens? MozMarginEnd? MozMarginStart? MozOrient? MozOsxFontSmoothing? MozOutlineRadiusBottomleft? MozOutlineRadiusBottomright? MozOutlineRadiusTopleft? MozOutlineRadiusTopright? MozPaddingEnd? MozPaddingStart? MozPerspective? MozPerspectiveOrigin? MozStackSizing? MozTabSize? MozTextBlink? MozTextSizeAdjust? MozTransform? MozTransformOrigin? MozTransformStyle? MozUserModify? MozUserSelect? MozWindowDragging? MozWindowShadow? msAccelerator? msBlockProgression? msContentZoomChaining? msContentZooming? msContentZoomLimitMax? msContentZoomLimitMin? msContentZoomSnapPoints? msContentZoomSnapType? msFilter? msFlexDirection? msFlexPositive? msFlowFrom? msFlowInto? msGridColumns? msGridRows? msHighContrastAdjust? msHyphenateLimitChars? msHyphenateLimitLines? msHyphenateLimitZone? msHyphens? msImeAlign? msLineBreak? msOrder? msOverflowStyle? msOverflowX? msOverflowY? msScrollbar3dlightColor? msScrollbarArrowColor? msScrollbarBaseColor? msScrollbarDarkshadowColor? msScrollbarFaceColor? msScrollbarHighlightColor? msScrollbarShadowColor? msScrollbarTrackColor? msScrollChaining? msScrollLimitXMax? msScrollLimitXMin? msScrollLimitYMax? msScrollLimitYMin? msScrollRails? msScrollSnapPointsX? msScrollSnapPointsY? msScrollSnapType? msScrollTranslation? msTextAutospace? msTextCombineHorizontal? msTextOverflow? msTouchAction? msTouchSelect? msTransform? msTransformOrigin? msTransitionDelay? msTransitionDuration? msTransitionProperty? msTransitionTimingFunction? msUserSelect? msWordBreak? msWrapFlow? msWrapMargin? msWrapThrough? msWritingMode? WebkitAlignContent? WebkitAlignItems? WebkitAlignSelf? WebkitAnimationDelay? WebkitAnimationDirection? WebkitAnimationDuration? WebkitAnimationFillMode? WebkitAnimationIterationCount? WebkitAnimationName? WebkitAnimationPlayState? WebkitAnimationTimingFunction? WebkitAppearance? WebkitBackdropFilter? WebkitBackfaceVisibility? WebkitBackgroundClip? WebkitBackgroundOrigin? WebkitBackgroundSize? WebkitBorderBeforeColor? WebkitBorderBeforeStyle? WebkitBorderBeforeWidth? WebkitBorderBottomLeftRadius? WebkitBorderBottomRightRadius? WebkitBorderImageSlice? WebkitBorderTopLeftRadius? WebkitBorderTopRightRadius? WebkitBoxDecorationBreak? WebkitBoxReflect? WebkitBoxShadow? WebkitBoxSizing? WebkitClipPath? WebkitColumnCount? WebkitColumnFill? WebkitColumnRuleColor? WebkitColumnRuleStyle? WebkitColumnRuleWidth? WebkitColumnSpan? WebkitColumnWidth? WebkitFilter? WebkitFlexBasis? WebkitFlexDirection? WebkitFlexGrow? WebkitFlexShrink? WebkitFlexWrap? WebkitFontFeatureSettings? WebkitFontKerning? WebkitFontSmoothing? WebkitFontVariantLigatures? WebkitHyphenateCharacter? WebkitHyphens? WebkitInitialLetter? WebkitJustifyContent? WebkitLineBreak? WebkitLineClamp? WebkitLogicalHeight? WebkitLogicalWidth? WebkitMarginEnd? WebkitMarginStart? WebkitMaskAttachment? 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? WebkitTextEmphasisColor? WebkitTextEmphasisPosition? WebkitTextEmphasisStyle? WebkitTextFillColor? WebkitTextOrientation? WebkitTextSizeAdjust? WebkitTextStrokeColor? WebkitTextStrokeWidth? WebkitTextUnderlinePosition? WebkitTouchCallout? WebkitTransform? WebkitTransformOrigin? WebkitTransformStyle? WebkitTransitionDelay? WebkitTransitionDuration? WebkitTransitionProperty? WebkitTransitionTimingFunction? WebkitUserModify? WebkitUserSelect? WebkitWritingMode?

    Properties

    MozAnimationDelay?: AnimationDelay<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    MozAnimationDirection?: AnimationDirection

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <single-animation-direction>#

    Initial value: normal

    MozAnimationDuration?: AnimationDuration<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: [ auto | <time [0s,∞]> ]#

    Initial value: 0s

    MozAnimationFillMode?: AnimationFillMode

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: none

    MozAnimationIterationCount?: AnimationIterationCount

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: 1

    MozAnimationName?: AnimationName

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: none

    MozAnimationPlayState?: AnimationPlayState

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: running

    MozAnimationTimingFunction?: AnimationTimingFunction

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <easing-function>#

    Initial value: ease

    MozAppearance?: MozAppearance

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

    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

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

    Syntax: visible | hidden

    Initial value: visible

    MozBinding?: MozBinding

    Syntax: <url> | none

    Initial value: none

    MozBorderBottomColors?: MozBorderBottomColors

    Syntax: <color>+ | none

    Initial value: none

    MozBorderEndColor?: BorderInlineEndColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'border-top-color'>

    Initial value: currentcolor

    MozBorderEndStyle?: BorderInlineEndStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'border-top-style'>

    Initial value: none

    MozBorderEndWidth?: BorderInlineEndWidth<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'border-top-width'>

    Initial value: medium

    MozBorderLeftColors?: MozBorderLeftColors

    Syntax: <color>+ | none

    Initial value: none

    MozBorderRightColors?: MozBorderRightColors

    Syntax: <color>+ | none

    Initial value: none

    MozBorderStartColor?: BorderInlineStartColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'border-top-color'>

    Initial value: currentcolor

    MozBorderStartStyle?: BorderInlineStartStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'border-top-style'>

    Initial value: none

    MozBorderTopColors?: MozBorderTopColors

    Syntax: <color>+ | none

    Initial value: none

    MozBoxSizing?: BoxSizing

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: content-box | border-box

    Initial value: content-box

    MozColumnRuleColor?: ColumnRuleColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: <color>

    Initial value: currentcolor

    MozColumnRuleStyle?: ColumnRuleStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: <'border-style'>

    Initial value: none

    MozColumnRuleWidth?: ColumnRuleWidth<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: <'border-width'>

    Initial value: medium

    MozColumnWidth?: ColumnWidth<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since November 2016.

    Syntax: <length> | auto

    Initial value: auto

    MozContextProperties?: MozContextProperties

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

    Initial value: none

    MozFontFeatureSettings?: FontFeatureSettings

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017.

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

    Initial value: normal

    MozFontLanguageOverride?: FontLanguageOverride

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: normal | <string>

    Initial value: normal

    MozHyphens?: Hyphens

    Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: none | manual | auto

    Initial value: manual

    MozMarginEnd?: MarginInlineEnd<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'margin-top'>

    Initial value: 0

    MozMarginStart?: MarginInlineStart<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'margin-top'>

    Initial value: 0

    MozOrient?: MozOrient

    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<TLength>

    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

    MozOutlineRadiusBottomleft?: MozOutlineRadiusBottomleft<TLength>

    Syntax: <outline-radius>

    Initial value: 0

    MozOutlineRadiusBottomright?: MozOutlineRadiusBottomright<TLength>

    Syntax: <outline-radius>

    Initial value: 0

    MozOutlineRadiusTopleft?: MozOutlineRadiusTopleft<TLength>

    Syntax: <outline-radius>

    Initial value: 0

    MozOutlineRadiusTopright?: MozOutlineRadiusTopright<TLength>

    Syntax: <outline-radius>

    Initial value: 0

    MozPaddingEnd?: PaddingInlineEnd<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'padding-top'>

    Initial value: 0

    MozPaddingStart?: PaddingInlineStart<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'padding-top'>

    Initial value: 0

    MozPerspective?: Perspective<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: none | <length>

    Initial value: none

    MozPerspectiveOrigin?: PerspectiveOrigin<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <position>

    Initial value: 50% 50%

    MozStackSizing?: MozStackSizing

    Syntax: ignore | stretch-to-fit

    Initial value: stretch-to-fit

    MozTabSize?: TabSize<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2021.

    Syntax: <integer> | <length>

    Initial value: 8

    MozTextBlink?: MozTextBlink

    Syntax: none | blink

    Initial value: none

    MozTextSizeAdjust?: TextSizeAdjust

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: none | auto | <percentage>

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

    MozTransform?: Transform

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: none | <transform-list>

    Initial value: none

    MozTransformOrigin?: TransformOrigin<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: 50% 50% 0

    MozTransformStyle?: TransformStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: flat | preserve-3d

    Initial value: flat

    MozUserModify?: MozUserModify

    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

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: auto | text | none | all

    Initial value: auto

    MozWindowDragging?: MozWindowDragging

    Syntax: drag | no-drag

    Initial value: drag

    MozWindowShadow?: MozWindowShadow

    Syntax: default | menu | tooltip | sheet | none

    Initial value: default

    msAccelerator?: MsAccelerator

    Syntax: false | true

    Initial value: false

    msBlockProgression?: MsBlockProgression

    Syntax: tb | rl | bt | lr

    Initial value: tb

    msContentZoomChaining?: MsContentZoomChaining

    Syntax: none | chained

    Initial value: none

    msContentZooming?: MsContentZooming

    Syntax: none | zoom

    Initial value: zoom for the top level element, none for all other elements

    msContentZoomLimitMax?: MsContentZoomLimitMax

    Syntax: <percentage>

    Initial value: 400%

    msContentZoomLimitMin?: MsContentZoomLimitMin

    Syntax: <percentage>

    Initial value: 100%

    msContentZoomSnapPoints?: MsContentZoomSnapPoints

    Syntax: snapInterval( <percentage>, <percentage> ) | snapList( <percentage># )

    Initial value: snapInterval(0%, 100%)

    msContentZoomSnapType?: MsContentZoomSnapType

    Syntax: none | proximity | mandatory

    Initial value: none

    msFilter?: MsFilter

    Syntax: <string>

    Initial value: "" (the empty string)

    msFlexDirection?: FlexDirection

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: row

    msFlexPositive?: FlexGrow

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <number>

    Initial value: 0

    msFlowFrom?: MsFlowFrom

    Syntax: [ none | <custom-ident> ]#

    Initial value: none

    msFlowInto?: MsFlowInto

    Syntax: [ none | <custom-ident> ]#

    Initial value: none

    msGridColumns?: MsGridColumns<TLength>

    Syntax: none | <track-list> | <auto-track-list>

    Initial value: none

    msGridRows?: MsGridRows<TLength>

    Syntax: none | <track-list> | <auto-track-list>

    Initial value: none

    msHighContrastAdjust?: MsHighContrastAdjust

    Syntax: auto | none

    Initial value: auto

    msHyphenateLimitChars?: MsHyphenateLimitChars

    Syntax: auto | <integer>{1,3}

    Initial value: auto

    msHyphenateLimitLines?: MsHyphenateLimitLines

    Syntax: no-limit | <integer>

    Initial value: no-limit

    msHyphenateLimitZone?: MsHyphenateLimitZone<TLength>

    Syntax: <percentage> | <length>

    Initial value: 0

    msHyphens?: Hyphens

    Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: none | manual | auto

    Initial value: manual

    msImeAlign?: MsImeAlign

    Syntax: auto | after

    Initial value: auto

    msLineBreak?: LineBreak

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.

    Syntax: auto | loose | normal | strict | anywhere

    Initial value: auto

    msOrder?: Order

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <integer>

    Initial value: 0

    msOverflowStyle?: MsOverflowStyle

    Syntax: auto | none | scrollbar | -ms-autohiding-scrollbar

    Initial value: auto

    msOverflowX?: OverflowX

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: visible | hidden | clip | scroll | auto

    Initial value: visible

    msOverflowY?: OverflowY

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: visible | hidden | clip | scroll | auto

    Initial value: visible

    msScrollbar3dlightColor?: MsScrollbar3dlightColor

    Syntax: <color>

    Initial value: depends on user agent

    msScrollbarArrowColor?: MsScrollbarArrowColor

    Syntax: <color>

    Initial value: ButtonText

    msScrollbarBaseColor?: MsScrollbarBaseColor

    Syntax: <color>

    Initial value: depends on user agent

    msScrollbarDarkshadowColor?: MsScrollbarDarkshadowColor

    Syntax: <color>

    Initial value: ThreeDDarkShadow

    msScrollbarFaceColor?: MsScrollbarFaceColor

    Syntax: <color>

    Initial value: ThreeDFace

    msScrollbarHighlightColor?: MsScrollbarHighlightColor

    Syntax: <color>

    Initial value: ThreeDHighlight

    msScrollbarShadowColor?: MsScrollbarShadowColor

    Syntax: <color>

    Initial value: ThreeDDarkShadow

    msScrollbarTrackColor?: MsScrollbarTrackColor

    Syntax: <color>

    Initial value: Scrollbar

    msScrollChaining?: MsScrollChaining

    Syntax: chained | none

    Initial value: chained

    msScrollLimitXMax?: MsScrollLimitXMax<TLength>

    Syntax: auto | <length>

    Initial value: auto

    msScrollLimitXMin?: MsScrollLimitXMin<TLength>

    Syntax: <length>

    Initial value: 0

    msScrollLimitYMax?: MsScrollLimitYMax<TLength>

    Syntax: auto | <length>

    Initial value: auto

    msScrollLimitYMin?: MsScrollLimitYMin<TLength>

    Syntax: <length>

    Initial value: 0

    msScrollRails?: MsScrollRails

    Syntax: none | railed

    Initial value: railed

    msScrollSnapPointsX?: MsScrollSnapPointsX

    Syntax: snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )

    Initial value: snapInterval(0px, 100%)

    msScrollSnapPointsY?: MsScrollSnapPointsY

    Syntax: snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )

    Initial value: snapInterval(0px, 100%)

    msScrollSnapType?: MsScrollSnapType

    Syntax: none | proximity | mandatory

    Initial value: none

    msScrollTranslation?: MsScrollTranslation

    Syntax: none | vertical-to-horizontal

    Initial value: none

    msTextAutospace?: MsTextAutospace

    Syntax: none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space

    Initial value: none

    msTextCombineHorizontal?: TextCombineUpright

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

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

    Initial value: none

    msTextOverflow?: TextOverflow

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

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

    Initial value: clip

    msTouchAction?: TouchAction

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2019.

    Syntax: auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation

    Initial value: auto

    msTouchSelect?: MsTouchSelect

    Syntax: grippers | none

    Initial value: grippers

    msTransform?: Transform

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: none | <transform-list>

    Initial value: none

    msTransformOrigin?: TransformOrigin<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: 50% 50% 0

    msTransitionDelay?: TransitionDelay<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    msTransitionDuration?: TransitionDuration<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    msTransitionProperty?: TransitionProperty

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: all

    msTransitionTimingFunction?: TransitionTimingFunction

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <easing-function>#

    Initial value: ease

    msUserSelect?: MsUserSelect

    Syntax: none | element | text

    Initial value: text

    msWordBreak?: WordBreak

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: normal | break-all | keep-all | break-word | auto-phrase

    Initial value: normal

    msWrapFlow?: MsWrapFlow

    Syntax: auto | both | start | end | maximum | clear

    Initial value: auto

    msWrapMargin?: MsWrapMargin<TLength>

    Syntax: <length>

    Initial value: 0

    msWrapThrough?: MsWrapThrough

    Syntax: wrap | none

    Initial value: wrap

    msWritingMode?: WritingMode

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

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

    Initial value: horizontal-tb

    WebkitAlignContent?: AlignContent

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: normal

    WebkitAlignItems?: AlignItems

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: normal

    WebkitAlignSelf?: AlignSelf

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: auto

    WebkitAnimationDelay?: AnimationDelay<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    WebkitAnimationDirection?: AnimationDirection

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <single-animation-direction>#

    Initial value: normal

    WebkitAnimationDuration?: AnimationDuration<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: [ auto | <time [0s,∞]> ]#

    Initial value: 0s

    WebkitAnimationFillMode?: AnimationFillMode

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: none

    WebkitAnimationIterationCount?: AnimationIterationCount

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: 1

    WebkitAnimationName?: AnimationName

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: none

    WebkitAnimationPlayState?: AnimationPlayState

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: running

    WebkitAnimationTimingFunction?: AnimationTimingFunction

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <easing-function>#

    Initial value: ease

    WebkitAppearance?: WebkitAppearance

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

    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

    Since September 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: none | <filter-value-list>

    Initial value: none

    WebkitBackfaceVisibility?: BackfaceVisibility

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

    Syntax: visible | hidden

    Initial value: visible

    WebkitBackgroundClip?: BackgroundClip

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <bg-clip>#

    Initial value: border-box

    WebkitBackgroundOrigin?: BackgroundOrigin

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <visual-box>#

    Initial value: padding-box

    WebkitBackgroundSize?: BackgroundSize<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <bg-size>#

    Initial value: auto auto

    WebkitBorderBeforeColor?: WebkitBorderBeforeColor

    Syntax: <color>

    Initial value: currentcolor

    WebkitBorderBeforeStyle?: WebkitBorderBeforeStyle

    Syntax: <'border-style'>

    Initial value: none

    WebkitBorderBeforeWidth?: WebkitBorderBeforeWidth<TLength>

    Syntax: <'border-width'>

    Initial value: medium

    WebkitBorderBottomLeftRadius?: BorderBottomLeftRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,2}

    Initial value: 0

    WebkitBorderBottomRightRadius?: BorderBottomRightRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,2}

    Initial value: 0

    WebkitBorderImageSlice?: BorderImageSlice

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: [ <number [0,∞]> | <percentage [0,∞]> ]{1,4} && fill?

    Initial value: 100%

    WebkitBorderTopLeftRadius?: BorderTopLeftRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,2}

    Initial value: 0

    WebkitBorderTopRightRadius?: BorderTopRightRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,2}

    Initial value: 0

    WebkitBoxDecorationBreak?: BoxDecorationBreak

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: slice | clone

    Initial value: slice

    WebkitBoxReflect?: WebkitBoxReflect<TLength>

    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

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: none | <shadow>#

    Initial value: none

    WebkitBoxSizing?: BoxSizing

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: content-box | border-box

    Initial value: content-box

    WebkitClipPath?: ClipPath

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

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

    Initial value: none

    WebkitColumnCount?: ColumnCount

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: <integer> | auto

    Initial value: auto

    WebkitColumnFill?: ColumnFill

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: auto | balance

    Initial value: balance

    WebkitColumnRuleColor?: ColumnRuleColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: <color>

    Initial value: currentcolor

    WebkitColumnRuleStyle?: ColumnRuleStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: <'border-style'>

    Initial value: none

    WebkitColumnRuleWidth?: ColumnRuleWidth<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: <'border-width'>

    Initial value: medium

    WebkitColumnSpan?: ColumnSpan

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.

    Syntax: none | all

    Initial value: none

    WebkitColumnWidth?: ColumnWidth<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since November 2016.

    Syntax: <length> | auto

    Initial value: auto

    WebkitFilter?: Filter

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016.

    Syntax: none | <filter-value-list>

    Initial value: none

    WebkitFlexBasis?: FlexBasis<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: content | <'width'>

    Initial value: auto

    WebkitFlexDirection?: FlexDirection

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: row

    WebkitFlexGrow?: FlexGrow

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <number>

    Initial value: 0

    WebkitFlexShrink?: FlexShrink

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <number>

    Initial value: 1

    WebkitFlexWrap?: FlexWrap

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: nowrap | wrap | wrap-reverse

    Initial value: nowrap

    WebkitFontFeatureSettings?: FontFeatureSettings

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017.

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

    Initial value: normal

    WebkitFontKerning?: FontKerning

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: auto | normal | none

    Initial value: auto

    WebkitFontSmoothing?: FontSmooth<TLength>

    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

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

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

    Initial value: normal

    WebkitHyphenateCharacter?: HyphenateCharacter

    Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: auto | <string>

    Initial value: auto

    WebkitHyphens?: Hyphens

    Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: none | manual | auto

    Initial value: manual

    WebkitInitialLetter?: InitialLetter

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

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

    Initial value: normal

    WebkitJustifyContent?: JustifyContent

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: normal

    WebkitLineBreak?: LineBreak

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.

    Syntax: auto | loose | normal | strict | anywhere

    Initial value: auto

    WebkitLineClamp?: WebkitLineClamp

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: none | <integer>

    Initial value: none

    WebkitLogicalHeight?: BlockSize<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'width'>

    Initial value: auto

    WebkitLogicalWidth?: InlineSize<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'width'>

    Initial value: auto

    WebkitMarginEnd?: MarginInlineEnd<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'margin-top'>

    Initial value: 0

    WebkitMarginStart?: MarginInlineStart<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'margin-top'>

    Initial value: 0

    WebkitMaskAttachment?: WebkitMaskAttachment

    Syntax: <attachment>#

    Initial value: scroll

    WebkitMaskBoxImageOutset?: MaskBorderOutset<TLength>

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

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

    Initial value: 0

    WebkitMaskBoxImageRepeat?: MaskBorderRepeat

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

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

    Initial value: stretch

    WebkitMaskBoxImageSlice?: MaskBorderSlice

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

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

    Initial value: 0

    WebkitMaskBoxImageSource?: MaskBorderSource

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: none | <image>

    Initial value: none

    WebkitMaskBoxImageWidth?: MaskBorderWidth<TLength>

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

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

    Initial value: auto

    WebkitMaskClip?: WebkitMaskClip

    Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: [ <coord-box> | no-clip | border | padding | content | text ]#

    Initial value: border

    WebkitMaskComposite?: WebkitMaskComposite

    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

    Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: <mask-reference>#

    Initial value: none

    WebkitMaskOrigin?: WebkitMaskOrigin

    Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

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

    Initial value: padding

    WebkitMaskPosition?: WebkitMaskPosition<TLength>

    Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: <position>#

    Initial value: 0% 0%

    WebkitMaskPositionX?: WebkitMaskPositionX<TLength>

    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<TLength>

    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

    Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: <repeat-style>#

    Initial value: repeat

    WebkitMaskRepeatX?: WebkitMaskRepeatX

    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

    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<TLength>

    Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: <bg-size>#

    Initial value: auto auto

    WebkitMaxInlineSize?: MaxInlineSize<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'max-width'>

    Initial value: none

    WebkitOrder?: Order

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <integer>

    Initial value: 0

    WebkitOverflowScrolling?: WebkitOverflowScrolling

    Syntax: auto | touch

    Initial value: auto

    WebkitPaddingEnd?: PaddingInlineEnd<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'padding-top'>

    Initial value: 0

    WebkitPaddingStart?: PaddingInlineStart<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <'padding-top'>

    Initial value: 0

    WebkitPerspective?: Perspective<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: none | <length>

    Initial value: none

    WebkitPerspectiveOrigin?: PerspectiveOrigin<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <position>

    Initial value: 50% 50%

    WebkitPrintColorAdjust?: PrintColorAdjust

    Since May 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: economy | exact

    Initial value: economy

    WebkitRubyPosition?: RubyPosition

    Since December 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

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

    Initial value: alternate

    WebkitScrollSnapType?: ScrollSnapType

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2022.

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

    Initial value: none

    WebkitShapeMargin?: ShapeMargin<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <length-percentage>

    Initial value: 0

    WebkitTapHighlightColor?: WebkitTapHighlightColor

    -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

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

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

    Initial value: none

    WebkitTextDecorationColor?: TextDecorationColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <color>

    Initial value: currentcolor

    WebkitTextDecorationLine?: TextDecorationLine

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

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

    Initial value: none

    WebkitTextDecorationSkip?: TextDecorationSkip

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

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

    Initial value: objects

    WebkitTextDecorationStyle?: TextDecorationStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: solid | double | dotted | dashed | wavy

    Initial value: solid

    WebkitTextEmphasisColor?: TextEmphasisColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

    Syntax: <color>

    Initial value: currentcolor

    WebkitTextEmphasisPosition?: TextEmphasisPosition

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

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

    Initial value: auto

    WebkitTextEmphasisStyle?: TextEmphasisStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.

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

    Initial value: none

    WebkitTextFillColor?: WebkitTextFillColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016.

    Syntax: <color>

    Initial value: currentcolor

    WebkitTextOrientation?: TextOrientation

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2020.

    Syntax: mixed | upright | sideways

    Initial value: mixed

    WebkitTextSizeAdjust?: TextSizeAdjust

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: none | auto | <percentage>

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

    WebkitTextStrokeColor?: WebkitTextStrokeColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017.

    Syntax: <color>

    Initial value: currentcolor

    WebkitTextStrokeWidth?: WebkitTextStrokeWidth<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017.

    Syntax: <length>

    Initial value: 0

    WebkitTextUnderlinePosition?: TextUnderlinePosition

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.

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

    Initial value: auto

    WebkitTouchCallout?: WebkitTouchCallout

    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

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: none | <transform-list>

    Initial value: none

    WebkitTransformOrigin?: TransformOrigin<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    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

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: flat | preserve-3d

    Initial value: flat

    WebkitTransitionDelay?: TransitionDelay<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    WebkitTransitionDuration?: TransitionDuration<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    WebkitTransitionProperty?: TransitionProperty

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: all

    WebkitTransitionTimingFunction?: TransitionTimingFunction

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <easing-function>#

    Initial value: ease

    WebkitUserModify?: WebkitUserModify

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

    Initial value: read-only

    WebkitUserSelect?: WebkitUserSelect

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: auto | text | none | all

    Initial value: auto

    WebkitWritingMode?: WritingMode

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

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

    Initial value: horizontal-tb