pub fn parse_value<'i, 't>(
context: &ParserContext<'_>,
input: &mut Parser<'i, 't>,
) -> Result<Longhands, ParseError<'i>>Expand description
Parses 1-4 <corner-shape-value> tokens with the standard CSS 4-side
shorthand expansion (top, right, bottom, left).