Skip to content

Commit 600f85c

Browse files
committed
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402854
1 parent b163410 commit 600f85c

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

css2/box.src

Lines changed: 12 additions & 8 deletions
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.71 2008-08-18 19:17:48 bbos Exp $ -->
4+
<!-- $Id: box.src,v 1.72 2008-10-13 17:55:40 bbos Exp $ -->
55
<HEAD>
66
<TITLE>Box model</TITLE>
77
</HEAD>
@@ -354,13 +354,17 @@ its first in-flow block-level child's top margin if the element has no
354354
top border, no top padding, and the child has no <a
355355
href="visuren.html#clearance">clearance.</a></p>
356356

357-
<p>The bottom margin of an in-flow block-level element with a <span
358-
class="propinst-height">'height'</span> of 'auto' and <span
359-
class="propinst-min-height">'min-height'</span> less than the
360-
element's used height and <span
361-
class="propinst-max-height">'max-height'</span> greater than the
362-
element's used height is adjoining to its last in-flow block-level
363-
child's bottom margin if the element has no bottom padding or border.
357+
<p>The bottom margin of an in-flow block-level element is adjoining to
358+
its last in-flow block-level child's bottom margin when:
359+
<ul>
360+
<li>the element's specified 'height' is 'auto',
361+
362+
<li>the element's used height is the same as it would have been if the
363+
specified values of 'min-height' and 'max-height' were their initial
364+
values
365+
366+
<li>the element has no bottom padding or border.
367+
</ul>
364368

365369
<p>An element's own margins are adjoining if the <span
366370
class="propinst-min-height">'min-height'</span> property is zero, and

0 commit comments

Comments
 (0)