Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VendorPropertiesHyphen<TLength>

Type parameters

  • TLength

Hierarchy

Index

Properties

Properties

Optional -moz-animation

-moz-animation: AnimationProperty

The animation shorthand CSS property sets an animated transition 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.

Optional -moz-animation-delay

-moz-animation-delay: GlobalsString

The animation-delay CSS property sets when an animation starts. The animation can start later, immediately from its beginning, or immediately and partway through the animation.

Initial value: 0s

Optional -moz-animation-direction

-moz-animation-direction: AnimationDirectionProperty

The animation-direction CSS property sets whether an animation should play forwards, backwards, or alternating back and forth.

Initial value: normal

Optional -moz-animation-duration

-moz-animation-duration: GlobalsString

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

Initial value: 0s

Optional -moz-animation-fill-mode

-moz-animation-fill-mode: AnimationFillModeProperty

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

Initial value: none

Optional -moz-animation-iteration-count

-moz-animation-iteration-count: AnimationIterationCountProperty

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

Initial value: 1

Optional -moz-animation-name

-moz-animation-name: AnimationNameProperty

The animation-name CSS property sets one or more animations to apply to an element. Each name is an @keyframes at-rule that sets the property values for the animation sequence.

Initial value: none

Optional -moz-animation-play-state

-moz-animation-play-state: AnimationPlayStateProperty

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

Initial value: running

Optional -moz-animation-timing-function

-moz-animation-timing-function: AnimationTimingFunctionProperty

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

Initial value: ease

Optional -moz-appearance

-moz-appearance: MozAppearanceProperty

The -moz-appearance CSS property is used in Gecko (Firefox) to display an element using platform-native styling based on the operating system's theme.

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

Optional -moz-backface-visibility

-moz-backface-visibility: BackfaceVisibilityProperty

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

Initial value: visible

Optional -moz-border-end-color

-moz-border-end-color: BorderInlineEndColorProperty

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.

Initial value: currentcolor

Optional -moz-border-end-style

-moz-border-end-style: BorderInlineEndStyleProperty

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.

Initial value: none

Optional -moz-border-end-width

-moz-border-end-width: BorderInlineEndWidthProperty<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.

Initial value: medium

Optional -moz-border-image

-moz-border-image: BorderImageProperty

The border-image CSS property draws an image in place of an element's border-style.

Optional -moz-border-start-color

-moz-border-start-color: BorderInlineStartColorProperty

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.

Initial value: currentcolor

Optional -moz-border-start-style

-moz-border-start-style: BorderInlineStartStyleProperty

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.

Initial value: none

Optional -moz-box-sizing

-moz-box-sizing: BoxSizingProperty

The box-sizing CSS property defines how the user agent should calculate the total width and height of an element.

Initial value: content-box

Optional -moz-column-count

-moz-column-count: ColumnCountProperty

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

Initial value: auto

Optional -moz-column-fill

-moz-column-fill: ColumnFillProperty

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

Initial value: balance

Optional -moz-column-gap

-moz-column-gap: ColumnGapProperty<TLength>

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

Initial value: normal

Optional -moz-column-rule

-moz-column-rule: ColumnRuleProperty<TLength>

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

Optional -moz-column-rule-color

-moz-column-rule-color: ColumnRuleColorProperty

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

Initial value: currentcolor

Optional -moz-column-rule-style

-moz-column-rule-style: ColumnRuleStyleProperty

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

Initial value: none

Optional -moz-column-rule-width

-moz-column-rule-width: ColumnRuleWidthProperty<TLength>

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

Initial value: medium

Optional -moz-column-width

-moz-column-width: ColumnWidthProperty<TLength>

The column-width CSS property specifies 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.

Initial value: auto

Optional -moz-columns

-moz-columns: ColumnsProperty<TLength>

The columns CSS property sets the column width and column count of an element.

Optional -moz-context-properties

-moz-context-properties: MozContextPropertiesProperty

If you reference an SVG image in a webpage (such as with the <img> element or as a background image), the SVG image can coordinate with the embedding element (its context) to have the image adopt property values set on the embedding element. To do this the embedding element needs to list the properties that are to be made available to the image by listing them as values of the -moz-context-properties property, and the image needs to opt in to using those properties by using values such as the context-fill value.

Initial value: none

Optional -moz-float-edge

-moz-float-edge: MozFloatEdgeProperty

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.

Initial value: content-box

Optional -moz-font-feature-settings

-moz-font-feature-settings: FontFeatureSettingsProperty

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

Initial value: normal

Optional -moz-font-language-override

