@@ -686,30 +686,25 @@ Inline Box Heights: the 'inline-sizing' property</h3>
686686 rename it to match,
687687 and possibly introduce any other values that may seem necessary.
688688
689- <p> The <span class="propinst-height"> 'height' </span> property does not
690- apply. The height of the content area should be based on the font, but
691- this specification does not specify how. A UA may, e.g., use the
692- the maximum ascender and descender of the font. (This
693- would ensure that glyphs with parts above or below the em-box still
694- fall within the content area, but leads to differently sized boxes for
695- different fonts.)
696- </p>
697- <p class=note> Note: level 3 of CSS will probably include a property to
698- select which measure of the font is used for the content height.
699- </p>
700- <p> The vertical padding, border and margin of an inline, non-replaced
701- box start at the top and bottom of the content area, and has nothing
702- to do with the <span
703- class="propinst-line-height"> 'line-height' </span> . But only the <span
704- class="propinst-line-height"> 'line-height' </span> is used when calculating
705- the height of the line box.
706- </p>
707- <p> <a name="multi-font-inline-height"></a> If more than one font is
708- used (this could happen when glyphs are found in different fonts),
709- the height of the content area is not affected
710- by the glyphs from the fallback fonts,
711- and only depends on the first available font.</p>
712- </p>
689+ The 'height' property does not apply.
690+ The height of the content area should be based on the font,
691+ but this specification does not specify how.
692+ A UA may, e.g., use the the maximum ascender and descender of the font.
693+ (This would ensure that glyphs with parts above or below the em-box
694+ still fall within the content area,
695+ but leads to differently sized boxes for different fonts.)
696+
697+ The vertical padding, border and margin of an inline, non-replaced box
698+ start at the top and bottom of the content area,
699+ and has nothing to do with the 'line-height' .
700+ But only the 'line-height' is used when calculating
701+ the height of the line box.
702+
703+ If more than one font is used
704+ (this could happen when glyphs are found in different fonts),
705+ the height of the content area is not affected
706+ by the glyphs from the fallback fonts,
707+ and only depends on the first available font.
713708
714709<h2 id="initial-letter-styling">
715710<!--<a name="Initial"></a>-->
0 commit comments