Skip to content

Commit cc7d22d

Browse files
committed
[css-grid] Change the Percentage line in grid-template-columns to 'see prose', per Simon's suggestion.
1 parent b8abc09 commit cc7d22d

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css-grid/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
</p>
4747
<h1 class="p-name no-ref" id=title>CSS Grid Layout Module Level 1</h1>
4848
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>W3C Working Draft,
49-
<span class=dt-updated><span class=value-title title=20140116>16 January 2014</span></span></span></h2>
50-
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://www.w3.org/TR/2014/WD-css-grid-1-20140116/>http://www.w3.org/TR/2014/WD-css-grid-1-20140116/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-grid/>http://www.w3.org/TR/css-grid/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a><dt>Previous Versions:<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><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>
49+
<span class=dt-updated><span class=value-title title=20140117>17 January 2014</span></span></span></h2>
50+
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://www.w3.org/TR/2014/WD-css-grid-1-20140117/>http://www.w3.org/TR/2014/WD-css-grid-1-20140117/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-grid/>http://www.w3.org/TR/css-grid/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a><dt>Previous Versions:<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><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>
5151
<dt>Feedback:</dt>
5252
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-grid%5D%20feedback">www-style@w3.org</a>
5353
with subject line
@@ -808,7 +808,7 @@ <h2 class="heading settled heading" data-level=5 id=grid-definition><span class=
808808
<h3 class="heading settled heading" data-level=5.1 id=track-sizing><span class=secno>5.1 </span><span class=content>
809809
Track Sizing: the <a class=property data-link-type=propdesc href=#propdef-grid-template-rows title=grid-template-rows>grid-template-rows</a> and <a class=property data-link-type=propdesc href=#propdef-grid-template-columns title=grid-template-columns>grid-template-columns</a> properties</span><a class=self-link href=#track-sizing></a></h3>
810810

811-
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-grid-template-columns>grid-template-columns<a class=self-link href=#propdef-grid-template-columns></a></dfn>, <dfn class=css-code data-dfn-type=property data-export="" id=propdef-grid-template-rows>grid-template-rows<a class=self-link href=#propdef-grid-template-rows></a></dfn><tr><th>Value:<td>none | <a class="production css-code" data-link-type=type href=#typedef-track-list title="<track-list>">&lt;track-list&gt;</a> | subgrid <a class="production css-code" data-link-type=type href=#typedef-line-name-list title="<line-name-list>">&lt;line-name-list&gt;</a>?<tr><th>Initial:<td>none<tr><th>Applies to:<td><a data-link-type=dfn href=#grid-container title="grid containers">grid containers</a><tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>As specified, except for <a class=css-code data-link-for=grid-template-columns data-link-type=value href=#valuedef-auto title=auto>auto</a> (see prose)<tr><th>Percentages:<td>n/a</table>
811+
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-grid-template-columns>grid-template-columns<a class=self-link href=#propdef-grid-template-columns></a></dfn>, <dfn class=css-code data-dfn-type=property data-export="" id=propdef-grid-template-rows>grid-template-rows<a class=self-link href=#propdef-grid-template-rows></a></dfn><tr><th>Value:<td>none | <a class="production css-code" data-link-type=type href=#typedef-track-list title="<track-list>">&lt;track-list&gt;</a> | subgrid <a class="production css-code" data-link-type=type href=#typedef-line-name-list title="<line-name-list>">&lt;line-name-list&gt;</a>?<tr><th>Initial:<td>none<tr><th>Applies to:<td><a data-link-type=dfn href=#grid-container title="grid containers">grid containers</a><tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>As specified, except for <a class=css-code data-link-for=grid-template-columns data-link-type=value href=#valuedef-auto title=auto>auto</a> (see prose)<tr><th>Percentages:<td>see prose</table>
812812
<p>
813813
These properties specify,
814814
as a space-separated <dfn data-dfn-type=dfn data-export="" id=track-list>track list<a class=self-link href=#track-list></a></dfn>,
@@ -1745,7 +1745,7 @@ <h4 class="heading settled heading" data-level=6.2.1 id=auto-placement-algo><spa
17451745
<h3 class="heading settled heading" data-level=6.3 id=grid-auto-position-property><span class=secno>6.3 </span><span class=content>
17461746
Default Position: the <a class=property data-link-type=propdesc href=#propdef-grid-auto-position title=grid-auto-position>grid-auto-position</a> property</span><a class=self-link href=#grid-auto-position-property></a></h3>
17471747