-moz-font-language-override: FontLanguageOverrideProperty

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

Initial value: normal

Optional -moz-force-broken-image-icon

-moz-force-broken-image-icon: GlobalsNumber

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.

Initial value: 0

Optional -moz-hyphens

-moz-hyphens: HyphensProperty

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

Initial value: manual

Optional -moz-image-region

-moz-image-region: MozImageRegionProperty

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.

Initial value: auto

Optional -moz-margin-end

-moz-margin-end: MarginInlineEndProperty<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.

Initial value: 0

Optional -moz-margin-start

-moz-margin-start: MarginInlineStartProperty<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.

Initial value: 0

Optional -moz-orient

-moz-orient: MozOrientProperty

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

Initial value: inline

Optional -moz-outline-radius-bottomleft

-moz-outline-radius-bottomleft: MozOutlineRadiusBottomleftProperty<TLength>

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

Initial value: 0

Optional -moz-outline-radius-bottomright

-moz-outline-radius-bottomright: MozOutlineRadiusBottomrightProperty<TLength>

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

Initial value: 0

Optional -moz-outline-radius-topleft

-moz-outline-radius-topleft: MozOutlineRadiusTopleftProperty<TLength>

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

Initial value: 0

Optional -moz-outline-radius-topright

-moz-outline-radius-topright: MozOutlineRadiusToprightProperty<TLength>

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

Initial value: 0

Optional -moz-padding-end

-moz-padding-end: PaddingInlineEndProperty<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. It corresponds to the padding-top, padding-right, padding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

Optional -moz-padding-start

-moz-padding-start: PaddingInlineStartProperty<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. It corresponds to the padding-top, padding-right, padding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

Optional -moz-perspective

-moz-perspective: PerspectiveProperty<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. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.

Initial value: none

Optional -moz-perspective-origin

-moz-perspective-origin: PerspectiveOriginProperty<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.

Initial value: 50% 50%

Optional -moz-stack-sizing

-moz-stack-sizing: MozStackSizingProperty

-moz-stack-sizing is an extended CSS property. Normally, a 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.

Initial value: stretch-to-fit

Optional -moz-tab-size

-moz-tab-size: TabSizeProperty<TLength>

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

Initial value: 8

Optional -moz-text-size-adjust

-moz-text-size-adjust: TextSizeAdjustProperty

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

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

Optional -moz-transform-origin

-moz-transform-origin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

Optional -moz-transform-style

-moz-transform-style: TransformStyleProperty

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.

Initial value: flat

Optional -moz-transition

-moz-transition: TransitionProperty

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

Optional -moz-transition-delay

-moz-transition-delay: GlobalsString

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

Initial value: 0s

Optional -moz-transition-duration

-moz-transition-duration: GlobalsString

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.

Initial value: 0s

Optional -moz-transition-property

-moz-transition-property: TransitionPropertyProperty

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

Initial value: all

Optional -moz-transition-timing-function

-moz-transition-timing-function: TransitionTimingFunctionProperty

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

Initial value: ease

Optional -moz-user-focus

-moz-user-focus: MozUserFocusProperty

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

Initial value: none

Optional -moz-user-modify

-moz-user-modify: MozUserModifyProperty

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.

Initial value: read-only

Optional -moz-user-select

-moz-user-select: UserSelectProperty

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.

Initial value: auto

Optional -moz-window-dragging

-moz-window-dragging: MozWindowDraggingProperty

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.

Initial value: drag

Optional -ms-accelerator

-ms-accelerator: MsAcceleratorProperty

The -ms-accelerator CSS property is a Microsoft extension that sets or retrieves a string indicating whether the object represents a keyboard shortcut.

Initial value: false

Optional -ms-align-self

-ms-align-self: AlignSelfProperty

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the item's cross-axis margin is set to auto, then align-self is ignored. In Grid layout align-self aligns the item inside the grid area.

Initial value: auto

Optional -ms-block-progression

-ms-block-progression: MsBlockProgressionProperty

The -ms-block-progression CSS property is a Microsoft extension that specifies the block progression and layout orientation.

Initial value: tb

Optional -ms-content-zoom-chaining

-ms-content-zoom-chaining: MsContentZoomChainingProperty

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.

Initial value: none

Optional -ms-content-zoom-limit

-ms-content-zoom-limit: GlobalsString

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.

Optional -ms-content-zoom-limit-max

-ms-content-zoom-limit-max: GlobalsString

The -ms-content-zoom-limit-max CSS property is a Microsoft extension that specifies the selected elements' maximum zoom factor.

