Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface VendorLonghandProperties
import { type VendorLonghandProperties } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";

Type Parameters

optional
TLength = string | 0

Properties

optional
MozAnimationDelay: 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
MozAnimationDirection: AnimationDirectionProperty

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

Initial value: normal

optional
MozAnimationDuration: GlobalsString

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

Initial value: 0s

optional
MozAnimationFillMode: 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
MozAnimationIterationCount: AnimationIterationCountProperty

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

Initial value: 1

optional
MozAnimationName: 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
MozAnimationPlayState: AnimationPlayStateProperty

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

Initial value: running

optional
MozAnimationTimingFunction: AnimationTimingFunctionProperty

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

Initial value: ease

optional
MozAppearance: 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
MozBackfaceVisibility: 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
MozBorderEndColor: 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-colorborder-right-colorborder-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: currentcolor

optional
MozBorderEndStyle: 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-styleborder-right-styleborder-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: none

optional
MozBorderEndWidth: 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-widthborder-right-widthborder-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: medium

optional
MozBorderStartColor: 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-colorborder-right-colorborder-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: currentcolor

optional
MozBorderStartStyle: 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-styleborder-right-styleborder-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: none

optional
MozBoxSizing: 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
MozColumnCount: ColumnCountProperty

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

Initial value: auto

optional
MozColumnFill: ColumnFillProperty

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

Initial value: balance

optional
MozColumnGap: ColumnGapProperty<TLength>

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

Initial value: normal

optional
MozColumnRuleColor: 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
MozColumnRuleStyle: 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
MozColumnRuleWidth: 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
MozColumnWidth: 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
MozContextProperties: 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
MozFloatEdge: 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
MozFontFeatureSettings: FontFeatureSettingsProperty

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

Initial value: normal

optional
MozFontLanguageOverride: FontLanguageOverrideProperty

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

Initial value: normal

optional
MozForceBrokenImageIcon: 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
MozHyphens: 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
MozImageRegion: 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
MozMarginEnd: 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-topmargin-rightmargin-bottom or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

optional
MozMarginStart: 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-topmargin-rightmargin-bottom, or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

optional
MozOrient: MozOrientProperty

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

Initial value: inline

optional
MozOutlineRadiusBottomleft: 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
MozOutlineRadiusBottomright: 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
MozOutlineRadiusTopleft: 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
MozOutlineRadiusTopright: 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
MozPaddingEnd: 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-toppadding-rightpadding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

optional
MozPaddingStart: 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-toppadding-rightpadding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

optional
MozPerspective: 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
MozPerspectiveOrigin: 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
MozStackSizing: 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
MozTabSize: TabSizeProperty<TLength>

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

Initial value: 8

optional
MozTextSizeAdjust: 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
MozTransformOrigin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

optional
MozTransformStyle: 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
MozTransitionDelay: 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
MozTransitionDuration: 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
MozTransitionProperty: TransitionPropertyProperty

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

Initial value: all

optional
MozTransitionTimingFunction: 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
MozUserFocus: MozUserFocusProperty

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

Initial value: none

optional
MozUserModify: 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
MozUserSelect: 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
MozWindowDragging: 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
msAccelerator: 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
msAlignSelf: 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
msBlockProgression: MsBlockProgressionProperty

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

Initial value: tb

optional
msContentZoomChaining: 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
msContentZoomLimitMax: 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
msContentZoomLimitMin: GlobalsString

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

Initial value: 100%

optional
msContentZoomSnapPoints: 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
msContentZoomSnapType: 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
msContentZooming: 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
msFilter: 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
msFlexDirection: 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
msFlexPositive: 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
msFlowFrom: 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
msFlowInto: 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
msGridColumns: GridAutoColumnsProperty<TLength>

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

Initial value: auto

optional
msGridRows: GridAutoRowsProperty<TLength>

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

Initial value: auto

optional
msHighContrastAdjust: 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
msHyphenateLimitChars: 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
msHyphenateLimitLines: 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
msHyphenateLimitZone: MsHyphenateLimitZoneProperty<TLength>

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

Initial value: 0

optional
msHyphens: 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
msImeAlign: 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
msLineBreak: 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
msOrder: 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
msOverflowStyle: 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
msOverflowX: 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
msOverflowY: 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
msScrollChaining: 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
msScrollLimitXMax: 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
msScrollLimitXMin: 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
msScrollLimitYMax: 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
msScrollLimitYMin: 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
msScrollRails: 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
msScrollSnapPointsX: 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
msScrollSnapPointsY: 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
msScrollSnapType: 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
msScrollTranslation: 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
msScrollbar3dlightColor: 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
msScrollbarArrowColor: 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
msScrollbarBaseColor: 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
msScrollbarDarkshadowColor: 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
msScrollbarFaceColor: 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
msScrollbarHighlightColor: 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
msScrollbarShadowColor: 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
msScrollbarTrackColor: 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
msTextAutospace: 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
msTextCombineHorizontal: 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
msTextOverflow: 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
msTouchAction: 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
msTouchSelect: 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
msTransform: 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
msTransformOrigin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

optional
msTransitionDelay: 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
msTransitionDuration: 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
msTransitionProperty: TransitionPropertyProperty

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

Initial value: all

optional
msTransitionTimingFunction: 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
msUserSelect: 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
msWordBreak: WordBreakProperty

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

Initial value: normal

optional
msWrapFlow: 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
msWrapMargin: 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
msWrapThrough: 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
msWritingMode: 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
OObjectFit: 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
OObjectPosition: 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
OTabSize: TabSizeProperty<TLength>

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

Initial value: 8

optional
OTextOverflow: 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
OTransformOrigin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

optional
WebkitAlignContent: 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
WebkitAlignItems: 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
WebkitAlignSelf: 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
WebkitAnimationDelay: 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
WebkitAnimationDirection: AnimationDirectionProperty

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

