Re: [css3-page] Flexbox or table algorithm for page-margin box layout

Le 26/03/2013 22:32, Robert O'Callahan a écrit :
>     The current algorithm never makes the boxes overlap, if widths are
>     'auto':
>     http://www.w3.org/TR/2013/WD-css3-page-20130314/#variable-sizing
>
>
> If B is the width of the page area, then it must overlap A or C right?

If B is the width of the page area, yes. But the layout algorithm will 
not result in that with 'width: auto' in B and any content in A or C. It 
tries to distribute the space between B and an imaginary AC box.

In other words, it does a table-like layout with an additional 
constraint that A and C have the same outer size.

-- 
Simon Sapin

Received on Thursday, 28 March 2013 00:09:08 UTC