Initial value: 400%

Optional -ms-content-zoom-limit-min

-ms-content-zoom-limit-min: GlobalsString

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

Initial value: 100%

Optional -ms-content-zoom-snap

-ms-content-zoom-snap: MsContentZoomSnapProperty

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.

Optional -ms-content-zoom-snap-points

-ms-content-zoom-snap-points: GlobalsString

The -ms-content-zoom-snap-points CSS property is a Microsoft extension that specifies where zoom snap-points are located.

Initial value: snapInterval(0%, 100%)

Optional -ms-content-zoom-snap-type

-ms-content-zoom-snap-type: MsContentZoomSnapTypeProperty

The -ms-content-zoom-snap-type CSS property is a Microsoft extension that specifies how zooming is affected by defined snap-points.

Initial value: none

Optional -ms-content-zooming

-ms-content-zooming: MsContentZoomingProperty

The -ms-content-zooming CSS property is a Microsoft extension that specifies whether zooming is enabled.

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

Optional -ms-filter

-ms-filter: GlobalsString

The -ms-filter CSS property is a Microsoft extension that sets or retrieves the filter or collection of filters applied to an object.

Initial value: "" (the empty string)

Optional -ms-flex

-ms-flex: FlexProperty<TLength>

The flex CSS property sets how a flex item will grow or shrink to fit the space available in its flex container. It is a shorthand for flex-grow, flex-shrink, and flex-basis.

Optional -ms-flex-direction

-ms-flex-direction: FlexDirectionProperty

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

Initial value: row

Optional -ms-flex-positive

-ms-flex-positive: GlobalsNumber

The flex-grow CSS property sets how much of the available space in the flex container should be assigned to that item (the flex grow factor). If all sibling items have the same flex grow factor, then all items will receive the same share of available space, otherwise it is distributed according to the ratio defined by the different flex grow factors.

Initial value: 0

Optional -ms-flow-from

-ms-flow-from: MsFlowFromProperty

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.

Initial value: none

Optional -ms-flow-into

-ms-flow-into: MsFlowIntoProperty

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.

Initial value: none

Optional -ms-grid-columns

-ms-grid-columns: GridAutoColumnsProperty<TLength>

The grid-auto-columns CSS property specifies the size of an implicitly-created grid column track.

Initial value: auto

Optional -ms-grid-rows

-ms-grid-rows: GridAutoRowsProperty<TLength>

The grid-auto-rows CSS property specifies the size of an implicitly-created grid row track.

Initial value: auto

Optional -ms-high-contrast-adjust

-ms-high-contrast-adjust: MsHighContrastAdjustProperty

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.

Initial value: auto

Optional -ms-hyphenate-limit-chars

-ms-hyphenate-limit-chars: MsHyphenateLimitCharsProperty

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.

Initial value: auto

Optional -ms-hyphenate-limit-lines

-ms-hyphenate-limit-lines: MsHyphenateLimitLinesProperty

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.

Initial value: no-limit

Optional -ms-hyphenate-limit-zone

-ms-hyphenate-limit-zone: MsHyphenateLimitZoneProperty<TLength>

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

Initial value: 0

Optional -ms-hyphens

-ms-hyphens: HyphensProperty

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

Initial value: manual

Optional -ms-ime-align

-ms-ime-align: MsImeAlignProperty

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.

Initial value: auto

Optional -ms-line-break

-ms-line-break: LineBreakProperty

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

Initial value: auto

Optional -ms-order

-ms-order: GlobalsNumber

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.

Initial value: 0

Optional -ms-overflow-style

-ms-overflow-style: MsOverflowStyleProperty

The -ms-overflow-style CSS property is a Microsoft extension controlling the behavior of scrollbars when the content of an element overflows.

Initial value: auto

Optional -ms-overflow-x

-ms-overflow-x: OverflowXProperty

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.

Initial value: visible

Optional -ms-overflow-y

-ms-overflow-y: OverflowYProperty

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.

Initial value: visible

Optional -ms-scroll-chaining

-ms-scroll-chaining: MsScrollChainingProperty

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.

Initial value: chained

Optional -ms-scroll-limit

-ms-scroll-limit: GlobalsString

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.

Optional -ms-scroll-limit-x-max

-ms-scroll-limit-x-max: MsScrollLimitXMaxProperty<TLength>

The **-ms-scroll-limit-x-max** CSS property is a Microsoft extension that specifies the maximum value for the Element.scrollLeft property.

Initial value: auto

Optional -ms-scroll-limit-x-min

