[CSSWG][css-grid-2] FPWD of CSS Grid Layout Level 2

The CSS WG has published a First Public Working Draft of
CSS Grid Layout Level 2:

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

This draft contains the “subgrid” feature that was cut from
the Level 1 CR last year, along with a proposed feature for
copying gutter widths in one axis from the justified gutters
of the other axis. The main goal of this level was to have
a complete draft for subgrids as soon as possible; so other,
more complex feature requests, will be deferred to Level 3.

The draft currently contains two competing proposals for
subgrids: one which only allows both axes to be subgridded,
and another which allows for both or only one axis to be
subgridded. We would like to hear back from implementers on
any problems with implementability or spec ambiguity; and
also to hear from authors about any specific use cases which
might require single-axis subgrids. A placeholder issue for
discussion on this topic can be found here:
   https://github.com/w3c/csswg-drafts/issues/2280

As an FPWD, the draft is an initial proposal, and is likely
to accept major changes as it matures.

Please review the draft, and send any comments to the CSSWG
mailing list, <www-style@w3.org>, prefixed with [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 Tuesday, 6 February 2018 20:15:12 UTC