[CSSWG][css-flexbox] Updated CR of CSS Flexible Box Layout Level 1

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

   https://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 26 May 2016
publication. Exact diff-marked changes, and their justifications,
are available in the changes section:
   https://www.w3.org/TR/2017/CR-css-flexbox-1-20171019/#changes
A Disposition of Comments resulting in the latest changes is
also available:
   https://drafts.csswg.org/css-flexbox/issues-cr-20160526

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 Monday, 25 December 2017 12:43:52 UTC