-ms-scroll-limit-x-min: MsScrollLimitXMinProperty<TLength>

The -ms-scroll-limit-x-min CSS property is a Microsoft extension that specifies the minimum value for the Element.scrollLeft property.

Initial value: 0

Optional -ms-scroll-limit-y-max

-ms-scroll-limit-y-max: MsScrollLimitYMaxProperty<TLength>

The -ms-scroll-limit-y-max CSS property is a Microsoft extension that specifies the maximum value for the Element.scrollTop property.

Initial value: auto

Optional -ms-scroll-limit-y-min

-ms-scroll-limit-y-min: MsScrollLimitYMinProperty<TLength>

The -ms-scroll-limit-y-min CSS property is a Microsoft extension that specifies the minimum value for the Element.scrollTop property.

Initial value: 0

Optional -ms-scroll-rails

-ms-scroll-rails: MsScrollRailsProperty

The -ms-scroll-rails CSS property is a Microsoft extension that specifies whether scrolling locks to the primary axis of motion.

Initial value: railed

Optional -ms-scroll-snap-points-x

-ms-scroll-snap-points-x: GlobalsString

The -ms-scroll-snap-points-x CSS property is a Microsoft extension that specifies where snap-points will be located along the x-axis.

Initial value: snapInterval(0px, 100%)

Optional -ms-scroll-snap-points-y

-ms-scroll-snap-points-y: GlobalsString

The -ms-scroll-snap-points-y CSS property is a Microsoft extension that specifies where snap-points will be located along the y-axis.

Initial value: snapInterval(0px, 100%)

Optional -ms-scroll-snap-type

-ms-scroll-snap-type: MsScrollSnapTypeProperty

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

Initial value: none

Optional -ms-scroll-snap-x

-ms-scroll-snap-x: GlobalsString

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.

Optional -ms-scroll-snap-y

-ms-scroll-snap-y: GlobalsString

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.

Optional -ms-scroll-translation

-ms-scroll-translation: MsScrollTranslationProperty

The -ms-scroll-translation CSS property is a Microsoft extension that specifies whether vertical-to-horizontal scroll wheel translation occurs on the specified element.

Initial value: none

Optional -ms-scrollbar-3dlight-color

-ms-scrollbar-3dlight-color: MsScrollbar3dlightColorProperty

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.

Initial value: depends on user agent

Optional -ms-scrollbar-arrow-color

-ms-scrollbar-arrow-color: MsScrollbarArrowColorProperty

The -ms-scrollbar-arrow-color CSS property is a Microsoft extension that specifies the color of the arrow elements of a scroll arrow.

Initial value: ButtonText

Optional -ms-scrollbar-base-color

-ms-scrollbar-base-color: MsScrollbarBaseColorProperty

The **-ms-scrollbar-base-color** CSS property is a Microsoft extension that specifies the base color of the main elements of a scroll bar.

Initial value: depends on user agent

Optional -ms-scrollbar-darkshadow-color

-ms-scrollbar-darkshadow-color: MsScrollbarDarkshadowColorProperty

The -ms-scrollbar-darkshadow-color CSS property is a Microsoft extension that specifies the color of a scroll bar's gutter.

Initial value: ThreeDDarkShadow

Optional -ms-scrollbar-face-color

-ms-scrollbar-face-color: MsScrollbarFaceColorProperty

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.

Initial value: ThreeDFace

Optional -ms-scrollbar-highlight-color

-ms-scrollbar-highlight-color: MsScrollbarHighlightColorProperty

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.

Initial value: ThreeDHighlight

Optional -ms-scrollbar-shadow-color

-ms-scrollbar-shadow-color: MsScrollbarShadowColorProperty

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.

Initial value: ThreeDDarkShadow

Optional -ms-scrollbar-track-color

-ms-scrollbar-track-color: MsScrollbarTrackColorProperty

The -ms-scrollbar-track-color CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.

Initial value: Scrollbar

Optional -ms-text-autospace

-ms-text-autospace: MsTextAutospaceProperty

The -ms-text-autospace CSS property is a Microsoft extension that specifies the autospacing and narrow space width adjustment of text.

Initial value: none

Optional -ms-text-combine-horizontal

-ms-text-combine-horizontal: TextCombineUprightProperty

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.

Initial value: none

Optional -ms-text-overflow

-ms-text-overflow: TextOverflowProperty

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.

Initial value: clip

Optional -ms-touch-action

-ms-touch-action: TouchActionProperty

The touch-action CSS property sets how a region can be manipulated by a touchscreen user (for example, by zooming features built into the browser).

Initial value: auto

