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
Copy file name to clipboardExpand all lines: css-grid/Overview.bs
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Former editor: Phil Cupp, Microsoft Corporation, pcupp@microsoft.com
23
23
Issue Tracking: Disposition of Comments http://dev.w3.org/csswg/css-grid-1/issues
24
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.
At Risk: the ''grid-template-rows/subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually
28
29
</pre>
@@ -1685,8 +1686,8 @@ Implicit Named Lines</h4>
1685
1686
1686
1687
The 'grid-template-areas' property creates <dfn export lt="implicit named line">implicit named lines</dfn> from the <a>named grid areas</a> in the template.
1687
1688
For each <a>named grid area</a><var>foo</var>, four <a>implicit named lines</a> are created:
1688
-
two named ''<var>foo</var>-start'', naming the row-start and column-start lines of the <a>named grid area</a>,
1689
-
and two named ''<var>foo</var>-end'', naming the row-end and column-end lines of the <a>named grid area</a>.
1689
+
two named <css><var>foo</var>-start</css>, naming the row-start and column-start lines of the <a>named grid area</a>,
1690
+
and two named <css><var>foo</var>-end</css>, naming the row-end and column-end lines of the <a>named grid area</a>.
1690
1691
1691
1692
These named lines behave just like any other named line,
1692
1693
except that they do not appear in the value of 'grid-template-rows'/'grid-template-columns'.
0 commit comments