Re: is there any implementation of box-lines:multiple?

On Thu, Jun 10, 2010 at 9:11 AM, Andrew Fedoniouk
<news@terrainformatica.com> wrote:
> This phrase:
>
> 7. Multiple Lines
> "No additional space appears between the lines apart from the margins on the
> largest elements in each line. "
> from here http://www.w3.org/TR/css3-flexbox/
>
> tells me that row box does not include margins of elements.
> In other words: blocks with different margins have their border boxes
> aligned to the row box. Margins are collapsed into max value and that
> value is used for calculating margins between row boxes.
> That is far from "height of the row box is tallest margin box", isn't it?

Heh, I actually read the exact opposite.  ^_^  That line is really
vague.  The section as a whole is insufficiently precise - it says the
height of a line is the height of the largest child in the line.  Is
that referring to the height property?  Border-box height?  Margin-box
height?  It doesn't say either way.

The correct answer should be the margin box, I believe, like you say.

~TJ

Received on Thursday, 10 June 2010 19:34:02 UTC