Optional -ms-touch-select

-ms-touch-select: MsTouchSelectProperty

The -ms-touch-select CSS property is a Microsoft extension that toggles the gripper visual elements that enable touch text selection.

Initial value: grippers

Optional -ms-transform

-ms-transform: TransformProperty

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

Initial value: none

Optional -ms-transform-origin

-ms-transform-origin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

Optional -ms-transition

-ms-transition: TransitionProperty

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

Optional -ms-transition-delay

-ms-transition-delay: GlobalsString

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

Initial value: 0s

Optional -ms-transition-duration

-ms-transition-duration: GlobalsString

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.

Initial value: 0s

Optional -ms-transition-property

-ms-transition-property: TransitionPropertyProperty

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

Initial value: all

Optional -ms-transition-timing-function

-ms-transition-timing-function: TransitionTimingFunctionProperty

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

Initial value: ease

Optional -ms-user-select

-ms-user-select: MsUserSelectProperty

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.

Initial value: text

Optional -ms-word-break

-ms-word-break: WordBreakProperty

The word-break CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.

Initial value: normal

Optional -ms-wrap-flow

-ms-wrap-flow: MsWrapFlowProperty

The -ms-wrap-flow CSS property is a Microsoft extension that specifies how exclusions impact inline content within block-level elements.

Initial value: auto

Optional -ms-wrap-margin

-ms-wrap-margin: MsWrapMarginProperty<TLength>

The -ms-wrap-margin CSS property is a Microsoft extension that specifies a margin that offsets the inner wrap shape from other shapes.

Initial value: 0

Optional -ms-wrap-through

-ms-wrap-through: MsWrapThroughProperty

The -ms-wrap-through CSS property is a Microsoft extension that specifies how content should wrap around an exclusion element.

Initial value: wrap

Optional -ms-writing-mode

-ms-writing-mode: WritingModeProperty

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.

Initial value: horizontal-tb

Optional -o-object-fit

-o-object-fit: ObjectFitProperty

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.

Initial value: fill

Optional -o-object-position

-o-object-position: ObjectPositionProperty<TLength>

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.

Initial value: 50% 50%

Optional -o-tab-size

-o-tab-size: TabSizeProperty<TLength>

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

Initial value: 8

Optional -o-text-overflow

-o-text-overflow: TextOverflowProperty

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.

Initial value: clip

Optional -o-transform-origin

-o-transform-origin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

Optional -webkit-align-content

-webkit-align-content: AlignContentProperty

The CSS align-content property sets how the browser distributes space between and around content items along the cross-axis of a flexbox container, and the main-axis of a grid container.

Initial value: normal

Optional -webkit-align-items

-webkit-align-items: AlignItemsProperty

The CSS align-items property sets the align-self value on all direct children as a group. The align-self property sets the alignment of an item within its containing block. 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.

Initial value: normal

Optional -webkit-align-self

-webkit-align-self: AlignSelfProperty

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the item's cross-axis margin is set to auto, then align-self is ignored. In Grid layout align-self aligns the item inside the grid area.

Initial value: auto

Optional -webkit-animation

-webkit-animation: AnimationProperty

The animation shorthand CSS property sets an animated transition 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.

Optional -webkit-animation-delay

-webkit-animation-delay: GlobalsString

The animation-delay CSS property sets when an animation starts. The animation can start later, immediately from its beginning, or immediately and partway through the animation.

Initial value: 0s

Optional -webkit-animation-direction

-webkit-animation-direction: AnimationDirectionProperty

The animation-direction CSS property sets whether an animation should play forwards, backwards, or alternating back and forth.

Initial value: normal

Optional -webkit-animation-duration

-webkit-animation-duration: GlobalsString

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

Initial value: 0s

Optional -webkit-animation-fill-mode

-webkit-animation-fill-mode: AnimationFillModeProperty

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

Initial value: none

Optional -webkit-animation-iteration-count

-webkit-animation-iteration-count: AnimationIterationCountProperty

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

Initial value: 1

Optional -webkit-animation-name

-webkit-animation-name: AnimationNameProperty

The animation-name CSS property sets one or more animations to apply to an element. Each name is an @keyframes at-rule that sets the property values for the animation sequence.

Initial value: none

Optional -webkit-animation-play-state

-webkit-animation-play-state: AnimationPlayStateProperty

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

Initial value: running

Optional -webkit-animation-timing-function

-webkit-animation-timing-function: AnimationTimingFunctionProperty

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

Initial value: ease

Optional -webkit-appearance

-webkit-appearance: WebkitAppearanceProperty

