Skip to content

Commit 9569843

Browse files
committed
[css-grid] bikeshed update
--HG-- extra : rebase_source : c7bf5201dd87f729a4d27ec8e9137d062c9acd7c
1 parent c33e2d7 commit 9569843

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

css-grid/Overview.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
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=20140331>31 March 2014</span></span></span></h2>
92+
<span class=dt-updated><span class=value-title title=20140409>9 April 2014</span></span></span></h2>
9393
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-grid-1/>http://www.w3.org/TR/css-grid-1/</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>
9494
<dt>Feedback:</dt>
9595
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-grid%5D%20feedback">www-style@w3.org</a>
@@ -156,7 +156,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
156156
<li><a href=#grid-area-concept><span class=secno>2.3</span> Grid Areas</a></ul>
157157
<li><a href=#grid-model><span class=secno>3</span> Grid Layout Box Model</a>
158158
<ul class=toc>
159-
<li><a href=#grid-containers><span class=secno>3.1</span> Grid Containers: the <span data-link-type=value title=grid>grid</span> and <span class=css data-link-type=maybe title=inline-grid>inline-grid</span> <span class=property data-link-type=propdesc title=display>display</span> values</a></ul>
159+
<li><a href=#grid-containers><span class=secno>3.1</span> Grid Containers: the <span data-link-type=value title=grid>grid</span> and <a class=css data-link-type=maybe href=#valuedef-inline-grid title=inline-grid>inline-grid</a> <span class=property data-link-type=propdesc title=display>display</span> values</a></ul>
160160
<li><a href=#grid-items><span class=secno>4</span> Grid Items</a>
161161
<ul class=toc>
162162
<li><a href=#visibility-collapse><span class=secno>4.1</span> Collapsed Grid Items: the <span class=property data-link-type=propdesc title=visibility>visibility</span> property</a>
@@ -167,9 +167,9 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
167167
<li><a href=#track-sizing><span class=secno>5.1</span> Track Sizing: the <span class=property data-link-type=propdesc title=grid-template-rows>grid-template-rows</span> and <span class=property data-link-type=propdesc title=grid-template-columns>grid-template-columns</span> properties</a>
168168
<ul class=toc>
169169
<li><a href=#named-lines><span class=secno>5.1.1</span> Named Grid Lines: the ''(<span class=production data-link-type=type title="<custom-ident>">&lt;custom-ident&gt;</span>*)'' syntax</a>
170-
<li><a href=#repeat-notation><span class=secno>5.1.2</span> Repeating Rows and Columns: the <span class=css data-link-type=maybe title=repeat()>repeat()</span> notation</a>
170+
<li><a href=#repeat-notation><span class=secno>5.1.2</span> Repeating Rows and Columns: the <a class=css data-link-type=maybe href=#funcdef-repeat title=repeat()>repeat()</a> notation</a>
171171
<li><a href=#fr-unit><span class=secno>5.1.3</span> Flexible Lengths: the <span class=css data-link-type=maybe title=fr>fr</span> unit</a>
172-
<li><a href=#subgrids><span class=secno>5.1.4</span> Subgrids: the <span class=css data-link-for=grid-template-rows data-link-type=maybe title=subgrid>subgrid</span> keyword</a>
172+
<li><a href=#subgrids><span class=secno>5.1.4</span> Subgrids: the <a class=css data-link-for=grid-template-rows data-link-type=maybe href=#valuedef-subgrid0 title=subgrid>subgrid</a> keyword</a>
173173
<li><a href=#resolved-track-list><span class=secno>5.1.5</span> Resolved Values</a></ul>
174174
<li><a href=#grid-template-areas-property><span class=secno>5.2</span> Named Areas: the <span class=property data-link-type=propdesc title=grid-template-areas>grid-template-areas</span> property</a>
175175
<ul class=toc>
@@ -3784,22 +3784,22 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
37843784
<h2 class="no-num no-ref heading settled heading" id=property-index><span class=content>
37853785
Property index</span><a class=self-link href=#property-index></a></h2>
37863786
<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>
3787-
<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), with lengths made absolute
3788-
<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), with lengths made absolute
3789-
<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
3790-
<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
3791-
<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
3792-
<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
3793-
<tr><th scope=row><a data-property="">grid-auto-flow</a><td>none | [ [ row | column ] &amp;&amp; dense? ]<td>none<td>grid containers<td>no<td>n/a<td>visual<td>specified value
3794-
<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
3795-
<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
3796-
<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
3797-
<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
3798-
<tr><th scope=row><a data-property="">grid-row-end</a><td>&lt;grid-line&gt;<td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value
3799-
<tr><th scope=row><a data-property="">grid-column-end</a><td>&lt;grid-line&gt;<td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value
3800-
<tr><th scope=row><a data-property="">grid-row</a><td>&lt;grid-line&gt; [ / &lt;grid-line&gt; ]?<td>see individual properties<td>grid items<td>see individual properties<td>see individual properties<td>visual<td>see individual properties
3801-
<tr><th scope=row><a data-property="">grid-column</a><td>&lt;grid-line&gt; [ / &lt;grid-line&gt; ]?<td>see individual properties<td>grid items<td>see individual properties<td>see individual properties<td>visual<td>see individual properties
3802-
<tr><th scope=row><a data-property="">grid-area</a><td>&lt;grid-line&gt; [ / &lt;grid-line&gt; ]{0,3}<td>see individual properties<td>grid items<td>see individual properties<td>see individual properties<td>visual<td>see individual properties</table></div>
3787+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-template-columns title=grid-template-columns>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), with lengths made absolute
3788+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-template-rows title=grid-template-rows>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), with lengths made absolute
3789+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-template-areas title=grid-template-areas>grid-template-areas</a><td>none | &lt;string&gt;+<td>none<td>grid containers<td>no<td>n/a<td>visual<td>specified value
3790+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-template title=grid-template>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
3791+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-auto-columns title=grid-auto-columns>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
3792+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-auto-rows title=grid-auto-rows>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
3793+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow</a><td>none | [ [ row | column ] &amp;&amp; dense? ]<td>none<td>grid containers<td>no<td>n/a<td>visual<td>specified value
3794+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-auto-position title=grid-auto-position>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
3795+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid title=grid>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
3796+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-row-start title=grid-row-start>grid-row-start</a><td>&lt;grid-line&gt;<td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value
3797+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-column-start title=grid-column-start>grid-column-start</a><td>&lt;grid-line&gt;<td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value
3798+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-row-end title=grid-row-end>grid-row-end</a><td>&lt;grid-line&gt;<td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value
3799+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-column-end title=grid-column-end>grid-column-end</a><td>&lt;grid-line&gt;<td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value
3800+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-row title=grid-row>grid-row</a><td>&lt;grid-line&gt; [ / &lt;grid-line&gt; ]?<td>see individual properties<td>grid items<td>see individual properties<td>see individual properties<td>visual<td>see individual properties
3801+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-column title=grid-column>grid-column</a><td>&lt;grid-line&gt; [ / &lt;grid-line&gt; ]?<td>see individual properties<td>grid items<td>see individual properties<td>see individual properties<td>visual<td>see individual properties
3802+
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-grid-area title=grid-area>grid-area</a><td>&lt;grid-line&gt; [ / &lt;grid-line&gt; ]{0,3}<td>see individual properties<td>grid items<td>see individual properties<td>see individual properties<td>visual<td>see individual properties</table></div>
38033803

38043804

38053805
<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>

0 commit comments

Comments
 (0)