interface CSSProperties {
    -khtml-box-align?: BoxAlign;
    -khtml-box-direction?: BoxDirection;
    -khtml-box-flex?: BoxFlex;
    -khtml-box-flex-group?: BoxFlexGroup;
    -khtml-box-lines?: BoxLines;
    -khtml-box-ordinal-group?: BoxOrdinalGroup;
    -khtml-box-orient?: BoxOrient;
    -khtml-box-pack?: BoxPack;
    -khtml-line-break?: LineBreak;
    -khtml-opacity?: Opacity;
    -khtml-user-select?: UserSelect;
    -moz-animation?: Animation<string & {}>;
    -moz-animation-delay?: AnimationDelay<string & {}>;
    -moz-animation-direction?: AnimationDirection;
    -moz-animation-duration?: AnimationDuration<string & {}>;
    -moz-animation-fill-mode?: AnimationFillMode;
    -moz-animation-iteration-count?: AnimationIterationCount;
    -moz-animation-name?: AnimationName;
    -moz-animation-play-state?: AnimationPlayState;
    -moz-animation-timing-function?: AnimationTimingFunction;
    -moz-appearance?: MozAppearance;
    -moz-backface-visibility?: BackfaceVisibility;
    -moz-background-clip?: BackgroundClip;
    -moz-background-inline-policy?: BoxDecorationBreak;
    -moz-background-origin?: BackgroundOrigin;
    -moz-background-size?: BackgroundSize<string | number>;
    -moz-binding?: MozBinding;
    -moz-border-bottom-colors?: MozBorderBottomColors;
    -moz-border-end-color?: BorderInlineEndColor;
    -moz-border-end-style?: BorderInlineEndStyle;
    -moz-border-end-width?: BorderInlineEndWidth<string | number>;
    -moz-border-image?: BorderImage;
    -moz-border-left-colors?: MozBorderLeftColors;
    -moz-border-radius?: BorderRadius<string | number>;
    -moz-border-radius-bottomleft?: BorderBottomLeftRadius<string | number>;
    -moz-border-radius-bottomright?: BorderBottomRightRadius<string | number>;
    -moz-border-radius-topleft?: BorderTopLeftRadius<string | number>;
    -moz-border-radius-topright?: BorderTopRightRadius<string | number>;
    -moz-border-right-colors?: MozBorderRightColors;
    -moz-border-start-color?: BorderInlineStartColor;
    -moz-border-start-style?: BorderInlineStartStyle;
    -moz-border-top-colors?: MozBorderTopColors;
    -moz-box-align?: BoxAlign;
    -moz-box-direction?: BoxDirection;
    -moz-box-flex?: BoxFlex;
    -moz-box-ordinal-group?: BoxOrdinalGroup;
    -moz-box-orient?: BoxOrient;
    -moz-box-pack?: BoxPack;
    -moz-box-shadow?: BoxShadow;
    -moz-box-sizing?: BoxSizing;
    -moz-column-count?: ColumnCount;
    -moz-column-fill?: ColumnFill;
    -moz-column-rule?: ColumnRule<string | number>;
    -moz-column-rule-color?: ColumnRuleColor;
    -moz-column-rule-style?: ColumnRuleStyle;
    -moz-column-rule-width?: ColumnRuleWidth<string | number>;
    -moz-column-width?: ColumnWidth<string | number>;
    -moz-columns?: Columns<string | number>;
    -moz-context-properties?: MozContextProperties;
    -moz-float-edge?: MozFloatEdge;
    -moz-font-feature-settings?: FontFeatureSettings;
    -moz-font-language-override?: FontLanguageOverride;
    -moz-force-broken-image-icon?: MozForceBrokenImageIcon;
    -moz-hyphens?: Hyphens;
    -moz-image-region?: MozImageRegion;
    -moz-margin-end?: MarginInlineEnd<string | number>;
    -moz-margin-start?: MarginInlineStart<string | number>;
    -moz-opacity?: Opacity;
    -moz-orient?: MozOrient;
    -moz-osx-font-smoothing?: FontSmooth<string | number>;
    -moz-outline?: Outline<string | number>;
    -moz-outline-color?: OutlineColor;
    -moz-outline-radius?: MozOutlineRadius<string | number>;
    -moz-outline-radius-bottomleft?: MozOutlineRadiusBottomleft<string | number>;
    -moz-outline-radius-bottomright?: MozOutlineRadiusBottomright<string | number>;
    -moz-outline-radius-topleft?: MozOutlineRadiusTopleft<string | number>;
    -moz-outline-radius-topright?: MozOutlineRadiusTopright<string | number>;
    -moz-outline-style?: OutlineStyle;
    -moz-outline-width?: OutlineWidth<string | number>;
    -moz-padding-end?: PaddingInlineEnd<string | number>;
    -moz-padding-start?: PaddingInlineStart<string | number>;
    -moz-perspective?: Perspective<string | number>;
    -moz-perspective-origin?: PerspectiveOrigin<string | number>;
    -moz-stack-sizing?: MozStackSizing;
    -moz-tab-size?: TabSize<string | number>;
    -moz-text-align-last?: TextAlignLast;
    -moz-text-blink?: MozTextBlink;
    -moz-text-decoration-color?: TextDecorationColor;
    -moz-text-decoration-line?: TextDecorationLine;
    -moz-text-decoration-style?: TextDecorationStyle;
    -moz-text-size-adjust?: TextSizeAdjust;
    -moz-transform?: Transform;
    -moz-transform-origin?: TransformOrigin<string | number>;
    -moz-transform-style?: TransformStyle;
    -moz-transition?: Transition<string & {}>;
    -moz-transition-delay?: TransitionDelay<string & {}>;
    -moz-transition-duration?: TransitionDuration<string & {}>;
    -moz-transition-property?: TransitionProperty;
    -moz-transition-timing-function?: TransitionTimingFunction;
    -moz-user-focus?: MozUserFocus;
    -moz-user-input?: MozUserInput;
    -moz-user-modify?: MozUserModify;
    -moz-user-select?: UserSelect;
    -moz-window-dragging?: MozWindowDragging;
    -moz-window-shadow?: MozWindowShadow;
    -ms-accelerator?: MsAccelerator;
    -ms-block-progression?: MsBlockProgression;
    -ms-content-zoom-chaining?: MsContentZoomChaining;
    -ms-content-zoom-limit?: MsContentZoomLimit;
    -ms-content-zoom-limit-max?: MsContentZoomLimitMax;
    -ms-content-zoom-limit-min?: MsContentZoomLimitMin;
    -ms-content-zoom-snap?: MsContentZoomSnap;
    -ms-content-zoom-snap-points?: MsContentZoomSnapPoints;
    -ms-content-zoom-snap-type?: MsContentZoomSnapType;
    -ms-content-zooming?: MsContentZooming;
    -ms-filter?: MsFilter;
    -ms-flex?: Flex<string | number>;
    -ms-flex-direction?: FlexDirection;
    -ms-flex-positive?: FlexGrow;
    -ms-flow-from?: MsFlowFrom;
    -ms-flow-into?: MsFlowInto;
    -ms-grid-columns?: MsGridColumns<string | number>;
    -ms-grid-rows?: MsGridRows<string | number>;
    -ms-high-contrast-adjust?: MsHighContrastAdjust;
    -ms-hyphenate-limit-chars?: MsHyphenateLimitChars;
    -ms-hyphenate-limit-lines?: MsHyphenateLimitLines;
    -ms-hyphenate-limit-zone?: MsHyphenateLimitZone<string | number>;
    -ms-hyphens?: Hyphens;
    -ms-ime-align?: MsImeAlign;
    -ms-ime-mode?: ImeMode;
    -ms-line-break?: LineBreak;
    -ms-order?: Order;
    -ms-overflow-style?: MsOverflowStyle;
    -ms-overflow-x?: OverflowX;
    -ms-overflow-y?: OverflowY;
    -ms-scroll-chaining?: MsScrollChaining;
    -ms-scroll-limit?: MsScrollLimit;
    -ms-scroll-limit-x-max?: MsScrollLimitXMax<string | number>;
    -ms-scroll-limit-x-min?: MsScrollLimitXMin<string | number>;
    -ms-scroll-limit-y-max?: MsScrollLimitYMax<string | number>;
    -ms-scroll-limit-y-min?: MsScrollLimitYMin<string | number>;
    -ms-scroll-rails?: MsScrollRails;
    -ms-scroll-snap-points-x?: MsScrollSnapPointsX;
    -ms-scroll-snap-points-y?: MsScrollSnapPointsY;
    -ms-scroll-snap-type?: MsScrollSnapType;
    -ms-scroll-snap-x?: MsScrollSnapX;
    -ms-scroll-snap-y?: MsScrollSnapY;
    -ms-scroll-translation?: MsScrollTranslation;
    -ms-scrollbar-3dlight-color?: MsScrollbar3dlightColor;
    -ms-scrollbar-arrow-color?: MsScrollbarArrowColor;
    -ms-scrollbar-base-color?: MsScrollbarBaseColor;
    -ms-scrollbar-darkshadow-color?: MsScrollbarDarkshadowColor;
    -ms-scrollbar-face-color?: MsScrollbarFaceColor;
    -ms-scrollbar-highlight-color?: MsScrollbarHighlightColor;
    -ms-scrollbar-shadow-color?: MsScrollbarShadowColor;
    -ms-scrollbar-track-color?: MsScrollbarTrackColor;
    -ms-text-autospace?: MsTextAutospace;
    -ms-text-combine-horizontal?: TextCombineUpright;
    -ms-text-overflow?: TextOverflow;
    -ms-touch-action?: TouchAction;
    -ms-touch-select?: MsTouchSelect;
    -ms-transform?: Transform;
    -ms-transform-origin?: TransformOrigin<string | number>;
    -ms-transition?: Transition<string & {}>;
    -ms-transition-delay?: TransitionDelay<string & {}>;
    -ms-transition-duration?: TransitionDuration<string & {}>;
    -ms-transition-property?: TransitionProperty;
    -ms-transition-timing-function?: TransitionTimingFunction;
    -ms-user-select?: MsUserSelect;
    -ms-word-break?: WordBreak;
    -ms-wrap-flow?: MsWrapFlow;
    -ms-wrap-margin?: MsWrapMargin<string | number>;
    -ms-wrap-through?: MsWrapThrough;
    -ms-writing-mode?: WritingMode;
    -o-animation?: Animation<string & {}>;
    -o-animation-delay?: AnimationDelay<string & {}>;
    -o-animation-direction?: AnimationDirection;
    -o-animation-duration?: AnimationDuration<string & {}>;
    -o-animation-fill-mode?: AnimationFillMode;
    -o-animation-iteration-count?: AnimationIterationCount;
    -o-animation-name?: AnimationName;
    -o-animation-play-state?: AnimationPlayState;
    -o-animation-timing-function?: AnimationTimingFunction;
    -o-background-size?: BackgroundSize<string | number>;
    -o-border-image?: BorderImage;
    -o-object-fit?: ObjectFit;
    -o-object-position?: ObjectPosition<string | number>;
    -o-tab-size?: TabSize<string | number>;
    -o-text-overflow?: TextOverflow;
    -o-transform?: Transform;
    -o-transform-origin?: TransformOrigin<string | number>;
    -o-transition?: Transition<string & {}>;
    -o-transition-delay?: TransitionDelay<string & {}>;
    -o-transition-duration?: TransitionDuration<string & {}>;
    -o-transition-property?: TransitionProperty;
    -o-transition-timing-function?: TransitionTimingFunction;
    -webkit-align-content?: AlignContent;
    -webkit-align-items?: AlignItems;
    -webkit-align-self?: AlignSelf;
    -webkit-animation?: Animation<string & {}>;
    -webkit-animation-delay?: AnimationDelay<string & {}>;
    -webkit-animation-direction?: AnimationDirection;
    -webkit-animation-duration?: AnimationDuration<string & {}>;
    -webkit-animation-fill-mode?: AnimationFillMode;
    -webkit-animation-iteration-count?: AnimationIterationCount;
    -webkit-animation-name?: AnimationName;
    -webkit-animation-play-state?: AnimationPlayState;
    -webkit-animation-timing-function?: AnimationTimingFunction;
    -webkit-appearance?: WebkitAppearance;
    -webkit-backdrop-filter?: BackdropFilter;
    -webkit-backface-visibility?: BackfaceVisibility;
    -webkit-background-clip?: BackgroundClip;
    -webkit-background-origin?: BackgroundOrigin;
    -webkit-background-size?: BackgroundSize<string | number>;
    -webkit-border-before?: WebkitBorderBefore<string | number>;
    -webkit-border-before-color?: WebkitBorderBeforeColor;
    -webkit-border-before-style?: WebkitBorderBeforeStyle;
    -webkit-border-before-width?: WebkitBorderBeforeWidth<string | number>;
    -webkit-border-bottom-left-radius?: BorderBottomLeftRadius<string | number>;
    -webkit-border-bottom-right-radius?: BorderBottomRightRadius<string | number>;
    -webkit-border-image?: BorderImage;
    -webkit-border-image-slice?: BorderImageSlice;
    -webkit-border-radius?: BorderRadius<string | number>;
    -webkit-border-top-left-radius?: BorderTopLeftRadius<string | number>;
    -webkit-border-top-right-radius?: BorderTopRightRadius<string | number>;
    -webkit-box-align?: BoxAlign;
    -webkit-box-decoration-break?: BoxDecorationBreak;
    -webkit-box-direction?: BoxDirection;
    -webkit-box-flex?: BoxFlex;
    -webkit-box-flex-group?: BoxFlexGroup;
    -webkit-box-lines?: BoxLines;
    -webkit-box-ordinal-group?: BoxOrdinalGroup;
    -webkit-box-orient?: BoxOrient;
    -webkit-box-pack?: BoxPack;
    -webkit-box-reflect?: WebkitBoxReflect<string | number>;
    -webkit-box-shadow?: BoxShadow;
    -webkit-box-sizing?: BoxSizing;
    -webkit-clip-path?: ClipPath;
    -webkit-column-count?: ColumnCount;
    -webkit-column-fill?: ColumnFill;
    -webkit-column-rule?: ColumnRule<string | number>;
    -webkit-column-rule-color?: ColumnRuleColor;
    -webkit-column-rule-style?: ColumnRuleStyle;
    -webkit-column-rule-width?: ColumnRuleWidth<string | number>;
    -webkit-column-span?: ColumnSpan;
    -webkit-column-width?: ColumnWidth<string | number>;
    -webkit-columns?: Columns<string | number>;
    -webkit-filter?: Filter;
    -webkit-flex?: Flex<string | number>;
    -webkit-flex-basis?: FlexBasis<string | number>;
    -webkit-flex-direction?: FlexDirection;
    -webkit-flex-flow?: FlexFlow;
    -webkit-flex-grow?: FlexGrow;
    -webkit-flex-shrink?: FlexShrink;
    -webkit-flex-wrap?: FlexWrap;
    -webkit-font-feature-settings?: FontFeatureSettings;
    -webkit-font-kerning?: FontKerning;
    -webkit-font-smoothing?: FontSmooth<string | number>;
    -webkit-font-variant-ligatures?: FontVariantLigatures;
    -webkit-hyphenate-character?: HyphenateCharacter;
    -webkit-hyphens?: Hyphens;
    -webkit-initial-letter?: InitialLetter;
    -webkit-justify-content?: JustifyContent;
    -webkit-line-break?: LineBreak;
    -webkit-line-clamp?: WebkitLineClamp;
    -webkit-margin-end?: MarginInlineEnd<string | number>;
    -webkit-margin-start?: MarginInlineStart<string | number>;
    -webkit-mask?: WebkitMask<string | number>;
    -webkit-mask-attachment?: WebkitMaskAttachment;
    -webkit-mask-box-image?: MaskBorder;
    -webkit-mask-box-image-outset?: MaskBorderOutset<string | number>;
    -webkit-mask-box-image-repeat?: MaskBorderRepeat;
    -webkit-mask-box-image-slice?: MaskBorderSlice;
    -webkit-mask-box-image-source?: MaskBorderSource;
    -webkit-mask-box-image-width?: MaskBorderWidth<string | number>;
    -webkit-mask-clip?: WebkitMaskClip;
    -webkit-mask-composite?: WebkitMaskComposite;
    -webkit-mask-image?: WebkitMaskImage;
    -webkit-mask-origin?: WebkitMaskOrigin;
    -webkit-mask-position?: WebkitMaskPosition<string | number>;
    -webkit-mask-position-x?: WebkitMaskPositionX<string | number>;
    -webkit-mask-position-y?: WebkitMaskPositionY<string | number>;
    -webkit-mask-repeat?: WebkitMaskRepeat;
    -webkit-mask-repeat-x?: WebkitMaskRepeatX;
    -webkit-mask-repeat-y?: WebkitMaskRepeatY;
    -webkit-mask-size?: WebkitMaskSize<string | number>;
    -webkit-max-inline-size?: MaxInlineSize<string | number>;
    -webkit-order?: Order;
    -webkit-overflow-scrolling?: WebkitOverflowScrolling;
    -webkit-padding-end?: PaddingInlineEnd<string | number>;
    -webkit-padding-start?: PaddingInlineStart<string | number>;
    -webkit-perspective?: Perspective<string | number>;
    -webkit-perspective-origin?: PerspectiveOrigin<string | number>;
    -webkit-print-color-adjust?: PrintColorAdjust;
    -webkit-ruby-position?: RubyPosition;
    -webkit-scroll-snap-type?: ScrollSnapType;
    -webkit-shape-margin?: ShapeMargin<string | number>;
    -webkit-tap-highlight-color?: WebkitTapHighlightColor;
    -webkit-text-combine?: TextCombineUpright;
    -webkit-text-decoration-color?: TextDecorationColor;
    -webkit-text-decoration-line?: TextDecorationLine;
    -webkit-text-decoration-skip?: TextDecorationSkip;
    -webkit-text-decoration-style?: TextDecorationStyle;
    -webkit-text-emphasis?: TextEmphasis;
    -webkit-text-emphasis-color?: TextEmphasisColor;
    -webkit-text-emphasis-position?: TextEmphasisPosition;
    -webkit-text-emphasis-style?: TextEmphasisStyle;
    -webkit-text-fill-color?: WebkitTextFillColor;
    -webkit-text-orientation?: TextOrientation;
    -webkit-text-size-adjust?: TextSizeAdjust;
    -webkit-text-stroke?: WebkitTextStroke<string | number>;
    -webkit-text-stroke-color?: WebkitTextStrokeColor;
    -webkit-text-stroke-width?: WebkitTextStrokeWidth<string | number>;
    -webkit-text-underline-position?: TextUnderlinePosition;
    -webkit-touch-callout?: WebkitTouchCallout;
    -webkit-transform?: Transform;
    -webkit-transform-origin?: TransformOrigin<string | number>;
    -webkit-transform-style?: TransformStyle;
    -webkit-transition?: Transition<string & {}>;
    -webkit-transition-delay?: TransitionDelay<string & {}>;
    -webkit-transition-duration?: TransitionDuration<string & {}>;
    -webkit-transition-property?: TransitionProperty;
    -webkit-transition-timing-function?: TransitionTimingFunction;
    -webkit-user-modify?: WebkitUserModify;
    -webkit-user-select?: UserSelect;
    -webkit-writing-mode?: WritingMode;
    KhtmlBoxAlign?: BoxAlign;
    KhtmlBoxDirection?: BoxDirection;
    KhtmlBoxFlex?: BoxFlex;
    KhtmlBoxFlexGroup?: BoxFlexGroup;
    KhtmlBoxLines?: BoxLines;
    KhtmlBoxOrdinalGroup?: BoxOrdinalGroup;
    KhtmlBoxOrient?: BoxOrient;
    KhtmlBoxPack?: BoxPack;
    KhtmlLineBreak?: LineBreak;
    KhtmlOpacity?: Opacity;
    KhtmlUserSelect?: UserSelect;
    MozAnimation?: Animation<string & {}>;
    MozAnimationDelay?: AnimationDelay<string & {}>;
    MozAnimationDirection?: AnimationDirection;
    MozAnimationDuration?: AnimationDuration<string & {}>;
    MozAnimationFillMode?: AnimationFillMode;
    MozAnimationIterationCount?: AnimationIterationCount;
    MozAnimationName?: AnimationName;
    MozAnimationPlayState?: AnimationPlayState;
    MozAnimationTimingFunction?: AnimationTimingFunction;
    MozAppearance?: MozAppearance;
    MozBackfaceVisibility?: BackfaceVisibility;
    MozBackgroundClip?: BackgroundClip;
    MozBackgroundInlinePolicy?: BoxDecorationBreak;
    MozBackgroundOrigin?: BackgroundOrigin;
    MozBackgroundSize?: BackgroundSize<string | number>;
    MozBinding?: MozBinding;
    MozBorderBottomColors?: MozBorderBottomColors;
    MozBorderEndColor?: BorderInlineEndColor;
    MozBorderEndStyle?: BorderInlineEndStyle;
    MozBorderEndWidth?: BorderInlineEndWidth<string | number>;
    MozBorderImage?: BorderImage;
    MozBorderLeftColors?: MozBorderLeftColors;
    MozBorderRadius?: BorderRadius<string | number>;
    MozBorderRadiusBottomleft?: BorderBottomLeftRadius<string | number>;
    MozBorderRadiusBottomright?: BorderBottomRightRadius<string | number>;
    MozBorderRadiusTopleft?: BorderTopLeftRadius<string | number>;
    MozBorderRadiusTopright?: BorderTopRightRadius<string | number>;
    MozBorderRightColors?: MozBorderRightColors;
    MozBorderStartColor?: BorderInlineStartColor;
    MozBorderStartStyle?: BorderInlineStartStyle;
    MozBorderTopColors?: MozBorderTopColors;
    MozBoxAlign?: BoxAlign;
    MozBoxDirection?: BoxDirection;
    MozBoxFlex?: BoxFlex;
    MozBoxOrdinalGroup?: BoxOrdinalGroup;
    MozBoxOrient?: BoxOrient;
    MozBoxPack?: BoxPack;
    MozBoxShadow?: BoxShadow;
    MozBoxSizing?: BoxSizing;
    MozColumnCount?: ColumnCount;
    MozColumnFill?: ColumnFill;
    MozColumnRule?: ColumnRule<string | number>;
    MozColumnRuleColor?: ColumnRuleColor;
    MozColumnRuleStyle?: ColumnRuleStyle;
    MozColumnRuleWidth?: ColumnRuleWidth<string | number>;
    MozColumnWidth?: ColumnWidth<string | number>;
    MozColumns?: Columns<string | number>;
    MozContextProperties?: MozContextProperties;
    MozFloatEdge?: MozFloatEdge;
    MozFontFeatureSettings?: FontFeatureSettings;
    MozFontLanguageOverride?: FontLanguageOverride;
    MozForceBrokenImageIcon?: MozForceBrokenImageIcon;
    MozHyphens?: Hyphens;
    MozImageRegion?: MozImageRegion;
    MozMarginEnd?: MarginInlineEnd<string | number>;
    MozMarginStart?: MarginInlineStart<string | number>;
    MozOpacity?: Opacity;
    MozOrient?: MozOrient;
    MozOsxFontSmoothing?: FontSmooth<string | number>;
    MozOutline?: Outline<string | number>;
    MozOutlineColor?: OutlineColor;
    MozOutlineRadius?: MozOutlineRadius<string | number>;
    MozOutlineRadiusBottomleft?: MozOutlineRadiusBottomleft<string | number>;
    MozOutlineRadiusBottomright?: MozOutlineRadiusBottomright<string | number>;
    MozOutlineRadiusTopleft?: MozOutlineRadiusTopleft<string | number>;
    MozOutlineRadiusTopright?: MozOutlineRadiusTopright<string | number>;
    MozOutlineStyle?: OutlineStyle;
    MozOutlineWidth?: OutlineWidth<string | number>;
    MozPaddingEnd?: PaddingInlineEnd<string | number>;
    MozPaddingStart?: PaddingInlineStart<string | number>;
    MozPerspective?: Perspective<string | number>;
    MozPerspectiveOrigin?: PerspectiveOrigin<string | number>;
    MozStackSizing?: MozStackSizing;
    MozTabSize?: TabSize<string | number>;
    MozTextAlignLast?: TextAlignLast;
    MozTextBlink?: MozTextBlink;
    MozTextDecorationColor?: TextDecorationColor;
    MozTextDecorationLine?: TextDecorationLine;
    MozTextDecorationStyle?: TextDecorationStyle;
    MozTextSizeAdjust?: TextSizeAdjust;
    MozTransform?: Transform;
    MozTransformOrigin?: TransformOrigin<string | number>;
    MozTransformStyle?: TransformStyle;
    MozTransition?: Transition<string & {}>;
    MozTransitionDelay?: TransitionDelay<string & {}>;
    MozTransitionDuration?: TransitionDuration<string & {}>;
    MozTransitionProperty?: TransitionProperty;
    MozTransitionTimingFunction?: TransitionTimingFunction;
    MozUserFocus?: MozUserFocus;
    MozUserInput?: MozUserInput;
    MozUserModify?: MozUserModify;
    MozUserSelect?: UserSelect;
    MozWindowDragging?: MozWindowDragging;
    MozWindowShadow?: MozWindowShadow;
    OAnimation?: Animation<string & {}>;
    OAnimationDelay?: AnimationDelay<string & {}>;
    OAnimationDirection?: AnimationDirection;
    OAnimationDuration?: AnimationDuration<string & {}>;
    OAnimationFillMode?: AnimationFillMode;
    OAnimationIterationCount?: AnimationIterationCount;
    OAnimationName?: AnimationName;
    OAnimationPlayState?: AnimationPlayState;
    OAnimationTimingFunction?: AnimationTimingFunction;
    OBackgroundSize?: BackgroundSize<string | number>;
    OBorderImage?: BorderImage;
    OObjectFit?: ObjectFit;
    OObjectPosition?: ObjectPosition<string | number>;
    OTabSize?: TabSize<string | number>;
    OTextOverflow?: TextOverflow;
    OTransform?: Transform;
    OTransformOrigin?: TransformOrigin<string | number>;
    OTransition?: Transition<string & {}>;
    OTransitionDelay?: TransitionDelay<string & {}>;
    OTransitionDuration?: TransitionDuration<string & {}>;
    OTransitionProperty?: TransitionProperty;
    OTransitionTimingFunction?: TransitionTimingFunction;
    WebkitAlignContent?: AlignContent;
    WebkitAlignItems?: AlignItems;
    WebkitAlignSelf?: AlignSelf;
    WebkitAnimation?: Animation<string & {}>;
    WebkitAnimationDelay?: AnimationDelay<string & {}>;
    WebkitAnimationDirection?: AnimationDirection;
    WebkitAnimationDuration?: AnimationDuration<string & {}>;
    WebkitAnimationFillMode?: AnimationFillMode;
    WebkitAnimationIterationCount?: AnimationIterationCount;
    WebkitAnimationName?: AnimationName;
    WebkitAnimationPlayState?: AnimationPlayState;
    WebkitAnimationTimingFunction?: AnimationTimingFunction;
    WebkitAppearance?: WebkitAppearance;
    WebkitBackdropFilter?: BackdropFilter;
    WebkitBackfaceVisibility?: BackfaceVisibility;
    WebkitBackgroundClip?: BackgroundClip;
    WebkitBackgroundOrigin?: BackgroundOrigin;
    WebkitBackgroundSize?: BackgroundSize<string | number>;
    WebkitBorderBefore?: WebkitBorderBefore<string | number>;
    WebkitBorderBeforeColor?: WebkitBorderBeforeColor;
    WebkitBorderBeforeStyle?: WebkitBorderBeforeStyle;
    WebkitBorderBeforeWidth?: WebkitBorderBeforeWidth<string | number>;
    WebkitBorderBottomLeftRadius?: BorderBottomLeftRadius<string | number>;
    WebkitBorderBottomRightRadius?: BorderBottomRightRadius<string | number>;
    WebkitBorderImage?: BorderImage;
    WebkitBorderImageSlice?: BorderImageSlice;
    WebkitBorderRadius?: BorderRadius<string | number>;
    WebkitBorderTopLeftRadius?: BorderTopLeftRadius<string | number>;
    WebkitBorderTopRightRadius?: BorderTopRightRadius<string | number>;
    WebkitBoxAlign?: BoxAlign;
    WebkitBoxDecorationBreak?: BoxDecorationBreak;
    WebkitBoxDirection?: BoxDirection;
    WebkitBoxFlex?: BoxFlex;
    WebkitBoxFlexGroup?: BoxFlexGroup;
    WebkitBoxLines?: BoxLines;
    WebkitBoxOrdinalGroup?: BoxOrdinalGroup;
    WebkitBoxOrient?: BoxOrient;
    WebkitBoxPack?: BoxPack;
    WebkitBoxReflect?: WebkitBoxReflect<string | number>;
    WebkitBoxShadow?: BoxShadow;
    WebkitBoxSizing?: BoxSizing;
    WebkitClipPath?: ClipPath;
    WebkitColumnCount?: ColumnCount;
    WebkitColumnFill?: ColumnFill;
    WebkitColumnRule?: ColumnRule<string | number>;
    WebkitColumnRuleColor?: ColumnRuleColor;
    WebkitColumnRuleStyle?: ColumnRuleStyle;
    WebkitColumnRuleWidth?: ColumnRuleWidth<string | number>;
    WebkitColumnSpan?: ColumnSpan;
    WebkitColumnWidth?: ColumnWidth<string | number>;
    WebkitColumns?: Columns<string | number>;
    WebkitFilter?: Filter;
    WebkitFlex?: Flex<string | number>;
    WebkitFlexBasis?: FlexBasis<string | number>;
    WebkitFlexDirection?: FlexDirection;
    WebkitFlexFlow?: FlexFlow;
    WebkitFlexGrow?: FlexGrow;
    WebkitFlexShrink?: FlexShrink;
    WebkitFlexWrap?: FlexWrap;
    WebkitFontFeatureSettings?: FontFeatureSettings;
    WebkitFontKerning?: FontKerning;
    WebkitFontSmoothing?: FontSmooth<string | number>;
    WebkitFontVariantLigatures?: FontVariantLigatures;
    WebkitHyphenateCharacter?: HyphenateCharacter;
    WebkitHyphens?: Hyphens;
    WebkitInitialLetter?: InitialLetter;
    WebkitJustifyContent?: JustifyContent;
    WebkitLineBreak?: LineBreak;
    WebkitLineClamp?: WebkitLineClamp;
    WebkitMarginEnd?: MarginInlineEnd<string | number>;
    WebkitMarginStart?: MarginInlineStart<string | number>;
    WebkitMask?: WebkitMask<string | number>;
    WebkitMaskAttachment?: WebkitMaskAttachment;
    WebkitMaskBoxImage?: MaskBorder;
    WebkitMaskBoxImageOutset?: MaskBorderOutset<string | number>;
    WebkitMaskBoxImageRepeat?: MaskBorderRepeat;
    WebkitMaskBoxImageSlice?: MaskBorderSlice;
    WebkitMaskBoxImageSource?: MaskBorderSource;
    WebkitMaskBoxImageWidth?: MaskBorderWidth<string | number>;
    WebkitMaskClip?: WebkitMaskClip;
    WebkitMaskComposite?: WebkitMaskComposite;
    WebkitMaskImage?: WebkitMaskImage;
    WebkitMaskOrigin?: WebkitMaskOrigin;
    WebkitMaskPosition?: WebkitMaskPosition<string | number>;
    WebkitMaskPositionX?: WebkitMaskPositionX<string | number>;
    WebkitMaskPositionY?: WebkitMaskPositionY<string | number>;
    WebkitMaskRepeat?: WebkitMaskRepeat;
    WebkitMaskRepeatX?: WebkitMaskRepeatX;
    WebkitMaskRepeatY?: WebkitMaskRepeatY;
    WebkitMaskSize?: WebkitMaskSize<string | number>;
    WebkitMaxInlineSize?: MaxInlineSize<string | number>;
    WebkitOrder?: Order;
    WebkitOverflowScrolling?: WebkitOverflowScrolling;
    WebkitPaddingEnd?: PaddingInlineEnd<string | number>;
    WebkitPaddingStart?: PaddingInlineStart<string | number>;
    WebkitPerspective?: Perspective<string | number>;
    WebkitPerspectiveOrigin?: PerspectiveOrigin<string | number>;
    WebkitPrintColorAdjust?: PrintColorAdjust;
    WebkitRubyPosition?: RubyPosition;
    WebkitScrollSnapType?: ScrollSnapType;
    WebkitShapeMargin?: ShapeMargin<string | number>;
    WebkitTapHighlightColor?: WebkitTapHighlightColor;
    WebkitTextCombine?: TextCombineUpright;
    WebkitTextDecorationColor?: TextDecorationColor;
    WebkitTextDecorationLine?: TextDecorationLine;
    WebkitTextDecorationSkip?: TextDecorationSkip;
    WebkitTextDecorationStyle?: TextDecorationStyle;
    WebkitTextEmphasis?: TextEmphasis;
    WebkitTextEmphasisColor?: TextEmphasisColor;
    WebkitTextEmphasisPosition?: TextEmphasisPosition;
    WebkitTextEmphasisStyle?: TextEmphasisStyle;
    WebkitTextFillColor?: WebkitTextFillColor;
    WebkitTextOrientation?: TextOrientation;
    WebkitTextSizeAdjust?: TextSizeAdjust;
    WebkitTextStroke?: WebkitTextStroke<string | number>;
    WebkitTextStrokeColor?: WebkitTextStrokeColor;
    WebkitTextStrokeWidth?: WebkitTextStrokeWidth<string | number>;
    WebkitTextUnderlinePosition?: TextUnderlinePosition;
    WebkitTouchCallout?: WebkitTouchCallout;
    WebkitTransform?: Transform;
    WebkitTransformOrigin?: TransformOrigin<string | number>;
    WebkitTransformStyle?: TransformStyle;
    WebkitTransition?: Transition<string & {}>;
    WebkitTransitionDelay?: TransitionDelay<string & {}>;
    WebkitTransitionDuration?: TransitionDuration<string & {}>;
    WebkitTransitionProperty?: TransitionProperty;
    WebkitTransitionTimingFunction?: TransitionTimingFunction;
    WebkitUserModify?: WebkitUserModify;
    WebkitUserSelect?: UserSelect;
    WebkitWritingMode?: WritingMode;
    accent-color?: AccentColor;
    accentColor?: AccentColor;
    align-content?: AlignContent;
    align-items?: AlignItems;
    align-self?: AlignSelf;
    align-tracks?: AlignTracks;
    alignContent?: AlignContent;
    alignItems?: AlignItems;
    alignSelf?: AlignSelf;
    alignTracks?: AlignTracks;
    alignment-baseline?: AlignmentBaseline;
    alignmentBaseline?: AlignmentBaseline;
    all?: Globals;
    animation?: Animation<string & {}>;
    animation-composition?: AnimationComposition;
    animation-delay?: AnimationDelay<string & {}>;
    animation-direction?: AnimationDirection;
    animation-duration?: AnimationDuration<string & {}>;
    animation-fill-mode?: AnimationFillMode;
    animation-iteration-count?: AnimationIterationCount;
    animation-name?: AnimationName;
    animation-play-state?: AnimationPlayState;
    animation-range?: AnimationRange<string | number>;
    animation-range-end?: AnimationRangeEnd<string | number>;
    animation-range-start?: AnimationRangeStart<string | number>;
    animation-timeline?: AnimationTimeline;
    animation-timing-function?: AnimationTimingFunction;
    animationComposition?: AnimationComposition;
    animationDelay?: AnimationDelay<string & {}>;
    animationDirection?: AnimationDirection;
    animationDuration?: AnimationDuration<string & {}>;
    animationFillMode?: AnimationFillMode;
    animationIterationCount?: AnimationIterationCount;
    animationName?: AnimationName;
    animationPlayState?: AnimationPlayState;
    animationRange?: AnimationRange<string | number>;
    animationRangeEnd?: AnimationRangeEnd<string | number>;
    animationRangeStart?: AnimationRangeStart<string | number>;
    animationTimeline?: AnimationTimeline;
    animationTimingFunction?: AnimationTimingFunction;
    appearance?: Appearance;
    aspect-ratio?: AspectRatio;
    aspectRatio?: AspectRatio;
    azimuth?: Azimuth;
    backdrop-filter?: BackdropFilter;
    backdropFilter?: BackdropFilter;
    backface-visibility?: BackfaceVisibility;
    backfaceVisibility?: BackfaceVisibility;
    background?: Background<string | number>;
    background-attachment?: BackgroundAttachment;
    background-blend-mode?: BackgroundBlendMode;
    background-clip?: BackgroundClip;
    background-color?: BackgroundColor;
    background-image?: BackgroundImage;
    background-origin?: BackgroundOrigin;
    background-position?: BackgroundPosition<string | number>;
    background-position-x?: BackgroundPositionX<string | number>;
    background-position-y?: BackgroundPositionY<string | number>;
    background-repeat?: BackgroundRepeat;
    background-size?: BackgroundSize<string | number>;
    backgroundAttachment?: BackgroundAttachment;
    backgroundBlendMode?: BackgroundBlendMode;
    backgroundClip?: BackgroundClip;
    backgroundColor?: BackgroundColor;
    backgroundImage?: BackgroundImage;
    backgroundOrigin?: BackgroundOrigin;
    backgroundPosition?: BackgroundPosition<string | number>;
    backgroundPositionX?: BackgroundPositionX<string | number>;
    backgroundPositionY?: BackgroundPositionY<string | number>;
    backgroundRepeat?: BackgroundRepeat;
    backgroundSize?: BackgroundSize<string | number>;
    baseline-shift?: BaselineShift<string | number>;
    baselineShift?: BaselineShift<string | number>;
    block-overflow?: BlockOverflow;
    block-size?: BlockSize<string | number>;
    blockOverflow?: BlockOverflow;
    blockSize?: BlockSize<string | number>;
    border?: Border<string | number>;
    border-block?: BorderBlock<string | number>;
    border-block-color?: BorderBlockColor;
    border-block-end?: BorderBlockEnd<string | number>;
    border-block-end-color?: BorderBlockEndColor;
    border-block-end-style?: BorderBlockEndStyle;
    border-block-end-width?: BorderBlockEndWidth<string | number>;
    border-block-start?: BorderBlockStart<string | number>;
    border-block-start-color?: BorderBlockStartColor;
    border-block-start-style?: BorderBlockStartStyle;
    border-block-start-width?: BorderBlockStartWidth<string | number>;
    border-block-style?: BorderBlockStyle;
    border-block-width?: BorderBlockWidth<string | number>;
    border-bottom?: BorderBottom<string | number>;
    border-bottom-color?: BorderBottomColor;
    border-bottom-left-radius?: BorderBottomLeftRadius<string | number>;
    border-bottom-right-radius?: BorderBottomRightRadius<string | number>;
    border-bottom-style?: BorderBottomStyle;
    border-bottom-width?: BorderBottomWidth<string | number>;
    border-collapse?: BorderCollapse;
    border-color?: BorderColor;
    border-end-end-radius?: BorderEndEndRadius<string | number>;
    border-end-start-radius?: BorderEndStartRadius<string | number>;
    border-image?: BorderImage;
    border-image-outset?: BorderImageOutset<string | number>;
    border-image-repeat?: BorderImageRepeat;
    border-image-slice?: BorderImageSlice;
    border-image-source?: BorderImageSource;
    border-image-width?: BorderImageWidth<string | number>;
    border-inline?: BorderInline<string | number>;
    border-inline-color?: BorderInlineColor;
    border-inline-end?: BorderInlineEnd<string | number>;
    border-inline-end-color?: BorderInlineEndColor;
    border-inline-end-style?: BorderInlineEndStyle;
    border-inline-end-width?: BorderInlineEndWidth<string | number>;
    border-inline-start?: BorderInlineStart<string | number>;
    border-inline-start-color?: BorderInlineStartColor;
    border-inline-start-style?: BorderInlineStartStyle;
    border-inline-start-width?: BorderInlineStartWidth<string | number>;
    border-inline-style?: BorderInlineStyle;
    border-inline-width?: BorderInlineWidth<string | number>;
    border-left?: BorderLeft<string | number>;
    border-left-color?: BorderLeftColor;
    border-left-style?: BorderLeftStyle;
    border-left-width?: BorderLeftWidth<string | number>;
    border-radius?: BorderRadius<string | number>;
    border-right?: BorderRight<string | number>;
    border-right-color?: BorderRightColor;
    border-right-style?: BorderRightStyle;
    border-right-width?: BorderRightWidth<string | number>;
    border-spacing?: BorderSpacing<string | number>;
    border-start-end-radius?: BorderStartEndRadius<string | number>;
    border-start-start-radius?: BorderStartStartRadius<string | number>;
    border-style?: BorderStyle;
    border-top?: BorderTop<string | number>;
    border-top-color?: BorderTopColor;
    border-top-left-radius?: BorderTopLeftRadius<string | number>;
    border-top-right-radius?: BorderTopRightRadius<string | number>;
    border-top-style?: BorderTopStyle;
    border-top-width?: BorderTopWidth<string | number>;
    border-width?: BorderWidth<string | number>;
    borderBlock?: BorderBlock<string | number>;
    borderBlockColor?: BorderBlockColor;
    borderBlockEnd?: BorderBlockEnd<string | number>;
    borderBlockEndColor?: BorderBlockEndColor;
    borderBlockEndStyle?: BorderBlockEndStyle;
    borderBlockEndWidth?: BorderBlockEndWidth<string | number>;
    borderBlockStart?: BorderBlockStart<string | number>;
    borderBlockStartColor?: BorderBlockStartColor;
    borderBlockStartStyle?: BorderBlockStartStyle;
    borderBlockStartWidth?: BorderBlockStartWidth<string | number>;
    borderBlockStyle?: BorderBlockStyle;
    borderBlockWidth?: BorderBlockWidth<string | number>;
    borderBottom?: BorderBottom<string | number>;
    borderBottomColor?: BorderBottomColor;
    borderBottomLeftRadius?: BorderBottomLeftRadius<string | number>;
    borderBottomRightRadius?: BorderBottomRightRadius<string | number>;
    borderBottomStyle?: BorderBottomStyle;
    borderBottomWidth?: BorderBottomWidth<string | number>;
    borderCollapse?: BorderCollapse;
    borderColor?: BorderColor;
    borderEndEndRadius?: BorderEndEndRadius<string | number>;
    borderEndStartRadius?: BorderEndStartRadius<string | number>;
    borderImage?: BorderImage;
    borderImageOutset?: BorderImageOutset<string | number>;
    borderImageRepeat?: BorderImageRepeat;
    borderImageSlice?: BorderImageSlice;
    borderImageSource?: BorderImageSource;
    borderImageWidth?: BorderImageWidth<string | number>;
    borderInline?: BorderInline<string | number>;
    borderInlineColor?: BorderInlineColor;
    borderInlineEnd?: BorderInlineEnd<string | number>;
    borderInlineEndColor?: BorderInlineEndColor;
    borderInlineEndStyle?: BorderInlineEndStyle;
    borderInlineEndWidth?: BorderInlineEndWidth<string | number>;
    borderInlineStart?: BorderInlineStart<string | number>;
    borderInlineStartColor?: BorderInlineStartColor;
    borderInlineStartStyle?: BorderInlineStartStyle;
    borderInlineStartWidth?: BorderInlineStartWidth<string | number>;
    borderInlineStyle?: BorderInlineStyle;
    borderInlineWidth?: BorderInlineWidth<string | number>;
    borderLeft?: BorderLeft<string | number>;
    borderLeftColor?: BorderLeftColor;
    borderLeftStyle?: BorderLeftStyle;
    borderLeftWidth?: BorderLeftWidth<string | number>;
    borderRadius?: BorderRadius<string | number>;
    borderRight?: BorderRight<string | number>;
    borderRightColor?: BorderRightColor;
    borderRightStyle?: BorderRightStyle;
    borderRightWidth?: BorderRightWidth<string | number>;
    borderSpacing?: BorderSpacing<string | number>;
    borderStartEndRadius?: BorderStartEndRadius<string | number>;
    borderStartStartRadius?: BorderStartStartRadius<string | number>;
    borderStyle?: BorderStyle;
    borderTop?: BorderTop<string | number>;
    borderTopColor?: BorderTopColor;
    borderTopLeftRadius?: BorderTopLeftRadius<string | number>;
    borderTopRightRadius?: BorderTopRightRadius<string | number>;
    borderTopStyle?: BorderTopStyle;
    borderTopWidth?: BorderTopWidth<string | number>;
    borderWidth?: BorderWidth<string | number>;
    bottom?: Bottom<string | number>;
    box-align?: BoxAlign;
    box-decoration-break?: BoxDecorationBreak;
    box-direction?: BoxDirection;
    box-flex?: BoxFlex;
    box-flex-group?: BoxFlexGroup;
    box-lines?: BoxLines;
    box-ordinal-group?: BoxOrdinalGroup;
    box-orient?: BoxOrient;
    box-pack?: BoxPack;
    box-shadow?: BoxShadow;
    box-sizing?: BoxSizing;
    boxAlign?: BoxAlign;
    boxDecorationBreak?: BoxDecorationBreak;
    boxDirection?: BoxDirection;
    boxFlex?: BoxFlex;
    boxFlexGroup?: BoxFlexGroup;
    boxLines?: BoxLines;
    boxOrdinalGroup?: BoxOrdinalGroup;
    boxOrient?: BoxOrient;
    boxPack?: BoxPack;
    boxShadow?: BoxShadow;
    boxSizing?: BoxSizing;
    break-after?: BreakAfter;
    break-before?: BreakBefore;
    break-inside?: BreakInside;
    breakAfter?: BreakAfter;
    breakBefore?: BreakBefore;
    breakInside?: BreakInside;
    caption-side?: CaptionSide;
    captionSide?: CaptionSide;
    caret?: Caret;
    caret-color?: CaretColor;
    caret-shape?: CaretShape;
    caretColor?: CaretColor;
    caretShape?: CaretShape;
    clear?: Clear;
    clip?: Clip;
    clip-path?: ClipPath;
    clip-rule?: ClipRule;
    clipPath?: ClipPath;
    clipRule?: ClipRule;
    color?: Color;
    color-adjust?: PrintColorAdjust;
    color-interpolation?: ColorInterpolation;
    color-rendering?: ColorRendering;
    color-scheme?: ColorScheme;
    colorAdjust?: PrintColorAdjust;
    colorInterpolation?: ColorInterpolation;
    colorRendering?: ColorRendering;
    colorScheme?: ColorScheme;
    column-count?: ColumnCount;
    column-fill?: ColumnFill;
    column-gap?: ColumnGap<string | number>;
    column-rule?: ColumnRule<string | number>;
    column-rule-color?: ColumnRuleColor;
    column-rule-style?: ColumnRuleStyle;
    column-rule-width?: ColumnRuleWidth<string | number>;
    column-span?: ColumnSpan;
    column-width?: ColumnWidth<string | number>;
    columnCount?: ColumnCount;
    columnFill?: ColumnFill;
    columnGap?: ColumnGap<string | number>;
    columnRule?: ColumnRule<string | number>;
    columnRuleColor?: ColumnRuleColor;
    columnRuleStyle?: ColumnRuleStyle;
    columnRuleWidth?: ColumnRuleWidth<string | number>;
    columnSpan?: ColumnSpan;
    columnWidth?: ColumnWidth<string | number>;
    columns?: Columns<string | number>;
    contain?: Contain;
    contain-intrinsic-block-size?: ContainIntrinsicBlockSize<string | number>;
    contain-intrinsic-height?: ContainIntrinsicHeight<string | number>;
    contain-intrinsic-inline-size?: ContainIntrinsicInlineSize<string | number>;
    contain-intrinsic-size?: ContainIntrinsicSize<string | number>;
    contain-intrinsic-width?: ContainIntrinsicWidth<string | number>;
    containIntrinsicBlockSize?: ContainIntrinsicBlockSize<string | number>;
    containIntrinsicHeight?: ContainIntrinsicHeight<string | number>;
    containIntrinsicInlineSize?: ContainIntrinsicInlineSize<string | number>;
    containIntrinsicSize?: ContainIntrinsicSize<string | number>;
    containIntrinsicWidth?: ContainIntrinsicWidth<string | number>;
    container?: Container;
    container-name?: ContainerName;
    container-type?: ContainerType;
    containerName?: ContainerName;
    containerType?: ContainerType;
    content?: Content;
    content-visibility?: ContentVisibility;
    contentVisibility?: ContentVisibility;
    counter-increment?: CounterIncrement;
    counter-reset?: CounterReset;
    counter-set?: CounterSet;
    counterIncrement?: CounterIncrement;
    counterReset?: CounterReset;
    counterSet?: CounterSet;
    cursor?: Cursor;
    direction?: Direction;
    display?: Display;
    dominant-baseline?: DominantBaseline;
    dominantBaseline?: DominantBaseline;
    empty-cells?: EmptyCells;
    emptyCells?: EmptyCells;
    fill?: Fill;
    fill-opacity?: FillOpacity;
    fill-rule?: FillRule;
    fillOpacity?: FillOpacity;
    fillRule?: FillRule;
    filter?: Filter;
    flex?: Flex<string | number>;
    flex-basis?: FlexBasis<string | number>;
    flex-direction?: FlexDirection;
    flex-flow?: FlexFlow;
    flex-grow?: FlexGrow;
    flex-shrink?: FlexShrink;
    flex-wrap?: FlexWrap;
    flexBasis?: FlexBasis<string | number>;
    flexDirection?: FlexDirection;
    flexFlow?: FlexFlow;
    flexGrow?: FlexGrow;
    flexShrink?: FlexShrink;
    flexWrap?: FlexWrap;
    float?: Float;
    flood-color?: FloodColor;
    flood-opacity?: FloodOpacity;
    floodColor?: FloodColor;
    floodOpacity?: FloodOpacity;
    font?: Font;
    font-family?: FontFamily;
    font-feature-settings?: FontFeatureSettings;
    font-kerning?: FontKerning;
    font-language-override?: FontLanguageOverride;
    font-optical-sizing?: FontOpticalSizing;
    font-palette?: FontPalette;
    font-size?: FontSize<string | number>;
    font-size-adjust?: FontSizeAdjust;
    font-smooth?: FontSmooth<string | number>;
    font-stretch?: FontStretch;
    font-style?: FontStyle;
    font-synthesis?: FontSynthesis;
    font-synthesis-position?: FontSynthesisPosition;
    font-synthesis-small-caps?: FontSynthesisSmallCaps;
    font-synthesis-style?: FontSynthesisStyle;
    font-synthesis-weight?: FontSynthesisWeight;
    font-variant?: FontVariant;
    font-variant-alternates?: FontVariantAlternates;
    font-variant-caps?: FontVariantCaps;
    font-variant-east-asian?: FontVariantEastAsian;
    font-variant-emoji?: FontVariantEmoji;
    font-variant-ligatures?: FontVariantLigatures;
    font-variant-numeric?: FontVariantNumeric;
    font-variant-position?: FontVariantPosition;
    font-variation-settings?: FontVariationSettings;
    font-weight?: FontWeight;
    fontFamily?: FontFamily;
    fontFeatureSettings?: FontFeatureSettings;
    fontKerning?: FontKerning;
    fontLanguageOverride?: FontLanguageOverride;
    fontOpticalSizing?: FontOpticalSizing;
    fontPalette?: FontPalette;
    fontSize?: FontSize<string | number>;
    fontSizeAdjust?: FontSizeAdjust;
    fontSmooth?: FontSmooth<string | number>;
    fontStretch?: FontStretch;
    fontStyle?: FontStyle;
    fontSynthesis?: FontSynthesis;
    fontSynthesisPosition?: FontSynthesisPosition;
    fontSynthesisSmallCaps?: FontSynthesisSmallCaps;
    fontSynthesisStyle?: FontSynthesisStyle;
    fontSynthesisWeight?: FontSynthesisWeight;
    fontVariant?: FontVariant;
    fontVariantAlternates?: FontVariantAlternates;
    fontVariantCaps?: FontVariantCaps;
    fontVariantEastAsian?: FontVariantEastAsian;
    fontVariantEmoji?: FontVariantEmoji;
    fontVariantLigatures?: FontVariantLigatures;
    fontVariantNumeric?: FontVariantNumeric;
    fontVariantPosition?: FontVariantPosition;
    fontVariationSettings?: FontVariationSettings;
    fontWeight?: FontWeight;
    forced-color-adjust?: ForcedColorAdjust;
    forcedColorAdjust?: ForcedColorAdjust;
    gap?: Gap<string | number>;
    glyph-orientation-vertical?: GlyphOrientationVertical;
    glyphOrientationVertical?: GlyphOrientationVertical;
    grid?: Grid;
    grid-area?: GridArea;
    grid-auto-columns?: GridAutoColumns<string | number>;
    grid-auto-flow?: GridAutoFlow;
    grid-auto-rows?: GridAutoRows<string | number>;
    grid-column?: GridColumn;
    grid-column-end?: GridColumnEnd;
    grid-column-gap?: GridColumnGap<string | number>;
    grid-column-start?: GridColumnStart;
    grid-gap?: GridGap<string | number>;
    grid-row?: GridRow;
    grid-row-end?: GridRowEnd;
    grid-row-gap?: GridRowGap<string | number>;
    grid-row-start?: GridRowStart;
    grid-template?: GridTemplate;
    grid-template-areas?: GridTemplateAreas;
    grid-template-columns?: GridTemplateColumns<string | number>;
    grid-template-rows?: GridTemplateRows<string | number>;
    gridArea?: GridArea;
    gridAutoColumns?: GridAutoColumns<string | number>;
    gridAutoFlow?: GridAutoFlow;
    gridAutoRows?: GridAutoRows<string | number>;
    gridColumn?: GridColumn;
    gridColumnEnd?: GridColumnEnd;
    gridColumnGap?: GridColumnGap<string | number>;
    gridColumnStart?: GridColumnStart;
    gridGap?: GridGap<string | number>;
    gridRow?: GridRow;
    gridRowEnd?: GridRowEnd;
    gridRowGap?: GridRowGap<string | number>;
    gridRowStart?: GridRowStart;
    gridTemplate?: GridTemplate;
    gridTemplateAreas?: GridTemplateAreas;
    gridTemplateColumns?: GridTemplateColumns<string | number>;
    gridTemplateRows?: GridTemplateRows<string | number>;
    hanging-punctuation?: HangingPunctuation;
    hangingPunctuation?: HangingPunctuation;
    height?: Height<string | number>;
    hyphenate-character?: HyphenateCharacter;
    hyphenate-limit-chars?: HyphenateLimitChars;
    hyphenateCharacter?: HyphenateCharacter;
    hyphenateLimitChars?: HyphenateLimitChars;
    hyphens?: Hyphens;
    image-orientation?: ImageOrientation;
    image-rendering?: ImageRendering;
    image-resolution?: ImageResolution;
    imageOrientation?: ImageOrientation;
    imageRendering?: ImageRendering;
    imageResolution?: ImageResolution;
    ime-mode?: ImeMode;
    imeMode?: ImeMode;
    initial-letter?: InitialLetter;
    initialLetter?: InitialLetter;
    inline-size?: InlineSize<string | number>;
    inlineSize?: InlineSize<string | number>;
    input-security?: InputSecurity;
    inputSecurity?: InputSecurity;
    inset?: Inset<string | number>;
    inset-block?: InsetBlock<string | number>;
    inset-block-end?: InsetBlockEnd<string | number>;
    inset-block-start?: InsetBlockStart<string | number>;
    inset-inline?: InsetInline<string | number>;
    inset-inline-end?: InsetInlineEnd<string | number>;
    inset-inline-start?: InsetInlineStart<string | number>;
    insetBlock?: InsetBlock<string | number>;
    insetBlockEnd?: InsetBlockEnd<string | number>;
    insetBlockStart?: InsetBlockStart<string | number>;
    insetInline?: InsetInline<string | number>;
    insetInlineEnd?: InsetInlineEnd<string | number>;
    insetInlineStart?: InsetInlineStart<string | number>;
    isolation?: Isolation;
    justify-content?: JustifyContent;
    justify-items?: JustifyItems;
    justify-self?: JustifySelf;
    justify-tracks?: JustifyTracks;
    justifyContent?: JustifyContent;
    justifyItems?: JustifyItems;
    justifySelf?: JustifySelf;
    justifyTracks?: JustifyTracks;
    left?: Left<string | number>;
    letter-spacing?: LetterSpacing<string | number>;
    letterSpacing?: LetterSpacing<string | number>;
    lighting-color?: LightingColor;
    lightingColor?: LightingColor;
    line-break?: LineBreak;
    line-clamp?: LineClamp;
    line-height?: LineHeight<string | number>;
    line-height-step?: LineHeightStep<string | number>;
    lineBreak?: LineBreak;
    lineClamp?: LineClamp;
    lineHeight?: LineHeight<string | number>;
    lineHeightStep?: LineHeightStep<string | number>;
    list-style?: ListStyle;
    list-style-image?: ListStyleImage;
    list-style-position?: ListStylePosition;
    list-style-type?: ListStyleType;
    listStyle?: ListStyle;
    listStyleImage?: ListStyleImage;
    listStylePosition?: ListStylePosition;
    listStyleType?: ListStyleType;
    margin?: Margin<string | number>;
    margin-block?: MarginBlock<string | number>;
    margin-block-end?: MarginBlockEnd<string | number>;
    margin-block-start?: MarginBlockStart<string | number>;
    margin-bottom?: MarginBottom<string | number>;
    margin-inline?: MarginInline<string | number>;
    margin-inline-end?: MarginInlineEnd<string | number>;
    margin-inline-start?: MarginInlineStart<string | number>;
    margin-left?: MarginLeft<string | number>;
    margin-right?: MarginRight<string | number>;
    margin-top?: MarginTop<string | number>;
    margin-trim?: MarginTrim;
    marginBlock?: MarginBlock<string | number>;
    marginBlockEnd?: MarginBlockEnd<string | number>;
    marginBlockStart?: MarginBlockStart<string | number>;
    marginBottom?: MarginBottom<string | number>;
    marginInline?: MarginInline<string | number>;
    marginInlineEnd?: MarginInlineEnd<string | number>;
    marginInlineStart?: MarginInlineStart<string | number>;
    marginLeft?: MarginLeft<string | number>;
    marginRight?: MarginRight<string | number>;
    marginTop?: MarginTop<string | number>;
    marginTrim?: MarginTrim;
    marker?: Marker;
    marker-end?: MarkerEnd;
    marker-mid?: MarkerMid;
    marker-start?: MarkerStart;
    markerEnd?: MarkerEnd;
    markerMid?: MarkerMid;
    markerStart?: MarkerStart;
    mask?: Mask<string | number>;
    mask-border?: MaskBorder;
    mask-border-mode?: MaskBorderMode;
    mask-border-outset?: MaskBorderOutset<string | number>;
    mask-border-repeat?: MaskBorderRepeat;
    mask-border-slice?: MaskBorderSlice;
    mask-border-source?: MaskBorderSource;
    mask-border-width?: MaskBorderWidth<string | number>;
    mask-clip?: MaskClip;
    mask-composite?: MaskComposite;
    mask-image?: MaskImage;
    mask-mode?: MaskMode;
    mask-origin?: MaskOrigin;
    mask-position?: MaskPosition<string | number>;
    mask-repeat?: MaskRepeat;
    mask-size?: MaskSize<string | number>;
    mask-type?: MaskType;
    maskBorder?: MaskBorder;
    maskBorderMode?: MaskBorderMode;
    maskBorderOutset?: MaskBorderOutset<string | number>;
    maskBorderRepeat?: MaskBorderRepeat;
    maskBorderSlice?: MaskBorderSlice;
    maskBorderSource?: MaskBorderSource;
    maskBorderWidth?: MaskBorderWidth<string | number>;
    maskClip?: MaskClip;
    maskComposite?: MaskComposite;
    maskImage?: MaskImage;
    maskMode?: MaskMode;
    maskOrigin?: MaskOrigin;
    maskPosition?: MaskPosition<string | number>;
    maskRepeat?: MaskRepeat;
    maskSize?: MaskSize<string | number>;
    maskType?: MaskType;
    masonry-auto-flow?: MasonryAutoFlow;
    masonryAutoFlow?: MasonryAutoFlow;
    math-depth?: MathDepth;
    math-shift?: MathShift;
    math-style?: MathStyle;
    mathDepth?: MathDepth;
    mathShift?: MathShift;
    mathStyle?: MathStyle;
    max-block-size?: MaxBlockSize<string | number>;
    max-height?: MaxHeight<string | number>;
    max-inline-size?: MaxInlineSize<string | number>;
    max-lines?: MaxLines;
    max-width?: MaxWidth<string | number>;
    maxBlockSize?: MaxBlockSize<string | number>;
    maxHeight?: MaxHeight<string | number>;
    maxInlineSize?: MaxInlineSize<string | number>;
    maxLines?: MaxLines;
    maxWidth?: MaxWidth<string | number>;
    min-block-size?: MinBlockSize<string | number>;
    min-height?: MinHeight<string | number>;
    min-inline-size?: MinInlineSize<string | number>;
    min-width?: MinWidth<string | number>;
    minBlockSize?: MinBlockSize<string | number>;
    minHeight?: MinHeight<string | number>;
    minInlineSize?: MinInlineSize<string | number>;
    minWidth?: MinWidth<string | number>;
    mix-blend-mode?: MixBlendMode;
    mixBlendMode?: MixBlendMode;
    motion?: Offset<string | number>;
    motion-distance?: OffsetDistance<string | number>;
    motion-path?: OffsetPath;
    motion-rotation?: OffsetRotate;
    motionDistance?: OffsetDistance<string | number>;
    motionPath?: OffsetPath;
    motionRotation?: OffsetRotate;
    msAccelerator?: MsAccelerator;
    msBlockProgression?: MsBlockProgression;
    msContentZoomChaining?: MsContentZoomChaining;
    msContentZoomLimit?: MsContentZoomLimit;
    msContentZoomLimitMax?: MsContentZoomLimitMax;
    msContentZoomLimitMin?: MsContentZoomLimitMin;
    msContentZoomSnap?: MsContentZoomSnap;
    msContentZoomSnapPoints?: MsContentZoomSnapPoints;
    msContentZoomSnapType?: MsContentZoomSnapType;
    msContentZooming?: MsContentZooming;
    msFilter?: MsFilter;
    msFlex?: Flex<string | number>;
    msFlexDirection?: FlexDirection;
    msFlexPositive?: FlexGrow;
    msFlowFrom?: MsFlowFrom;
    msFlowInto?: MsFlowInto;
    msGridColumns?: MsGridColumns<string | number>;
    msGridRows?: MsGridRows<string | number>;
    msHighContrastAdjust?: MsHighContrastAdjust;
    msHyphenateLimitChars?: MsHyphenateLimitChars;
    msHyphenateLimitLines?: MsHyphenateLimitLines;
    msHyphenateLimitZone?: MsHyphenateLimitZone<string | number>;
    msHyphens?: Hyphens;
    msImeAlign?: MsImeAlign;
    msImeMode?: ImeMode;
    msLineBreak?: LineBreak;
    msOrder?: Order;
    msOverflowStyle?: MsOverflowStyle;
    msOverflowX?: OverflowX;
    msOverflowY?: OverflowY;
    msScrollChaining?: MsScrollChaining;
    msScrollLimit?: MsScrollLimit;
    msScrollLimitXMax?: MsScrollLimitXMax<string | number>;
    msScrollLimitXMin?: MsScrollLimitXMin<string | number>;
    msScrollLimitYMax?: MsScrollLimitYMax<string | number>;
    msScrollLimitYMin?: MsScrollLimitYMin<string | number>;
    msScrollRails?: MsScrollRails;
    msScrollSnapPointsX?: MsScrollSnapPointsX;
    msScrollSnapPointsY?: MsScrollSnapPointsY;
    msScrollSnapType?: MsScrollSnapType;
    msScrollSnapX?: MsScrollSnapX;
    msScrollSnapY?: MsScrollSnapY;
    msScrollTranslation?: MsScrollTranslation;
    msScrollbar3dlightColor?: MsScrollbar3dlightColor;
    msScrollbarArrowColor?: MsScrollbarArrowColor;
    msScrollbarBaseColor?: MsScrollbarBaseColor;
    msScrollbarDarkshadowColor?: MsScrollbarDarkshadowColor;
    msScrollbarFaceColor?: MsScrollbarFaceColor;
    msScrollbarHighlightColor?: MsScrollbarHighlightColor;
    msScrollbarShadowColor?: MsScrollbarShadowColor;
    msScrollbarTrackColor?: MsScrollbarTrackColor;
    msTextAutospace?: MsTextAutospace;
    msTextCombineHorizontal?: TextCombineUpright;
    msTextOverflow?: TextOverflow;
    msTouchAction?: TouchAction;
    msTouchSelect?: MsTouchSelect;
    msTransform?: Transform;
    msTransformOrigin?: TransformOrigin<string | number>;
    msTransition?: Transition<string & {}>;
    msTransitionDelay?: TransitionDelay<string & {}>;
    msTransitionDuration?: TransitionDuration<string & {}>;
    msTransitionProperty?: TransitionProperty;
    msTransitionTimingFunction?: TransitionTimingFunction;
    msUserSelect?: MsUserSelect;
    msWordBreak?: WordBreak;
    msWrapFlow?: MsWrapFlow;
    msWrapMargin?: MsWrapMargin<string | number>;
    msWrapThrough?: MsWrapThrough;
    msWritingMode?: WritingMode;
    object-fit?: ObjectFit;
    object-position?: ObjectPosition<string | number>;
    objectFit?: ObjectFit;
    objectPosition?: ObjectPosition<string | number>;
    offset?: Offset<string | number>;
    offset-anchor?: OffsetAnchor<string | number>;
    offset-block?: InsetBlock<string | number>;
    offset-block-end?: InsetBlockEnd<string | number>;
    offset-block-start?: InsetBlockStart<string | number>;
    offset-distance?: OffsetDistance<string | number>;
    offset-inline?: InsetInline<string | number>;
    offset-inline-end?: InsetInlineEnd<string | number>;
    offset-inline-start?: InsetInlineStart<string | number>;
    offset-path?: OffsetPath;
    offset-position?: OffsetPosition<string | number>;
    offset-rotate?: OffsetRotate;
    offset-rotation?: OffsetRotate;
    offsetAnchor?: OffsetAnchor<string | number>;
    offsetBlock?: InsetBlock<string | number>;
    offsetBlockEnd?: InsetBlockEnd<string | number>;
    offsetBlockStart?: InsetBlockStart<string | number>;
    offsetDistance?: OffsetDistance<string | number>;
    offsetInline?: InsetInline<string | number>;
    offsetInlineEnd?: InsetInlineEnd<string | number>;
    offsetInlineStart?: InsetInlineStart<string | number>;
    offsetPath?: OffsetPath;
    offsetPosition?: OffsetPosition<string | number>;
    offsetRotate?: OffsetRotate;
    offsetRotation?: OffsetRotate;
    opacity?: Opacity;
    order?: Order;
    orphans?: Orphans;
    outline?: Outline<string | number>;
    outline-color?: OutlineColor;
    outline-offset?: OutlineOffset<string | number>;
    outline-style?: OutlineStyle;
    outline-width?: OutlineWidth<string | number>;
    outlineColor?: OutlineColor;
    outlineOffset?: OutlineOffset<string | number>;
    outlineStyle?: OutlineStyle;
    outlineWidth?: OutlineWidth<string | number>;
    overflow?: Overflow;
    overflow-anchor?: OverflowAnchor;
    overflow-block?: OverflowBlock;
    overflow-clip-box?: OverflowClipBox;
    overflow-clip-margin?: OverflowClipMargin<string | number>;
    overflow-inline?: OverflowInline;
    overflow-wrap?: OverflowWrap;
    overflow-x?: OverflowX;
    overflow-y?: OverflowY;
    overflowAnchor?: OverflowAnchor;
    overflowBlock?: OverflowBlock;
    overflowClipBox?: OverflowClipBox;
    overflowClipMargin?: OverflowClipMargin<string | number>;
    overflowInline?: OverflowInline;
    overflowWrap?: OverflowWrap;
    overflowX?: OverflowX;
    overflowY?: OverflowY;
    overlay?: Overlay;
    overscroll-behavior?: OverscrollBehavior;
    overscroll-behavior-block?: OverscrollBehaviorBlock;
    overscroll-behavior-inline?: OverscrollBehaviorInline;
    overscroll-behavior-x?: OverscrollBehaviorX;
    overscroll-behavior-y?: OverscrollBehaviorY;
    overscrollBehavior?: OverscrollBehavior;
    overscrollBehaviorBlock?: OverscrollBehaviorBlock;
    overscrollBehaviorInline?: OverscrollBehaviorInline;
    overscrollBehaviorX?: OverscrollBehaviorX;
    overscrollBehaviorY?: OverscrollBehaviorY;
    padding?: Padding<string | number>;
    padding-block?: PaddingBlock<string | number>;
    padding-block-end?: PaddingBlockEnd<string | number>;
    padding-block-start?: PaddingBlockStart<string | number>;
    padding-bottom?: PaddingBottom<string | number>;
    padding-inline?: PaddingInline<string | number>;
    padding-inline-end?: PaddingInlineEnd<string | number>;
    padding-inline-start?: PaddingInlineStart<string | number>;
    padding-left?: PaddingLeft<string | number>;
    padding-right?: PaddingRight<string | number>;
    padding-top?: PaddingTop<string | number>;
    paddingBlock?: PaddingBlock<string | number>;
    paddingBlockEnd?: PaddingBlockEnd<string | number>;
    paddingBlockStart?: PaddingBlockStart<string | number>;
    paddingBottom?: PaddingBottom<string | number>;
    paddingInline?: PaddingInline<string | number>;
    paddingInlineEnd?: PaddingInlineEnd<string | number>;
    paddingInlineStart?: PaddingInlineStart<string | number>;
    paddingLeft?: PaddingLeft<string | number>;
    paddingRight?: PaddingRight<string | number>;
    paddingTop?: PaddingTop<string | number>;
    page?: Page;
    page-break-after?: PageBreakAfter;
    page-break-before?: PageBreakBefore;
    page-break-inside?: PageBreakInside;
    pageBreakAfter?: PageBreakAfter;
    pageBreakBefore?: PageBreakBefore;
    pageBreakInside?: PageBreakInside;
    paint-order?: PaintOrder;
    paintOrder?: PaintOrder;
    perspective?: Perspective<string | number>;
    perspective-origin?: PerspectiveOrigin<string | number>;
    perspectiveOrigin?: PerspectiveOrigin<string | number>;
    place-content?: PlaceContent;
    place-items?: PlaceItems;
    place-self?: PlaceSelf;
    placeContent?: PlaceContent;
    placeItems?: PlaceItems;
    placeSelf?: PlaceSelf;
    pointer-events?: PointerEvents;
    pointerEvents?: PointerEvents;
    position?: Position;
    print-color-adjust?: PrintColorAdjust;
    printColorAdjust?: PrintColorAdjust;
    quotes?: Quotes;
    resize?: Resize;
    right?: Right<string | number>;
    rotate?: Rotate;
    row-gap?: RowGap<string | number>;
    rowGap?: RowGap<string | number>;
    ruby-align?: RubyAlign;
    ruby-merge?: RubyMerge;
    ruby-position?: RubyPosition;
    rubyAlign?: RubyAlign;
    rubyMerge?: RubyMerge;
    rubyPosition?: RubyPosition;
    scale?: Scale;
    scroll-behavior?: ScrollBehavior;
    scroll-margin?: ScrollMargin<string | number>;
    scroll-margin-block?: ScrollMarginBlock<string | number>;
    scroll-margin-block-end?: ScrollMarginBlockEnd<string | number>;
    scroll-margin-block-start?: ScrollMarginBlockStart<string | number>;
    scroll-margin-bottom?: ScrollMarginBottom<string | number>;
    scroll-margin-inline?: ScrollMarginInline<string | number>;
    scroll-margin-inline-end?: ScrollMarginInlineEnd<string | number>;
    scroll-margin-inline-start?: ScrollMarginInlineStart<string | number>;
    scroll-margin-left?: ScrollMarginLeft<string | number>;
    scroll-margin-right?: ScrollMarginRight<string | number>;
    scroll-margin-top?: ScrollMarginTop<string | number>;
    scroll-padding?: ScrollPadding<string | number>;
    scroll-padding-block?: ScrollPaddingBlock<string | number>;
    scroll-padding-block-end?: ScrollPaddingBlockEnd<string | number>;
    scroll-padding-block-start?: ScrollPaddingBlockStart<string | number>;
    scroll-padding-bottom?: ScrollPaddingBottom<string | number>;
    scroll-padding-inline?: ScrollPaddingInline<string | number>;
    scroll-padding-inline-end?: ScrollPaddingInlineEnd<string | number>;
    scroll-padding-inline-start?: ScrollPaddingInlineStart<string | number>;
    scroll-padding-left?: ScrollPaddingLeft<string | number>;
    scroll-padding-right?: ScrollPaddingRight<string | number>;
    scroll-padding-top?: ScrollPaddingTop<string | number>;
    scroll-snap-align?: ScrollSnapAlign;
    scroll-snap-coordinate?: ScrollSnapCoordinate<string | number>;
    scroll-snap-destination?: ScrollSnapDestination<string | number>;
    scroll-snap-margin?: ScrollMargin<string | number>;
    scroll-snap-margin-bottom?: ScrollMarginBottom<string | number>;
    scroll-snap-margin-left?: ScrollMarginLeft<string | number>;
    scroll-snap-margin-right?: ScrollMarginRight<string | number>;
    scroll-snap-margin-top?: ScrollMarginTop<string | number>;
    scroll-snap-points-x?: ScrollSnapPointsX;
    scroll-snap-points-y?: ScrollSnapPointsY;
    scroll-snap-stop?: ScrollSnapStop;
    scroll-snap-type?: ScrollSnapType;
    scroll-snap-type-x?: ScrollSnapTypeX;
    scroll-snap-type-y?: ScrollSnapTypeY;
    scroll-timeline?: ScrollTimeline;
    scroll-timeline-axis?: ScrollTimelineAxis;
    scroll-timeline-name?: ScrollTimelineName;
    scrollBehavior?: ScrollBehavior;
    scrollMargin?: ScrollMargin<string | number>;
    scrollMarginBlock?: ScrollMarginBlock<string | number>;
    scrollMarginBlockEnd?: ScrollMarginBlockEnd<string | number>;
    scrollMarginBlockStart?: ScrollMarginBlockStart<string | number>;
    scrollMarginBottom?: ScrollMarginBottom<string | number>;
    scrollMarginInline?: ScrollMarginInline<string | number>;
    scrollMarginInlineEnd?: ScrollMarginInlineEnd<string | number>;
    scrollMarginInlineStart?: ScrollMarginInlineStart<string | number>;
    scrollMarginLeft?: ScrollMarginLeft<string | number>;
    scrollMarginRight?: ScrollMarginRight<string | number>;
    scrollMarginTop?: ScrollMarginTop<string | number>;
    scrollPadding?: ScrollPadding<string | number>;
    scrollPaddingBlock?: ScrollPaddingBlock<string | number>;
    scrollPaddingBlockEnd?: ScrollPaddingBlockEnd<string | number>;
    scrollPaddingBlockStart?: ScrollPaddingBlockStart<string | number>;
    scrollPaddingBottom?: ScrollPaddingBottom<string | number>;
    scrollPaddingInline?: ScrollPaddingInline<string | number>;
    scrollPaddingInlineEnd?: ScrollPaddingInlineEnd<string | number>;
    scrollPaddingInlineStart?: ScrollPaddingInlineStart<string | number>;
    scrollPaddingLeft?: ScrollPaddingLeft<string | number>;
    scrollPaddingRight?: ScrollPaddingRight<string | number>;
    scrollPaddingTop?: ScrollPaddingTop<string | number>;
    scrollSnapAlign?: ScrollSnapAlign;
    scrollSnapCoordinate?: ScrollSnapCoordinate<string | number>;
    scrollSnapDestination?: ScrollSnapDestination<string | number>;
    scrollSnapMargin?: ScrollMargin<string | number>;
    scrollSnapMarginBottom?: ScrollMarginBottom<string | number>;
    scrollSnapMarginLeft?: ScrollMarginLeft<string | number>;
    scrollSnapMarginRight?: ScrollMarginRight<string | number>;
    scrollSnapMarginTop?: ScrollMarginTop<string | number>;
    scrollSnapPointsX?: ScrollSnapPointsX;
    scrollSnapPointsY?: ScrollSnapPointsY;
    scrollSnapStop?: ScrollSnapStop;
    scrollSnapType?: ScrollSnapType;
    scrollSnapTypeX?: ScrollSnapTypeX;
    scrollSnapTypeY?: ScrollSnapTypeY;
    scrollTimeline?: ScrollTimeline;
    scrollTimelineAxis?: ScrollTimelineAxis;
    scrollTimelineName?: ScrollTimelineName;
    scrollbar-color?: ScrollbarColor;
    scrollbar-gutter?: ScrollbarGutter;
    scrollbar-width?: ScrollbarWidth;
    scrollbarColor?: ScrollbarColor;
    scrollbarGutter?: ScrollbarGutter;
    scrollbarWidth?: ScrollbarWidth;
    shape-image-threshold?: ShapeImageThreshold;
    shape-margin?: ShapeMargin<string | number>;
    shape-outside?: ShapeOutside;
    shape-rendering?: ShapeRendering;
    shapeImageThreshold?: ShapeImageThreshold;
    shapeMargin?: ShapeMargin<string | number>;
    shapeOutside?: ShapeOutside;
    shapeRendering?: ShapeRendering;
    stop-color?: StopColor;
    stop-opacity?: StopOpacity;
    stopColor?: StopColor;
    stopOpacity?: StopOpacity;
    stroke?: Stroke;
    stroke-dasharray?: StrokeDasharray<string | number>;
    stroke-dashoffset?: StrokeDashoffset<string | number>;
    stroke-linecap?: StrokeLinecap;
    stroke-linejoin?: StrokeLinejoin;
    stroke-miterlimit?: StrokeMiterlimit;
    stroke-opacity?: StrokeOpacity;
    stroke-width?: StrokeWidth<string | number>;
    strokeDasharray?: StrokeDasharray<string | number>;
    strokeDashoffset?: StrokeDashoffset<string | number>;
    strokeLinecap?: StrokeLinecap;
    strokeLinejoin?: StrokeLinejoin;
    strokeMiterlimit?: StrokeMiterlimit;
    strokeOpacity?: StrokeOpacity;
    strokeWidth?: StrokeWidth<string | number>;
    tab-size?: TabSize<string | number>;
    tabSize?: TabSize<string | number>;
    table-layout?: TableLayout;
    tableLayout?: TableLayout;
    text-align?: TextAlign;
    text-align-last?: TextAlignLast;
    text-anchor?: TextAnchor;
    text-combine-upright?: TextCombineUpright;
    text-decoration?: TextDecoration<string | number>;
    text-decoration-color?: TextDecorationColor;
    text-decoration-line?: TextDecorationLine;
    text-decoration-skip?: TextDecorationSkip;
    text-decoration-skip-ink?: TextDecorationSkipInk;
    text-decoration-style?: TextDecorationStyle;
    text-decoration-thickness?: TextDecorationThickness<string | number>;
    text-emphasis?: TextEmphasis;
    text-emphasis-color?: TextEmphasisColor;
    text-emphasis-position?: TextEmphasisPosition;
    text-emphasis-style?: TextEmphasisStyle;
    text-indent?: TextIndent<string | number>;
    text-justify?: TextJustify;
    text-orientation?: TextOrientation;
    text-overflow?: TextOverflow;
    text-rendering?: TextRendering;
    text-shadow?: TextShadow;
    text-size-adjust?: TextSizeAdjust;
    text-transform?: TextTransform;
    text-underline-offset?: TextUnderlineOffset<string | number>;
    text-underline-position?: TextUnderlinePosition;
    text-wrap?: TextWrap;
    textAlign?: TextAlign;
    textAlignLast?: TextAlignLast;
    textAnchor?: TextAnchor;
    textCombineUpright?: TextCombineUpright;
    textDecoration?: TextDecoration<string | number>;
    textDecorationColor?: TextDecorationColor;
    textDecorationLine?: TextDecorationLine;
    textDecorationSkip?: TextDecorationSkip;
    textDecorationSkipInk?: TextDecorationSkipInk;
    textDecorationStyle?: TextDecorationStyle;
    textDecorationThickness?: TextDecorationThickness<string | number>;
    textEmphasis?: TextEmphasis;
    textEmphasisColor?: TextEmphasisColor;
    textEmphasisPosition?: TextEmphasisPosition;
    textEmphasisStyle?: TextEmphasisStyle;
    textIndent?: TextIndent<string | number>;
    textJustify?: TextJustify;
    textOrientation?: TextOrientation;
    textOverflow?: TextOverflow;
    textRendering?: TextRendering;
    textShadow?: TextShadow;
    textSizeAdjust?: TextSizeAdjust;
    textTransform?: TextTransform;
    textUnderlineOffset?: TextUnderlineOffset<string | number>;
    textUnderlinePosition?: TextUnderlinePosition;
    textWrap?: TextWrap;
    timeline-scope?: TimelineScope;
    timelineScope?: TimelineScope;
    top?: Top<string | number>;
    touch-action?: TouchAction;
    touchAction?: TouchAction;
    transform?: Transform;
    transform-box?: TransformBox;
    transform-origin?: TransformOrigin<string | number>;
    transform-style?: TransformStyle;
    transformBox?: TransformBox;
    transformOrigin?: TransformOrigin<string | number>;
    transformStyle?: TransformStyle;
    transition?: Transition<string & {}>;
    transition-behavior?: TransitionBehavior;
    transition-delay?: TransitionDelay<string & {}>;
    transition-duration?: TransitionDuration<string & {}>;
    transition-property?: TransitionProperty;
    transition-timing-function?: TransitionTimingFunction;
    transitionBehavior?: TransitionBehavior;
    transitionDelay?: TransitionDelay<string & {}>;
    transitionDuration?: TransitionDuration<string & {}>;
    transitionProperty?: TransitionProperty;
    transitionTimingFunction?: TransitionTimingFunction;
    translate?: Translate<string | number>;
    unicode-bidi?: UnicodeBidi;
    unicodeBidi?: UnicodeBidi;
    user-select?: UserSelect;
    userSelect?: UserSelect;
    vector-effect?: VectorEffect;
    vectorEffect?: VectorEffect;
    vertical-align?: VerticalAlign<string | number>;
    verticalAlign?: VerticalAlign<string | number>;
    view-timeline?: ViewTimeline;
    view-timeline-axis?: ViewTimelineAxis;
    view-timeline-inset?: ViewTimelineInset<string | number>;
    view-timeline-name?: ViewTimelineName;
    view-transition-name?: ViewTransitionName;
    viewTimeline?: ViewTimeline;
    viewTimelineAxis?: ViewTimelineAxis;
    viewTimelineInset?: ViewTimelineInset<string | number>;
    viewTimelineName?: ViewTimelineName;
    viewTransitionName?: ViewTransitionName;
    visibility?: Visibility;
    white-space?: WhiteSpace;
    white-space-collapse?: WhiteSpaceCollapse;
    white-space-trim?: WhiteSpaceTrim;
    whiteSpace?: WhiteSpace;
    whiteSpaceCollapse?: WhiteSpaceCollapse;
    whiteSpaceTrim?: WhiteSpaceTrim;
    widows?: Widows;
    width?: Width<string | number>;
    will-change?: WillChange;
    willChange?: WillChange;
    word-break?: WordBreak;
    word-spacing?: WordSpacing<string | number>;
    word-wrap?: WordWrap;
    wordBreak?: WordBreak;
    wordSpacing?: WordSpacing<string | number>;
    wordWrap?: WordWrap;
    writing-mode?: WritingMode;
    writingMode?: WritingMode;
    z-index?: ZIndex;
    zIndex?: ZIndex;
    zoom?: Zoom;
    [v: `--${string}`]: string | number | undefined;
}

