[CSSWG][css-grid-1][css-grid-2] CSS Grid Level 1, CSS Grid Level 2 updated CRD

The CSS WG has published an updated Candidate Recommendation Draft and invites 
implementations of the CSS Grid Module Levels 1 & 2:

     https://www.w3.org/TR/css-grid-1/
     https://www.w3.org/TR/css-grid-2/

CSS Grid 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. Level 2 introduces subgrids, allowing 
nested grids to participate in parent grid layout calculations.

This update addressesfeedback on CSS Grid received since the December 2020 CR, 
and consists largely of adjustments to the track sizing algorithm defined in 
Level 1.

Significant changes are listed at:

   https://www.w3.org/TR/2025/CRD-css-grid-1-20250326/#changes
   https://www.w3.org/TR/2025/CRD-css-grid-2-20250326/#changes

Please review the draft, and send any comments to this mailing list,
<www-style@w3.org>, prefixed with [css-grid-1] or [css-grid-2]
(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, 28 March 2025 18:10:17 UTC