@@ -1323,20 +1323,21 @@ contains no glyphs at all, it is considered to contain a <a
13231323href="#strut">strut</a> (an invisible glyph of zero width) with the
13241324<var>A</var> and <var>D</var> of the element's first available font.
13251325
1326- <p>Still for each glyph, determine the leading <var>L</var> to add,
1326+ <p>When the value of the <span class="propinst-line-heigh">'line-height'</span> property
1327+ is something other than 'normal',
1328+ determine the leading <var>L</var> to add,
13271329where <var>L</var> = <span
1328- class="propinst-line-height">'line-height'</span> - <var>AD</var>. Half
1329- the leading is added above <var>A</var> and the other half below
1330- <var>D</var>, giving the glyph and its leading a total height above
1330+ class="propinst-line-height">'line-height'</span> - <var>AD</var> of the first available font.
1331+ Half the leading is added above <var>A</var> and the other half below
1332+ <var>D</var>, giving a total height above
13311333the baseline of <var>A'</var> = <var>A</var> + <var>L</var>/2 and a
13321334total depth of <var>D'</var> = <var>D</var> + <var>L</var>/2.
1335+ Glyphs from fonts other than the first available font
1336+ do not impact the height or baseline of the inline box.
13331337
13341338<p class=note><strong>Note.</strong> <var>L</var> may be negative.
13351339
1336- <p id="inline-box-height">The height of the inline box encloses all
1337- glyphs and their half-leading on each side and is thus exactly
1338- 'line-height'. Boxes of
1339- child elements do not influence this height.
1340+ <p id="inline-box-height">Boxes of child elements do not influence this height.
13401341
13411342<p>Although margins, borders, and padding of non-replaced elements do
13421343not enter into the line box calculation, they are still rendered
0 commit comments