Skip to content

Commit 976e1fa

Browse files
committed
[css3-layout] Added missing quote.
1 parent bb1b47c commit 976e1fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-template/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ <h3>Stacking elements on top of a grid: 'grid-area' and 'grid-auto'</h3>
23152315
possible) such that is doesn't overlap with any earlier elements in
23162316
the document that have the same <em>grid ancestor</em> and 'grid-area'
23172317
other then ''none''. More precisely: the element is placed as for
2318-
'grid-area: <var>x</var> <var>y</var> <var>W</var> <var>H</var>, where
2318+
'grid-area: <var>x</var> <var>y</var> <var>W</var> <var>H</var>', where
23192319
<var>x</var> and <var>y</var> are chosen as follows: <span
23202320
class=issue>Define. Tight packing (i.e., closest to top left corner)
23212321
or preserve element order (i.e., to the right or below of previous
@@ -2334,7 +2334,7 @@ <h3>Stacking elements on top of a grid: 'grid-area' and 'grid-auto'</h3>
23342334
that is doesn't overlap with any earlier elements in the document that
23352335
have the same <em>grid ancestor</em> and 'grid-area' other then
23362336
''none''. More precisely: the element is placed as for 'grid-area:
2337-
<var>x</var> <var>y</var> <var>W</var> <var>H</var>, where
2337+
<var>x</var> <var>y</var> <var>W</var> <var>H</var>', where
23382338
<var>x</var> and <var>y</var> are chosen as follows: <span
23392339
class=issue>define</span>
23402340
</dl>

0 commit comments

Comments
 (0)