Function style::counter_style::parse_counter_style_name [] [src]

pub fn parse_counter_style_name<'i, 't>(
    input: &mut Parser<'i, 't>
) -> Result<CustomIdent, ParseError<'i>>

Parse a counter style name reference.

This allows the reserved counter style names "decimal" and "disc".