Skip to content

Commit 2fb2215

Browse files
committed
[css-grid] bikeshed fixups
1 parent 5710e71 commit 2fb2215

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-grid/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ Z-axis Ordering: the 'z-index' property</h3>
726726

727727
<a>Grid items</a> can overlap when they are positioned into intersecting <a>grid areas</a>,
728728
or even when positioned in non-intersecting areas because of negative margins or positioning.
729-
The painting order of <a>grid items</a> is exactly the same as inline blocks [CSS21],
729+
The painting order of <a>grid items</a> is exactly the same as inline blocks [[CSS21]],
730730
except that <a>order-modified document order</a> is used in place of raw document order,
731731
and 'z-index' values other than <a value for=z-index>auto</a> create a stacking context even if 'position' is ''static''.
732732
Thus the 'z-index' property can easily be used to control the z-axis order of grid items.
@@ -821,11 +821,11 @@ Track Sizing: the 'grid-template-rows' and 'grid-template-columns' properties</h
821821
The 'grid-template-columns' property specifies the <a>track list</a> for the grid's columns,
822822
while 'grid-template-rows' specifies the <a>track list</a> for the grid's rows.
823823

824-
The <dfn value for="grid-template-rows grid-template-columns">none</dfn> value indicates that there is no <a>explicit grid</a>;
824+
The <dfn value for="grid-template-rows, grid-template-columns">none</dfn> value indicates that there is no <a>explicit grid</a>;
825825
any rows/columns will be implicitly generated,
826826
and their size will be determined by the 'grid-auto-rows' and 'grid-auto-columns' properties.
827827

828-
The <dfn value for="grid-template-rows grid-template-columns">subgrid</dfn> value indicates that the grid will align to its parent grid in that axis.
828+
The <dfn value for="grid-template-rows, grid-template-columns">subgrid</dfn> value indicates that the grid will align to its parent grid in that axis.
829829
Rather than specifying the sizes of rows/columns explicitly,
830830
they'll be taken from the parent grid's definition.
831831

@@ -841,7 +841,7 @@ Track Sizing: the 'grid-template-rows' and 'grid-template-columns' properties</h
841841

842842
Where:
843843

844-
<dl dfn-for="grid-template-columns grid-template-rows" dfn-type=value>
844+
<dl dfn-for="grid-template-columns, grid-template-rows" dfn-type=value>
845845
<dt><dfn><<length>></dfn>
846846
<dd>
847847
A non-negative length, as defined by CSS3 Values. [[!CSS3VAL]]
@@ -1820,7 +1820,7 @@ Placing Grid Items</h2>
18201820

18211821
A definite value for any two of <var>Start</var>, <var>End</var>, and <var>Span</var> in a given dimension implies a definite value for the third.
18221822

1823-
The following table summarizes the conditions under which a grid position or span is <a title>definite</a> or <a title>automatic</a>:
1823+
The following table summarizes the conditions under which a grid position or span is <i lt>definite</i> or <i lt>automatic</i>:
18241824

18251825
<table class='data'>
18261826
<thead>
@@ -2046,7 +2046,7 @@ Line-based Placement: the 'grid-row-start', 'grid-column-start', 'grid-row-end',
20462046
</pre>
20472047

20482048
<pre>
2049-
<dfn for="grid-row-start grid-column-start grid-row-end grid-column-end"><<grid-line>></dfn> =
2049+
<dfn for="grid-row-start, grid-column-start, grid-row-end, grid-column-end"><<grid-line>></dfn> =
20502050
auto |
20512051
<<custom-ident>> |
20522052
[ <<integer>> && <<custom-ident>>? ] |

0 commit comments

Comments
 (0)