Hierarchy

  • Properties<string | number>
  • PropertiesHyphen<string | number>
    • CSSProperties

Indexable

[v: `--${string}`]: string | number | undefined

The index signature was removed to enable closed typing for style using CSSType. You're able to use type assertion or module augmentation to add properties or an index signature of your own.

For examples and more information, visit: https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors

Properties

-khtml-box-align? -khtml-box-direction? -khtml-box-flex? -khtml-box-flex-group? -khtml-box-lines? -khtml-box-ordinal-group? -khtml-box-orient? -khtml-box-pack? -khtml-line-break? -khtml-opacity? -khtml-user-select? -moz-animation? -moz-animation-delay? -moz-animation-direction? -moz-animation-duration? -moz-animation-fill-mode? -moz-animation-iteration-count? -moz-animation-name? -moz-animation-play-state? -moz-animation-timing-function? -moz-appearance? -moz-backface-visibility? -moz-background-clip? -moz-background-inline-policy? -moz-background-origin? -moz-background-size? -moz-binding? -moz-border-bottom-colors? -moz-border-end-color? -moz-border-end-style? -moz-border-end-width? -moz-border-image? -moz-border-left-colors? -moz-border-radius? -moz-border-radius-bottomleft? -moz-border-radius-bottomright? -moz-border-radius-topleft? -moz-border-radius-topright? -moz-border-right-colors? -moz-border-start-color? -moz-border-start-style? -moz-border-top-colors? -moz-box-align? -moz-box-direction? -moz-box-flex? -moz-box-ordinal-group? -moz-box-orient? -moz-box-pack? -moz-box-shadow? -moz-box-sizing? -moz-column-count? -moz-column-fill? -moz-column-rule? -moz-column-rule-color? -moz-column-rule-style? -moz-column-rule-width? -moz-column-width? -moz-columns? -moz-context-properties? -moz-float-edge? -moz-font-feature-settings? -moz-font-language-override? -moz-force-broken-image-icon? -moz-hyphens? -moz-image-region? -moz-margin-end? -moz-margin-start? -moz-opacity? -moz-orient? -moz-osx-font-smoothing? -moz-outline? -moz-outline-color? -moz-outline-radius? -moz-outline-radius-bottomleft? -moz-outline-radius-bottomright? -moz-outline-radius-topleft? -moz-outline-radius-topright? -moz-outline-style? -moz-outline-width? -moz-padding-end? -moz-padding-start? -moz-perspective? -moz-perspective-origin? -moz-stack-sizing? -moz-tab-size? -moz-text-align-last? -moz-text-blink? -moz-text-decoration-color? -moz-text-decoration-line? -moz-text-decoration-style? -moz-text-size-adjust? -moz-transform? -moz-transform-origin? -moz-transform-style? -moz-transition? -moz-transition-delay? -moz-transition-duration? -moz-transition-property? -moz-transition-timing-function? -moz-user-focus? -moz-user-input? -moz-user-modify? -moz-user-select? -moz-window-dragging? -moz-window-shadow? -ms-accelerator? -ms-block-progression? -ms-content-zoom-chaining? -ms-content-zoom-limit? -ms-content-zoom-limit-max? -ms-content-zoom-limit-min? -ms-content-zoom-snap? -ms-content-zoom-snap-points? -ms-content-zoom-snap-type? -ms-content-zooming? -ms-filter? -ms-flex? -ms-flex-direction? -ms-flex-positive? -ms-flow-from? -ms-flow-into? -ms-grid-columns? -ms-grid-rows? -ms-high-contrast-adjust? -ms-hyphenate-limit-chars? -ms-hyphenate-limit-lines? -ms-hyphenate-limit-zone? -ms-hyphens? -ms-ime-align? -ms-ime-mode? -ms-line-break? -ms-order? -ms-overflow-style? -ms-overflow-x? -ms-overflow-y? -ms-scroll-chaining? -ms-scroll-limit? -ms-scroll-limit-x-max? -ms-scroll-limit-x-min? -ms-scroll-limit-y-max? -ms-scroll-limit-y-min? -ms-scroll-rails? -ms-scroll-snap-points-x? -ms-scroll-snap-points-y? -ms-scroll-snap-type? -ms-scroll-snap-x? -ms-scroll-snap-y? -ms-scroll-translation? -ms-scrollbar-3dlight-color? -ms-scrollbar-arrow-color? -ms-scrollbar-base-color? -ms-scrollbar-darkshadow-color? -ms-scrollbar-face-color? -ms-scrollbar-highlight-color? -ms-scrollbar-shadow-color? -ms-scrollbar-track-color? -ms-text-autospace? -ms-text-combine-horizontal? -ms-text-overflow? -ms-touch-action? -ms-touch-select? -ms-transform? -ms-transform-origin? -ms-transition? -ms-transition-delay? -ms-transition-duration? -ms-transition-property? -ms-transition-timing-function? -ms-user-select? -ms-word-break? -ms-wrap-flow? -ms-wrap-margin? -ms-wrap-through? -ms-writing-mode? -o-animation? -o-animation-delay? -o-animation-direction? -o-animation-duration? -o-animation-fill-mode? -o-animation-iteration-count? -o-animation-name? -o-animation-play-state? -o-animation-timing-function? -o-background-size? -o-border-image? -o-object-fit? -o-object-position? -o-tab-size? -o-text-overflow? -o-transform? -o-transform-origin? -o-transition? -o-transition-delay? -o-transition-duration? -o-transition-property? -o-transition-timing-function? -webkit-align-content? -webkit-align-items? -webkit-align-self? -webkit-animation? -webkit-animation-delay? -webkit-animation-direction? -webkit-animation-duration? -webkit-animation-fill-mode? -webkit-animation-iteration-count? -webkit-animation-name? -webkit-animation-play-state? -webkit-animation-timing-function? -webkit-appearance? -webkit-backdrop-filter? -webkit-backface-visibility? -webkit-background-clip? -webkit-background-origin? -webkit-background-size? -webkit-border-before? -webkit-border-before-color? -webkit-border-before-style? -webkit-border-before-width? -webkit-border-bottom-left-radius? -webkit-border-bottom-right-radius? -webkit-border-image? -webkit-border-image-slice? -webkit-border-radius? -webkit-border-top-left-radius? -webkit-border-top-right-radius? -webkit-box-align? -webkit-box-decoration-break? -webkit-box-direction? -webkit-box-flex? -webkit-box-flex-group? -webkit-box-lines? -webkit-box-ordinal-group? -webkit-box-orient? -webkit-box-pack? -webkit-box-reflect? -webkit-box-shadow? -webkit-box-sizing? -webkit-clip-path? -webkit-column-count? -webkit-column-fill? -webkit-column-rule? -webkit-column-rule-color? -webkit-column-rule-style? -webkit-column-rule-width? -webkit-column-span? -webkit-column-width? -webkit-columns? -webkit-filter? -webkit-flex? -webkit-flex-basis? -webkit-flex-direction? -webkit-flex-flow? -webkit-flex-grow? -webkit-flex-shrink? -webkit-flex-wrap? -webkit-font-feature-settings? -webkit-font-kerning? -webkit-font-smoothing? -webkit-font-variant-ligatures? -webkit-hyphenate-character? -webkit-hyphens? -webkit-initial-letter? -webkit-justify-content? -webkit-line-break? -webkit-line-clamp? -webkit-margin-end? -webkit-margin-start? -webkit-mask? -webkit-mask-attachment? -webkit-mask-box-image? -webkit-mask-box-image-outset? -webkit-mask-box-image-repeat? -webkit-mask-box-image-slice? -webkit-mask-box-image-source? -webkit-mask-box-image-width? -webkit-mask-clip? -webkit-mask-composite? -webkit-mask-image? -webkit-mask-origin? -webkit-mask-position? -webkit-mask-position-x? -webkit-mask-position-y? -webkit-mask-repeat? -webkit-mask-repeat-x? -webkit-mask-repeat-y? -webkit-mask-size? -webkit-max-inline-size? -webkit-order? -webkit-overflow-scrolling? -webkit-padding-end? -webkit-padding-start? -webkit-perspective? -webkit-perspective-origin? -webkit-print-color-adjust? -webkit-ruby-position? -webkit-scroll-snap-type? -webkit-shape-margin? -webkit-tap-highlight-color? -webkit-text-combine? -webkit-text-decoration-color? -webkit-text-decoration-line? -webkit-text-decoration-skip? -webkit-text-decoration-style? -webkit-text-emphasis? -webkit-text-emphasis-color? -webkit-text-emphasis-position? -webkit-text-emphasis-style? -webkit-text-fill-color? -webkit-text-orientation? -webkit-text-size-adjust? -webkit-text-stroke? -webkit-text-stroke-color? -webkit-text-stroke-width? -webkit-text-underline-position? -webkit-touch-callout? -webkit-transform? -webkit-transform-origin? -webkit-transform-style? -webkit-transition? -webkit-transition-delay? -webkit-transition-duration? -webkit-transition-property? -webkit-transition-timing-function? -webkit-user-modify? -webkit-user-select? -webkit-writing-mode? 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? accent-color? accentColor? align-content? align-items? align-self? align-tracks? alignContent? alignItems? alignSelf? alignTracks? alignment-baseline? alignmentBaseline? all? animation? animation-composition? animation-delay? animation-direction? animation-duration? animation-fill-mode? animation-iteration-count? animation-name? animation-play-state? animation-range? animation-range-end? animation-range-start? animation-timeline? animation-timing-function? animationComposition? animationDelay? animationDirection? animationDuration? animationFillMode? animationIterationCount? animationName? animationPlayState? animationRange? animationRangeEnd? animationRangeStart? animationTimeline? animationTimingFunction? appearance? aspect-ratio? aspectRatio? azimuth? backdrop-filter? backdropFilter? backface-visibility? backfaceVisibility? background? background-attachment? background-blend-mode? background-clip? background-color? background-image? background-origin? background-position? background-position-x? background-position-y? background-repeat? background-size? backgroundAttachment? backgroundBlendMode? backgroundClip? backgroundColor? backgroundImage? backgroundOrigin? backgroundPosition? backgroundPositionX? backgroundPositionY? backgroundRepeat? backgroundSize? baseline-shift? baselineShift? block-overflow? block-size? blockOverflow? blockSize? border? border-block? border-block-color? border-block-end? border-block-end-color? border-block-end-style? border-block-end-width? border-block-start? border-block-start-color? border-block-start-style? border-block-start-width? border-block-style? border-block-width? border-bottom? border-bottom-color? border-bottom-left-radius? border-bottom-right-radius? border-bottom-style? border-bottom-width? border-collapse? border-color? border-end-end-radius? border-end-start-radius? border-image? border-image-outset? border-image-repeat? border-image-slice? border-image-source? border-image-width? border-inline? border-inline-color? border-inline-end? border-inline-end-color? border-inline-end-style? border-inline-end-width? border-inline-start? border-inline-start-color? border-inline-start-style? border-inline-start-width? border-inline-style? border-inline-width? border-left? border-left-color? border-left-style? border-left-width? border-radius? border-right? border-right-color? border-right-style? border-right-width? border-spacing? border-start-end-radius? border-start-start-radius? border-style? border-top? border-top-color? border-top-left-radius? border-top-right-radius? border-top-style? border-top-width? border-width? 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? box-align? box-decoration-break? box-direction? box-flex? box-flex-group? box-lines? box-ordinal-group? box-orient? box-pack? box-shadow? box-sizing? boxAlign? boxDecorationBreak? boxDirection? boxFlex? boxFlexGroup? boxLines? boxOrdinalGroup? boxOrient? boxPack? boxShadow? boxSizing? break-after? break-before? break-inside? breakAfter? breakBefore? breakInside? caption-side? captionSide? caret? caret-color? caret-shape? caretColor? caretShape? clear? clip? clip-path? clip-rule? clipPath? clipRule? color? color-adjust? color-interpolation? color-rendering? color-scheme? colorAdjust? colorInterpolation? colorRendering? colorScheme? column-count? column-fill? column-gap? column-rule? column-rule-color? column-rule-style? column-rule-width? column-span? column-width? columnCount? columnFill? columnGap? columnRule? columnRuleColor? columnRuleStyle? columnRuleWidth? columnSpan? columnWidth? columns? contain? contain-intrinsic-block-size? contain-intrinsic-height? contain-intrinsic-inline-size? contain-intrinsic-size? contain-intrinsic-width? containIntrinsicBlockSize? containIntrinsicHeight? containIntrinsicInlineSize? containIntrinsicSize? containIntrinsicWidth? container? container-name? container-type? containerName? containerType? content? content-visibility? contentVisibility? counter-increment? counter-reset? counter-set? counterIncrement? counterReset? counterSet? cursor? direction? display? dominant-baseline? dominantBaseline? empty-cells? emptyCells? fill? fill-opacity? fill-rule? fillOpacity? fillRule? filter? flex? flex-basis? flex-direction? flex-flow? flex-grow? flex-shrink? flex-wrap? flexBasis? flexDirection? flexFlow? flexGrow? flexShrink? flexWrap? float? flood-color? flood-opacity? floodColor? floodOpacity? font? font-family? font-feature-settings? font-kerning? font-language-override? font-optical-sizing? font-palette? font-size? font-size-adjust? font-smooth? font-stretch? font-style? font-synthesis? font-synthesis-position? font-synthesis-small-caps? font-synthesis-style? font-synthesis-weight? font-variant? font-variant-alternates? font-variant-caps? font-variant-east-asian? font-variant-emoji? font-variant-ligatures? font-variant-numeric? font-variant-position? font-variation-settings? font-weight? 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? forced-color-adjust? forcedColorAdjust? gap? glyph-orientation-vertical? glyphOrientationVertical? grid? grid-area? grid-auto-columns? grid-auto-flow? grid-auto-rows? grid-column? grid-column-end? grid-column-gap? grid-column-start? grid-gap? grid-row? grid-row-end? grid-row-gap? grid-row-start? grid-template? grid-template-areas? grid-template-columns? grid-template-rows? gridArea? gridAutoColumns? gridAutoFlow? gridAutoRows? gridColumn? gridColumnEnd? gridColumnGap? gridColumnStart? gridGap? gridRow? gridRowEnd? gridRowGap? gridRowStart? gridTemplate? gridTemplateAreas? gridTemplateColumns? gridTemplateRows? hanging-punctuation? hangingPunctuation? height? hyphenate-character? hyphenate-limit-chars? hyphenateCharacter? hyphenateLimitChars? hyphens? image-orientation? image-rendering? image-resolution? imageOrientation? imageRendering? imageResolution? ime-mode? imeMode? initial-letter? initialLetter? inline-size? inlineSize? input-security? inputSecurity? inset? inset-block? inset-block-end? inset-block-start? inset-inline? inset-inline-end? inset-inline-start? insetBlock? insetBlockEnd? insetBlockStart? insetInline? insetInlineEnd? insetInlineStart? isolation? justify-content? justify-items? justify-self? justify-tracks? justifyContent? justifyItems? justifySelf? justifyTracks? left? letter-spacing? letterSpacing? lighting-color? lightingColor? line-break? line-clamp? line-height? line-height-step? lineBreak? lineClamp? lineHeight? lineHeightStep? list-style? list-style-image? list-style-position? list-style-type? listStyle? listStyleImage? listStylePosition? listStyleType? margin? margin-block? margin-block-end? margin-block-start? margin-bottom? margin-inline? margin-inline-end? margin-inline-start? margin-left? margin-right? margin-top? margin-trim? marginBlock? marginBlockEnd? marginBlockStart? marginBottom? marginInline? marginInlineEnd? marginInlineStart? marginLeft? marginRight? marginTop? marginTrim? marker? marker-end? marker-mid? marker-start? markerEnd? markerMid? markerStart? mask? mask-border? mask-border-mode? mask-border-outset? mask-border-repeat? mask-border-slice? mask-border-source? mask-border-width? mask-clip? mask-composite? mask-image? mask-mode? mask-origin? mask-position? mask-repeat? mask-size? mask-type? maskBorder? maskBorderMode? maskBorderOutset? maskBorderRepeat? maskBorderSlice? maskBorderSource? maskBorderWidth? maskClip? maskComposite? maskImage? maskMode? maskOrigin? maskPosition? maskRepeat? maskSize? maskType? masonry-auto-flow? masonryAutoFlow? math-depth? math-shift? math-style? mathDepth? mathShift? mathStyle? max-block-size? max-height? max-inline-size? max-lines? max-width? maxBlockSize? maxHeight? maxInlineSize? maxLines? maxWidth? min-block-size? min-height? min-inline-size? min-width? minBlockSize? minHeight? minInlineSize? minWidth? mix-blend-mode? mixBlendMode? motion? motion-distance? motion-path? motion-rotation? 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? object-fit? object-position? objectFit? objectPosition? offset? offset-anchor? offset-block? offset-block-end? offset-block-start? offset-distance? offset-inline? offset-inline-end? offset-inline-start? offset-path? offset-position? offset-rotate? offset-rotation? offsetAnchor? offsetBlock? offsetBlockEnd? offsetBlockStart? offsetDistance? offsetInline? offsetInlineEnd? offsetInlineStart? offsetPath? offsetPosition? offsetRotate? offsetRotation? opacity? order? orphans? outline? outline-color? outline-offset? outline-style? outline-width? outlineColor? outlineOffset? outlineStyle? outlineWidth? overflow? overflow-anchor? overflow-block? overflow-clip-box? overflow-clip-margin? overflow-inline? overflow-wrap? overflow-x? overflow-y? overflowAnchor? overflowBlock? overflowClipBox? overflowClipMargin? overflowInline? overflowWrap? overflowX? overflowY? overlay? overscroll-behavior? overscroll-behavior-block? overscroll-behavior-inline? overscroll-behavior-x? overscroll-behavior-y? overscrollBehavior? overscrollBehaviorBlock? overscrollBehaviorInline? overscrollBehaviorX? overscrollBehaviorY? padding? padding-block? padding-block-end? padding-block-start? padding-bottom? padding-inline? padding-inline-end? padding-inline-start? padding-left? padding-right? padding-top? paddingBlock? paddingBlockEnd? paddingBlockStart? paddingBottom? paddingInline? paddingInlineEnd? paddingInlineStart? paddingLeft? paddingRight? paddingTop? page? page-break-after? page-break-before? page-break-inside? pageBreakAfter? pageBreakBefore? pageBreakInside? paint-order? paintOrder? perspective? perspective-origin? perspectiveOrigin? place-content? place-items? place-self? placeContent? placeItems? placeSelf? pointer-events? pointerEvents? position? print-color-adjust? printColorAdjust? quotes? resize? right? rotate? row-gap? rowGap? ruby-align? ruby-merge? ruby-position? rubyAlign? rubyMerge? rubyPosition? scale? scroll-behavior? scroll-margin? scroll-margin-block? scroll-margin-block-end? scroll-margin-block-start? scroll-margin-bottom? scroll-margin-inline? scroll-margin-inline-end? scroll-margin-inline-start? scroll-margin-left? scroll-margin-right? scroll-margin-top? scroll-padding? scroll-padding-block? scroll-padding-block-end? scroll-padding-block-start? scroll-padding-bottom? scroll-padding-inline? scroll-padding-inline-end? scroll-padding-inline-start? scroll-padding-left? scroll-padding-right? scroll-padding-top? scroll-snap-align? scroll-snap-coordinate? scroll-snap-destination? scroll-snap-margin? scroll-snap-margin-bottom? scroll-snap-margin-left? scroll-snap-margin-right? scroll-snap-margin-top? scroll-snap-points-x? scroll-snap-points-y? scroll-snap-stop? scroll-snap-type? scroll-snap-type-x? scroll-snap-type-y? scroll-timeline? scroll-timeline-axis? scroll-timeline-name? 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? scrollbar-color? scrollbar-gutter? scrollbar-width? scrollbarColor? scrollbarGutter? scrollbarWidth? shape-image-threshold? shape-margin? shape-outside? shape-rendering? shapeImageThreshold? shapeMargin? shapeOutside? shapeRendering? stop-color? stop-opacity? stopColor? stopOpacity? stroke? stroke-dasharray? stroke-dashoffset? stroke-linecap? stroke-linejoin? stroke-miterlimit? stroke-opacity? stroke-width? strokeDasharray? strokeDashoffset? strokeLinecap? strokeLinejoin? strokeMiterlimit? strokeOpacity? strokeWidth? tab-size? tabSize? table-layout? tableLayout? text-align? text-align-last? text-anchor? text-combine-upright? text-decoration? text-decoration-color? text-decoration-line? text-decoration-skip? text-decoration-skip-ink? text-decoration-style? text-decoration-thickness? text-emphasis? text-emphasis-color? text-emphasis-position? text-emphasis-style? text-indent? text-justify? text-orientation? text-overflow? text-rendering? text-shadow? text-size-adjust? text-transform? text-underline-offset? text-underline-position? text-wrap? textAlign? textAlignLast? textAnchor? textCombineUpright? textDecoration? textDecorationColor? textDecorationLine? textDecorationSkip? textDecorationSkipInk? textDecorationStyle? textDecorationThickness? textEmphasis? textEmphasisColor? textEmphasisPosition? textEmphasisStyle? textIndent? textJustify? textOrientation? textOverflow? textRendering? textShadow? textSizeAdjust? textTransform? textUnderlineOffset? textUnderlinePosition? textWrap? timeline-scope? timelineScope? top? touch-action? touchAction? transform? transform-box? transform-origin? transform-style? transformBox? transformOrigin? transformStyle? transition? transition-behavior? transition-delay? transition-duration? transition-property? transition-timing-function? transitionBehavior? transitionDelay? transitionDuration? transitionProperty? transitionTimingFunction? translate? unicode-bidi? unicodeBidi? user-select? userSelect? vector-effect? vectorEffect? vertical-align? verticalAlign? view-timeline? view-timeline-axis? view-timeline-inset? view-timeline-name? view-transition-name? viewTimeline? viewTimelineAxis? viewTimelineInset? viewTimelineName? viewTransitionName? visibility? white-space? white-space-collapse? white-space-trim? whiteSpace? whiteSpaceCollapse? whiteSpaceTrim? widows? width? will-change? willChange? word-break? word-spacing? word-wrap? wordBreak? wordSpacing? wordWrap? writing-mode? writingMode? z-index? zIndex? zoom?

