|
1 | 1 | <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'> |
2 | 2 |
|
3 | 3 | <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 $ --> |
5 | 5 | <HEAD> |
6 | 6 | <TITLE>Box model</TITLE> |
7 | 7 | </HEAD> |
@@ -354,13 +354,17 @@ its first in-flow block-level child's top margin if the element has no |
354 | 354 | top border, no top padding, and the child has no <a |
355 | 355 | href="visuren.html#clearance">clearance.</a></p> |
356 | 356 |
|
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> |
364 | 368 |
|
365 | 369 | <p>An element's own margins are adjoining if the <span |
366 | 370 | class="propinst-min-height">'min-height'</span> property is zero, and |
|
0 commit comments