[CSSWG][css-flexbox-1] Updated CR of CSS Flexbox L1

The CSS WG has published an updated Candidate Recommendation
of the CSS Flexible Box Layout Module Level 1:

     http://www.w3.org/TR/css-flexbox-1/

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.

This update addresses issues found since the 1 March 2016
publication. Exact diff-marked changes, and their justifications,
are available in the changes section:
   https://www.w3.org/TR/2016/CR-css-flexbox-1-20160526/#changes
A Disposition of Comments resulting in the latest changes is
also available:
   https://drafts.csswg.org/css-flexbox/issues-cr-20160301

Please review the draft, and send any comments to this mailing list,
<www-style@w3.org>, prefixed with [css-flexbox] (as I did on this
message) or (preferably) file them in the GitHub repository at
   https://github.com/w3c/csswg-drafts/issues

For the CSS WG,
~fantasai

Received on Friday, 27 May 2016 05:22:08 UTC