22 'http://www.w3.org/TR/html4/strict.dtd'>
33
44<html lang="en">
5- <!-- $Id: box.src,v 1.40 2003-08-26 10:00:27 bbos Exp $ -->
5+ <!-- $Id: box.src,v 1.41 2003-08-26 12:18:41 bbos Exp $ -->
66<HEAD>
77<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88<TITLE>Box model</TITLE>
@@ -308,7 +308,6 @@ positioned boxes do not collapse (not even with their
308308in-flow children).
309309
310310<li id="collapsed-through">
311- <ins cite="http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0446.html">
312311If the top and bottom margins of a box are adjacent, then it is
313312possible for margins to collapse through it. In this case, the
314313position of the element depends on its relationship with the other
@@ -325,35 +324,33 @@ through have no effect on the positions of the other elements with
325324whose margins they are being collapsed; the top border edge position
326325is only required for laying out descendants of these
327326elements.</p>
328- </ins>
329327</li>
330328
331329</ul>
332330
333- <ins cite="http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0455.html">
334- <div id="what-is-adjacent">
331+ <div id="what-is-adjoining">
335332
336333<p>The bottom margin of an in-flow block-level element is always
337- adjacent to the top margin of its next in-flow block-level
334+ adjoining to the top margin of its next in-flow block-level
338335sibling.</p>
339336
340- <p>The top margin of an in-flow block-level element is adjacent to its
337+ <p>The top margin of an in-flow block-level element is adjoining to its
341338first in-flow block-level child's top margin if the element has no top
342339border and no top padding.</p>
343340
344341<p>The bottom margin of an in-flow block-level element with a <span
345342class="propinst-height">'height'</span> of 'auto' and <span
346343class="propinst-min-height">'min-height'</span> less than the
347- element's used height is adjacent to its last in-flow block-level
344+ element's used height is adjoining to its last in-flow block-level
348345child's bottom margin if the element has no bottom padding or
349346border.</p>
350347
351- <p>An element's own margins are adjacent if the <span
348+ <p>An element's own margins are adjoining if the <span
352349class="propinst-min-height">'min-height'</span> property is zero, and
353350it has neither vertical borders nor vertical padding, and it has a
354351<span class="propinst-height">'height'</span> of either 0 or 'auto',
355- and it does not contains a line box, and all of its in-flow children's
356- margins (if any) are adjacent .</p>
352+ and it does not contain a line box, and all of its in-flow children's
353+ margins (if any) are adjoining .</p>
357354
358355<p>Collapsing is based on the <em>computed value</em> of <span
359356class="propinst-padding">'padding'</span>, <span
@@ -362,7 +359,6 @@ class="propinst-border">'border'</span>. The collapsed margin is
362359calculated over the computed value of the various margins.</p>
363360
364361</div>
365- </ins>
366362
367363<P>Please
368364consult the <a href="#mpb-examples">examples of margin, padding, and
0 commit comments