[Bug 16036] Margin collapsing: pathalogical collapsing behaviour for auto-height, non-zero min-height elements (Issue 211)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16036

--- Comment #1 from Anton P <antonsforums@yahoo.co.uk> 2012-02-20 20:08:54 UTC ---
At the F2F in Paris 2012
[http://lists.w3.org/Archives/Public/www-style/2012Feb/0529.html] it was
tentatively decided to prevent collapsing in the case described:

Replace:

  #   - bottom margin of a last in-flow child and bottom margin of its
  #     parent if the parent has 'auto' computed height

with:

  |   - bottom margin of a last in-flow child and bottom margin of its
  |     parent if the parent has 'auto' computed height and either the
  |     parent has a zero computed min-height or the bottom margin of
  |     the last in-flow child does not collapse with the top margin of
  |     the parent


See also the proposals in Bug 16037.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 20 February 2012 20:08:57 UTC