Re: [CSS Intrinsic & Extrinsic Sizing] sizing of absolutely positioned elements

On Thu, Oct 11, 2012 at 2:31 PM, fantasai <fantasai.lists@inkedblade.net> wrote:
> Proposed replacement:
>   | The inner fill-available measure of a box is…
>   |  * If the box is the root or is absolutely-positioned,
>   |    the used measure of its containing block, else
>   |  * max(min-measure|0, min(max-measure|infinity, measure|fill-available))
>   |    where the sizes are inner measures of the element establishing the
>   |    box's containing block, and where the first value is used if it is
>   |    definite and the second value otherwise.
>   | …less the box's inline-axis margins (after margin collapsing), borders,
>   | and padding.

Sounds good to me and Ojan.  SHIP IT.

~TJ

Received on Thursday, 11 October 2012 21:54:02 UTC