Properties

-khtml-box-align?: BoxAlign

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

-khtml-box-direction?: BoxDirection

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

-khtml-box-flex?: BoxFlex

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

-khtml-box-flex-group?: BoxFlexGroup

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

Syntax: <integer>

Initial value: 1

Deprecated

-khtml-box-lines?: BoxLines

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

-khtml-box-ordinal-group?: BoxOrdinalGroup

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

Syntax: <integer>

Initial value: 1

Deprecated

-khtml-box-orient?: BoxOrient

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

-khtml-box-pack?: BoxPack

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

-khtml-line-break?: LineBreak

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

-khtml-opacity?: Opacity

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

-khtml-user-select?: UserSelect

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

-moz-animation?: Animation<string & {}>

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

-moz-animation-delay?: AnimationDelay<string & {}>

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

-moz-animation-direction?: AnimationDirection

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

-moz-animation-duration?: AnimationDuration<string & {}>

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

Syntax: <time>#

Initial value: 0s

-moz-animation-fill-mode?: AnimationFillMode

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

-moz-animation-iteration-count?: AnimationIterationCount

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

-moz-animation-name?: AnimationName

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

-moz-animation-play-state?: AnimationPlayState

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

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

Initial value: running

-moz-animation-timing-function?: AnimationTimingFunction

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

