pub type ContainIntrinsicSize = GenericContainIntrinsicSize<NonNegativeLength>;
Expand description

A specified value for the contain-intrinsic-size property.

Aliased Type§

enum ContainIntrinsicSize {
    None,
    AutoNone,
    Length(NonNegative<Length>),
    AutoLength(NonNegative<Length>),
}

Variants§

§

None

The keyword none.

§

AutoNone

The keywords ‘auto none’,

§

Length(NonNegative<Length>)

A non-negative length.

§

AutoLength(NonNegative<Length>)

“auto

Trait Implementations§

source§

impl Parse for ContainIntrinsicSize

source§

fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't> ) -> Result<Self, ParseError<'i>>

none | | auto