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

    Interface StandardShorthandProperties<TLength, TTime>

    interface StandardShorthandProperties<
        TLength = string & {}
        | 0,
        TTime = string & {},
    > {
        all?: Globals;
        animation?: Animation<TTime>;
        animationRange?: AnimationRange<TLength>;
        background?: Background<TLength>;
        backgroundPosition?: BackgroundPosition<TLength>;
        border?: Border<TLength>;
        borderBlock?: BorderBlock<TLength>;
        borderBlockColor?: BorderBlockColor;
        borderBlockEnd?: BorderBlockEnd<TLength>;
        borderBlockStart?: BorderBlockStart<TLength>;
        borderBlockStyle?: BorderBlockStyle;
        borderBlockWidth?: BorderBlockWidth<TLength>;
        borderBottom?: BorderBottom<TLength>;
        borderColor?: BorderColor;
        borderImage?: BorderImage;
        borderInline?: BorderInline<TLength>;
        borderInlineColor?: BorderInlineColor;
        borderInlineEnd?: BorderInlineEnd<TLength>;
        borderInlineStart?: BorderInlineStart<TLength>;
        borderInlineStyle?: BorderInlineStyle;
        borderInlineWidth?: BorderInlineWidth<TLength>;
        borderLeft?: BorderLeft<TLength>;
        borderRadius?: BorderRadius<TLength>;
        borderRight?: BorderRight<TLength>;
        borderStyle?: BorderStyle;
        borderTop?: BorderTop<TLength>;
        borderWidth?: BorderWidth<TLength>;
        caret?: Caret;
        columnRule?: ColumnRule<TLength>;
        columns?: Columns<TLength>;
        container?: Container;
        containIntrinsicSize?: ContainIntrinsicSize<TLength>;
        flex?: Flex<TLength>;
        flexFlow?: FlexFlow;
        font?: Font;
        gap?: Gap<TLength>;
        grid?: Grid;
        gridArea?: GridArea;
        gridColumn?: GridColumn;
        gridRow?: GridRow;
        gridTemplate?: GridTemplate;
        inset?: Inset<TLength>;
        insetBlock?: InsetBlock<TLength>;
        insetInline?: InsetInline<TLength>;
        lineClamp?: LineClamp;
        listStyle?: ListStyle;
        margin?: Margin<TLength>;
        marginBlock?: MarginBlock<TLength>;
        marginInline?: MarginInline<TLength>;
        mask?: Mask<TLength>;
        maskBorder?: MaskBorder;
        motion?: Offset<TLength>;
        offset?: Offset<TLength>;
        outline?: Outline<TLength>;
        overflow?: Overflow;
        overscrollBehavior?: OverscrollBehavior;
        padding?: Padding<TLength>;
        paddingBlock?: PaddingBlock<TLength>;
        paddingInline?: PaddingInline<TLength>;
        placeContent?: PlaceContent;
        placeItems?: PlaceItems;
        placeSelf?: PlaceSelf;
        positionTry?: PositionTry;
        scrollMargin?: ScrollMargin<TLength>;
        scrollMarginBlock?: ScrollMarginBlock<TLength>;
        scrollMarginInline?: ScrollMarginInline<TLength>;
        scrollPadding?: ScrollPadding<TLength>;
        scrollPaddingBlock?: ScrollPaddingBlock<TLength>;
        scrollPaddingInline?: ScrollPaddingInline<TLength>;
        scrollSnapMargin?: ScrollMargin<TLength>;
        scrollTimeline?: ScrollTimeline;
        textDecoration?: TextDecoration<TLength>;
        textEmphasis?: TextEmphasis;
        textWrap?: TextWrap;
        transition?: Transition<TTime>;
        viewTimeline?: ViewTimeline;
    }

    Type Parameters

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

    Hierarchy (View Summary)

    Index

    Properties

    all?: Globals

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

    Syntax: initial | inherit | unset | revert | revert-layer

    Initial value: There is no practical initial value for it.

    Chrome Firefox Safari Edge IE
    37 27 9.1 79 No
    animation?: 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>#

    Chrome Firefox Safari Edge IE
    43 16 9 12 10
    3 -x- 5 -x- 4 -x-
    animationRange?: AnimationRange<TLength>

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

    Syntax: [ <'animation-range-start'> <'animation-range-end'>? ]#

    Chrome Firefox Safari Edge IE
    115 No 26 115 No
    background?: Background<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-layer>#? , <final-bg-layer>

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    backgroundPosition?: BackgroundPosition<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-position>#

    Initial value: 0% 0%

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    border?: Border<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> || <line-style> || <color>

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    borderBlock?: BorderBlock<TLength>

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

    Syntax: <'border-block-start'>

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    borderBlockColor?: BorderBlockColor

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

    Syntax: <'border-top-color'>{1,2}

    Initial value: currentcolor

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    borderBlockEnd?: BorderBlockEnd<TLength>

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

    Syntax: <'border-top-width'> || <'border-top-style'> || <color>

    Chrome Firefox Safari Edge IE
    69 41 12.1 79 No
    borderBlockStart?: BorderBlockStart<TLength>

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

    Syntax: <'border-top-width'> || <'border-top-style'> || <color>

    Chrome Firefox Safari Edge IE
    69 41 12.1 79 No
    borderBlockStyle?: BorderBlockStyle

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

    Syntax: <'border-top-style'>{1,2}

    Initial value: none

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    borderBlockWidth?: BorderBlockWidth<TLength>

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

    Syntax: <'border-top-width'>{1,2}

    Initial value: medium

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    borderBottom?: BorderBottom<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> || <line-style> || <color>

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    borderColor?: BorderColor

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

    Syntax: <color>{1,4}

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    borderImage?: 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'>

    Chrome Firefox Safari Edge IE
    16 15 6 12 11
    7 -x- 3.5 -x- 3 -x-
    borderInline?: BorderInline<TLength>

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

    Syntax: <'border-block-start'>

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    borderInlineColor?: BorderInlineColor

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

    Syntax: <'border-top-color'>{1,2}

    Initial value: currentcolor

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    borderInlineEnd?: BorderInlineEnd<TLength>

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

    Syntax: <'border-top-width'> || <'border-top-style'> || <color>

    Chrome Firefox Safari Edge IE
    69 41 12.1 79 No
    borderInlineStart?: BorderInlineStart<TLength>

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

    Syntax: <'border-top-width'> || <'border-top-style'> || <color>

    Chrome Firefox Safari Edge IE
    69 41 12.1 79 No
    borderInlineStyle?: BorderInlineStyle

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

    Syntax: <'border-top-style'>{1,2}

    Initial value: none

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    borderInlineWidth?: BorderInlineWidth<TLength>

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

    Syntax: <'border-top-width'>{1,2}

    Initial value: medium

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    borderLeft?: BorderLeft<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> || <line-style> || <color>

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    borderRadius?: 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} ]?

    Chrome Firefox Safari Edge IE
    4 4 5 12 9
    1 -x- 3 -x-
    borderRight?: BorderRight<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> || <line-style> || <color>

    Chrome Firefox Safari Edge IE
    1 1 1 12 5.5
    borderStyle?: BorderStyle

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

    Syntax: <line-style>{1,4}

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    borderTop?: BorderTop<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> || <line-style> || <color>

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    borderWidth?: BorderWidth<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>{1,4}

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    caret?: Caret

    Syntax: <'caret-color'> || <'caret-shape'>

    columnRule?: ColumnRule<TLength>

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

    Syntax: <'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>

    Chrome Firefox Safari Edge IE
    50 52 9 12 10
    1 -x- 3 -x-
    columns?: Columns<TLength>

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

    Syntax: <'column-width'> || <'column-count'>

    Chrome Firefox Safari Edge IE
    50 52 9 12 10
    3 -x-
    container?: Container

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

    Syntax: <'container-name'> [ / <'container-type'> ]?

    Chrome Firefox Safari Edge IE
    105 110 16 105 No
    containIntrinsicSize?: ContainIntrinsicSize<TLength>

    Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: [ auto? [ none | <length> ] ]{1,2}

    Chrome Firefox Safari Edge IE
    83 107 17 83 No
    flex?: Flex<TLength>

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

    Syntax: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]

    Chrome Firefox Safari Edge IE
    29 22 9 12 11
    21 -x- 7 -x- 10 -x-
    flexFlow?: FlexFlow

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

    Syntax: <'flex-direction'> || <'flex-wrap'>

    Chrome Firefox Safari Edge IE
    29 28 9 12 11
    21 -x- 7 -x-
    font?: Font

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

    Syntax: [ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] | <system-family-name>

    Chrome Firefox Safari Edge IE
    1 1 1 12 3
    gap?: Gap<TLength>

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

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

    Chrome Firefox Safari Edge IE
    57 52 10.1 16 No
    grid?: Grid

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

    Syntax: <'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>

    Chrome Firefox Safari Edge IE
    57 52 10.1 16 No
    gridArea?: GridArea

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

    Syntax: <grid-line> [ / <grid-line> ]{0,3}

    Chrome Firefox Safari Edge IE
    57 52 10.1 16 No
    gridColumn?: GridColumn

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

    Syntax: <grid-line> [ / <grid-line> ]?

    Chrome Firefox Safari Edge IE
    57 52 10.1 16 No
    gridRow?: GridRow

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

    Syntax: <grid-line> [ / <grid-line> ]?

    Chrome Firefox Safari Edge IE
    57 52 10.1 16 No
    gridTemplate?: GridTemplate

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

    Syntax: none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?

    Chrome Firefox Safari Edge IE
    57 52 10.1 16 No
    inset?: Inset<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,4}

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    insetBlock?: 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}

    Chrome Firefox Safari Edge IE
    87 63 14.1 87 No
    insetInline?: 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}

    Chrome Firefox Safari Edge IE
    87 63 14.1 87 No
    lineClamp?: LineClamp

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

    Syntax: none | <integer>

    Initial value: none

    Chrome Firefox Safari Edge IE
    6 -x- 68 -x- 18.2-18.4 17 -x- No
    5 -x-
    listStyle?: ListStyle

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

    Syntax: <'list-style-type'> || <'list-style-position'> || <'list-style-image'>

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    margin?: Margin<TLength>

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

    Syntax: <'margin-top'>{1,4}

    Chrome Firefox Safari Edge IE
    1 1 1 12 3
    marginBlock?: MarginBlock<TLength>

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

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

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    marginInline?: MarginInline<TLength>

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

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

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    mask?: Mask<TLength>

    Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: <mask-layer>#

    Chrome Firefox Safari Edge IE
    120 53 15.4 12-79 No
    1 -x- 3.1 -x-
    maskBorder?: MaskBorder

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

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

    Chrome Firefox Safari Edge IE
    1 (-webkit-mask-box-image) No 17.2 79 (-webkit-mask-box-image) No
    3.1 (-webkit-mask-box-image)
    motion?: Offset<TLength>

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

    Syntax: [ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?

    Chrome Firefox Safari Edge IE
    55 72 16 79 No
    46 (motion)
    offset?: Offset<TLength>

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

    Syntax: [ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?

    Chrome Firefox Safari Edge IE
    55 72 16 79 No
    46 (motion)
    outline?: 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'>

    Chrome Firefox Safari Edge IE
    94 88 16.4 94 8
    overflow?: Overflow

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

    Syntax: [ visible | hidden | clip | scroll | auto ]{1,2}

    Initial value: visible

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    overscrollBehavior?: OverscrollBehavior

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

    Syntax: [ contain | none | auto ]{1,2}

    Initial value: auto

    Chrome Firefox Safari Edge IE
    63 59 16 18 No
    padding?: Padding<TLength>

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

    Syntax: <'padding-top'>{1,4}

    Chrome Firefox Safari Edge IE
    1 1 1 12 4
    paddingBlock?: PaddingBlock<TLength>

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

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

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    paddingInline?: PaddingInline<TLength>

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

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

    Chrome Firefox Safari Edge IE
    87 66 14.1 87 No
    placeContent?: PlaceContent

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

    Syntax: <'align-content'> <'justify-content'>?

    Chrome Firefox Safari Edge IE
    59 45 9 79 No
    placeItems?: PlaceItems

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

    Syntax: <'align-items'> <'justify-items'>?

    Chrome Firefox Safari Edge IE
    59 45 11 79 No
    placeSelf?: PlaceSelf

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

    Syntax: <'align-self'> <'justify-self'>?

    Chrome Firefox Safari Edge IE
    59 45 11 79 No
    positionTry?: PositionTry

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

    Syntax: <'position-try-order'>? <'position-try-fallbacks'>

    Chrome Firefox Safari Edge IE
    125 preview 26 125 No
    scrollMargin?: ScrollMargin<TLength>

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

    Syntax: <length>{1,4}

    Chrome Firefox Safari Edge IE
    69 90 14.1 79 No
    11 (scroll-snap-margin)
    scrollMarginBlock?: ScrollMarginBlock<TLength>

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

    Syntax: <length>{1,2}

    Chrome Firefox Safari Edge IE
    69 68 15 79 No
    scrollMarginInline?: ScrollMarginInline<TLength>

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

    Syntax: <length>{1,2}

    Chrome Firefox Safari Edge IE
    69 68 15 79 No
    scrollPadding?: ScrollPadding<TLength>

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

    Syntax: [ auto | <length-percentage> ]{1,4}

    Chrome Firefox Safari Edge IE
    69 68 14.1 79 No
    scrollPaddingBlock?: ScrollPaddingBlock<TLength>

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

    Syntax: [ auto | <length-percentage> ]{1,2}

    Chrome Firefox Safari Edge IE
    69 68 15 79 No
    scrollPaddingInline?: ScrollPaddingInline<TLength>

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

    Syntax: [ auto | <length-percentage> ]{1,2}

    Chrome Firefox Safari Edge IE
    69 68 15 79 No
    scrollSnapMargin?: ScrollMargin<TLength>

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

    Syntax: <length>{1,4}

    Chrome Firefox Safari Edge IE
    69 68-90 14.1 79 No
    11 (scroll-snap-margin)
    scrollTimeline?: ScrollTimeline

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

    Syntax: [ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#

    Chrome Firefox Safari Edge IE
    115 No 26 115 No
    textDecoration?: TextDecoration<TLength>

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

    Syntax: <'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'> || <'text-decoration-thickness'>

    Chrome Firefox Safari Edge IE
    1 1 1 12 3
    textEmphasis?: TextEmphasis

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

    Syntax: <'text-emphasis-style'> || <'text-emphasis-color'>

    Chrome Firefox Safari Edge IE
    99 46 7 99 No
    25 -x- 79 -x-
    textWrap?: TextWrap

    Since March 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

    Syntax: <'text-wrap-mode'> || <'text-wrap-style'>

    Initial value: wrap

    Chrome Firefox Safari Edge IE
    114 121 17.4 114 No
    transition?: 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>#

    Chrome Firefox Safari Edge IE
    26 16 9 12 10
    1 -x- 3.1 -x-
    viewTimeline?: ViewTimeline

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

    Syntax: [ <'view-timeline-name'> [ <'view-timeline-axis'> || <'view-timeline-inset'> ]? ]#

    Chrome Firefox Safari Edge IE
    115 No 26 115 No