Skip to content

Commit efd667e

Browse files
committed
http://www.w3.org/blog/CSS/2012/04/05/resolutions-29/ --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403256
1 parent c179535 commit efd667e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

css2/box.src

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: box.src,v 1.88 2012-05-15 13:59:58 bbos Exp $ -->
4+
<!-- $Id: box.src,v 1.89 2012-05-15 14:12:14 bbos Exp $ -->
55
<HEAD>
66
<TITLE>Box model</TITLE>
77
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -290,6 +290,11 @@ title="collapsing margin">collapsed margin</span></dfn>.
290290
margins collapse with the adjoining margins of following siblings
291291
but that resulting margin does not collapse with the bottom margin
292292
of the parent block.
293+
294+
<LI>If the top margin of a box with non-zero computed
295+
'min-height' and 'auto' computed 'height' collapses with the
296+
bottom margin of its last in-flow child, then the child's bottom
297+
margin does not collapse with the parent's bottom margin.
293298
</UL>
294299

295300
<P>Horizontal margins never collapse.

0 commit comments

Comments
 (0)