Syntax: <easing-function>#

Initial value: ease

-moz-appearance?: MozAppearance

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)

-moz-backface-visibility?: BackfaceVisibility

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

-moz-background-clip?: BackgroundClip

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

-moz-background-inline-policy?: BoxDecorationBreak

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

-moz-background-origin?: BackgroundOrigin

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

-moz-background-size?: BackgroundSize<string | number>

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

-moz-binding?: MozBinding

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

-moz-border-bottom-colors?: MozBorderBottomColors

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

-moz-border-end-color?: BorderInlineEndColor

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

-moz-border-end-style?: BorderInlineEndStyle

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

-moz-border-end-width?: BorderInlineEndWidth<string | number>

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

-moz-border-image?: BorderImage

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

-moz-border-left-colors?: MozBorderLeftColors

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

-moz-border-radius?: BorderRadius<string | number>

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

-moz-border-radius-bottomleft?: BorderBottomLeftRadius<string | number>

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

-moz-border-radius-bottomright?: BorderBottomRightRadius<string | number>

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

-moz-border-radius-topleft?: BorderTopLeftRadius<string | number>

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

-moz-border-radius-topright?: BorderTopRightRadius<string | number>

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

-moz-border-right-colors?: MozBorderRightColors

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

-moz-border-start-color?: BorderInlineStartColor

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

