fn parse_number_with_clamping_mode<'i, 't>(
    context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>,
    clamping_mode: AllowedNumericType
) -> Result<Number, ParseError<'i>>
Expand description

Parse a <number> value, with a given clamping mode.