1748-
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-grid-auto-position>grid-auto-position<a class=self-link href=#propdef-grid-auto-position></a></dfn><tr><th>Value:<td><a class="production css-code" data-link-type=type href=#typedef-grid-line title="<grid-line>">&lt;grid-line&gt;</a> / <a class="production css-code" data-link-type=type href=#typedef-grid-line title="<grid-line>">&lt;grid-line&gt;</a><tr><th>Initial:<td>1 / 1<tr><th>Applies to:<td><a data-link-type=dfn href=#grid-container title="grid containers">grid containers</a><tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>specified value<tr><th>Percentages:<td>na/</table>
1748+
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-grid-auto-position>grid-auto-position<a class=self-link href=#propdef-grid-auto-position></a></dfn><tr><th>Value:<td><a class="production css-code" data-link-type=type href=#typedef-grid-line title="<grid-line>">&lt;grid-line&gt;</a> / <a class="production css-code" data-link-type=type href=#typedef-grid-line title="<grid-line>">&lt;grid-line&gt;</a><tr><th>Initial:<td>1 / 1<tr><th>Applies to:<td><a data-link-type=dfn href=#grid-container title="grid containers">grid containers</a><tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>specified value<tr><th>Percentages:<td>n/a</table>
17491749
<p> If a <a data-link-type=dfn href=#grid-container title="grid container">grid container</a> doesn’t specify an automatic-placement strategy through <a class=property data-link-type=propdesc href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow</a>,
17501750
any grid items with an <a data-link-type=dfn href=#automatic-grid-position title="automatic grid position">automatic grid position</a> are instead all placed at the default position
17511751
specified by <a class=property data-link-type=propdesc href=#propdef-grid-auto-position title=grid-auto-position>grid-auto-position</a>.
@@ -3256,14 +3256,14 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
32563256
<h2 class="no-num no-ref heading settled heading" id=property-index><span class=content>
32573257
Property index</span><a class=self-link href=#property-index></a></h2>
32583258
<div data-fill-with=property-index><table class="proptable data"><thead><tr><th scope=col>Name<th scope=col>Value<th scope=col>Initial<th scope=col>Applies to<th scope=col>Inh.<th scope=col>%ages<th scope=col>Media<th scope=col>Computed value<tbody>
3259-
<tr><th scope=row><a data-property="">grid-template-columns</a><td>none | &lt;track-list&gt; | subgrid &lt;line-name-list&gt;?<td>none<td>grid containers<td>no<td>n/a<td>visual<td>As specified, except for auto (see prose)
3260-
<tr><th scope=row><a data-property="">grid-template-rows</a><td>none | &lt;track-list&gt; | subgrid &lt;line-name-list&gt;?<td>none<td>grid containers<td>no<td>n/a<td>visual<td>As specified, except for auto (see prose)
3259+
<tr><th scope=row><a data-property="">grid-template-columns</a><td>none | &lt;track-list&gt; | subgrid &lt;line-name-list&gt;?<td>none<td>grid containers<td>no<td>see prose<td>visual<td>As specified, except for auto (see prose)
3260+
<tr><th scope=row><a data-property="">grid-template-rows</a><td>none | &lt;track-list&gt; | subgrid &lt;line-name-list&gt;?<td>none<td>grid containers<td>no<td>see prose<td>visual<td>As specified, except for auto (see prose)
32613261
<tr><th scope=row><a data-property="">grid-template-areas</a><td>none | &lt;string&gt;+<td>none<td>grid containers<td>no<td>n/a<td>visual<td>specified value
32623262
<tr><th scope=row><a data-property="">grid-template</a><td>none | subgrid | &lt;‘grid-template-columns’&gt; / &lt;‘grid-template-rows’&gt; | [ &lt;track-list&gt; / ]? [ &lt;line-names&gt;? &lt;string&gt; [ &lt;track-size&gt; &lt;line-names&gt; ]? ]+<td>see individual properties<td>grid containers<td>see individual properties<td>see individual properties<td>visual<td>see individual properties
32633263
<tr><th scope=row><a data-property="">grid-auto-columns</a><td>&lt;track-size&gt;<td>auto<td>grid containers<td>no<td>see Track Sizing<td>visual<td>see Track Sizing
32643264
<tr><th scope=row><a data-property="">grid-auto-rows</a><td>&lt;track-size&gt;<td>auto<td>grid containers<td>no<td>see Track Sizing<td>visual<td>see Track Sizing
32653265
<tr><th scope=row><a data-property="">grid-auto-flow</a><td>none | [ [ rows | columns ] &amp;&amp; dense? ]<td>none<td>grid containers<td>no<td>n/a<td>visual<td>specified value
3266-
<tr><th scope=row><a data-property="">grid-auto-position</a><td>&lt;grid-line&gt; / &lt;grid-line&gt;<td>1 / 1<td>grid containers<td>no<td>na/<td>visual<td>specified value
3266+
<tr><th scope=row><a data-property="">grid-auto-position</a><td>&lt;grid-line&gt; / &lt;grid-line&gt;<td>1 / 1<td>grid containers<td>no<td>n/a<td>visual<td>specified value
32673267
<tr><th scope=row><a data-property="">grid</a><td>&lt;‘grid-template’&gt; | &lt;‘grid-auto-flow’&gt; [ &lt;‘grid-auto-columns’&gt; [ / &lt;‘grid-auto-rows’&gt; ]? ]<td>see individual properties<td>grid containers<td>see individual properties<td>see individual properties<td>visual<td>see individual properties
32683268
<tr><th scope=row><a data-property="">grid-row-start</a><td>&lt;grid-line&gt;<td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value
32693269
<tr><th scope=row><a data-property="">grid-column-start</a><td>&lt;grid-line&gt;<td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value

css-grid/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ <h3 id='track-sizing'>
734734
Initial: none
735735
Applies to: <a>grid containers</a>
736736
Inherited: no
737-
Percentages: n/a
737+
Percentages: see prose
738738
Media: visual
739739
Computed value: As specified, except for <a value for=grid-template-columns>auto</a> (see prose)
740740
</pre>
@@ -1756,7 +1756,7 @@ <h3 id="grid-auto-position-property">
17561756
Initial: 1 / 1
17571757
Applies to: <a>grid containers</a>
17581758
Inherited: no
1759-
Percentages: na/
1759+
Percentages: n/a
17601760
Media: visual
17611761
Computed value: specified value
17621762
</pre>

0 commit comments

Comments
 (0)