-moz-border-start-style?: BorderInlineStartStyle

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

-moz-border-top-colors?: MozBorderTopColors

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

-moz-box-align?: BoxAlign

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

-moz-box-direction?: BoxDirection

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

-moz-box-flex?: BoxFlex

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

-moz-box-ordinal-group?: BoxOrdinalGroup

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

Syntax: <integer>

Initial value: 1

Deprecated

-moz-box-orient?: BoxOrient

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

-moz-box-pack?: BoxPack

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

-moz-box-shadow?: BoxShadow

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

-moz-box-sizing?: BoxSizing

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

-moz-column-count?: ColumnCount

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

Syntax: <integer> | auto

Initial value: auto

-moz-column-fill?: ColumnFill

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

-moz-column-rule?: ColumnRule<string | number>

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

-moz-column-rule-color?: ColumnRuleColor

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

-moz-column-rule-style?: ColumnRuleStyle

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

-moz-column-rule-width?: ColumnRuleWidth<string | number>

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

-moz-column-width?: ColumnWidth<string | number>

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

-moz-columns?: Columns<string | number>

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

-moz-context-properties?: MozContextProperties

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

-moz-float-edge?: MozFloatEdge

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

-moz-font-feature-settings?: FontFeatureSettings

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

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

Initial value: normal

