Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VendorPropertiesFallback<TLength, TTime>

Type parameters

  • TLength = (string & {}) | 0

  • TTime = string & {}

Hierarchy

Index

Properties

Properties

MozAnimation?: <internal>.Animation<TTime> | (Globals | SingleAnimationDirection | SingleAnimationFillMode | "infinite" | (number & {}) | "paused" | "running" | EasingFunction | NonNullable<TTime>)[]

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<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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 | 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<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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 | 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 | 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 | AnimationName[]

The animation-name CSS property specifies the names of one or more @keyframes at-rules describing the animation or animations to apply to the element.

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

Initial value: none

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

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

Initial value: running

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

MozAppearance?: MozAppearance | MozAppearance[]

The appearance CSS property is used to display an element using platform-native styling, based on the operating system's theme. The -moz-appearance and -webkit-appearance properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support -webkit-appearance, for compatibility reasons.

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

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

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

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<TLength> | (Globals | "medium" | "thick" | "thin" | NonNullable<TLength>)[]

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

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

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

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

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

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

MozColumnGap?: ColumnGap<TLength> | ((string & {}) | Globals | "normal" | NonNullable<TLength>)[]

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

Syntax: normal | <length-percentage>

Initial value: normal

MozColumnRule?: ColumnRule<TLength> | (Globals | <internal>.Color | LineStyle | "medium" | "thick" | "thin" | NonNullable<TLength>)[]

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 | 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 | 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<TLength> | ((string & {}) | Globals | "medium" | "thick" | "thin" | NonNullable<TLength>)[]

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<TLength> | (Globals | "auto" | NonNullable<TLength>)[]

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?: <internal>.Columns<TLength> | ((string & {}) | Globals | "auto" | (number & {}) | NonNullable<TLength>)[]

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

MozFontFeatureSettings?: FontFeatureSettings | FontFeatureSettings[]

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

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

Initial value: normal

MozFontLanguageOverride?: FontLanguageOverride | FontLanguageOverride[]

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

Syntax: normal | <string>

Initial value: normal

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

MozImageRegion?: 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<TLength> | ((string & {}) | Globals | "auto" | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | "auto" | NonNullable<TLength>)[]

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

MozOrient?: MozOrient | MozOrient[]

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

Syntax: inline | block | horizontal | vertical

Initial value: inline

MozOsxFontSmoothing?: FontSmooth<TLength> | (Globals | "auto" | "always" | AbsoluteSize | "never" | NonNullable<TLength>)[]

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

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

Initial value: auto

MozPaddingEnd?: PaddingInlineEnd<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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<TLength> | (Globals | "none" | NonNullable<TLength>)[]

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

MozPerspectiveOrigin?: PerspectiveOrigin<TLength> | ((string & {}) | Globals | "center" | "left" | "right" | "bottom" | "top" | NonNullable<TLength>)[]

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%

MozStackSizing?: 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<TLength> | ((string & {}) | Globals | (number & {}) | NonNullable<TLength>)[]

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

Syntax: <integer> | <length>

Initial value: 8

MozTextBlink?: MozTextBlink | MozTextBlink[]

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

Syntax: none | blink

Initial value: none

MozTextSizeAdjust?: 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).

MozTransformOrigin?: TransformOrigin<TLength> | ((string & {}) | Globals | "center" | "left" | "right" | "bottom" | "top" | NonNullable<TLength>)[]

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

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

MozTransition?: Transition<TTime> | (Globals | "none" | EasingFunction | "all" | NonNullable<TTime>)[]

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

Syntax: <single-transition>#

MozTransitionDelay?: TransitionDelay<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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

MozTransitionDuration?: TransitionDuration<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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

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

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

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

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

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

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

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

WebkitAnimation?: <internal>.Animation<TTime> | (Globals | SingleAnimationDirection | SingleAnimationFillMode | "infinite" | (number & {}) | "paused" | "running" | EasingFunction | NonNullable<TTime>)[]

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<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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 | 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<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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 | 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 | 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 | AnimationName[]

