|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: box.src,v 1.25 2002-07-25 19:07:36 bbos Exp $ --> |
| 3 | +<!-- $Id: box.src,v 1.26 2002-08-19 14:50:23 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Box model</TITLE> |
|
11 | 11 | <P>The CSS box model describes the rectangular boxes that are |
12 | 12 | generated for elements in the <a href="conform.html#doctree">document |
13 | 13 | tree</a> and laid out according to the <a href="visuren.html">visual formatting |
14 | | -model</a>. The <A href="page.html">page box</A> is a special kind of |
15 | | -box that is described in detail in the section on <A |
16 | | -href="page.html">paged media</a>. |
| 14 | +model</a>. |
17 | 15 |
|
18 | 16 | <H2><a name="box-dimensions">Box dimensions</a></H2> |
19 | 17 |
|
@@ -200,11 +198,9 @@ value type, which may take one of the following values:</p> |
200 | 198 | <dd>The percentage is calculated |
201 | 199 | with respect to the <em>width</em> of the generated box's |
202 | 200 | <a href="visuren.html#containing-block">containing block</a>. |
203 | | -This is true for <span |
| 201 | +<span class="note">Note that this is true for <span |
204 | 202 | class="propinst-margin-top">'margin-top'</span> and <span |
205 | | -class="propinst-margin-bottom">'margin-bottom'</span>, |
206 | | -except in the <a href="page.html#page-context">page context</a>, |
207 | | -where percentages refer to page box height. |
| 203 | +class="propinst-margin-bottom">'margin-bottom'</span> as well.</span> |
208 | 204 | <dt><strong>auto</strong> |
209 | 205 | <dd>See the section on <a |
210 | 206 | href="visudet.html#Computing_widths_and_margins">computing widths and |
|
0 commit comments