-moz-font-language-override?: FontLanguageOverride

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

Syntax: normal | <string>

Initial value: normal

-moz-force-broken-image-icon?: MozForceBrokenImageIcon

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

-moz-hyphens?: Hyphens

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

-moz-image-region?: MozImageRegion

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

-moz-margin-end?: MarginInlineEnd<string | number>

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

-moz-margin-start?: MarginInlineStart<string | number>

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

-moz-opacity?: Opacity

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

-moz-orient?: 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

-moz-osx-font-smoothing?: FontSmooth<string | number>

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

-moz-outline?: Outline<string | number>

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

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

Deprecated

-moz-outline-color?: OutlineColor

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

-moz-outline-radius?: MozOutlineRadius<string | number>

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} ]?

-moz-outline-radius-bottomleft?: MozOutlineRadiusBottomleft<string | number>

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

-moz-outline-radius-bottomright?: MozOutlineRadiusBottomright<string | number>

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

-moz-outline-radius-topleft?: MozOutlineRadiusTopleft<string | number>

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

-moz-outline-radius-topright?: MozOutlineRadiusTopright<string | number>

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

-moz-outline-style?: OutlineStyle

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

-moz-outline-width?: OutlineWidth<string | number>

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

-moz-padding-end?: PaddingInlineEnd<string | number>

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

-moz-padding-start?: PaddingInlineStart<string | number>

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

-moz-perspective?: Perspective<string | number>

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

-moz-perspective-origin?: PerspectiveOrigin<string | number>

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

-moz-stack-sizing?: MozStackSizing

-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

-moz-tab-size?: TabSize<string | number>

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

Syntax: <integer> | <length>

Initial value: 8

-moz-text-align-last?: TextAlignLast

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

-moz-text-blink?: MozTextBlink

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

Syntax: none | blink

Initial value: none

-moz-text-decoration-color?: TextDecorationColor

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

Syntax: <color>

Initial value: currentcolor

Deprecated

-moz-text-decoration-line?: TextDecorationLine

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

-moz-text-decoration-style?: TextDecorationStyle

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

-moz-text-size-adjust?: TextSizeAdjust

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).

-moz-transform?: Transform

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

-moz-transform-origin?: TransformOrigin<string | number>

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

-moz-transform-style?: TransformStyle

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

-moz-transition?: Transition<string & {}>

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

Syntax: <single-transition>#

Deprecated

-moz-transition-delay?: TransitionDelay<string & {}>

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

-moz-transition-duration?: TransitionDuration<string & {}>

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

-moz-transition-property?: TransitionProperty

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

-moz-transition-timing-function?: TransitionTimingFunction

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

-moz-user-focus?: MozUserFocus

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

-moz-user-input?: MozUserInput

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

Syntax: auto | none | enabled | disabled

Initial value: auto

Deprecated

-moz-user-modify?: 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

-moz-user-select?: UserSelect

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

-moz-window-dragging?: MozWindowDragging

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

-moz-window-shadow?: MozWindowShadow

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

-ms-accelerator?: MsAccelerator

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

-ms-block-progression?: MsBlockProgression

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

-ms-content-zoom-chaining?: MsContentZoomChaining

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

-ms-content-zoom-limit?: MsContentZoomLimit

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

-ms-content-zoom-limit-max?: MsContentZoomLimitMax

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%

-ms-content-zoom-limit-min?: MsContentZoomLimitMin

The -ms-content-zoom-limit-min CSS property is a Microsoft extension that specifies the minimum zoom factor.

Syntax: <percentage>

Initial value: 100%

-ms-content-zoom-snap?: MsContentZoomSnap

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

-ms-content-zoom-snap-points?: MsContentZoomSnapPoints

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%)

-ms-content-zoom-snap-type?: MsContentZoomSnapType

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

-ms-content-zooming?: MsContentZooming

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

-ms-filter?: MsFilter

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)

-ms-flex?: Flex<string | number>

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'> ]

-ms-flex-direction?: FlexDirection

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

-ms-flex-positive?: FlexGrow

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

Syntax: <number>

Initial value: 0

-ms-flow-from?: MsFlowFrom

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

-ms-flow-into?: MsFlowInto

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

-ms-grid-columns?: MsGridColumns<string | number>

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

-ms-grid-rows?: MsGridRows<string | number>

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

-ms-high-contrast-adjust?: MsHighContrastAdjust

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

-ms-hyphenate-limit-chars?: MsHyphenateLimitChars

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

-ms-hyphenate-limit-lines?: MsHyphenateLimitLines

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

-ms-hyphenate-limit-zone?: MsHyphenateLimitZone<string | number>

The **-ms-hyphenate-limit-zone** CSS property is a Microsoft extension specifying the width of the hyphenation zone.

Syntax: <percentage> | <length>

Initial value: 0

-ms-hyphens?: Hyphens

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

-ms-ime-align?: MsImeAlign

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

-ms-ime-mode?: ImeMode

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

-ms-line-break?: LineBreak

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

-ms-order?: Order

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

-ms-overflow-style?: MsOverflowStyle

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

-ms-overflow-x?: OverflowX

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

-ms-overflow-y?: OverflowY

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

-ms-scroll-chaining?: MsScrollChaining

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

-ms-scroll-limit?: MsScrollLimit

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

-ms-scroll-limit-x-max?: MsScrollLimitXMax<string | number>

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

-ms-scroll-limit-x-min?: MsScrollLimitXMin<string | number>

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

-ms-scroll-limit-y-max?: MsScrollLimitYMax<string | number>

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

-ms-scroll-limit-y-min?: MsScrollLimitYMin<string | number>

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

-ms-scroll-rails?: MsScrollRails

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

-ms-scroll-snap-points-x?: MsScrollSnapPointsX

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%)

-ms-scroll-snap-points-y?: MsScrollSnapPointsY

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%)

-ms-scroll-snap-type?: MsScrollSnapType

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

-ms-scroll-snap-x?: MsScrollSnapX

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

-ms-scroll-snap-y?: MsScrollSnapY

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

-ms-scroll-translation?: MsScrollTranslation

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

-ms-scrollbar-3dlight-color?: MsScrollbar3dlightColor

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

-ms-scrollbar-arrow-color?: MsScrollbarArrowColor

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

-ms-scrollbar-base-color?: MsScrollbarBaseColor

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

-ms-scrollbar-darkshadow-color?: MsScrollbarDarkshadowColor

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

-ms-scrollbar-face-color?: MsScrollbarFaceColor

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

-ms-scrollbar-highlight-color?: MsScrollbarHighlightColor

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

-ms-scrollbar-shadow-color?: MsScrollbarShadowColor

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

-ms-scrollbar-track-color?: MsScrollbarTrackColor

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

-ms-text-autospace?: MsTextAutospace

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

-ms-text-combine-horizontal?: TextCombineUpright

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

-ms-text-overflow?: TextOverflow

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

-ms-touch-action?: TouchAction

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

-ms-touch-select?: MsTouchSelect

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

-ms-transform?: Transform

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

-ms-transform-origin?: TransformOrigin<string | number>

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

-ms-transition?: Transition<string & {}>

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

Syntax: <single-transition>#

-ms-transition-delay?: TransitionDelay<string & {}>

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

-ms-transition-duration?: TransitionDuration<string & {}>

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

-ms-transition-property?: TransitionProperty

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

-ms-transition-timing-function?: TransitionTimingFunction

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

-ms-user-select?: MsUserSelect

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

-ms-word-break?: WordBreak

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

-ms-wrap-flow?: MsWrapFlow

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

-ms-wrap-margin?: MsWrapMargin<string | number>

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

-ms-wrap-through?: MsWrapThrough

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

-ms-writing-mode?: WritingMode

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

-o-animation?: Animation<string & {}>

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

-o-animation-delay?: AnimationDelay<string & {}>

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

-o-animation-direction?: AnimationDirection

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

-o-animation-duration?: AnimationDuration<string & {}>

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

Syntax: <time>#

Initial value: 0s

Deprecated

-o-animation-fill-mode?: AnimationFillMode

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

-o-animation-iteration-count?: AnimationIterationCount

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

-o-animation-name?: AnimationName

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

-o-animation-play-state?: AnimationPlayState

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

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

Initial value: running

Deprecated

-o-animation-timing-function?: AnimationTimingFunction

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

Syntax: <easing-function>#

Initial value: ease

Deprecated

-o-background-size?: BackgroundSize<string | number>

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

-o-border-image?: BorderImage

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

-o-object-fit?: ObjectFit

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

-o-object-position?: ObjectPosition<string | number>

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

-o-tab-size?: TabSize<string | number>

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

Syntax: <integer> | <length>

Initial value: 8

Deprecated

-o-text-overflow?: TextOverflow

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

-o-transform?: Transform

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

-o-transform-origin?: TransformOrigin<string | number>

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

-o-transition?: Transition<string & {}>

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

Syntax: <single-transition>#

Deprecated

-o-transition-delay?: TransitionDelay<string & {}>

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

-o-transition-duration?: TransitionDuration<string & {}>

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

-o-transition-property?: TransitionProperty

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

-o-transition-timing-function?: TransitionTimingFunction

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

-webkit-align-content?: AlignContent

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

-webkit-align-items?: AlignItems

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

-webkit-align-self?: AlignSelf

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

-webkit-animation?: Animation<string & {}>

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

-webkit-animation-delay?: AnimationDelay<string & {}>

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

-webkit-animation-direction?: AnimationDirection

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

-webkit-animation-duration?: AnimationDuration<string & {}>

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

Syntax: <time>#

Initial value: 0s

-webkit-animation-fill-mode?: AnimationFillMode

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

-webkit-animation-iteration-count?: AnimationIterationCount

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

-webkit-animation-name?: AnimationName

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

-webkit-animation-play-state?: AnimationPlayState

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

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

Initial value: running

-webkit-animation-timing-function?: AnimationTimingFunction

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

Syntax: <easing-function>#

Initial value: ease

-webkit-appearance?: WebkitAppearance

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)

-webkit-backdrop-filter?: BackdropFilter

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

-webkit-backface-visibility?: BackfaceVisibility

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

-webkit-background-clip?: BackgroundClip

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

-webkit-background-origin?: BackgroundOrigin

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

-webkit-background-size?: BackgroundSize<string | number>

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

-webkit-border-before?: WebkitBorderBefore<string | number>

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>

-webkit-border-before-color?: WebkitBorderBeforeColor

Syntax: <color>

Initial value: currentcolor

-webkit-border-before-style?: WebkitBorderBeforeStyle

Syntax: <'border-style'>

Initial value: none

-webkit-border-before-width?: WebkitBorderBeforeWidth<string | number>

Syntax: <'border-width'>

Initial value: medium

-webkit-border-bottom-left-radius?: BorderBottomLeftRadius<string | number>

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

-webkit-border-bottom-right-radius?: BorderBottomRightRadius<string | number>

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

-webkit-border-image?: BorderImage

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

-webkit-border-image-slice?: BorderImageSlice

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%

-webkit-border-radius?: BorderRadius<string | number>

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} ]?

-webkit-border-top-left-radius?: BorderTopLeftRadius<string | number>

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

-webkit-border-top-right-radius?: BorderTopRightRadius<string | number>

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

-webkit-box-align?: BoxAlign

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

-webkit-box-decoration-break?: BoxDecorationBreak

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

-webkit-box-direction?: BoxDirection

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

-webkit-box-flex?: BoxFlex

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

-webkit-box-flex-group?: BoxFlexGroup

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

Syntax: <integer>

Initial value: 1

Deprecated

-webkit-box-lines?: BoxLines

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

-webkit-box-ordinal-group?: BoxOrdinalGroup

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

Syntax: <integer>

Initial value: 1

Deprecated

-webkit-box-orient?: BoxOrient

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

-webkit-box-pack?: BoxPack

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

-webkit-box-reflect?: WebkitBoxReflect<string | number>

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

-webkit-box-shadow?: BoxShadow

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

-webkit-box-sizing?: BoxSizing

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

-webkit-clip-path?: ClipPath

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

-webkit-column-count?: ColumnCount

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

Syntax: <integer> | auto

Initial value: auto

-webkit-column-fill?: ColumnFill

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

-webkit-column-rule?: ColumnRule<string | number>

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

-webkit-column-rule-color?: ColumnRuleColor

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

-webkit-column-rule-style?: ColumnRuleStyle

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

-webkit-column-rule-width?: ColumnRuleWidth<string | number>

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

-webkit-column-span?: ColumnSpan

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

-webkit-column-width?: ColumnWidth<string | number>

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

-webkit-columns?: Columns<string | number>

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

-webkit-filter?: Filter

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

-webkit-flex?: Flex<string | number>

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'> ]

-webkit-flex-basis?: FlexBasis<string | number>

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

-webkit-flex-direction?: FlexDirection

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

-webkit-flex-flow?: FlexFlow

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

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

-webkit-flex-grow?: FlexGrow

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

Syntax: <number>

Initial value: 0

-webkit-flex-shrink?: FlexShrink

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

-webkit-flex-wrap?: FlexWrap

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

-webkit-font-feature-settings?: FontFeatureSettings

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

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

Initial value: normal

-webkit-font-kerning?: FontKerning

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

Syntax: auto | normal | none

Initial value: auto

-webkit-font-smoothing?: FontSmooth<string | number>

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

-webkit-font-variant-ligatures?: FontVariantLigatures

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

-webkit-hyphenate-character?: HyphenateCharacter

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

-webkit-hyphens?: Hyphens

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

-webkit-initial-letter?: InitialLetter

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

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

Initial value: normal

-webkit-justify-content?: JustifyContent

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

-webkit-line-break?: LineBreak

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

-webkit-line-clamp?: WebkitLineClamp

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

-webkit-margin-end?: MarginInlineEnd<string | number>

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

-webkit-margin-start?: MarginInlineStart<string | number>

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

-webkit-mask?: WebkitMask<string | number>

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 ] ]#

-webkit-mask-attachment?: WebkitMaskAttachment

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

-webkit-mask-box-image?: MaskBorder

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

-webkit-mask-box-image-outset?: MaskBorderOutset<string | number>

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

-webkit-mask-box-image-repeat?: MaskBorderRepeat

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

-webkit-mask-box-image-slice?: MaskBorderSlice

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

-webkit-mask-box-image-source?: MaskBorderSource

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

Syntax: none | <image>

Initial value: none

-webkit-mask-box-image-width?: MaskBorderWidth<string | number>

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

-webkit-mask-clip?: WebkitMaskClip

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

-webkit-mask-composite?: 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

-webkit-mask-image?: WebkitMaskImage

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

-webkit-mask-origin?: WebkitMaskOrigin

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

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

Initial value: padding

-webkit-mask-position?: WebkitMaskPosition<string | number>

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%

-webkit-mask-position-x?: WebkitMaskPositionX<string | number>

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%