Initial value: normal

optional
WebkitAnimationDuration: GlobalsString

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

Initial value: 0s

optional
WebkitAnimationFillMode: 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
WebkitAnimationIterationCount: AnimationIterationCountProperty

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

Initial value: 1

optional
WebkitAnimationName: 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
WebkitAnimationPlayState: AnimationPlayStateProperty

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

Initial value: running

optional
WebkitAnimationTimingFunction: AnimationTimingFunctionProperty

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

Initial value: ease

optional
WebkitAppearance: 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
WebkitBackdropFilter: 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
WebkitBackfaceVisibility: 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
WebkitBackgroundClip: BackgroundClipProperty

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

Initial value: border-box

optional
WebkitBackgroundOrigin: 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
WebkitBackgroundSize: 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
WebkitBorderBeforeColor: WebkitBorderBeforeColorProperty

Initial value: currentcolor

optional
WebkitBorderBeforeStyle: WebkitBorderBeforeStyleProperty

Initial value: none

optional
WebkitBorderBeforeWidth: WebkitBorderBeforeWidthProperty<TLength>

Initial value: medium

optional
WebkitBorderBottomLeftRadius: BorderBottomLeftRadiusProperty<TLength>

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

Initial value: 0

optional
WebkitBorderBottomRightRadius: BorderBottomRightRadiusProperty<TLength>

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

Initial value: 0

optional
WebkitBorderImageSlice: 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
WebkitBorderTopLeftRadius: BorderTopLeftRadiusProperty<TLength>

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

Initial value: 0

optional
WebkitBorderTopRightRadius: BorderTopRightRadiusProperty<TLength>

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

Initial value: 0

optional
WebkitBoxDecorationBreak: 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
WebkitBoxReflect: WebkitBoxReflectProperty<TLength>

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

Initial value: none

optional
WebkitBoxShadow: 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
WebkitBoxSizing: 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
WebkitClipPath: 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
WebkitColorAdjust: 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
WebkitColumnCount: ColumnCountProperty

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

Initial value: auto

optional
WebkitColumnFill: ColumnFillProperty

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

Initial value: balance

optional
WebkitColumnGap: ColumnGapProperty<TLength>

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

Initial value: normal

optional
WebkitColumnRuleColor: 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
WebkitColumnRuleStyle: 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
WebkitColumnRuleWidth: 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
WebkitColumnSpan: 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
WebkitColumnWidth: 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
WebkitFilter: 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
WebkitFlexBasis: 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
WebkitFlexDirection: 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
WebkitFlexGrow: 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
WebkitFlexShrink: 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
WebkitFlexWrap: 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
WebkitFontFeatureSettings: FontFeatureSettingsProperty

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

Initial value: normal

optional
WebkitFontKerning: FontKerningProperty

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

Initial value: auto

optional
WebkitFontVariantLigatures: 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
WebkitHyphens: 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
WebkitJustifyContent: 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
WebkitLineBreak: 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
WebkitLineClamp: 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
WebkitMarginEnd: 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-topmargin-rightmargin-bottom or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

optional
WebkitMarginStart: 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-topmargin-rightmargin-bottom, or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

optional
WebkitMaskAttachment: 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
WebkitMaskClip: 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
WebkitMaskComposite: 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
WebkitMaskImage: WebkitMaskImageProperty

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

Initial value: none

optional
WebkitMaskOrigin: WebkitMaskOriginProperty

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

Initial value: padding

optional
WebkitMaskPosition: 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
WebkitMaskPositionX: WebkitMaskPositionXProperty<TLength>

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

Initial value: 0%

optional
WebkitMaskPositionY: WebkitMaskPositionYProperty<TLength>

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

Initial value: 0%

optional
WebkitMaskRepeat: 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
WebkitMaskRepeatX: WebkitMaskRepeatXProperty

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

Initial value: repeat

optional
WebkitMaskRepeatY: WebkitMaskRepeatYProperty

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

Initial value: repeat

optional
WebkitMaskSize: 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
WebkitMaxInlineSize: 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
WebkitOrder: 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
WebkitOverflowScrolling: 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
WebkitPaddingEnd: 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-toppadding-rightpadding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

optional
WebkitPaddingStart: 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-toppadding-rightpadding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

Initial value: 0

optional
WebkitPerspective: 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
WebkitPerspectiveOrigin: 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
WebkitScrollSnapType: 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
WebkitShapeMargin: ShapeMarginProperty<TLength>

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

Initial value: 0

optional
WebkitTapHighlightColor: 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
WebkitTextCombine: 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
WebkitTextDecorationColor: TextDecorationColorProperty

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

Initial value: currentcolor

optional
WebkitTextDecorationLine: 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
WebkitTextDecorationSkip: 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
WebkitTextDecorationStyle: 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
WebkitTextEmphasisColor: 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
WebkitTextEmphasisPosition: 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
WebkitTextEmphasisStyle: 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
WebkitTextFillColor: 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
WebkitTextOrientation: 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
WebkitTextSizeAdjust: 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
WebkitTextStrokeColor: 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
WebkitTextStrokeWidth: WebkitTextStrokeWidthProperty<TLength>

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

Initial value: 0

optional
WebkitTouchCallout: 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
WebkitTransform: 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
WebkitTransformOrigin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

optional
WebkitTransformStyle: 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
WebkitTransitionDelay: 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
WebkitTransitionDuration: 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
WebkitTransitionProperty: TransitionPropertyProperty

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

Initial value: all

optional
WebkitTransitionTimingFunction: 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
WebkitUserModify: WebkitUserModifyProperty

Initial value: read-only

optional
WebkitUserSelect: 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
WebkitWritingMode: 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