[CSSWG][css-grid-1] CSS Grid Layout Level 1 Revision 3 updated CR

The CSS WG has published an updated Candidate Recommendation 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 addresses most of the feedback received since the December 2017 
CR, including almost all of the bugs; there remain a number of issues relating 
to improvements to track sizing algorithm that will be addressed in the next 
revision. The changes consist mostly of slight adjustments to the grid sizing 
algorithm and a few fixes to things like serialization.

All significant changes are listed (with diffs) at:
    https://www.w3.org/TR/2020/CR-css-grid-1-20200818/#changes-2017
The one major change was requiring block-axis margins and padding to resolve 
against the inline available space; previously two behaviors were allowed, and 
implementations have converged on this one.

The disposition of comments (102 issues) is available at:
    https://drafts.csswg.org/css-grid-1/issues-cr-2017

Please review the draft, and send any comments to the CSSWG 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 Thursday, 20 August 2020 21:46:33 UTC