-webkit-mask-position-y?: WebkitMaskPositionY<string | number>

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%

-webkit-mask-repeat?: WebkitMaskRepeat

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

-webkit-mask-repeat-x?: 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

-webkit-mask-repeat-y?: 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

-webkit-mask-size?: WebkitMaskSize<string | number>

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

-webkit-max-inline-size?: MaxInlineSize<string | number>

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

-webkit-order?: Order

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

-webkit-overflow-scrolling?: WebkitOverflowScrolling

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

-webkit-padding-end?: PaddingInlineEnd<string | number>

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

-webkit-padding-start?: PaddingInlineStart<string | number>

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

-webkit-perspective?: Perspective<string | number>

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

-webkit-perspective-origin?: PerspectiveOrigin<string | number>

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%

-webkit-print-color-adjust?: PrintColorAdjust

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

-webkit-ruby-position?: RubyPosition

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

-webkit-scroll-snap-type?: ScrollSnapType

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

-webkit-shape-margin?: ShapeMargin<string | number>

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

Syntax: <length-percentage>

Initial value: 0

-webkit-tap-highlight-color?: 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

-webkit-text-combine?: TextCombineUpright

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

-webkit-text-decoration-color?: TextDecorationColor

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

Syntax: <color>

Initial value: currentcolor

-webkit-text-decoration-line?: TextDecorationLine

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

-webkit-text-decoration-skip?: TextDecorationSkip

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

-webkit-text-decoration-style?: TextDecorationStyle

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

-webkit-text-emphasis?: TextEmphasis

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

-webkit-text-emphasis-color?: TextEmphasisColor

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

-webkit-text-emphasis-position?: TextEmphasisPosition

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

-webkit-text-emphasis-style?: TextEmphasisStyle

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

-webkit-text-fill-color?: WebkitTextFillColor

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

-webkit-text-orientation?: TextOrientation

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

-webkit-text-size-adjust?: TextSizeAdjust

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).

-webkit-text-stroke?: WebkitTextStroke<string | number>

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>

-webkit-text-stroke-color?: WebkitTextStrokeColor

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

-webkit-text-stroke-width?: WebkitTextStrokeWidth<string | number>

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

Syntax: <length>

Initial value: 0

-webkit-text-underline-position?: TextUnderlinePosition

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

-webkit-touch-callout?: 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

-webkit-transform?: Transform

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

-webkit-transform-origin?: TransformOrigin<string | number>

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

-webkit-transform-style?: TransformStyle

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

-webkit-transition?: Transition<string & {}>

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

Syntax: <single-transition>#

-webkit-transition-delay?: TransitionDelay<string & {}>

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

-webkit-transition-duration?: TransitionDuration<string & {}>

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

-webkit-transition-property?: TransitionProperty

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

-webkit-transition-timing-function?: TransitionTimingFunction

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

-webkit-user-modify?: WebkitUserModify

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

Initial value: read-only

-webkit-user-select?: UserSelect

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

-webkit-writing-mode?: WritingMode

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

KhtmlBoxAlign?: BoxAlign

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

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

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

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

Syntax: <integer>

Initial value: 1

Deprecated

KhtmlBoxLines?: BoxLines

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

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

Syntax: <integer>

Initial value: 1

Deprecated

KhtmlBoxOrient?: BoxOrient

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

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

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

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

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 & {}>

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 & {}>

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

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 & {}>

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

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

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

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

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

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

Initial value: running

MozAnimationTimingFunction?: AnimationTimingFunction

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

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

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

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

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

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>

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

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

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

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

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>

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

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

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>

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>

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>

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>

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>

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

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

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

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

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

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

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

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

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

Syntax: <integer>

Initial value: 1

Deprecated

MozBoxOrient?: BoxOrient

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

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

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

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

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

Syntax: <integer> | auto

Initial value: auto

MozColumnFill?: ColumnFill

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>

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

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

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>

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>

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>

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

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

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

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

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

Initial value: normal

MozFontLanguageOverride?: FontLanguageOverride

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

Syntax: normal | <string>

Initial value: normal

MozForceBrokenImageIcon?: MozForceBrokenImageIcon

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

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

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>

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>

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

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

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>

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>

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

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>

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>

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>

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>

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>

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

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>

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>

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>

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>

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>

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

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

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

Syntax: <integer> | <length>

Initial value: 8

MozTextAlignLast?: TextAlignLast

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

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

Syntax: none | blink

Initial value: none

MozTextDecorationColor?: TextDecorationColor

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

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

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

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

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>

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

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 & {}>

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 & {}>

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 & {}>

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

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

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

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

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

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

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

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

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 & {}>

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 & {}>

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

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 & {}>

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

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

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

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

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

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>

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

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

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>

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>

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

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

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>

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 & {}>

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 & {}>

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 & {}>

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

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

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

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

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

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 & {}>

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 & {}>

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

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 & {}>

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

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

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

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

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

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

Initial value: running

WebkitAnimationTimingFunction?: AnimationTimingFunction

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

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

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

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

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

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>

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>

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

Syntax: <color>

Initial value: currentcolor

WebkitBorderBeforeStyle?: WebkitBorderBeforeStyle

Syntax: <'border-style'>

Initial value: none

WebkitBorderBeforeWidth?: WebkitBorderBeforeWidth<string | number>

Syntax: <'border-width'>

Initial value: medium

WebkitBorderBottomLeftRadius?: BorderBottomLeftRadius<string | number>

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>

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

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

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>

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>

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>

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

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

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

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

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

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

Syntax: <integer>

Initial value: 1

Deprecated

WebkitBoxLines?: BoxLines

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

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

Syntax: <integer>

Initial value: 1

Deprecated

WebkitBoxOrient?: BoxOrient

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

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>

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

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

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

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

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

Syntax: <integer> | auto

Initial value: auto

WebkitColumnFill?: ColumnFill

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>

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

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

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>

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

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>

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>

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

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>

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>

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

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

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

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

Syntax: <number>

Initial value: 0

WebkitFlexShrink?: FlexShrink

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

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

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

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

Initial value: normal

WebkitFontKerning?: FontKerning

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>

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

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

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

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

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

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

Initial value: normal

WebkitJustifyContent?: JustifyContent

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

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

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>

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>

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>

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

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

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>

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

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

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

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>

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

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

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

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

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

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

Initial value: padding

WebkitMaskPosition?: WebkitMaskPosition<string | number>

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>

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>

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

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

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<string | number>

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>

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

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

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>

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>

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>

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>

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

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

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

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>

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

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

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

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

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

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

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

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

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

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

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

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

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

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>

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

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>

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

Syntax: <length>

Initial value: 0

WebkitTextUnderlinePosition?: TextUnderlinePosition

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

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

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>

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

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 & {}>

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 & {}>

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 & {}>

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

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

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

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

Initial value: read-only

WebkitUserSelect?: UserSelect

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

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

accent-color?: AccentColor

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
accentColor?: AccentColor

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
align-content?: AlignContent

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-
align-items?: AlignItems

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-
align-self?: AlignSelf

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-
align-tracks?: AlignTracks

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
alignContent?: AlignContent

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

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

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

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
alignment-baseline?: AlignmentBaseline
alignmentBaseline?: AlignmentBaseline
all?: Globals

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
animation?: Animation<string & {}>

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-
animation-composition?: AnimationComposition

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
animation-delay?: AnimationDelay<string & {}>

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-
animation-direction?: AnimationDirection

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-
animation-duration?: AnimationDuration<string & {}>

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-
animation-fill-mode?: AnimationFillMode

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-
animation-iteration-count?: AnimationIterationCount

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-
animation-name?: AnimationName

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-
animation-play-state?: AnimationPlayState

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-
animation-range?: AnimationRange<string | number>

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
animation-range-end?: AnimationRangeEnd<string | number>

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
animation-range-start?: AnimationRangeStart<string | number>

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
animation-timeline?: AnimationTimeline

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
animation-timing-function?: AnimationTimingFunction

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-
animationComposition?: AnimationComposition

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 & {}>

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

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 & {}>

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

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

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

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

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>

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>

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>

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

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

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

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-
aspect-ratio?: AspectRatio

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
aspectRatio?: AspectRatio

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
azimuth?: Azimuth

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

backdrop-filter?: BackdropFilter

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
backdropFilter?: BackdropFilter

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
backface-visibility?: BackfaceVisibility

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-
backfaceVisibility?: BackfaceVisibility

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>

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
background-attachment?: BackgroundAttachment

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
background-blend-mode?: BackgroundBlendMode

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
background-clip?: BackgroundClip

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-
background-color?: BackgroundColor

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
background-image?: BackgroundImage

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
background-origin?: BackgroundOrigin

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
background-position?: BackgroundPosition<string | number>

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
background-position-x?: BackgroundPositionX<string | number>

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
background-position-y?: BackgroundPositionY<string | number>

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
background-repeat?: BackgroundRepeat

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
background-size?: BackgroundSize<string | number>

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-
backgroundAttachment?: BackgroundAttachment

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

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

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

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

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

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>

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>

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>

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

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>

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-
baseline-shift?: BaselineShift<string | number>
baselineShift?: BaselineShift<string | number>
block-overflow?: BlockOverflow

Syntax: clip | ellipsis | <string>

Initial value: clip

block-size?: BlockSize<string | number>

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
blockOverflow?: BlockOverflow

Syntax: clip | ellipsis | <string>

Initial value: clip

blockSize?: BlockSize<string | number>

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>

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
border-block?: BorderBlock<string | number>

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
border-block-color?: BorderBlockColor

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
border-block-end?: BorderBlockEnd<string | number>

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
border-block-end-color?: BorderBlockEndColor

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
border-block-end-style?: BorderBlockEndStyle

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
border-block-end-width?: BorderBlockEndWidth<string | number>

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
border-block-start?: BorderBlockStart<string | number>

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
border-block-start-color?: BorderBlockStartColor

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
border-block-start-style?: BorderBlockStartStyle

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
border-block-start-width?: BorderBlockStartWidth<string | number>

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
border-block-style?: BorderBlockStyle

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
border-block-width?: BorderBlockWidth<string | number>

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
border-bottom?: BorderBottom<string | number>

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
border-bottom-color?: BorderBottomColor

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
border-bottom-left-radius?: BorderBottomLeftRadius<string | number>

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-
border-bottom-right-radius?: BorderBottomRightRadius<string | number>

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-
border-bottom-style?: BorderBottomStyle

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
border-bottom-width?: BorderBottomWidth<string | number>

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
border-collapse?: BorderCollapse

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
border-color?: BorderColor

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
border-end-end-radius?: BorderEndEndRadius<string | number>

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
border-end-start-radius?: BorderEndStartRadius<string | number>

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
border-image?: BorderImage

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-
border-image-outset?: BorderImageOutset<string | number>

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
border-image-repeat?: BorderImageRepeat

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
border-image-slice?: BorderImageSlice

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
border-image-source?: BorderImageSource

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
border-image-width?: BorderImageWidth<string | number>

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
border-inline?: BorderInline<string | number>

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
border-inline-color?: BorderInlineColor

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
border-inline-end?: BorderInlineEnd<string | number>

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
border-inline-end-color?: BorderInlineEndColor

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)
border-inline-end-style?: BorderInlineEndStyle

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)
border-inline-end-width?: BorderInlineEndWidth<string | number>

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)
border-inline-start?: BorderInlineStart<string | number>

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
border-inline-start-color?: BorderInlineStartColor

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)
border-inline-start-style?: BorderInlineStartStyle

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)
border-inline-start-width?: BorderInlineStartWidth<string | number>

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
border-inline-style?: BorderInlineStyle

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
border-inline-width?: BorderInlineWidth<string | number>

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
border-left?: BorderLeft<string | number>

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
border-left-color?: BorderLeftColor

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
border-left-style?: BorderLeftStyle

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
border-left-width?: BorderLeftWidth<string | number>

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
border-radius?: BorderRadius<string | number>

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-
border-right?: BorderRight<string | number>

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
border-right-color?: BorderRightColor

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
border-right-style?: BorderRightStyle

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
border-right-width?: BorderRightWidth<string | number>

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
border-spacing?: BorderSpacing<string | number>

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
border-start-end-radius?: BorderStartEndRadius<string | number>

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
border-start-start-radius?: BorderStartStartRadius<string | number>

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
border-style?: BorderStyle

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
border-top?: BorderTop<string | number>

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
border-top-color?: BorderTopColor

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
border-top-left-radius?: BorderTopLeftRadius<string | number>

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-
border-top-right-radius?: BorderTopRightRadius<string | number>

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-
border-top-style?: BorderTopStyle

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
border-top-width?: BorderTopWidth<string | number>

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
border-width?: BorderWidth<string | number>

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
borderBlock?: BorderBlock<string | number>

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

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>

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

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

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>

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>

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

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

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>

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

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>

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>

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

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>

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>

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

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>

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

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

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>

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>

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

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>

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

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

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

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>

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>

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

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>

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

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

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>

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>

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

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

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>

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

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>

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>

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

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

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>

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>

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>

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

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

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>

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>

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>

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>

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

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>

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

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>

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>

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

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>

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>

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>

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
box-align?: BoxAlign

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

box-decoration-break?: BoxDecorationBreak

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
box-direction?: BoxDirection

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

box-flex?: BoxFlex

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

box-flex-group?: BoxFlexGroup

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

Syntax: <integer>

Initial value: 1

Deprecated

box-lines?: BoxLines

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

box-ordinal-group?: BoxOrdinalGroup

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

Syntax: <integer>

Initial value: 1

Deprecated

box-orient?: BoxOrient

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

box-pack?: BoxPack

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

box-shadow?: BoxShadow

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-
box-sizing?: BoxSizing

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-
boxAlign?: BoxAlign

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

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

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

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

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

Syntax: <integer>

Initial value: 1

Deprecated

boxLines?: BoxLines

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

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

Syntax: <integer>

Initial value: 1

Deprecated

boxOrient?: BoxOrient

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

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

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

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-
break-after?: BreakAfter

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
break-before?: BreakBefore

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
break-inside?: BreakInside

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
breakAfter?: BreakAfter

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

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

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
caption-side?: CaptionSide

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
captionSide?: CaptionSide

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

Syntax: <'caret-color'> || <'caret-shape'>

caret-color?: CaretColor

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
caret-shape?: CaretShape

Syntax: auto | bar | block | underscore

Initial value: auto

caretColor?: CaretColor

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

Syntax: auto | bar | block | underscore

Initial value: auto

clear?: Clear

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?: Clip

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

clip-path?: ClipPath

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-
clip-rule?: ClipRule
clipPath?: ClipPath

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-
clipRule?: ClipRule
color?: Color

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
color-adjust?: PrintColorAdjust

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-
color-interpolation?: ColorInterpolation
color-rendering?: ColorRendering
color-scheme?: ColorScheme

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
colorAdjust?: PrintColorAdjust

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?: ColorInterpolation
colorRendering?: ColorRendering
colorScheme?: ColorScheme

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
column-count?: ColumnCount

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-
column-fill?: ColumnFill

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-
column-gap?: ColumnGap<string | number>

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
column-rule?: ColumnRule<string | number>

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-
column-rule-color?: ColumnRuleColor

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-
column-rule-style?: ColumnRuleStyle

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-
column-rule-width?: ColumnRuleWidth<string | number>

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-
column-span?: ColumnSpan

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-
column-width?: ColumnWidth<string | number>

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-
columnCount?: ColumnCount

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

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>

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>

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

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

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>

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

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>

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>

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

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
contain-intrinsic-block-size?: ContainIntrinsicBlockSize<string | number>

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
contain-intrinsic-height?: ContainIntrinsicHeight<string | number>

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
contain-intrinsic-inline-size?: ContainIntrinsicInlineSize<string | number>

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
contain-intrinsic-size?: ContainIntrinsicSize<string | number>

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
contain-intrinsic-width?: ContainIntrinsicWidth<string | number>

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
containIntrinsicBlockSize?: ContainIntrinsicBlockSize<string | number>

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>

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>

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>

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>

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

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
container-name?: ContainerName

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

container-type?: ContainerType

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
containerName?: ContainerName

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

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

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
content-visibility?: ContentVisibility

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
contentVisibility?: ContentVisibility

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
counter-increment?: CounterIncrement

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
counter-reset?: CounterReset

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
counter-set?: CounterSet

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
counterIncrement?: CounterIncrement

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

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

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
cursor?: Cursor

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
direction?: Direction

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?: Display

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
dominant-baseline?: DominantBaseline
dominantBaseline?: DominantBaseline
empty-cells?: EmptyCells

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
emptyCells?: EmptyCells

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
fill?: Fill
fill-opacity?: FillOpacity
fill-rule?: FillRule
fillOpacity?: FillOpacity
fillRule?: FillRule
filter?: Filter

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-
flex?: Flex<string | number>

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-
flex-basis?: FlexBasis<string | number>

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-
flex-direction?: FlexDirection

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-
flex-flow?: FlexFlow

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-
flex-grow?: FlexGrow

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)
flex-shrink?: FlexShrink

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-
flex-wrap?: FlexWrap

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-
flexBasis?: FlexBasis<string | number>

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

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

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

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

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

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

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
flood-color?: FloodColor
flood-opacity?: FloodOpacity
floodColor?: FloodColor
floodOpacity?: FloodOpacity
font?: Font

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
font-family?: FontFamily

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
font-feature-settings?: FontFeatureSettings

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-
font-kerning?: FontKerning

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-
font-language-override?: FontLanguageOverride

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-
font-optical-sizing?: FontOpticalSizing

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
font-palette?: FontPalette

Syntax: normal | light | dark | <palette-identifier>

Initial value: normal

Chrome Firefox Safari Edge IE
101 107 15.4 n/a No
font-size?: FontSize<string | number>

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
font-size-adjust?: FontSizeAdjust

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
font-smooth?: FontSmooth<string | number>

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
font-stretch?: FontStretch

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
font-style?: FontStyle

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
font-synthesis?: FontSynthesis

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
font-synthesis-position?: FontSynthesisPosition

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
font-synthesis-small-caps?: FontSynthesisSmallCaps

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
font-synthesis-style?: FontSynthesisStyle

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
font-synthesis-weight?: FontSynthesisWeight

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
font-variant?: FontVariant

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
font-variant-alternates?: FontVariantAlternates

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
font-variant-caps?: FontVariantCaps

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
font-variant-east-asian?: FontVariantEastAsian

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
font-variant-emoji?: FontVariantEmoji

Syntax: normal | text | emoji | unicode

Initial value: normal

Chrome Firefox Safari Edge IE
No n/a No n/a No
font-variant-ligatures?: FontVariantLigatures

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-
font-variant-numeric?: FontVariantNumeric

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
font-variant-position?: FontVariantPosition

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
font-variation-settings?: FontVariationSettings

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
font-weight?: FontWeight

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
fontFamily?: FontFamily

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

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

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

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

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

Syntax: normal | light | dark | <palette-identifier>

Initial value: normal

Chrome Firefox Safari Edge IE
101 107 15.4 n/a No
fontSize?: FontSize<string | number>

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?: FontSizeAdjust

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>

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?: FontStretch

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?: FontStyle

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

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

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

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

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

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?: FontVariant

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

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

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

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

Syntax: normal | text | emoji | unicode

Initial value: normal

Chrome Firefox Safari Edge IE
No n/a No n/a No
fontVariantLigatures?: FontVariantLigatures

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

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

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

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?: FontWeight

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
forced-color-adjust?: ForcedColorAdjust

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)
forcedColorAdjust?: ForcedColorAdjust

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)
gap?: Gap<string | number>

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
glyph-orientation-vertical?: GlyphOrientationVertical
glyphOrientationVertical?: GlyphOrientationVertical
grid?: Grid

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
grid-area?: GridArea

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
grid-auto-columns?: GridAutoColumns<string | number>

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)
grid-auto-flow?: GridAutoFlow

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
grid-auto-rows?: GridAutoRows<string | number>

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)
grid-column?: GridColumn

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
grid-column-end?: GridColumnEnd

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
grid-column-gap?: GridColumnGap<string | number>

The column-gap CSS property sets the size of the gap (gutter) between an element's columns.

Syntax: <length-percentage>

Initial value: 0

Deprecated

grid-column-start?: GridColumnStart

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
grid-gap?: GridGap<string | number>

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

grid-row?: GridRow

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
grid-row-end?: GridRowEnd

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
grid-row-gap?: GridRowGap<string | number>

The row-gap CSS property sets the size of the gap (gutter) between an element's rows.

Syntax: <length-percentage>

Initial value: 0

Deprecated

grid-row-start?: GridRowStart

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
grid-template?: GridTemplate

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
grid-template-areas?: GridTemplateAreas

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
grid-template-columns?: GridTemplateColumns<string | number>

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)
grid-template-rows?: GridTemplateRows<string | number>

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)
gridArea?: GridArea

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>

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

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>

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

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

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>

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

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>

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

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

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>

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

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

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

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>

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>

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-punctuation?: HangingPunctuation

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
hangingPunctuation?: HangingPunctuation

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?: Height<string | number>

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
hyphenate-character?: HyphenateCharacter

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-
hyphenate-limit-chars?: HyphenateLimitChars

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
hyphenateCharacter?: HyphenateCharacter

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

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

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-
image-orientation?: ImageOrientation

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
image-rendering?: ImageRendering

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
image-resolution?: ImageResolution

