@yesstudio/nuxt-composables
    Preparing search index...

    Interface ObsoleteProperties<TLength, TTime>

    interface ObsoleteProperties<TLength = string & {} | 0, TTime = string & {}> {
        boxAlign?: BoxAlign;
        boxDirection?: BoxDirection;
        boxFlex?: BoxFlex;
        boxFlexGroup?: BoxFlexGroup;
        boxLines?: BoxLines;
        boxOrdinalGroup?: BoxOrdinalGroup;
        boxOrient?: BoxOrient;
        boxPack?: BoxPack;
        clip?: Clip;
        fontStretch?: FontStretch;
        gridColumnGap?: GridColumnGap<TLength>;
        gridGap?: GridGap<TLength>;
        gridRowGap?: GridRowGap<TLength>;
        imeMode?: ImeMode;
        insetArea?: PositionArea;
        KhtmlBoxAlign?: BoxAlign;
        KhtmlBoxDirection?: BoxDirection;
        KhtmlBoxFlex?: BoxFlex;
        KhtmlBoxFlexGroup?: BoxFlexGroup;
        KhtmlBoxLines?: BoxLines;
        KhtmlBoxOrdinalGroup?: BoxOrdinalGroup;
        KhtmlBoxOrient?: BoxOrient;
        KhtmlBoxPack?: BoxPack;
        KhtmlLineBreak?: LineBreak;
        KhtmlOpacity?: Opacity;
        KhtmlUserSelect?: UserSelect;
        MozBackgroundClip?: BackgroundClip;
        MozBackgroundOrigin?: BackgroundOrigin;
        MozBackgroundSize?: BackgroundSize<TLength>;
        MozBorderRadius?: BorderRadius<TLength>;
        MozBorderRadiusBottomleft?: BorderBottomLeftRadius<TLength>;
        MozBorderRadiusBottomright?: BorderBottomRightRadius<TLength>;
        MozBorderRadiusTopleft?: BorderTopLeftRadius<TLength>;
        MozBorderRadiusTopright?: BorderTopRightRadius<TLength>;
        MozBoxAlign?: BoxAlign;
        MozBoxDirection?: BoxDirection;
        MozBoxFlex?: BoxFlex;
        MozBoxOrdinalGroup?: BoxOrdinalGroup;
        MozBoxOrient?: BoxOrient;
        MozBoxPack?: BoxPack;
        MozBoxShadow?: BoxShadow;
        MozColumnCount?: ColumnCount;
        MozColumnFill?: ColumnFill;
        MozFloatEdge?: MozFloatEdge;
        MozForceBrokenImageIcon?: MozForceBrokenImageIcon;
        MozOpacity?: Opacity;
        MozOutline?: Outline<TLength>;
        MozOutlineColor?: OutlineColor;
        MozOutlineStyle?: OutlineStyle;
        MozOutlineWidth?: OutlineWidth<TLength>;
        MozTextAlignLast?: TextAlignLast;
        MozTextDecorationColor?: TextDecorationColor;
        MozTextDecorationLine?: TextDecorationLine;
        MozTextDecorationStyle?: TextDecorationStyle;
        MozTransitionDelay?: TransitionDelay<TTime>;
        MozTransitionDuration?: TransitionDuration<TTime>;
        MozTransitionProperty?: TransitionProperty;
        MozTransitionTimingFunction?: TransitionTimingFunction;
        MozUserFocus?: MozUserFocus;
        MozUserInput?: MozUserInput;
        msImeMode?: ImeMode;
        OAnimation?: Animation<TTime>;
        OAnimationDelay?: AnimationDelay<TTime>;
        OAnimationDirection?: AnimationDirection;
        OAnimationDuration?: AnimationDuration<TTime>;
        OAnimationFillMode?: AnimationFillMode;
        OAnimationIterationCount?: AnimationIterationCount;
        OAnimationName?: AnimationName;
        OAnimationPlayState?: AnimationPlayState;
        OAnimationTimingFunction?: AnimationTimingFunction;
        OBackgroundSize?: BackgroundSize<TLength>;
        OBorderImage?: BorderImage;
        offsetBlock?: InsetBlock<TLength>;
        offsetBlockEnd?: InsetBlockEnd<TLength>;
        offsetBlockStart?: InsetBlockStart<TLength>;
        offsetInline?: InsetInline<TLength>;
        offsetInlineEnd?: InsetInlineEnd<TLength>;
        offsetInlineStart?: InsetInlineStart<TLength>;
        OObjectFit?: ObjectFit;
        OObjectPosition?: ObjectPosition<TLength>;
        OTabSize?: TabSize<TLength>;
        OTextOverflow?: TextOverflow;
        OTransform?: Transform;
        OTransformOrigin?: TransformOrigin<TLength>;
        OTransition?: Transition<TTime>;
        OTransitionDelay?: TransitionDelay<TTime>;
        OTransitionDuration?: TransitionDuration<TTime>;
        OTransitionProperty?: TransitionProperty;
        OTransitionTimingFunction?: TransitionTimingFunction;
        pageBreakAfter?: PageBreakAfter;
        pageBreakBefore?: PageBreakBefore;
        pageBreakInside?: PageBreakInside;
        positionTryOptions?: PositionTryFallbacks;
        scrollSnapCoordinate?: ScrollSnapCoordinate<TLength>;
        scrollSnapDestination?: ScrollSnapDestination<TLength>;
        scrollSnapPointsX?: ScrollSnapPointsX;
        scrollSnapPointsY?: ScrollSnapPointsY;
        scrollSnapTypeX?: ScrollSnapTypeX;
        scrollSnapTypeY?: ScrollSnapTypeY;
        WebkitBoxAlign?: BoxAlign;
        WebkitBoxDirection?: BoxDirection;
        WebkitBoxFlex?: BoxFlex;
        WebkitBoxFlexGroup?: BoxFlexGroup;
        WebkitBoxLines?: BoxLines;
        WebkitBoxOrdinalGroup?: BoxOrdinalGroup;
        WebkitBoxOrient?: BoxOrient;
        WebkitBoxPack?: BoxPack;
    }

    Type Parameters

    • TLength = string & {} | 0
    • TTime = string & {}

    Hierarchy (View Summary)

    Index

    Properties

    boxAlign? boxDirection? boxFlex? boxFlexGroup? boxLines? boxOrdinalGroup? boxOrient? boxPack? clip? fontStretch? gridColumnGap? gridGap? gridRowGap? imeMode? insetArea? KhtmlBoxAlign? KhtmlBoxDirection? KhtmlBoxFlex? KhtmlBoxFlexGroup? KhtmlBoxLines? KhtmlBoxOrdinalGroup? KhtmlBoxOrient? KhtmlBoxPack? KhtmlLineBreak? KhtmlOpacity? KhtmlUserSelect? MozBackgroundClip? MozBackgroundOrigin? MozBackgroundSize? MozBorderRadius? MozBorderRadiusBottomleft? MozBorderRadiusBottomright? MozBorderRadiusTopleft? MozBorderRadiusTopright? MozBoxAlign? MozBoxDirection? MozBoxFlex? MozBoxOrdinalGroup? MozBoxOrient? MozBoxPack? MozBoxShadow? MozColumnCount? MozColumnFill? MozFloatEdge? MozForceBrokenImageIcon? MozOpacity? MozOutline? MozOutlineColor? MozOutlineStyle? MozOutlineWidth? MozTextAlignLast? MozTextDecorationColor? MozTextDecorationLine? MozTextDecorationStyle? MozTransitionDelay? MozTransitionDuration? MozTransitionProperty? MozTransitionTimingFunction? MozUserFocus? MozUserInput? msImeMode? OAnimation? OAnimationDelay? OAnimationDirection? OAnimationDuration? OAnimationFillMode? OAnimationIterationCount? OAnimationName? OAnimationPlayState? OAnimationTimingFunction? OBackgroundSize? OBorderImage? offsetBlock? offsetBlockEnd? offsetBlockStart? offsetInline? offsetInlineEnd? offsetInlineStart? OObjectFit? OObjectPosition? OTabSize? OTextOverflow? OTransform? OTransformOrigin? OTransition? OTransitionDelay? OTransitionDuration? OTransitionProperty? OTransitionTimingFunction? pageBreakAfter? pageBreakBefore? pageBreakInside? positionTryOptions? scrollSnapCoordinate? scrollSnapDestination? scrollSnapPointsX? scrollSnapPointsY? scrollSnapTypeX? scrollSnapTypeY? WebkitBoxAlign? WebkitBoxDirection? WebkitBoxFlex? WebkitBoxFlexGroup? WebkitBoxLines? WebkitBoxOrdinalGroup? WebkitBoxOrient? WebkitBoxPack?

    Properties

    boxAlign?: BoxAlign

    The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.

    Syntax: start | center | end | baseline | stretch

    Initial value: stretch

    boxDirection?: BoxDirection

    The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).

    Syntax: normal | reverse | inherit

    Initial value: normal

    boxFlex?: BoxFlex

    The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout.

    Syntax: <number>

    Initial value: 0

    boxFlexGroup?: BoxFlexGroup

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

    Syntax: <integer>

    Initial value: 1

    boxLines?: BoxLines

    The box-lines CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes).

    Syntax: single | multiple

    Initial value: single

    boxOrdinalGroup?: BoxOrdinalGroup

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

    Syntax: <integer>

    Initial value: 1

    boxOrient?: BoxOrient

    The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.

    Syntax: horizontal | vertical | inline-axis | block-axis | inherit

    Initial value: inline-axis

    boxPack?: BoxPack

    The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.

    Syntax: start | center | end | justify

    Initial value: start

    clip?: Clip

    The clip CSS property defines a visible portion of an element. The clip property applies only to absolutely positioned elements — that is, elements with position:absolute or position:fixed.

    Syntax: <shape> | auto

    Initial value: auto

    fontStretch?: FontStretch

    The font-stretch CSS property selects a normal, condensed, or expanded face from a font.

    Syntax: <font-stretch-absolute>

    Initial value: normal

    gridColumnGap?: GridColumnGap<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage>

    Initial value: 0

    gridGap?: GridGap<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017.

    Syntax: <'grid-row-gap'> <'grid-column-gap'>?

    gridRowGap?: GridRowGap<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017.

    Syntax: <length-percentage>

    Initial value: 0

    imeMode?: ImeMode

    Syntax: auto | normal | active | inactive | disabled

    Initial value: auto

    insetArea?: PositionArea

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: none | <position-area>

    Initial value: none

    KhtmlBoxAlign?: BoxAlign

    The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.

    Syntax: start | center | end | baseline | stretch

    Initial value: stretch

    KhtmlBoxDirection?: BoxDirection

    The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).

    Syntax: normal | reverse | inherit

    Initial value: normal

    KhtmlBoxFlex?: BoxFlex

    The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout.

    Syntax: <number>

    Initial value: 0

    KhtmlBoxFlexGroup?: BoxFlexGroup

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

    Syntax: <integer>

    Initial value: 1

    KhtmlBoxLines?: BoxLines

    The box-lines CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes).

    Syntax: single | multiple

    Initial value: single

    KhtmlBoxOrdinalGroup?: BoxOrdinalGroup

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

    Syntax: <integer>

    Initial value: 1

    KhtmlBoxOrient?: BoxOrient

    The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.

    Syntax: horizontal | vertical | inline-axis | block-axis | inherit

    Initial value: inline-axis

    KhtmlBoxPack?: BoxPack

    The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.

    Syntax: start | center | end | justify

    Initial value: start

    KhtmlLineBreak?: LineBreak

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.

    Syntax: auto | loose | normal | strict | anywhere

    Initial value: auto

    KhtmlOpacity?: Opacity

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <opacity-value>

    Initial value: 1

    KhtmlUserSelect?: UserSelect

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: auto | text | none | all

    Initial value: auto

    MozBackgroundClip?: BackgroundClip

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <bg-clip>#

    Initial value: border-box

    MozBackgroundOrigin?: BackgroundOrigin

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <visual-box>#

    Initial value: padding-box

    MozBackgroundSize?: BackgroundSize<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <bg-size>#

    Initial value: auto auto

    MozBorderRadius?: BorderRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?

    MozBorderRadiusBottomleft?: BorderBottomLeftRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,2}

    Initial value: 0

    MozBorderRadiusBottomright?: BorderBottomRightRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,2}

    Initial value: 0

    MozBorderRadiusTopleft?: BorderTopLeftRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,2}

    Initial value: 0

    MozBorderRadiusTopright?: BorderTopRightRadius<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <length-percentage [0,∞]>{1,2}

    Initial value: 0

    MozBoxAlign?: BoxAlign

    The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.

    Syntax: start | center | end | baseline | stretch

    Initial value: stretch

    MozBoxDirection?: BoxDirection

    The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).

    Syntax: normal | reverse | inherit

    Initial value: normal

    MozBoxFlex?: BoxFlex

    The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout.

    Syntax: <number>

    Initial value: 0

    MozBoxOrdinalGroup?: BoxOrdinalGroup

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

    Syntax: <integer>

    Initial value: 1

    MozBoxOrient?: BoxOrient

    The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.

    Syntax: horizontal | vertical | inline-axis | block-axis | inherit

    Initial value: inline-axis

    MozBoxPack?: BoxPack

    The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.

    Syntax: start | center | end | justify

    Initial value: start

    MozBoxShadow?: BoxShadow

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: none | <shadow>#

    Initial value: none

    MozColumnCount?: ColumnCount

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: <integer> | auto

    Initial value: auto

    MozColumnFill?: ColumnFill

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

    Syntax: auto | balance

    Initial value: balance

    MozFloatEdge?: MozFloatEdge

    The non-standard -moz-float-edge CSS property specifies whether the height and width properties of the element include the margin, border, or padding thickness.

    Syntax: border-box | content-box | margin-box | padding-box

    Initial value: content-box

    MozForceBrokenImageIcon?: MozForceBrokenImageIcon

    The -moz-force-broken-image-icon extended CSS property can be used to force the broken image icon to be shown even when a broken image has an alt attribute.

    Syntax: 0 | 1

    Initial value: 0

    MozOpacity?: Opacity

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <opacity-value>

    Initial value: 1

    MozOutline?: Outline<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2023.

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

    MozOutlineColor?: OutlineColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: auto | <color>

    Initial value: auto

    MozOutlineStyle?: OutlineStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: auto | <outline-line-style>

    Initial value: none

    MozOutlineWidth?: OutlineWidth<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <line-width>

    Initial value: medium

    MozTextAlignLast?: TextAlignLast

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022.

    Syntax: auto | start | end | left | right | center | justify

    Initial value: auto

    MozTextDecorationColor?: TextDecorationColor

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <color>

    Initial value: currentcolor

    MozTextDecorationLine?: TextDecorationLine

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error

    Initial value: none

    MozTextDecorationStyle?: TextDecorationStyle

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: solid | double | dotted | dashed | wavy

    Initial value: solid

    MozTransitionDelay?: TransitionDelay<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    MozTransitionDuration?: TransitionDuration<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    MozTransitionProperty?: TransitionProperty

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: none | <single-transition-property>#

    Initial value: all

    MozTransitionTimingFunction?: TransitionTimingFunction

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <easing-function>#

    Initial value: ease

    MozUserFocus?: MozUserFocus

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

    Syntax: ignore | normal | select-after | select-before | select-menu | select-same | select-all | none

    Initial value: none

    MozUserInput?: MozUserInput

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

    Syntax: auto | none | enabled | disabled

    Initial value: auto

    msImeMode?: ImeMode

    Syntax: auto | normal | active | inactive | disabled

    Initial value: auto

    OAnimation?: Animation<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <single-animation>#

    OAnimationDelay?: AnimationDelay<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    OAnimationDirection?: AnimationDirection

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <single-animation-direction>#

    Initial value: normal

    OAnimationDuration?: AnimationDuration<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: [ auto | <time [0s,∞]> ]#

    Initial value: 0s

    OAnimationFillMode?: AnimationFillMode

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <single-animation-fill-mode>#

    Initial value: none

    OAnimationIterationCount?: AnimationIterationCount

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <single-animation-iteration-count>#

    Initial value: 1

    OAnimationName?: AnimationName

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: none

    OAnimationPlayState?: AnimationPlayState

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

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

    Initial value: running

    OAnimationTimingFunction?: AnimationTimingFunction

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <easing-function>#

    Initial value: ease

    OBackgroundSize?: BackgroundSize<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <bg-size>#

    Initial value: auto auto

    OBorderImage?: BorderImage

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>

    offsetBlock?: InsetBlock<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.

    Syntax: <'top'>{1,2}

    offsetBlockEnd?: InsetBlockEnd<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.

    Syntax: <'top'>

    Initial value: auto

    offsetBlockStart?: InsetBlockStart<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.

    Syntax: <'top'>

    Initial value: auto

    offsetInline?: InsetInline<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.

    Syntax: <'top'>{1,2}

    offsetInlineEnd?: InsetInlineEnd<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.

    Syntax: <'top'>

    Initial value: auto

    offsetInlineStart?: InsetInlineStart<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.

    Syntax: <'top'>

    Initial value: auto

    OObjectFit?: ObjectFit

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: fill | contain | cover | none | scale-down

    Initial value: fill

    OObjectPosition?: ObjectPosition<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

    Syntax: <position>

    Initial value: 50% 50%

    OTabSize?: TabSize<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2021.

    Syntax: <integer> | <length>

    Initial value: 8

    OTextOverflow?: TextOverflow

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

    Syntax: [ clip | ellipsis | <string> ]{1,2}

    Initial value: clip

    OTransform?: Transform

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: none | <transform-list>

    Initial value: none

    OTransformOrigin?: TransformOrigin<TLength>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: [ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?

    Initial value: 50% 50% 0

    OTransition?: Transition<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <single-transition>#

    OTransitionDelay?: TransitionDelay<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    OTransitionDuration?: TransitionDuration<TTime>

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <time>#

    Initial value: 0s

    OTransitionProperty?: TransitionProperty

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: none | <single-transition-property>#

    Initial value: all

    OTransitionTimingFunction?: TransitionTimingFunction

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

    Syntax: <easing-function>#

    Initial value: ease

    pageBreakAfter?: PageBreakAfter

    The page-break-after CSS property adjusts page breaks after the current element.

    Syntax: auto | always | avoid | left | right | recto | verso

    Initial value: auto

    pageBreakBefore?: PageBreakBefore

    The page-break-before CSS property adjusts page breaks before the current element.

    Syntax: auto | always | avoid | left | right | recto | verso

    Initial value: auto

    pageBreakInside?: PageBreakInside

    The page-break-inside CSS property adjusts page breaks inside the current element.

    Syntax: auto | avoid

    Initial value: auto

    positionTryOptions?: PositionTryFallbacks

    This feature is not Baseline because it does not work in some of the most widely-used browsers.

    Syntax: none | [ [<dashed-ident> || <try-tactic>] | <'position-area'> ]#

    Initial value: none

    scrollSnapCoordinate?: ScrollSnapCoordinate<TLength>

    Syntax: none | <position>#

    Initial value: none

    scrollSnapDestination?: ScrollSnapDestination<TLength>

    Syntax: <position>

    Initial value: 0px 0px

    scrollSnapPointsX?: ScrollSnapPointsX

    Syntax: none | repeat( <length-percentage> )

    Initial value: none

    scrollSnapPointsY?: ScrollSnapPointsY

    Syntax: none | repeat( <length-percentage> )

    Initial value: none

    scrollSnapTypeX?: ScrollSnapTypeX

    Syntax: none | mandatory | proximity

    Initial value: none

    scrollSnapTypeY?: ScrollSnapTypeY

    Syntax: none | mandatory | proximity

    Initial value: none

    WebkitBoxAlign?: BoxAlign

    The box-align CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.

    Syntax: start | center | end | baseline | stretch

    Initial value: stretch

    WebkitBoxDirection?: BoxDirection

    The box-direction CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge).

    Syntax: normal | reverse | inherit

    Initial value: normal

    WebkitBoxFlex?: BoxFlex

    The -moz-box-flex and -webkit-box-flex CSS properties specify how a -moz-box or -webkit-box grows to fill the box that contains it, in the direction of the containing box's layout.

    Syntax: <number>

    Initial value: 0

    WebkitBoxFlexGroup?: BoxFlexGroup

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

    Syntax: <integer>

    Initial value: 1

    WebkitBoxLines?: BoxLines

    The box-lines CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes).

    Syntax: single | multiple

    Initial value: single

    WebkitBoxOrdinalGroup?: BoxOrdinalGroup

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

    Syntax: <integer>

    Initial value: 1

    WebkitBoxOrient?: BoxOrient

    The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.

    Syntax: horizontal | vertical | inline-axis | block-axis | inherit

    Initial value: inline-axis

    WebkitBoxPack?: BoxPack

    The -moz-box-pack and -webkit-box-pack CSS properties specify how a -moz-box or -webkit-box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.

    Syntax: start | center | end | justify

    Initial value: start