[CSSWG][css-grid-1] Updated CR of CSS Grid Layout Level 1

The CSS WG has published an updated Candidate Recommendation and invites
implementations of the CSS Grid Layout Module Level 1:

   https://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 sub-component of the page.

This update incorporates all of the feedback received over the past year
since the initial Candidate Recommendation in October 2016.

Major changes include
   * Making the 'grid' property not reset the gap properties.
   * Renaming the 'grid-gap' properties to remove the 'grid-' prefix
     so that they can be shared with multicol and flexbox, see
       https://lists.w3.org/Archives/Public/www-style/2017Dec/0049.html
   * Deferring the 'subgrid' feature to Level 2.

Significant changes are listed (with diffs) at:

   https://www.w3.org/TR/2017/CR-css-grid-1-20171214/#changes

The disposition of comments is available at:

   https://drafts.csswg.org/css-grid-1/issues-cr-2016

Please review the draft, and send any comments to this mailing list,
<www-style@w3.org>, prefixed with [css-grid] (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:51:34 UTC