Syntax: [ from-image || <resolution> ] && snap?

Initial value: 1dppx

imageOrientation?: ImageOrientation

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?: ImageRendering

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

Syntax: [ from-image || <resolution> ] && snap?

Initial value: 1dppx

ime-mode?: ImeMode

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

imeMode?: ImeMode

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

initial-letter?: InitialLetter

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
initialLetter?: InitialLetter

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
inline-size?: InlineSize<string | number>

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
inlineSize?: InlineSize<string | number>

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
input-security?: InputSecurity

Syntax: auto | none

Initial value: auto

inputSecurity?: InputSecurity

Syntax: auto | none

Initial value: auto

inset?: Inset<string | number>

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
inset-block?: InsetBlock<string | number>

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
inset-block-end?: InsetBlockEnd<string | number>

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
inset-block-start?: InsetBlockStart<string | number>

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
inset-inline?: InsetInline<string | number>

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
inset-inline-end?: InsetInlineEnd<string | number>

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
inset-inline-start?: InsetInlineStart<string | number>

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
insetBlock?: InsetBlock<string | number>

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>

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>

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>

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>

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>

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
isolation?: Isolation

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
justify-content?: JustifyContent

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-
justify-items?: JustifyItems

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
justify-self?: JustifySelf

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
justify-tracks?: JustifyTracks

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
justifyContent?: JustifyContent

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

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

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

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
left?: Left<string | number>

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
letter-spacing?: LetterSpacing<string | number>

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
letterSpacing?: LetterSpacing<string | number>

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
lighting-color?: LightingColor
lightingColor?: LightingColor
line-break?: LineBreak

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-
line-clamp?: LineClamp

Syntax: none | <integer>

Initial value: none

line-height?: LineHeight<string | number>

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
line-height-step?: LineHeightStep<string | number>

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
lineBreak?: LineBreak

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

Syntax: none | <integer>

Initial value: none

lineHeight?: LineHeight<string | number>

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>

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
list-style?: ListStyle

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
list-style-image?: ListStyleImage

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
list-style-position?: ListStylePosition

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
list-style-type?: ListStyleType

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
listStyle?: ListStyle

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

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

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

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
margin?: Margin<string | number>

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
margin-block?: MarginBlock<string | number>

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
margin-block-end?: MarginBlockEnd<string | number>

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
margin-block-start?: MarginBlockStart<string | number>

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
margin-bottom?: MarginBottom<string | number>

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
margin-inline?: MarginInline<string | number>

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
margin-inline-end?: MarginInlineEnd<string | number>

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)
margin-inline-start?: MarginInlineStart<string | number>

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)
margin-left?: MarginLeft<string | number>

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
margin-right?: MarginRight<string | number>

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
margin-top?: MarginTop<string | number>

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
margin-trim?: MarginTrim

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
marginBlock?: MarginBlock<string | number>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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

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
marker-end?: MarkerEnd
marker-mid?: MarkerMid
marker-start?: MarkerStart
markerEnd?: MarkerEnd
markerMid?: MarkerMid
markerStart?: MarkerStart
mask?: Mask<string | number>

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-
mask-border?: MaskBorder

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)
mask-border-mode?: MaskBorderMode

The mask-border-mode CSS property specifies the blending mode used in a mask border.

Syntax: luminance | alpha

Initial value: alpha

mask-border-outset?: MaskBorderOutset<string | number>

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)
mask-border-repeat?: MaskBorderRepeat

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)
mask-border-slice?: MaskBorderSlice

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)
mask-border-source?: MaskBorderSource

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)
mask-border-width?: MaskBorderWidth<string | number>

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)
mask-clip?: MaskClip

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-
mask-composite?: MaskComposite

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
mask-image?: MaskImage

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-
mask-mode?: MaskMode

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
mask-origin?: MaskOrigin

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-
mask-position?: MaskPosition<string | number>

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-
mask-repeat?: MaskRepeat

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-
mask-size?: MaskSize<string | number>

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-
mask-type?: MaskType

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
maskBorder?: MaskBorder

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

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>

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

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

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

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>

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

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

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
maskImage?: MaskImage

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

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

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>

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

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>

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

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
masonry-auto-flow?: MasonryAutoFlow

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
masonryAutoFlow?: MasonryAutoFlow

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
math-depth?: MathDepth

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
math-shift?: MathShift

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
math-style?: MathStyle

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
mathDepth?: MathDepth

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

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

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
max-block-size?: MaxBlockSize<string | number>

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
max-height?: MaxHeight<string | number>

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
max-inline-size?: MaxInlineSize<string | number>

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-
max-lines?: MaxLines

Syntax: none | <integer>

Initial value: none

max-width?: MaxWidth<string | number>

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
maxBlockSize?: MaxBlockSize<string | number>

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>

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>

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

Syntax: none | <integer>

Initial value: none

maxWidth?: MaxWidth<string | number>

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
min-block-size?: MinBlockSize<string | number>

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
min-height?: MinHeight<string | number>

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
min-inline-size?: MinInlineSize<string | number>

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
min-width?: MinWidth<string | number>

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
minBlockSize?: MinBlockSize<string | number>

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>

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>

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>

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
mix-blend-mode?: MixBlendMode

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
mixBlendMode?: MixBlendMode

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
motion?: Offset<string | number>

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)
motion-distance?: OffsetDistance<string | number>

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)
motion-path?: OffsetPath

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)
motion-rotation?: OffsetRotate

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)
motionDistance?: OffsetDistance<string | number>

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

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

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

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

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

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

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

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

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

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

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

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

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

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>

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

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

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

Syntax: <number>

Initial value: 0

msFlowFrom?: MsFlowFrom

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

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>

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>

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

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

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

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>

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

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

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

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

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

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

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

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

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

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

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>

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>

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>

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>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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>

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 & {}>

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 & {}>

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 & {}>

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

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

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

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

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

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>

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

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

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

object-fit?: ObjectFit

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
object-position?: ObjectPosition<string | number>

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
objectFit?: ObjectFit

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>

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?: Offset<string | number>

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)
offset-anchor?: OffsetAnchor<string | number>

Syntax: auto | <position>

Initial value: auto

Chrome Firefox Safari Edge IE
116 72 16 n/a No
offset-block?: InsetBlock<string | number>

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

offset-block-end?: InsetBlockEnd<string | number>

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

offset-block-start?: InsetBlockStart<string | number>

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

offset-distance?: OffsetDistance<string | number>

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)
offset-inline?: InsetInline<string | number>

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

offset-inline-end?: InsetInlineEnd<string | number>

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

offset-inline-start?: InsetInlineStart<string | number>

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

offset-path?: OffsetPath

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)
offset-position?: OffsetPosition<string | number>

Syntax: normal | auto | <position>

Initial value: auto

Chrome Firefox Safari Edge IE
116 n/a 16 n/a No
offset-rotate?: OffsetRotate

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)
offset-rotation?: OffsetRotate

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)
offsetAnchor?: OffsetAnchor<string | number>

Syntax: auto | <position>

Initial value: auto

Chrome Firefox Safari Edge IE
116 72 16 n/a No
offsetBlock?: InsetBlock<string | number>

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>

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>

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>

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>

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>

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>

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

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>

Syntax: normal | auto | <position>

Initial value: auto

Chrome Firefox Safari Edge IE
116 n/a 16 n/a No
offsetRotate?: OffsetRotate

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

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)
opacity?: Opacity

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
order?: Order

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-
orphans?: Orphans

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>

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
outline-color?: OutlineColor

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
outline-offset?: OutlineOffset<string | number>

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
outline-style?: OutlineStyle

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
outline-width?: OutlineWidth<string | number>

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
outlineColor?: OutlineColor

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>

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

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>

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?: Overflow

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
overflow-anchor?: OverflowAnchor

Syntax: auto | none

Initial value: auto

Chrome Firefox Safari Edge IE
56 66 No n/a No
overflow-block?: OverflowBlock

Syntax: visible | hidden | clip | scroll | auto

Initial value: auto

Chrome Firefox Safari Edge IE
No 69 No n/a No
overflow-clip-box?: OverflowClipBox

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

overflow-clip-margin?: OverflowClipMargin<string | number>

Syntax: <visual-box> || <length [0,∞]>

Initial value: 0px

Chrome Firefox Safari Edge IE
90 102 No n/a No
overflow-inline?: OverflowInline

Syntax: visible | hidden | clip | scroll | auto

Initial value: auto

Chrome Firefox Safari Edge IE
No 69 No n/a No
overflow-wrap?: OverflowWrap

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)
overflow-x?: OverflowX

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
overflow-y?: OverflowY

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
overflowAnchor?: OverflowAnchor

Syntax: auto | none

Initial value: auto

Chrome Firefox Safari Edge IE
56 66 No n/a No
overflowBlock?: OverflowBlock

Syntax: visible | hidden | clip | scroll | auto

Initial value: auto

Chrome Firefox Safari Edge IE
No 69 No n/a No
overflowClipBox?: OverflowClipBox

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>

Syntax: <visual-box> || <length [0,∞]>

Initial value: 0px

Chrome Firefox Safari Edge IE
90 102 No n/a No
overflowInline?: OverflowInline

Syntax: visible | hidden | clip | scroll | auto

Initial value: auto

Chrome Firefox Safari Edge IE
No 69 No n/a No
overflowWrap?: OverflowWrap

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

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

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

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
overscroll-behavior?: OverscrollBehavior

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
overscroll-behavior-block?: OverscrollBehaviorBlock

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
overscroll-behavior-inline?: OverscrollBehaviorInline

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
overscroll-behavior-x?: OverscrollBehaviorX

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
overscroll-behavior-y?: OverscrollBehaviorY

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
overscrollBehavior?: OverscrollBehavior

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

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

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

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

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>

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
padding-block?: PaddingBlock<string | number>

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
padding-block-end?: PaddingBlockEnd<string | number>

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
padding-block-start?: PaddingBlockStart<string | number>

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
padding-bottom?: PaddingBottom<string | number>

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
padding-inline?: PaddingInline<string | number>

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
padding-inline-end?: PaddingInlineEnd<string | number>

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)
padding-inline-start?: PaddingInlineStart<string | number>

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)
padding-left?: PaddingLeft<string | number>

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
padding-right?: PaddingRight<string | number>

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
padding-top?: PaddingTop<string | number>

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
paddingBlock?: PaddingBlock<string | number>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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

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
page-break-after?: PageBreakAfter

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
page-break-before?: PageBreakBefore

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
page-break-inside?: PageBreakInside

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
pageBreakAfter?: PageBreakAfter

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

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

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
paint-order?: PaintOrder

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
paintOrder?: PaintOrder

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
perspective?: Perspective<string | number>

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

Chrome Firefox Safari Edge IE
36 16 9 12 10
12 -x- 4 -x-
perspective-origin?: PerspectiveOrigin<string | number>

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-
perspectiveOrigin?: PerspectiveOrigin<string | number>

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-
place-content?: PlaceContent

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
place-items?: PlaceItems

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
place-self?: PlaceSelf

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
placeContent?: PlaceContent

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

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

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
pointer-events?: PointerEvents

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
pointerEvents?: PointerEvents

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
position?: Position

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
print-color-adjust?: PrintColorAdjust

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-
printColorAdjust?: PrintColorAdjust

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

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
resize?: Resize

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
right?: Right<string | number>

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
rotate?: Rotate

The rotate CSS property allows you to specify rotation 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 property.

Syntax: none | <angle> | [ x | y | z | <number>{3} ] && <angle>

Initial value: none

Chrome Firefox Safari Edge IE
104 72 14.1 n/a No
row-gap?: RowGap<string | number>

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
rowGap?: RowGap<string | number>

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
ruby-align?: RubyAlign

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
ruby-merge?: RubyMerge

Syntax: separate | collapse | auto

Initial value: separate

ruby-position?: RubyPosition

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-
rubyAlign?: RubyAlign

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

Syntax: separate | collapse | auto

Initial value: separate

rubyPosition?: RubyPosition

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-
scale?: Scale

The scale CSS property allows you to specify scale 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 | <number>{1,3}

Initial value: none

Chrome Firefox Safari Edge IE
104 72 14.1 n/a No
scroll-behavior?: ScrollBehavior

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
scroll-margin?: ScrollMargin<string | number>

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)
scroll-margin-block?: ScrollMarginBlock<string | number>

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
scroll-margin-block-end?: ScrollMarginBlockEnd<string | number>

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
scroll-margin-block-start?: ScrollMarginBlockStart<string | number>

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
scroll-margin-bottom?: ScrollMarginBottom<string | number>

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)
scroll-margin-inline?: ScrollMarginInline<string | number>

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
scroll-margin-inline-end?: ScrollMarginInlineEnd<string | number>

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
scroll-margin-inline-start?: ScrollMarginInlineStart<string | number>

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
scroll-margin-left?: ScrollMarginLeft<string | number>

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)
scroll-margin-right?: ScrollMarginRight<string | number>

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)
scroll-margin-top?: ScrollMarginTop<string | number>

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)
scroll-padding?: ScrollPadding<string | number>

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
scroll-padding-block?: ScrollPaddingBlock<string | number>

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
scroll-padding-block-end?: ScrollPaddingBlockEnd<string | number>

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
scroll-padding-block-start?: ScrollPaddingBlockStart<string | number>

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
scroll-padding-bottom?: ScrollPaddingBottom<string | number>

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
scroll-padding-inline?: ScrollPaddingInline<string | number>

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
scroll-padding-inline-end?: ScrollPaddingInlineEnd<string | number>

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
scroll-padding-inline-start?: ScrollPaddingInlineStart<string | number>

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
scroll-padding-left?: ScrollPaddingLeft<string | number>

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
scroll-padding-right?: ScrollPaddingRight<string | number>

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
scroll-padding-top?: ScrollPaddingTop<string | number>

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
scroll-snap-align?: ScrollSnapAlign

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
scroll-snap-coordinate?: ScrollSnapCoordinate<string | number>

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

scroll-snap-destination?: ScrollSnapDestination<string | number>

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

scroll-snap-margin?: ScrollMargin<string | number>

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)
scroll-snap-margin-bottom?: ScrollMarginBottom<string | number>

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)
scroll-snap-margin-left?: ScrollMarginLeft<string | number>

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)
scroll-snap-margin-right?: ScrollMarginRight<string | number>

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)
scroll-snap-margin-top?: ScrollMarginTop<string | number>

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)
scroll-snap-points-x?: ScrollSnapPointsX

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

scroll-snap-points-y?: ScrollSnapPointsY

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

scroll-snap-stop?: ScrollSnapStop

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
scroll-snap-type?: ScrollSnapType

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-
scroll-snap-type-x?: ScrollSnapTypeX

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

scroll-snap-type-y?: ScrollSnapTypeY

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

scroll-timeline?: ScrollTimeline

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
scroll-timeline-axis?: ScrollTimelineAxis

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
scroll-timeline-name?: ScrollTimelineName

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
scrollBehavior?: ScrollBehavior

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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

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>

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>

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>

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>

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>

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>

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>

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

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

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

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

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

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

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

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

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

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
scrollbar-color?: ScrollbarColor

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
scrollbar-gutter?: ScrollbarGutter

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
scrollbar-width?: ScrollbarWidth

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
scrollbarColor?: ScrollbarColor

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

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

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
shape-image-threshold?: ShapeImageThreshold

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
shape-margin?: ShapeMargin<string | number>

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
shape-outside?: ShapeOutside

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
shape-rendering?: ShapeRendering
shapeImageThreshold?: ShapeImageThreshold

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>

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

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?: ShapeRendering
stop-color?: StopColor
stop-opacity?: StopOpacity
stopColor?: StopColor
stopOpacity?: StopOpacity
stroke?: Stroke
stroke-dasharray?: StrokeDasharray<string | number>
stroke-dashoffset?: StrokeDashoffset<string | number>
stroke-linecap?: StrokeLinecap
stroke-linejoin?: StrokeLinejoin
stroke-miterlimit?: StrokeMiterlimit
stroke-opacity?: StrokeOpacity
stroke-width?: StrokeWidth<string | number>
strokeDasharray?: StrokeDasharray<string | number>
strokeDashoffset?: StrokeDashoffset<string | number>
strokeLinecap?: StrokeLinecap
strokeLinejoin?: StrokeLinejoin
strokeMiterlimit?: StrokeMiterlimit
strokeOpacity?: StrokeOpacity
strokeWidth?: StrokeWidth<string | number>
tab-size?: TabSize<string | number>

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-
tabSize?: TabSize<string | number>

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-
table-layout?: TableLayout

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
tableLayout?: TableLayout

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
text-align?: TextAlign

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
text-align-last?: TextAlignLast

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
text-anchor?: TextAnchor
text-combine-upright?: TextCombineUpright

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)
text-decoration?: TextDecoration<string | number>

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
text-decoration-color?: TextDecorationColor

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-
text-decoration-line?: TextDecorationLine

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-
text-decoration-skip?: TextDecorationSkip

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-
text-decoration-skip-ink?: TextDecorationSkipInk

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
text-decoration-style?: TextDecorationStyle

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-
text-decoration-thickness?: TextDecorationThickness<string | number>

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
text-emphasis?: TextEmphasis

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-
text-emphasis-color?: TextEmphasisColor

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-
text-emphasis-position?: TextEmphasisPosition

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-
text-emphasis-style?: TextEmphasisStyle

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-
text-indent?: TextIndent<string | number>

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
text-justify?: TextJustify

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
text-orientation?: TextOrientation

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-
text-overflow?: TextOverflow

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
text-rendering?: TextRendering

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
text-shadow?: TextShadow

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
text-size-adjust?: TextSizeAdjust

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
text-transform?: TextTransform

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
text-underline-offset?: TextUnderlineOffset<string | number>

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
text-underline-position?: TextUnderlinePosition

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-
text-wrap?: TextWrap

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
textAlign?: TextAlign

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

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?: TextAnchor
textCombineUpright?: TextCombineUpright

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?: TextDecoration<string | number>

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

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

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

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

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

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>

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

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

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

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

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>

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

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
textOrientation?: TextOrientation

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

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?: TextRendering

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

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

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

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>

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

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

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
timeline-scope?: TimelineScope

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
timelineScope?: TimelineScope

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
top?: Top<string | number>

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
touch-action?: TouchAction

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-
touchAction?: TouchAction

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?: Transform

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-
transform-box?: TransformBox

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
transform-origin?: TransformOrigin<string | number>

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-
transform-style?: TransformStyle

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-
transformBox?: TransformBox

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>

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-
transformStyle?: TransformStyle

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<string & {}>

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

Syntax: <single-transition>#

Chrome Firefox Safari Edge IE
26 16 9 12 10
1 -x- 3.1 -x-
transition-behavior?: TransitionBehavior

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
transition-delay?: TransitionDelay<string & {}>

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-
transition-duration?: TransitionDuration<string & {}>

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-
transition-property?: TransitionProperty

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-
transition-timing-function?: TransitionTimingFunction

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-
transitionBehavior?: TransitionBehavior

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 & {}>

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 & {}>

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-
transitionProperty?: TransitionProperty

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

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>

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
unicode-bidi?: UnicodeBidi

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
unicodeBidi?: UnicodeBidi

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
user-select?: UserSelect

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-
userSelect?: UserSelect

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-
vector-effect?: VectorEffect
vectorEffect?: VectorEffect
vertical-align?: VerticalAlign<string | number>

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
verticalAlign?: VerticalAlign<string | number>

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
view-timeline?: ViewTimeline

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
view-timeline-axis?: ViewTimelineAxis

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
view-timeline-inset?: ViewTimelineInset<string | number>

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
view-timeline-name?: ViewTimelineName

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
view-transition-name?: ViewTransitionName

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
viewTimeline?: ViewTimeline

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

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>

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

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

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?: Visibility

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
white-space?: WhiteSpace

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
white-space-collapse?: WhiteSpaceCollapse

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
white-space-trim?: WhiteSpaceTrim

Syntax: none | discard-before || discard-after || discard-inner

Initial value: none

whiteSpace?: WhiteSpace

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

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

Syntax: none | discard-before || discard-after || discard-inner

Initial value: none

widows?: Widows

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?: Width<string | number>

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
will-change?: WillChange

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
willChange?: WillChange

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
word-break?: WordBreak

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
word-spacing?: WordSpacing<string | number>

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
word-wrap?: WordWrap

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
wordBreak?: WordBreak

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?: WordSpacing<string | number>

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

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
writing-mode?: WritingMode

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-
writingMode?: WritingMode

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-
z-index?: ZIndex

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
zIndex?: ZIndex

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

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

Generated using TypeDoc