Skip to content

Commit f80c617

Browse files
committed
[css2] Accepted INS text as per Oslo ftf.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402143
1 parent 89a4b17 commit f80c617

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

css2/box.src

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
308308
in-flow children).
309309

310310
<li id="collapsed-through">
311-
<ins cite="http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0446.html">
312311
If the top and bottom margins of a box are adjacent, then it is
313312
possible for margins to collapse through it. In this case, the
314313
position 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
325324
whose margins they are being collapsed; the top border edge position
326325
is only required for laying out descendants of these
327326
elements.</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
338335
sibling.</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
341338
first in-flow block-level child's top margin if the element has no top
342339
border and no top padding.</p>
343340

344341
<p>The bottom margin of an in-flow block-level element with a <span
345342
class="propinst-height">'height'</span> of 'auto' and <span
346343
class="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
348345
child's bottom margin if the element has no bottom padding or
349346
border.</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
352349
class="propinst-min-height">'min-height'</span> property is zero, and
353350
it 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
359356
class="propinst-padding">'padding'</span>, <span
@@ -362,7 +359,6 @@ class="propinst-border">'border'</span>. The collapsed margin is
362359
calculated over the computed value of the various margins.</p>
363360

364361
</div>
365-
</ins>
366362

367363
<P>Please
368364
consult the <a href="#mpb-examples">examples of margin, padding, and

0 commit comments

Comments
 (0)