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

Hello Simon,

 > So it seems that we’re stuck with either:
 > 
 > 1. Define a specific layout algorithm, as the current draft does.

1b would be to:

 - use the table algorithm, but make the left/right cell have the same
   used width (the max of the two)

 > 2. Drop the promise that @top-center defaults to being centered, even 
 > with different amount of content in @top-right and @top-left.

I don't like this; @top-center must be centered wrt. the page area..

--

There's a third option using abspos relative to the page area;

  #top-left { left: 0; }
  #top-center { left: 0; right: 0; text-align: center }
  #top-right { right: 0;  }

Z-order must be defined. Overlapping content will occur. But it's quite simple.

Regards,

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Monday, 25 March 2013 19:10:16 UTC