margin-collapse-037 |
= |
|
Collapsing margins - margin-bottom of the last in-flow child block collapsing with its parent min-height block's bottom margin
- The 'min-height' of a parent block element should have no influence over whether such parent block element's bottom margin is adjoining to its last child's bottom margin. In such situation, the bottom margin of the parent block element and the bottom margin of its last child should collapse as long as such parent block element has no bottom padding and has no bottom border.
|
margin-collapse-038 |
= |
|
Collapsing margins - margin-bottom of the last in-flow child block collapsing with its max-height parent block's bottom margin
- The 'max-height' of a parent block element should have no influence over whether such parent block element's bottom margin is adjoining to its last child's bottom margin. In such situation, the bottom margin of the parent block element and the bottom margin of its last child should collapse as long as such parent block element has no bottom padding and has no bottom border.
|