Skip to content

Commit 6b38a91

Browse files
committed
[css-grid] Typo
1 parent b637b04 commit 6b38a91

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ Grid Definition Shorthand: the 'grid' property</h2>
17821782
<div class='example'>
17831783
In addition to accepting the 'grid-template' shorthand syntax for setting up the <i>explicit grid</i>,
17841784
the 'grid' shorthand can also easily set up parameters for an auto-formatted grid.
1785-
For example, ''grid: rows 1fr;'' is equivalent to
1785+
For example, ''grid: row 1fr;'' is equivalent to
17861786

17871787
<pre>
17881788
grid-template: none;
@@ -1791,7 +1791,7 @@ Grid Definition Shorthand: the 'grid' property</h2>
17911791
grid-auto-flow: row;
17921792
</pre>
17931793

1794-
Similarly, ''grid: columns 1fr / auto'' is equivalent to
1794+
Similarly, ''grid: column 1fr / auto'' is equivalent to
17951795
<pre>
17961796
grid-template: none;
17971797
grid-auto-columns: 1fr;

css-grid/Overview.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,30 +89,30 @@
8989
</p>
9090
<h1 class="p-name no-ref" id=title>CSS Grid Layout Module Level 1</h1>
9191
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
92-
<span class=dt-updated><span class=value-title title=20140626>26 June 2014</span></span></span></h2>
92+
<span class=dt-updated><span class=value-title title=20140629>29 June 2014</span></span></span></h2>
9393
<div data-fill-with=spec-metadata><dl>
94-
<dt>This version:
95-
<dd><a class=u-url href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a>
96-
<dt>Latest version:
97-
<dd><a href=http://www.w3.org/TR/css-grid-1/>http://www.w3.org/TR/css-grid-1/</a>
98-
<dt>Previous Versions:
99-
<dd><dd><a href=http://www.w3.org/TR/2014/WD-css-grid-1-20140513/ rel=previous>http://www.w3.org/TR/2014/WD-css-grid-1-20140513/</a>
100-
<dd><dd><a href=http://www.w3.org/TR/2014/WD-css-grid-1-20140123/ rel=previous>http://www.w3.org/TR/2014/WD-css-grid-1-20140123/</a>
101-
<dd><dd><a href=http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/ rel=previous>http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/</a>
102-
<dd><dd><a href=http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/ rel=previous>http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a>
10394
<dt>Feedback:
10495
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-grid%5D%20feedback">www-style@w3.org</a>
10596
with subject line
10697
<kbd>[css-grid] <var>… message topic …</var></kbd>”(<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)
98+
<dt>Former Editors:
99+
<dd><dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:alexmog@microsoft.com>Alex Mogilevsky</a> (<span class="p-org org">Microsoft Corporation</span>)
100+
<dd><dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:pcupp@microsoft.com>Phil Cupp</a> (<span class="p-org org">Microsoft Corporation</span>)
107101
<dt>Editors:
108102
<dd><dd class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://www.xanthir.com/contact/>Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)
109103
<dd><dd class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://fantasai.inkedblade.net/contact>fantasai</a> (<span class="p-org org">Mozilla</span>)
110104
<dd><dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:ratan@microsoft.com>Rossen Atanassov</a> (<span class="p-org org">Microsoft</span>)
111-
<dt>Former Editors:
112-
<dd><dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:alexmog@microsoft.com>Alex Mogilevsky</a> (<span class="p-org org">Microsoft Corporation</span>)
113-
<dd><dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:pcupp@microsoft.com>Phil Cupp</a> (<span class="p-org org">Microsoft Corporation</span>)
105+
<dt>Previous Versions:
106+
<dd><dd><a href=http://www.w3.org/TR/2014/WD-css-grid-1-20140513/ rel=previous>http://www.w3.org/TR/2014/WD-css-grid-1-20140513/</a>
107+
<dd><dd><a href=http://www.w3.org/TR/2014/WD-css-grid-1-20140123/ rel=previous>http://www.w3.org/TR/2014/WD-css-grid-1-20140123/</a>
108+
<dd><dd><a href=http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/ rel=previous>http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/</a>
109+
<dd><dd><a href=http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/ rel=previous>http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a>
110+
<dt>Latest version:
111+
<dd><a href=http://www.w3.org/TR/css-grid-1/>http://www.w3.org/TR/css-grid-1/</a>
114112
<dt>Issues list:
115113
<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=Grid+Layout&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">In Bugzilla</a>
114+
<dt>This version:
115+
<dd><a class=u-url href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a>
116116
</dl>
117117
</div>
118118
<div data-fill-with=warning></div>
@@ -1878,15 +1878,15 @@ <h2 class="heading settled heading" data-level=7 id=grid-shorthand><span class=s
18781878
<div class=example>
18791879
In addition to accepting the <a class=property data-link-type=propdesc href=#propdef-grid-template title=grid-template>grid-template</a> shorthand syntax for setting up the <a data-link-type=dfn href=#explicit-grid title="explicit grid">explicit grid</a>,
18801880
the <a class=property data-link-type=propdesc href=#propdef-grid title=grid>grid</a> shorthand can also easily set up parameters for an auto-formatted grid.
1881-
For example, <a class=css data-link-type=propdesc href=#propdef-grid title=grid>grid: rows 1fr;</a> is equivalent to
1881+
For example, <a class=css data-link-type=propdesc href=#propdef-grid title=grid>grid: row 1fr;</a> is equivalent to
18821882

18831883
<pre>grid-template: none;
18841884
grid-auto-columns: 1fr;
18851885
grid-auto-rows: 1fr;
18861886
grid-auto-flow: row;
18871887
</pre>
18881888

1889-
<p>Similarly, <a class=css data-link-type=propdesc href=#propdef-grid title=grid>grid: columns 1fr / auto</a> is equivalent to
1889+
<p>Similarly, <a class=css data-link-type=propdesc href=#propdef-grid title=grid>grid: column 1fr / auto</a> is equivalent to
18901890
<pre><p></p>
18911891
grid-template: none;
18921892
grid-auto-columns: 1fr;

0 commit comments

Comments
 (0)