The -moz-appearance CSS property is used in Gecko (Firefox) to display an element using platform-native styling based on the operating system's theme.

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

Optional -webkit-backdrop-filter

-webkit-backdrop-filter: BackdropFilterProperty

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.

Initial value: none

Optional -webkit-backface-visibility

-webkit-backface-visibility: BackfaceVisibilityProperty

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

Initial value: visible

Optional -webkit-background-clip

-webkit-background-clip: BackgroundClipProperty

The background-clip CSS property sets whether an element's background <color> or <image> extends underneath its border.

Initial value: border-box

Optional -webkit-background-origin

-webkit-background-origin: BackgroundOriginProperty

The background-origin CSS property sets the background positioning area. In other words, it sets the origin position of an image set with the background-image property.

Initial value: padding-box

Optional -webkit-background-size

-webkit-background-size: BackgroundSizeProperty<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.

Initial value: auto auto

Optional -webkit-border-before

-webkit-border-before: WebkitBorderBeforeProperty<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.

Optional -webkit-border-before-color

-webkit-border-before-color: WebkitBorderBeforeColorProperty

Initial value*: currentcolor

Optional -webkit-border-before-style

-webkit-border-before-style: WebkitBorderBeforeStyleProperty

Initial value*: none

Optional -webkit-border-before-width

-webkit-border-before-width: WebkitBorderBeforeWidthProperty<TLength>

Initial value*: medium

Optional -webkit-border-bottom-left-radius

-webkit-border-bottom-left-radius: BorderBottomLeftRadiusProperty<TLength>

The border-bottom-left-radius CSS property rounds the bottom-left corner of an element.

Initial value: 0

Optional -webkit-border-bottom-right-radius

-webkit-border-bottom-right-radius: BorderBottomRightRadiusProperty<TLength>

The border-bottom-right-radius CSS property rounds the bottom-right corner of an element.

Initial value: 0

Optional -webkit-border-image

-webkit-border-image: BorderImageProperty

The border-image CSS property draws an image in place of an element's border-style.

Optional -webkit-border-image-slice

-webkit-border-image-slice: BorderImageSliceProperty

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.

Initial value: 100%

Optional -webkit-border-radius

-webkit-border-radius: BorderRadiusProperty<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.

Optional -webkit-border-top-left-radius

-webkit-border-top-left-radius: BorderTopLeftRadiusProperty<TLength>

The border-top-left-radius CSS property rounds the top-left corner of an element.

Initial value: 0

Optional -webkit-border-top-right-radius

-webkit-border-top-right-radius: BorderTopRightRadiusProperty<TLength>

The border-top-right-radius CSS property rounds the top-right corner of an element.

Initial value: 0

Optional -webkit-box-decoration-break

-webkit-box-decoration-break: BoxDecorationBreakProperty

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

Initial value: slice

Optional -webkit-box-reflect

-webkit-box-reflect: WebkitBoxReflectProperty<TLength>

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

Initial value: none

Optional -webkit-box-shadow

-webkit-box-shadow: BoxShadowProperty

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 radii, and color.

Initial value: none

Optional -webkit-box-sizing

-webkit-box-sizing: BoxSizingProperty

The box-sizing CSS property defines how the user agent should calculate the total width and height of an element.

Initial value: content-box

Optional -webkit-clip-path

-webkit-clip-path: ClipPathProperty

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.

Initial value: none

Optional -webkit-color-adjust

-webkit-color-adjust: ColorAdjustProperty

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

Initial value: economy

Optional -webkit-column-count

-webkit-column-count: ColumnCountProperty

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

Initial value: auto

Optional -webkit-column-fill

-webkit-column-fill: ColumnFillProperty

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

Initial value: balance

Optional -webkit-column-gap

-webkit-column-gap: ColumnGapProperty<TLength>

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

Initial value: normal

Optional -webkit-column-rule

-webkit-column-rule: ColumnRuleProperty<TLength>

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

Optional -webkit-column-rule-color

-webkit-column-rule-color: ColumnRuleColorProperty

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

Initial value: currentcolor

Optional -webkit-column-rule-style

-webkit-column-rule-style: ColumnRuleStyleProperty

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

Initial value: none

Optional -webkit-column-rule-width

-webkit-column-rule-width: ColumnRuleWidthProperty<TLength>

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

Initial value: medium

Optional -webkit-column-span

-webkit-column-span: ColumnSpanProperty

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

Initial value: none

Optional -webkit-column-width

-webkit-column-width: ColumnWidthProperty<TLength>