The animation-name CSS property specifies the names of one or more @keyframes at-rules describing the animation or animations to apply to the element.

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

Initial value: none

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

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

Initial value: running

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

WebkitAppearance?: WebkitAppearance | WebkitAppearance[]

The appearance CSS property is used to display an element using platform-native styling, based on the operating system's theme. The -moz-appearance and -webkit-appearance properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support -webkit-appearance, for compatibility reasons.

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 | 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 | 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 | 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 | 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<TLength> | ((string & {}) | Globals | "auto" | "contain" | "cover" | NonNullable<TLength>)[]

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<TLength> | (Globals | <internal>.Color | LineStyle | "medium" | "thick" | "thin" | NonNullable<TLength>)[]

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 | WebkitBorderBeforeColor[]

Syntax: <color>

Initial value: currentcolor

WebkitBorderBeforeStyle?: WebkitBorderBeforeStyle | WebkitBorderBeforeStyle[]

Syntax: <'border-style'>

Initial value: none

WebkitBorderBeforeWidth?: WebkitBorderBeforeWidth<TLength> | ((string & {}) | Globals | "medium" | "thick" | "thin" | NonNullable<TLength>)[]

Syntax: <'border-width'>

Initial value: medium

WebkitBorderBottomLeftRadius?: BorderBottomLeftRadius<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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 | 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 | 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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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

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

WebkitBoxReflect?: WebkitBoxReflect<TLength> | ((string & {}) | Globals | "left" | "right" | "above" | "below" | NonNullable<TLength>)[]

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

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

Initial value: none

WebkitBoxShadow?: BoxShadow | 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 | 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 | 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 | 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 | 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

WebkitColumnGap?: ColumnGap<TLength> | ((string & {}) | Globals | "normal" | NonNullable<TLength>)[]

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

Syntax: normal | <length-percentage>

Initial value: normal

WebkitColumnRule?: ColumnRule<TLength> | (Globals | <internal>.Color | LineStyle | "medium" | "thick" | "thin" | NonNullable<TLength>)[]

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 | 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 | 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<TLength> | ((string & {}) | Globals | "medium" | "thick" | "thin" | NonNullable<TLength>)[]

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 | 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<TLength> | (Globals | "auto" | NonNullable<TLength>)[]

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?: <internal>.Columns<TLength> | ((string & {}) | Globals | "auto" | (number & {}) | NonNullable<TLength>)[]

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?: <internal>.Filter | <internal>.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<TLength> | ((string & {}) | Globals | "auto" | "none" | (number & {}) | "fit-content" | "max-content" | "min-content" | "content" | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | "auto" | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "fit-content" | "max-content" | "min-content" | "content" | "-webkit-auto" | NonNullable<TLength>)[]

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 | 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 | 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 | 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 | 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 | 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 | FontFeatureSettings[]

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

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

Initial value: normal

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

WebkitFontSmoothing?: FontSmooth<TLength> | (Globals | "auto" | "always" | AbsoluteSize | "never" | NonNullable<TLength>)[]

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

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

Initial value: auto

WebkitFontVariantLigatures?: FontVariantLigatures | 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 | 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 | 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 | InitialLetter[]

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

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

Initial value: normal

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

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

WebkitLineClamp?: WebkitLineClamp | WebkitLineClamp[]

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

Syntax: none | <integer>

Initial value: none

WebkitMarginEnd?: MarginInlineEnd<TLength> | ((string & {}) | Globals | "auto" | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | "auto" | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "center" | "none" | "border-box" | "content-box" | "padding-box" | "left" | "right" | "bottom" | "top" | "no-repeat" | "repeat" | "repeat-x" | "repeat-y" | "round" | "space" | "content" | "text" | "border" | "padding" | NonNullable<TLength>)[]

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 | WebkitMaskAttachment[]

