Skip to content

Commit f3014c9

Browse files
committed
[css-grid-2] status text fixes
1 parent 1cf7856 commit f3014c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-grid-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ Group: csswg
77
Work Status: exploring
88
TR: https://www.w3.org/TR/css-grid-2/
99
ED: https://drafts.csswg.org/css-grid-2/
10+
Previous version: https://www.w3.org/TR/2018/WD-css-grid-2-20180804/
1011
Previous version: https://www.w3.org/TR/2018/WD-css-grid-2-20180628/
1112
Editor: Tab Atkins Jr., Google, http://www.xanthir.com/contact/, w3cid 42199
1213
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1314
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
1415
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.
1517
</pre>
1618

1719
<pre class=link-defaults>
@@ -29,8 +31,6 @@ Introduction {#intro}
2931
to lines in the element's parent's grid,
3032
and which derives the sizes of its tracks
3133
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.
3434

3535
Issue: The full text of the Grid specification will be folded in when this draft reaches CR.
3636

0 commit comments

Comments
 (0)