The column-width CSS property specifies 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.

Initial value: auto

Optional -webkit-columns

-webkit-columns: ColumnsProperty<TLength>

The columns CSS property sets the column width and column count of an element.

Optional -webkit-filter

-webkit-filter: FilterProperty

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.

Initial value: none

Optional -webkit-flex

-webkit-flex: FlexProperty<TLength>

The flex CSS property sets how a flex item will grow or shrink to fit the space available in its flex container. It is a shorthand for flex-grow, flex-shrink, and flex-basis.

Optional -webkit-flex-basis

-webkit-flex-basis: FlexBasisProperty<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.

Initial value: auto

Optional -webkit-flex-direction

-webkit-flex-direction: FlexDirectionProperty

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

Initial value: row

Optional -webkit-flex-flow

-webkit-flex-flow: FlexFlowProperty

The flex-flow CSS property is a shorthand property for flex-direction and flex-wrap properties.

Optional -webkit-flex-grow

-webkit-flex-grow: GlobalsNumber

The flex-grow CSS property sets how much of the available space in the flex container should be assigned to that item (the flex grow factor). If all sibling items have the same flex grow factor, then all items will receive the same share of available space, otherwise it is distributed according to the ratio defined by the different flex grow factors.

Initial value: 0

Optional -webkit-flex-shrink

-webkit-flex-shrink: GlobalsNumber

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

Initial value: 1

Optional -webkit-flex-wrap

-webkit-flex-wrap: FlexWrapProperty

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.

Initial value: nowrap

Optional -webkit-font-feature-settings

-webkit-font-feature-settings: FontFeatureSettingsProperty

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

Initial value: normal

Optional -webkit-font-kerning

-webkit-font-kerning: FontKerningProperty

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

Initial value: auto

Optional -webkit-font-variant-ligatures

-webkit-font-variant-ligatures: FontVariantLigaturesProperty

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.

Initial value: normal

Optional -webkit-hyphens

-webkit-hyphens: HyphensProperty

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

Initial value: manual

Optional -webkit-justify-content

-webkit-justify-content: JustifyContentProperty

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.

Initial value: normal

Optional -webkit-line-break

-webkit-line-break: LineBreakProperty

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

Initial value: auto

Optional -webkit-line-clamp

-webkit-line-clamp: WebkitLineClampProperty

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

Initial value: none

Optional -webkit-margin-end

-webkit-margin-end: MarginInlineEndProperty<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.

Initial value: 0

Optional -webkit-margin-start

-webkit-margin-start: MarginInlineStartProperty<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.

Initial value: 0

Optional -webkit-mask

-webkit-mask: WebkitMaskProperty<TLength>

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

Optional -webkit-mask-attachment

-webkit-mask-attachment: WebkitMaskAttachmentProperty

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.

Initial value: scroll

Optional -webkit-mask-clip

-webkit-mask-clip: WebkitMaskClipProperty

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.

Initial value: border

Optional -webkit-mask-composite

-webkit-mask-composite: WebkitMaskCompositeProperty

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.

Initial value: source-over

Optional -webkit-mask-image

-webkit-mask-image: WebkitMaskImageProperty

The mask-image CSS property sets the image that is used as mask layer for an element.

Initial value: none

Optional -webkit-mask-origin

-webkit-mask-origin: WebkitMaskOriginProperty

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

Initial value: padding

Optional -webkit-mask-position

-webkit-mask-position: WebkitMaskPositionProperty<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.

Initial value: 0% 0%

Optional -webkit-mask-position-x

-webkit-mask-position-x: WebkitMaskPositionXProperty<TLength>

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

Initial value: 0%

Optional -webkit-mask-position-y

-webkit-mask-position-y: WebkitMaskPositionYProperty<TLength>

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

Initial value: 0%

Optional -webkit-mask-repeat

-webkit-mask-repeat: WebkitMaskRepeatProperty

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.

Initial value: repeat

Optional -webkit-mask-repeat-x

-webkit-mask-repeat-x: WebkitMaskRepeatXProperty

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

Initial value: repeat

Optional -webkit-mask-repeat-y

-webkit-mask-repeat-y: WebkitMaskRepeatYProperty

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

Initial value: repeat

Optional -webkit-mask-size

-webkit-mask-size: WebkitMaskSizeProperty<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.

Initial value: auto auto

Optional -webkit-max-inline-size

-webkit-max-inline-size: MaxInlineSizeProperty<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 the max-width or the max-height property depending on the value defined for writing-mode. If the writing mode is vertically oriented, the value of max-inline-size relates to the maximal height of the element, otherwise it relates to the maximal width of the element. It relates to max-block-size, which defines the other dimension of the element.

