11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: visudet.src,v 1.19 1997-10-29 04:31:38 ian Exp $ -->
3+ <!-- $Id: visudet.src,v 1.20 1997-10-29 16:52:40 howcome Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual rendering model details</TITLE>
@@ -117,7 +117,7 @@ class="propinst-right-margin">'right-margin'</span> properties, which
117117don't apply to absolutely positioned elements.
118118
119119<P>If all three properties have the value 'auto', the box has
120- exactly the width of the inherited positioning block .
120+ exactly the width of the inherited positioning box .
121121
122122<H3>Minimum and maximum widths: <span
123123class="propinst-min-width">'min-width'</span> and <span
@@ -139,10 +139,10 @@ be replaced with the minimum value instead.
139139
140140<P>Similarly, if an element's <span
141141class="propinst-width">'width'</span> goes beyond the width of its
142- parent or positioning block , either because it was set explicitly,
142+ parent or positioning box , either because it was set explicitly,
143143or because it was 'auto' and the box width calculations would make it
144144too large, the value will be replaced by either the width of the
145- parent or positioning block , or the value set by <span
145+ parent or positioning box , or the value set by <span
146146class="propinst-max-width">'max-width'</span>, whichever is smaller.
147147
148148<!-- #include src=properties/max-width.srb -->
@@ -187,7 +187,8 @@ are not allowed.
187187as 'auto') if the element is not a replaced element.
188188
189189<H3>Height of replaced elements</H3>
190- The height of a replaced element is calculated in a way analogous
190+
191+ <P>The height of a replaced element is calculated in a way analogous
191192to the calculation of the <a href="#replaced-width">width of a
192193replaced element</a>.
193194
@@ -211,7 +212,7 @@ class="propinst-bottom-margin">'bottom-margin'</span> properties, which
211212don't apply to absolutely positioned elements.
212213
213214<P>If all three properties have the value 'auto', the box has
214- exactly the height of the inherited positioning block .
215+ exactly the height of the inherited positioning box .
215216
216217<H3><a name="minimum-heights">Minimum and maximum heights</a>: <span
217218class="propinst-min-height">'min-height'</span> and <span
@@ -231,10 +232,10 @@ be replaced with the minimum value instead.
231232
232233<P>Similarly, if an element's <span
233234class="propinst-height">'height'</span> goes beyond the height of its
234- parent or positioning block , either because it was set explicitly,
235+ parent or positioning box , either because it was set explicitly,
235236or because it was 'auto' and the box height calculations would make it
236237too large, the value will be replaced by either the height of the
237- parent or positioning block , or the value set by <span
238+ parent or positioning box , or the value set by <span
238239class="propinst-max-height">'max-height'</span>, whichever is smaller.
239240
240241<!-- #include src=properties/max-height.srb -->
0 commit comments