Type Alias style::values::specified::counters::Content

source ·
pub type Content = GenericContent<Image>;
Expand description

The specified value for the content property.

Aliased Type§

enum Content {
    Normal,
    None,
    Items(GenericContentItems<GenericImage<GenericGradient<LineDirection, LengthPercentage, NonNegative<Length>, NonNegative<LengthPercentage>, GenericPosition<PositionComponent<HorizontalPositionKeyword>, PositionComponent<VerticalPositionKeyword>>, Angle, AngleOrPercentage, Color>, CssUrl, Color, Percentage, Resolution>>),
}

Variants§

Implementations§

Trait Implementations§

source§

impl Parse for Content

source§

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

Parse a value of this type. Read more