fn parse_line_height_number(
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<NonNegativeNumber, ParseError>Expand description
Parses a line height line-height property, relative to the computed value of 1em.
https://drafts.csswg.org/css-inline/#line-height-property