This is a page from the Cascading Style Sheets Working Group Blog. Some other places to find information are the “current work” page, the www-style mailing list, the Future of CSS syndicator, and the issue list on Github.
Do you want to know how the CSS WG works? Fantasai has written about:csswg, An Inside View of the CSS Working Group at W3C.
The CSS Working Group has published an updated Working Draft of CSS Grid Layout Level 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.
We hope to close the remaining issues over the next month and prepare to issue a Candidate Recommendation this fall, so please review the draft and the issues and send feedback! We want to make everyone happy, but that won’t happen if you complain after we’re done and everyone’s already shipped their implementations and you only bother to tell us you don’t like something two years later, yeah? So review now, and complain sooner rather than later. 🙂
Changes since the last Working Draft are listed in the Changes section, and since we forgot to announce the previous few publications on this blog, you might also want to check March 2015 and May 2014 if you’re interested specifically in changes. The most significant changes over the last year include
row-gap
/column-gap
properties. Please tell us if the extra space should be included in the stated row/column widths!
min-width
/min-height
properties instead of always using the min-content
width, and using min-width/height: auto
to implement the previously implied min-content
minimum.
align-content
and justify-content
to grid tracks, allowing them to be spaced out and justified just like flex items.
We welcome all feedback, particularly from Web authors. If you need a layout to align in two dimensions, this is the module for it, so make sure it handles the things you need! Please help us make this module more correct, more useful, more usable, and more readable!
As always, please send feedback to the (archived) public mailing list www-style@w3.org with the spec code ([css-grid]
) and your comment topic in the subject line. (Alternatively, you can email one of the editors and ask them to forward your comment.) Known issues are listed in in this issue-tracking list.
System
-subsystem 1
common data 1
group 1_1
group-specific data 1_1
group 1_2
group-specific data 1_2
group 1_3
group-specific data 1_3
-subsystem 2
common data 2
group 2_1
group-specific data 2_1
-subsystem 3
common data 3
group 3_1
group-specific data 3_1
group 3_2
group-specific data 3_2
group 3_3
group-specific data 3_3
-subsystem 4
common data 4
group 4_1
group 4_1
group-specific data 4_1
group 4_2
+----------------+---------------------------------------------+
| \"TOP\" bnNOOP | \"CONTENT\" Currently Form 3_2 with data |
+----------------+ from common data 3 and group 3_2 |
| \"NAV\" | |
| (System as | |
| flexbox | |
| containg the | |
| buttons below | |
| without bnNOOP)| |
+----------------+ |
| bnSubsystem 1 | |
+----------------+ |
| bnSubsystem 2 | |
+----------------+ |
| bnSubsystem 3 | |
+----------------+ |
| +----------+ | |
| | Form 3_1 | | |
| +----------+ | |
| +----------+ | |
| | Form 3_2*| | |
| +----------+ | |
| +----------+ | |
| | Form 3_3 | | |
| +----------+ | |
| | |
| | |
+----------------+ |
| bnSubsystem 4 | |
+----------------+ |
| \"BOT\" bnNOOP | |
+----------------+---------------------------------------------+
The sequence of subsystems and its immediate children does not reveal enough of the data structure to fill the grid as desired.
Please consider to allow for placement of indirect children of grid containers. Of course, if there is a descendent grid container, then all of its descendents with a declared grid-area should go either into the outer grid or the inner grid whichever contains the closest matching grid-area name declaration.
Kind regards,
Goetz Heller
You can use this form to send a comment to the author. A selection of the comments may be published on this page. Comments may be shortened. If you don't want your comment to be published, please, say so in your message, or send it by e-mail instead.
Your e-mail address will not be published. Required fields are marked *
You may use these HTML tags and attributes: