[CSSWG][css-grid] Updated WD of CSS Grid Layout L1

The CSS WG has published an updated Working Draft of the CSS Grid
Module Level 1:

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

This module defines a new type of layout manager, the grid, which
makes it extremely easy to specify complex, responsive 2-dimensional
layouts for a page or components.

** The editors consider this draft to be the final design draft. **

There are a few open issues left, but these are mostly fixes and
clarifications to the algorithms--the main one of which is ensuring
the flexbox and grid flexing and fragmentation algorithms are in sync.
There's also one on 'visibility: collapse', which might be nice to
solve, but might get pushed to Level 2. We will be updating the spec
as we work through these, but don't expect to make any significant
changes to any existing features.

Your feedback is still welcome on the featureset and syntax. However
because we're hoping to prepare the final draft the week after TPAC,
we would greatly prefer to receive said comments in time for discussion
at the the CSSWG F2F--which begins on the 25th of October 2015.

We are looking especially for
   * Feedback on anything you think is badly designed.
   * Suggestions of use cases that are important to consider.
   * Help with examples, figures, and making the spec generally more
     readable and understandable.

As usual, please send any comments to this mailing list, <www-style@w3.org>,
and please, prefix the subject line with
     [css-grid]
(as I did on this message).

For the CSS WG,
~fantasai

Received on Thursday, 17 September 2015 17:00:48 UTC