Skip to content

Commit b9464b5

Browse files
committed
[css-grid] Minor clarification to abstract
1 parent 5777351 commit b9464b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com
2121
Former editor: Alex Mogilevsky, Microsoft Corporation, alexmog@microsoft.com
2222
Former editor: Phil Cupp, Microsoft Corporation, pcupp@microsoft.com
2323
Issue Tracking: Disposition of Comments http://dev.w3.org/csswg/css-grid-1/issues
24-
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 flexible or fixed predefined layout grid.
24+
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.
2525
Ignored Terms: containing block, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end, flex factor, flex factors, block formatting context, grid-auto-position, min size property, max size property
2626
Link Defaults: css21 (property) margin/min-height/max-height/min-width/max-width, css-align-3 (dfn) alignment container/alignment subject/box alignment properties, css-align-3 (value) stretch/baseline, css-position-3 (property) left, css-position-3 (property) position, css-writing-modes-3 (dfn) start/end
2727
At Risk: the ''grid-template-rows/subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually

0 commit comments

Comments
 (0)