Skip to content

Commit af5e7ec

Browse files
committed
[css-grid] Fix some lingering grid-definition-* stuff that was left behind due to typos in the original property names.
1 parent d778758 commit af5e7ec

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

css-grid/Overview.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Grid Layout" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-08-07 name=dcterms.date>
14+
<meta content=2013-08-08 name=dcterms.date>
1515
<meta content="Tab Atkins Jr." name=dcterms.creator>
1616
<meta content="Elika J. Etemad" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
@@ -59,11 +59,11 @@
5959

6060
<h1 class=title id=title>CSS Grid Layout</h1>
6161

62-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft, 7 August 2013</h2>
62+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft, 8 August 2013</h2>
6363

6464
<dl>
6565
<dt>This version:
66-
<!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130807/</a> -->
66+
<!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130808/</a> -->
6767

6868
<dd><a
6969
href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a>
@@ -992,8 +992,9 @@ <h3 id=subgrids-the-subgrid-display-value><span class=secno>3.2.
992992

993993
<ul>
994994
<li> The ‘<a href="#grid-template-columns"><code
995-
class=property>grid-template-columns</code></a>’ and ‘<code
996-
class=property>grid-definition-row</code>’ properties do not apply.
995+
class=property>grid-template-columns</code></a>’ and ‘<a
996+
href="#grid-template-rows"><code
997+
class=property>grid-template-rows</code></a>’ properties do not apply.
997998
Instead the number of explicit tracks is given by its <a
998999
href="#grid-span"><i>grid span</i></a>.
9991000

@@ -1924,8 +1925,10 @@ <h3 id=auto-tracks><span class=secno>5.4. </span> Auto-generated Rows and
19241925
</table>
19251926

19261927
<p> If a grid item is positioned into a row or column that is not
1927-
explicitly sized by ‘<code class=property>grid-definition-row</code>
1928-
or ‘<code class=property>grid-definition-column</code>’, <dfn
1928+
explicitly sized by ‘<a href="#grid-template-rows"><code
1929+
class=property>grid-template-rows</code></a>’ or ‘<a
1930+
href="#grid-template-columns"><code
1931+
class=property>grid-template-columns</code></a>’, <dfn
19291932
id=implicit-grid-tracks
19301933
title="implicit grid track|implicit grid row|implicit grid column">implicit
19311934
grid tracks</dfn> are created to hold it. This can happen either by

css-grid/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ <h3>Subgrids: the ''subgrid'' 'display' value</h3>
678678

679679
<ul>
680680
<li>
681-
The 'grid-template-columns' and 'grid-definition-row' properties do not apply.
681+
The 'grid-template-columns' and 'grid-template-rows' properties do not apply.
682682
Instead the number of explicit tracks is given by its <i>grid span</i>.
683683

684684
<li>
@@ -1465,7 +1465,7 @@ <h3 id='auto-tracks'>
14651465

14661466
<p>
14671467
If a grid item is positioned into a row or column that is not explicitly sized
1468-
by 'grid-definition-row' or 'grid-definition-column',
1468+
by 'grid-template-rows' or 'grid-template-columns',
14691469
<dfn title="implicit grid track|implicit grid row|implicit grid column">implicit grid tracks</dfn> are created to hold it.
14701470
This can happen either by explicitly positioning into a row or column that is out of range,
14711471
or by the <i>auto-placement algorithm</i> creating additional rows or columns.

0 commit comments

Comments
 (0)