[css3-flexbox] new CSS Flexible Box Layout Module WD published

The CSS WG has released a new Working Draft of the CSS Flexible Box
Layout Module.

   http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/

CSS Flexible Box Layout Module describes a CSS box model optimized for
user interface design. In the flexbox layout model, the children of a
flexbox can be laid out in any direction, and can "flex" their sizes,
either growing to fill unused space or shrinking to avoid overflowing
the parent. Both horizontal and vertical alignment of the children can
be easily manipulated. Nesting of these boxes (horizontal inside
vertical, or vertical inside horizontal) can be used to build layouts
in two dimensions.

Feedback welcome !

</Daniel>

Received on Wednesday, 28 March 2012 20:13:22 UTC