Skip to content

Commit 16e3303

Browse files
committed
[css2] "positioning block" -> "positioning box"
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40296
1 parent a6ff4f6 commit 16e3303

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

css2/visudet.src

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
117117
don'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
123123
class="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
141141
class="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,
143143
or because it was 'auto' and the box width calculations would make it
144144
too 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
146146
class="propinst-max-width">'max-width'</span>, whichever is smaller.
147147

148148
<!-- #include src=properties/max-width.srb -->
@@ -187,7 +187,8 @@ are not allowed.
187187
as '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
191192
to the calculation of the <a href="#replaced-width">width of a
192193
replaced element</a>.
193194

@@ -211,7 +212,7 @@ class="propinst-bottom-margin">'bottom-margin'</span> properties, which
211212
don'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
217218
class="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
233234
class="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,
235236
or because it was 'auto' and the box height calculations would make it
236237
too 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
238239
class="propinst-max-height">'max-height'</span>, whichever is smaller.
239240

240241
<!-- #include src=properties/max-height.srb -->

0 commit comments

Comments
 (0)