|
2 | 2 | 'http://www.w3.org/TR/html4/strict.dtd'> |
3 | 3 |
|
4 | 4 | <html lang="en"> |
5 | | -<!-- $Id: box.src,v 1.42 2003-08-27 15:59:13 bbos Exp $ --> |
| 5 | +<!-- $Id: box.src,v 1.43 2003-08-27 19:17:03 bbos Exp $ --> |
6 | 6 | <HEAD> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
8 | 8 | <TITLE>Box model</TITLE> |
@@ -270,7 +270,7 @@ body { |
270 | 270 | <P>In this specification, the expression <span class="index-def" |
271 | 271 | title="collapsing margin"><dfn>collapsing margins</dfn></span> means |
272 | 272 | that adjoining margins (no non-empty content, padding or border areas |
273 | | -separate them) of |
| 273 | +<ins>or clearance</ins> separate them) of |
274 | 274 | two or more boxes (which may be next to one another or nested) combine |
275 | 275 | to form a single margin. |
276 | 276 |
|
@@ -331,11 +331,11 @@ elements.</p> |
331 | 331 |
|
332 | 332 | <p>The bottom margin of an in-flow block-level element is always |
333 | 333 | adjoining to the top margin of its next in-flow block-level |
334 | | -sibling.</p> |
| 334 | +sibling<ins>, unless that sibling has clearance</ins>.</p> |
335 | 335 |
|
336 | 336 | <p>The top margin of an in-flow block-level element is adjoining to its |
337 | 337 | first in-flow block-level child's top margin if the element has no top |
338 | | -border and no top padding.</p> |
| 338 | +border <del>and no top padding</del><ins>, no top padding, and no clearance</ins>.</p> |
339 | 339 |
|
340 | 340 | <p>The bottom margin of an in-flow block-level element with a <span |
341 | 341 | class="propinst-height">'height'</span> of 'auto' and <span |
|
0 commit comments