If a -webkit-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 | 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<TLength> | ((string & {}) | Globals | (number & {}) | NonNullable<TLength>)[]

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 | 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 | 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 | 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<TLength> | ((string & {}) | Globals | "auto" | (number & {}) | NonNullable<TLength>)[]

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 | 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 | 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 | 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 | WebkitMaskOrigin[]

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

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

Initial value: padding

WebkitMaskPosition?: WebkitMaskPosition<TLength> | ((string & {}) | Globals | "center" | "left" | "right" | "bottom" | "top" | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | "center" | "left" | "right" | NonNullable<TLength>)[]

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

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

Initial value: 0%

WebkitMaskPositionY?: WebkitMaskPositionY<TLength> | ((string & {}) | Globals | "center" | "bottom" | "top" | NonNullable<TLength>)[]

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

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

Initial value: 0%

WebkitMaskRepeat?: WebkitMaskRepeat | 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 | 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 | WebkitMaskRepeatY[]

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

Syntax: repeat | no-repeat | space | round

Initial value: repeat

WebkitMaskSize?: WebkitMaskSize<TLength> | ((string & {}) | Globals | "auto" | "contain" | "cover" | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | "none" | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "-webkit-fill-available" | "fit-content" | "max-content" | "min-content" | NonNullable<TLength>)[]

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

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

WebkitOverflowScrolling?: 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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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<TLength> | (Globals | "none" | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | "center" | "left" | "right" | "bottom" | "top" | NonNullable<TLength>)[]

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 | 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 | 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 | 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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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

Syntax: <length-percentage>

Initial value: 0

WebkitTapHighlightColor?: 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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<TLength> | (Globals | <internal>.Color | NonNullable<TLength>)[]

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 | 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<TLength> | (Globals | NonNullable<TLength>)[]

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

Syntax: <length>

Initial value: 0

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

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

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<TLength> | ((string & {}) | Globals | "center" | "left" | "right" | "bottom" | "top" | NonNullable<TLength>)[]

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 | 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<TTime> | (Globals | "none" | EasingFunction | "all" | NonNullable<TTime>)[]

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

Syntax: <single-transition>#

WebkitTransitionDelay?: TransitionDelay<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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 | 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 | 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 | WebkitUserModify[]

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

Initial value: read-only

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

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

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

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

msBlockProgression?: 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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<TLength> | ((string & {}) | Globals | "auto" | "none" | (number & {}) | "fit-content" | "max-content" | "min-content" | "content" | NonNullable<TLength>)[]

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 | 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 | 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 | 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 | 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<TLength> | ((string & {}) | Globals | "auto" | "none" | "max-content" | "min-content" | NonNullable<TLength>)[]

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<TLength> | ((string & {}) | Globals | "auto" | "none" | "max-content" | "min-content" | NonNullable<TLength>)[]

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 | 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 | 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 | 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<TLength> | ((string & {}) | Globals | NonNullable<TLength>)[]

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

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

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

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

msOverflowStyle?: 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 | 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 | 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 | 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 | 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<TLength> | (Globals | "auto" | NonNullable<TLength>)[]

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<TLength> | (Globals | NonNullable<TLength>)[]

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<TLength> | (Globals | "auto" | NonNullable<TLength>)[]

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<TLength> | (Globals | NonNullable<TLength>)[]

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

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

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

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

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<TLength> | ((string & {}) | Globals | "center" | "left" | "right" | "bottom" | "top" | NonNullable<TLength>)[]

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<TTime> | (Globals | "none" | EasingFunction | "all" | NonNullable<TTime>)[]

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

Syntax: <single-transition>#

msTransitionDelay?: TransitionDelay<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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<TTime> | ((string & {}) | Globals | NonNullable<TTime>)[]

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 | 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 | 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 | MsUserSelect[]

The **user-select** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as chrome, except in textboxes.

Syntax: none | element | text

Initial value: text

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

msWrapFlow?: 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<TLength> | (Globals | NonNullable<TLength>)[]

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

Generated using TypeDoc