11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: visudet.src,v 2.2 1998-02-12 22:54:28 ijacobs Exp $ -->
3+ <!-- $Id: visudet.src,v 2.3 1998-02-13 18:17:53 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual rendering model details</TITLE>
@@ -1154,11 +1154,11 @@ value has the same meaning as 'number'.
11541154We recommend a value in the range of 1.0 to 1.2.
11551155
11561156<dt><span class="index-inst" title="<length>"><span
1157- class="value-inst-length"><length></span></span>
1157+ class="value-inst-length"><strong> <length></strong> </span></span>
11581158<dd>The box height is set to this length. Negative values are illegal.
11591159
11601160<dt><span class="index-inst" title="<number>"><span
1161- class="value-inst-number"><number></span></span>
1161+ class="value-inst-number"><strong> <number></strong> </span></span>
11621162<dd>This number is <a
11631163href="cascade.html#actual-value">actual value</a> for
11641164the property (and thus, it is inherited). The
@@ -1167,7 +1167,7 @@ computed value</a> of the property is this number multiplied
11671167by the element's font size. Negative values are illegal.
11681168
11691169<dt><span class="index-inst" title="<percentage>"><span
1170- class="value-inst-percentage"><percentage></span></span>
1170+ class="value-inst-percentage"><strong> <percentage></strong> </span></span>
11711171<dd>The
11721172<a href="cascade.html#actual-value">
11731173actual value</a> of the property is this percentage multiplied
@@ -1218,22 +1218,22 @@ have meaning with respect to a parent inline element; they have no
12181218effect if no parent exists:</P>
12191219
12201220<DL>
1221- <DT><strong>' baseline' </strong>
1221+ <DT><strong>baseline</strong>
12221222 <DD>Align the baseline of text in the box with the baseline of
12231223 text in the parent box. If the box doesn't contain text,
12241224 align the bottom of the box with the parent's baseline.
1225- <DT><strong>' middle' </strong>
1225+ <DT><strong>middle</strong>
12261226 <DD>Align the vertical midpoint of the box with the baseline
12271227 of text in the parent box plus half the x-height of the parent.
1228- <DT><strong>' sub' </strong>
1228+ <DT><strong>sub</strong>
12291229 <DD>Subscript the box. This value has no effect on the font size
12301230 of the element's text.
1231- <DT><strong>' super' </strong>
1231+ <DT><strong>super</strong>
12321232 <DD>Superscript the element. This value has no effect on the font size
12331233 of the element's text.
1234- <DT><strong>' text-top' </strong>
1234+ <DT><strong>text-top</strong>
12351235 <DD>Align the top of the box with the top of the parent element's font
1236- <DT><strong>' text-bottom' </strong>
1236+ <DT><strong>text-bottom</strong>
12371237 <DD>Align the bottom of the box with the bottom of the parent
12381238 element's font
12391239</DL>
@@ -1242,9 +1242,9 @@ effect if no parent exists:</P>
12421242generated box appears:</p>
12431243
12441244<DL>
1245- <DT><strong>' top' </strong>
1245+ <DT><strong>top</strong>
12461246 <DD>Align the top of the box with the top of the line box.
1247- <DT><strong>' bottom' </strong>
1247+ <DT><strong>bottom</strong>
12481248 <DD>Align the bottom of the box with the bottom of the line box.
12491249</DL>
12501250
0 commit comments