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

    Interface StandardShorthandPropertiesHyphen<TLength, TTime>

    interface StandardShorthandPropertiesHyphen<
        TLength = string & {}
        | 0,
        TTime = string & {},
    > {
        all?: Globals;
        animation?: Animation<TTime>;
        "animation-range"?: AnimationRange<TLength>;
        background?: Background<TLength>;
        "background-position"?: BackgroundPosition<TLength>;
        border?: Border<TLength>;
        "border-block"?: BorderBlock<TLength>;
        "border-block-color"?: BorderBlockColor;
        "border-block-end"?: BorderBlockEnd<TLength>;
        "border-block-start"?: BorderBlockStart<TLength>;
        "border-block-style"?: BorderBlockStyle;
        "border-block-width"?: BorderBlockWidth<TLength>;
        "border-bottom"?: BorderBottom<TLength>;
        "border-color"?: BorderColor;
        "border-image"?: BorderImage;
        "border-inline"?: BorderInline<TLength>;
        "border-inline-color"?: BorderInlineColor;
        "border-inline-end"?: BorderInlineEnd<TLength>;
        "border-inline-start"?: BorderInlineStart<TLength>;
        "border-inline-style"?: BorderInlineStyle;
        "border-inline-width"?: BorderInlineWidth<TLength>;
        "border-left"?: BorderLeft<TLength>;
        "border-radius"?: BorderRadius<TLength>;
        "border-right"?: BorderRight<TLength>;
        "border-style"?: BorderStyle;
        "border-top"?: BorderTop<TLength>;
        "border-width"?: BorderWidth<TLength>;
        caret?: Caret;
        "column-rule"?: ColumnRule<TLength>;
        columns?: Columns<TLength>;
        "contain-intrinsic-size"?: ContainIntrinsicSize<TLength>;
        container?: Container;
        flex?: Flex<TLength>;
        "flex-flow"?: FlexFlow;
        font?: Font;
        gap?: Gap<TLength>;
        grid?: Grid;
        "grid-area"?: GridArea;
        "grid-column"?: GridColumn;
        "grid-row"?: GridRow;
        "grid-template"?: GridTemplate;
        inset?: Inset<TLength>;
        "inset-block"?: InsetBlock<TLength>;
        "inset-inline"?: InsetInline<TLength>;
        "line-clamp"?: LineClamp;
        "list-style"?: ListStyle;
        margin?: Margin<TLength>;
        "margin-block"?: MarginBlock<TLength>;
        "margin-inline"?: MarginInline<TLength>;
        mask?: Mask<TLength>;
        "mask-border"?: MaskBorder;
        motion?: Offset<TLength>;
        offset?: Offset<TLength>;
        outline?: Outline<TLength>;
        overflow?: Overflow;
        "overscroll-behavior"?: OverscrollBehavior;
        padding?: Padding<TLength>;
        "padding-block"?: PaddingBlock<TLength>;
        "padding-inline"?: PaddingInline<TLength>;
        "place-content"?: PlaceContent;
        "place-items"?: PlaceItems;
        "place-self"?: PlaceSelf;
        "position-try"?: PositionTry;
        "scroll-margin"?: ScrollMargin<TLength>;
        "scroll-margin-block"?: ScrollMarginBlock<TLength>;
        "scroll-margin-inline"?: ScrollMarginInline<TLength>;
        "scroll-padding"?: ScrollPadding<TLength>;
        "scroll-padding-block"?: ScrollPaddingBlock<TLength>;
        "scroll-padding-inline"?: ScrollPaddingInline<TLength>;
        "scroll-snap-margin"?: ScrollMargin<TLength>;
        "scroll-timeline"?: ScrollTimeline;
        "text-decoration"?: TextDecoration<TLength>;
        "text-emphasis"?: TextEmphasis;
        "text-wrap"?: TextWrap;
        transition?: Transition<TTime>;
        "view-timeline"?: 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-
    "animation-range"?: 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
    "background-position"?: 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
    "border-block"?: 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
    "border-block-color"?: 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
    "border-block-end"?: 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
    "border-block-start"?: 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
    "border-block-style"?: 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
    "border-block-width"?: 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
    "border-bottom"?: 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
    "border-color"?: 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
    "border-image"?: 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-
    "border-inline"?: 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
    "border-inline-color"?: 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
    "border-inline-end"?: 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
    "border-inline-start"?: 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
    "border-inline-style"?: 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
    "border-inline-width"?: 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
    "border-left"?: 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
    "border-radius"?: 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-
    "border-right"?: 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
    "border-style"?: 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
    "border-top"?: 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
    "border-width"?: 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'>

    "column-rule"?: 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-
    "contain-intrinsic-size"?: 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
    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
    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-
    "flex-flow"?: 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
    "grid-area"?: 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
    "grid-column"?: 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
    "grid-row"?: 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
    "grid-template"?: 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
    "inset-block"?: 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
    "inset-inline"?: 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
    "line-clamp"?: 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-
    "list-style"?: 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
    "margin-block"?: 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
    "margin-inline"?: 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-
    "mask-border"?: 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
    "overscroll-behavior"?: 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
    "padding-block"?: 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
    "padding-inline"?: 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
    "place-content"?: 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
    "place-items"?: 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
    "place-self"?: 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
    "position-try"?: 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
    "scroll-margin"?: 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)
    "scroll-margin-block"?: 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
    "scroll-margin-inline"?: 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
    "scroll-padding"?: 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
    "scroll-padding-block"?: 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
    "scroll-padding-inline"?: 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
    "scroll-snap-margin"?: 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)
    "scroll-timeline"?: 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
    "text-decoration"?: 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
    "text-emphasis"?: 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-
    "text-wrap"?: 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-
    "view-timeline"?: 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