You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids; and aspect-ratio–controlled gutters.
16
+
Status Text: <strong>The CSSWG has <a href="https://lists.w3.org/Archives/Public/www-style/2019Nov/0007.html">resolved</a> to move CSS Grid Level 2 to Candidate Recommendation. This transition is merely pending editorial work to merge the <a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Level 1</a> prose into this document.
15
17
</pre>
16
18
17
19
<pre class=link-defaults>
@@ -29,8 +31,6 @@ Introduction {#intro}
29
31
to lines in the element's parent's grid,
30
32
and which derives the sizes of its tracks
31
33
through this integration with the parent grid.
32
-
In general, the behavior of subgrids are the same in both proposals:
33
-
it is only a question of whether a single-axis subgrid is possible.
34
34
35
35
Issue: The full text of the Grid specification will be folded in when this draft reaches CR.
0 commit comments