Skip to content

Commit 59cdbc5

Browse files
committed
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403002
1 parent e827936 commit 59cdbc5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css2/visudet.src

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.140 2010-07-07 16:09:48 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.141 2010-07-19 19:01:15 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -1390,11 +1390,12 @@ class="index-inst">inline-block</span> element whose content
13901390
is composed of <a href="visuren.html#inline-level">inline-level</a>
13911391
elements, 'line-height' specifies the <em>minimal</em> height of line boxes
13921392
within the element. The minimum height consists of a minimum height above
1393-
the block's baseline and a minimum depth below it, exactly as if each
1393+
the baseline and a minimum depth below it, exactly as if each
13941394
line box starts with a <a name="strut">zero-width inline box with the
1395-
block's font and line height properties (what T<sub>E</sub>X calls a
1396-
"strut").</a>
1395+
element's font and line height properties.</a> We call that imaginary
1396+
box a "strut." (The name is inspired by TeX.).
13971397
</p>
1398+
13981399
<p>The height and depth of the font above and below the baseline are
13991400
assumed to be metrics that are contained in the font. (For more
14001401
details, see CSS level&nbsp;3.)

0 commit comments

Comments
 (0)