|
2 | 2 | 'http://www.w3.org/TR/html4/strict.dtd'> |
3 | 3 |
|
4 | 4 | <html lang="en"> |
5 | | -<!-- $Id: box.src,v 1.43 2003-08-27 19:17:03 bbos Exp $ --> |
| 5 | +<!-- $Id: box.src,v 1.44 2003-08-27 19:55:34 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 | | -<ins>or clearance</ins> separate them) of |
| 273 | +or <a href="visuren.html#clearance">clearance</a> 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 |
|
@@ -333,9 +333,10 @@ elements.</p> |
333 | 333 | adjoining to the top margin of its next in-flow block-level |
334 | 334 | sibling<ins>, unless that sibling has clearance</ins>.</p> |
335 | 335 |
|
336 | | -<p>The top margin of an in-flow block-level element is adjoining to its |
337 | | -first in-flow block-level child's top margin if the element has no top |
338 | | -border <del>and no top padding</del><ins>, no top padding, and no clearance</ins>.</p> |
| 336 | +<p>The top margin of an in-flow block-level element is adjoining to |
| 337 | +its first in-flow block-level child's top margin if the element has no |
| 338 | +top border, no top padding, and no <a |
| 339 | +href="visuren.html#clearance">clearance.</a></p> |
339 | 340 |
|
340 | 341 | <p>The bottom margin of an in-flow block-level element with a <span |
341 | 342 | class="propinst-height">'height'</span> of 'auto' and <span |
|
0 commit comments