Skip to content

Commit bf06af7

Browse files
committed
[css2] Added some issues
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402190
1 parent 33123d0 commit bf06af7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

css2/box.src

Lines changed: 7 additions & 1 deletion
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.46 2003-08-28 02:24:05 bbos Exp $ -->
5+
<!-- $Id: box.src,v 1.47 2003-11-05 19:03:24 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Box model</TITLE>
@@ -318,6 +318,12 @@ the parent's.</li>
318318
margin collapsing, or only the parent's bottom margin is involved. The
319319
position of the element's top border edge is the same as it would have
320320
been if the element had a non-zero top border.</li></ul>
321+
<ins cite="http://www.damowmow.com/temp/csswg/css21/issues"
322+
title="issue 7">
323+
<p>An element that has had <a
324+
href="visuren.html#clearance">clearance</a> applied to it never
325+
collapses its top margin with its parent block's bottom margin.</p>
326+
</ins>
321327
<p>Note that the positions of elements that have been collapsed
322328
through have no effect on the positions of the other elements with
323329
whose margins they are being collapsed; the top border edge position

0 commit comments

Comments
 (0)