Skip to content

Commit 0a768c9

Browse files
committed
[css-grid-2] Update abstract.
1 parent b024704 commit 0a768c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ED: https://drafts.csswg.org/css-grid-2/
99
Editor: Tab Atkins Jr., Google, http://www.xanthir.com/contact/, w3cid 42199
1010
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1111
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
12-
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.
12+
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.
1313
</pre>
1414

1515
Introduction {#intro}
@@ -21,7 +21,7 @@ It adds the following features:
2121
* Subgrids
2222
* Aspect-ratio-controlled gutters
2323

24-
Issue: There's currently also an issue about Masonry layout, but it's unlikely to make it for L2.
24+
Issue: The full text of the Grid specification will be folded in for CR.
2525

2626
<h2 id="grid-model">
2727
Grid Containers</h2>

0 commit comments

Comments
 (0)