Initial value: 0

Optional -webkit-order

-webkit-order: GlobalsNumber

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.

Initial value: 0

Optional -webkit-overflow-scrolling

-webkit-overflow-scrolling: WebkitOverflowScrollingProperty

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

Initial value: auto

Optional -webkit-padding-end

-webkit-padding-end: PaddingInlineEndProperty<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. It corresponds to the padding-top, padding-right, padding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

Optional -webkit-padding-start

-webkit-padding-start: PaddingInlineStartProperty<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. It corresponds to the padding-top, padding-right, padding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

Optional -webkit-perspective

-webkit-perspective: PerspectiveProperty<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. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.

Initial value: none

Optional -webkit-perspective-origin

-webkit-perspective-origin: PerspectiveOriginProperty<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.

Initial value: 50% 50%

Optional -webkit-scroll-snap-type

-webkit-scroll-snap-type: ScrollSnapTypeProperty

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

Initial value: none

Optional -webkit-shape-margin

-webkit-shape-margin: ShapeMarginProperty<TLength>

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

Initial value: 0

Optional -webkit-tap-highlight-color

-webkit-tap-highlight-color: WebkitTapHighlightColorProperty

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

Initial value: black

Optional -webkit-text-combine

-webkit-text-combine: TextCombineUprightProperty

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.

Initial value: none

Optional -webkit-text-decoration-color

-webkit-text-decoration-color: TextDecorationColorProperty

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

Initial value: currentcolor

Optional -webkit-text-decoration-line

-webkit-text-decoration-line: TextDecorationLineProperty

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.

Initial value: none

Optional -webkit-text-decoration-skip

-webkit-text-decoration-skip: TextDecorationSkipProperty

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.

Initial value: objects

Optional -webkit-text-decoration-style

-webkit-text-decoration-style: TextDecorationStyleProperty

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.

Initial value: solid

Optional -webkit-text-emphasis

-webkit-text-emphasis: TextEmphasisProperty

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.

Optional -webkit-text-emphasis-color

-webkit-text-emphasis-color: TextEmphasisColorProperty

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

Initial value: currentcolor

Optional -webkit-text-emphasis-position

-webkit-text-emphasis-position: GlobalsString

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.

Initial value: over right

Optional -webkit-text-emphasis-style

-webkit-text-emphasis-style: TextEmphasisStyleProperty

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

Initial value: none

Optional -webkit-text-fill-color

-webkit-text-fill-color: WebkitTextFillColorProperty

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.

Initial value: currentcolor

Optional -webkit-text-orientation

-webkit-text-orientation: TextOrientationProperty

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.

Initial value: mixed

Optional -webkit-text-size-adjust

-webkit-text-size-adjust: TextSizeAdjustProperty

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

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

Optional -webkit-text-stroke

-webkit-text-stroke: WebkitTextStrokeProperty<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.

Optional -webkit-text-stroke-color

-webkit-text-stroke-color: WebkitTextStrokeColorProperty

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.

Initial value: currentcolor

Optional -webkit-text-stroke-width

-webkit-text-stroke-width: WebkitTextStrokeWidthProperty<TLength>

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

Initial value: 0

Optional -webkit-touch-callout

-webkit-touch-callout: WebkitTouchCalloutProperty

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

Initial value: default

Optional -webkit-transform

-webkit-transform: TransformProperty

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

Initial value: none

Optional -webkit-transform-origin

-webkit-transform-origin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

Optional -webkit-transform-style

-webkit-transform-style: TransformStyleProperty

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.

Initial value: flat

Optional -webkit-transition

-webkit-transition: TransitionProperty

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

Optional -webkit-transition-delay

-webkit-transition-delay: GlobalsString

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

Initial value: 0s

Optional -webkit-transition-duration

-webkit-transition-duration: GlobalsString

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.

Initial value: 0s

Optional -webkit-transition-property

-webkit-transition-property: TransitionPropertyProperty

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

Initial value: all

Optional -webkit-transition-timing-function

-webkit-transition-timing-function: TransitionTimingFunctionProperty

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

Initial value: ease

Optional -webkit-user-modify

-webkit-user-modify: WebkitUserModifyProperty

Initial value*: read-only

Optional -webkit-user-select

-webkit-user-select: UserSelectProperty

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.

Initial value: auto

Optional -webkit-writing-mode

-webkit-writing-mode: WritingModeProperty

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.

Initial value: horizontal-tb

Generated using TypeDoc