Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VendorLonghandProperties<TLength>

Type parameters

  • TLength

Hierarchy

Index

Properties

Properties

Optional MozAnimationDelay

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

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

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

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

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

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

MozAnimationPlayState: AnimationPlayStateProperty

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

Initial value: running

Optional MozAnimationTimingFunction

MozAnimationTimingFunction: AnimationTimingFunctionProperty

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

Initial value: ease

Optional MozAppearance

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

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

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

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

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

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

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

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

MozColumnCount: ColumnCountProperty

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

Initial value: auto

Optional MozColumnFill

MozColumnFill: ColumnFillProperty

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

Initial value: balance

Optional MozColumnGap

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

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

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

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

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

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

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

MozFontFeatureSettings: FontFeatureSettingsProperty

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

Initial value: normal

Optional MozFontLanguageOverride

MozFontLanguageOverride: FontLanguageOverrideProperty

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

Initial value: normal

Optional MozForceBrokenImageIcon

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

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

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

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

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

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

Initial value: inline

Optional MozOutlineRadiusBottomleft

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

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

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

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

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

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

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

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

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

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

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

MozTransformOrigin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

Optional MozTransformStyle

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

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

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

MozTransitionProperty: TransitionPropertyProperty

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

Initial value: all

Optional MozTransitionTimingFunction

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

MozUserFocus: MozUserFocusProperty

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

Initial value: none

Optional MozUserModify

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

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

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 OObjectFit

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

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

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

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

OTransformOrigin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

Optional WebkitAlignContent

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

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

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

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

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

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

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

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

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

WebkitAnimationPlayState: AnimationPlayStateProperty

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

Initial value: running

Optional WebkitAnimationTimingFunction

WebkitAnimationTimingFunction: AnimationTimingFunctionProperty

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

Initial value: ease

Optional WebkitAppearance

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

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

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

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

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

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

WebkitBorderBeforeColor: WebkitBorderBeforeColorProperty

Initial value*: currentcolor

Optional WebkitBorderBeforeStyle

WebkitBorderBeforeStyle: WebkitBorderBeforeStyleProperty

Initial value*: none

Optional WebkitBorderBeforeWidth

WebkitBorderBeforeWidth: WebkitBorderBeforeWidthProperty<TLength>

Initial value*: medium

Optional WebkitBorderBottomLeftRadius

WebkitBorderBottomLeftRadius: BorderBottomLeftRadiusProperty<TLength>

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

Initial value: 0

Optional WebkitBorderBottomRightRadius

WebkitBorderBottomRightRadius: BorderBottomRightRadiusProperty<TLength>

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

Initial value: 0

Optional WebkitBorderImageSlice

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

WebkitBorderTopLeftRadius: BorderTopLeftRadiusProperty<TLength>

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

Initial value: 0

Optional WebkitBorderTopRightRadius

WebkitBorderTopRightRadius: BorderTopRightRadiusProperty<TLength>

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

Initial value: 0

Optional WebkitBoxDecorationBreak

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

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

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

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

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

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

WebkitColumnCount: ColumnCountProperty

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

Initial value: auto

Optional WebkitColumnFill

WebkitColumnFill: ColumnFillProperty

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

Initial value: balance

Optional WebkitColumnGap

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

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

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

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

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

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

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

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

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

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

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

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

WebkitFontFeatureSettings: FontFeatureSettingsProperty

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

Initial value: normal

Optional WebkitFontKerning

WebkitFontKerning: FontKerningProperty

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

Initial value: auto

Optional WebkitFontVariantLigatures

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

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

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

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

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

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

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

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

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

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

WebkitMaskImage: WebkitMaskImageProperty

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

Initial value: none

Optional WebkitMaskOrigin

WebkitMaskOrigin: WebkitMaskOriginProperty

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

Initial value: padding

Optional WebkitMaskPosition

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

WebkitMaskPositionX: WebkitMaskPositionXProperty<TLength>

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

Initial value: 0%

Optional WebkitMaskPositionY

WebkitMaskPositionY: WebkitMaskPositionYProperty<TLength>

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

Initial value: 0%

Optional WebkitMaskRepeat

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

WebkitMaskRepeatX: WebkitMaskRepeatXProperty

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

Initial value: repeat

Optional WebkitMaskRepeatY

WebkitMaskRepeatY: WebkitMaskRepeatYProperty

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

Initial value: repeat

Optional WebkitMaskSize

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

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

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

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

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

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

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

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

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

WebkitShapeMargin: ShapeMarginProperty<TLength>

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

Initial value: 0

Optional WebkitTapHighlightColor

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

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

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

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

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

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

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

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

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

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

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

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

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

WebkitTextStrokeWidth: WebkitTextStrokeWidthProperty<TLength>

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

Initial value: 0

Optional WebkitTouchCallout

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

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

WebkitTransformOrigin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

Optional WebkitTransformStyle

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

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

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

WebkitTransitionProperty: TransitionPropertyProperty

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

Initial value: all

Optional WebkitTransitionTimingFunction

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

WebkitUserModify: WebkitUserModifyProperty

Initial value*: read-only

Optional WebkitUserSelect

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

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

Optional msAccelerator

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

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

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

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

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

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

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

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

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

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

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

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

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

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

msGridColumns: GridAutoColumnsProperty<TLength>

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

Initial value: auto

Optional msGridRows

msGridRows: GridAutoRowsProperty<TLength>

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

Initial value: auto

Optional msHighContrastAdjust

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

msTransformOrigin: TransformOriginProperty<TLength>

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

Initial value: 50% 50% 0

Optional msTransitionDelay

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

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

msTransitionProperty: TransitionPropertyProperty

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

Initial value: all

Optional msTransitionTimingFunction

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

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

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

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

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

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

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

Generated using TypeDoc