11<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22<html lang="en">
3- <!-- $Id: visudet.src,v 1.9 1997-09-08 23:55:58 ian Exp $ -->
3+ <!-- $Id: visudet.src,v 1.10 1997-09-11 18:44:22 ian Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual flow model details</TITLE>
@@ -269,20 +269,17 @@ together.
269269<P> The property sets the distance between two adjacent lines'
270270baselines.
271271
272- <P> When a <span class="index-inst" title="<number>"><span
273- class="value-inst-number"><number></span></span>, the line
274- height is given by the font size of the current element multiplied by
275- the <span class="index-inst" title="<number>"><span
276- class="value-inst-number"><number></span></span>. This differs
277- from a <span class="index-inst" title="<percentage>"><span
278- class="value-inst-percentage"><percentage></span></span> value
279- in the way it inherits: when a <span class="index-inst"
280- title="<number>"><span
281- class="value-inst-number"><number></span></span> value is
282- specified, child elements will inherit the factor itself, not the
283- resultant value (as is the case with <span class="index-inst"
284- title="<percentage>"><span
285- class="value-inst-percentage"><percentage></span></span> and other units).
272+ <P> When a <span class="value-inst-number"><number></span>, the
273+ line height is given by the font size of the current element
274+ multiplied by the <span
275+ class="value-inst-number"><number></span>. This differs from a
276+ <span class="value-inst-percentage"><percentage></span> value in
277+ the way it inherits: when a <span
278+ class="value-inst-number"><number></span> value is specified,
279+ child elements will inherit the factor itself, not the resultant value
280+ (as is the case with <span
281+ class="value-inst-percentage"><percentage></span> and other
282+ units).
286283
287284<P> Negative values are not allowed.
288285
@@ -367,10 +364,10 @@ the baseline of the next line should have been. This allows precise
367364control over the vertical position of elements (such as images that
368365are used in place of letters) that don't have a baseline.
369366
370- <div class="note"><P>
371- <em><strong>Note.</strong> It is expected that a future version of CSS
372- will allow a <span class="index-inst" title="<length>"> <span
373- class="value-inst-length"><length></span></span> value for this
367+ <div class="note"><P>
368+ <em><strong>Note.</strong> It is expected that a
369+ future version of CSS will allow a <span
370+ class="value-inst-length"><length></span> value for this
374371property.</em>
375372</div>
376373
@@ -672,12 +669,10 @@ The <span class="index-def" title="<shape>, definition of"><a
672669have the following values:
673670
674671<ul>
675- <li> rect (<span class="index-inst" title="<top>"><span
676- class="value-inst-top"><top></span></span>
677- <span class="index-inst" title="<right>"><span
678- class="value-inst-right"><right></span></span>
679- <span class="index-inst" title="<bottom>"><span
680- class="value-inst-bottom"><bottom></span></span> <span class="index-inst" title="<left>"><span class="value-inst-left"><left></span></span>)
672+ <li> rect (<span class="value-inst-top"><top></span>
673+ <span class="value-inst-right"><right></span>
674+ <span class="value-inst-bottom"><bottom></span>
675+ <span class="value-inst-left"><left></span>)
681676</ul>
682677
683678<P>The value types <span class="index-def" title="<top>,
@@ -692,23 +687,20 @@ have the following values:
692687 class="index-def" title="<left>, definition of"><a
693688 name="value-def-left"
694689 class="value-def"><left></a></span> may either
695- have the values <span class="index-inst"
696- title="<length>"><span
697- class="value-inst-length"><length></span></span>
690+ have the values <span
691+ class="value-inst-length"><length></span>
698692 or 'auto'.
699693
700- <P>The <span class="index-inst" title="<top>"><span
701- class="value-inst-top"><top></span></span> value aligns the top
702- of the text (or object) with the tallest element on the line that has
703- baseline positioning.
694+ <P>The <span class="value-inst-top"><top></span> value aligns
695+ the top of the text (or object) with the tallest element on the line
696+ that has baseline positioning.
704697
705698<p>Lengths are specified with respect to the element's top-left corner.
706699Negative values are permitted.
707700
708- <P>The <span class="index-inst" title="<bottom>"><span
709- class="value-inst-bottom"><bottom></span></span> value aligns
710- the bottom of the text (or object) with the lowest element on the line
711- that has baseline positioning.
701+ <P>The <span class="value-inst-bottom"><bottom></span>
702+ value aligns the bottom of the text (or object) with the lowest
703+ element on the line that has baseline positioning.
712704
713705<P> When converted to pixel coordinates, the bottom-right corner is
714706excluded from the clipping rectangle. This rule is necessary to permit
0 commit comments