[CSSWG][css3-flexbox] CSS3 Flexbox Candidate Recommendation!

The CSS WG has published a Candidate Recommendation of the
CSS Flexible Box Layout Module Level 1

      http://www.w3.org/TR/css3-values/

Flexbox is a new layout model for CSS. The contents of a flex
container can be laid out in any direction, can be reordered,
can be aligned and justified within their container, and can
"flex" their sizes and positions to respond to the available
space. We expect this model to be particularly useful for UI
layouts.

W3C encourages implementations of this module, and welcomes
feedback resulting from such implementation. Requests for new
features will be assigned to Level 2.

Significant changes since the Last Call Working Draft are listed at:

    http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/#changes

Please send any comments to this mailing list, <www-style@w3.org>, and
please, prefix the subject line with

      [css3-flexbox] (for comments on Level 1)
or
      [css-flexbox-2] (for new feature requests)

For the CSS WG,
~fantasai

Received on Saturday, 22 September 2012 04:23:23 UTC