- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 13 Sep 2012 11:26:29 -0700
- To: www-style list <www-style@w3.org>
We should specify that, in the extrinsic sizing calculation, margins
are calculated from the element they end up being attached to after
collapsing. That is, in an example like this:
<div margin: 10px; height: 100px;>
<div margin: 10px;>
<div height: fill-avialable></div>
</div>
</div>
The inner div should be 100px tall, because the other two margins
collapse to "outside" the definite-height grandparent.
~TJ
Received on Thursday, 13 September 2012 18:27:18 UTC