When defining the CSS property font-size, it can be set to a specified length in pixels.
What exactly does this measurement describe? Is it the width or height of a particular character (such as 'm'), is it an attribute within the font file description, or could it be something else entirely?
In my search for information, I have come across conflicting answers. Some sources suggest it represents the height of a capital 'H', while others mention combinations including lowercase 'p' measurements.
If anyone has access to an official specification outlining this detail, please share a link. As of now, the link provided by http://www.w3.org/TR/CSS2/fonts.html#font-size-props does not seem to address this specific aspect.
I am particularly interested in understanding how these metrics align with the character width in monospace typefaces.