|
46 | 46 | </p> |
47 | 47 | <h1 class="p-name no-ref" id=title>CSS Grid Layout Module Level 1</h1> |
48 | 48 | <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> |
51 | 51 | <dt>Feedback:</dt> |
52 | 52 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-grid%5D%20feedback">www-style@w3.org</a> |
53 | 53 | with subject line |
@@ -808,7 +808,7 @@ <h2 class="heading settled heading" data-level=5 id=grid-definition><span class= |
808 | 808 | <h3 class="heading settled heading" data-level=5.1 id=track-sizing><span class=secno>5.1 </span><span class=content> |
809 | 809 | 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> |
810 | 810 |
|
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>"><track-list></a> | subgrid <a class="production css-code" data-link-type=type href=#typedef-line-name-list title="<line-name-list>"><line-name-list></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>"><track-list></a> | subgrid <a class="production css-code" data-link-type=type href=#typedef-line-name-list title="<line-name-list>"><line-name-list></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> |
812 | 812 | <p> |
813 | 813 | These properties specify, |
814 | 814 | 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 |
1745 | 1745 | <h3 class="heading settled heading" data-level=6.3 id=grid-auto-position-property><span class=secno>6.3 </span><span class=content> |
1746 | 1746 | 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> |
1747 | 1747 |
|
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>"><grid-line></a> / <a class="production css-code" data-link-type=type href=#typedef-grid-line title="<grid-line>"><grid-line></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>"><grid-line></a> / <a class="production css-code" data-link-type=type href=#typedef-grid-line title="<grid-line>"><grid-line></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> |
1749 | 1749 | <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>, |
1750 | 1750 | 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 |
1751 | 1751 | 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> |
3256 | 3256 | <h2 class="no-num no-ref heading settled heading" id=property-index><span class=content> |
3257 | 3257 | Property index</span><a class=self-link href=#property-index></a></h2> |
3258 | 3258 | <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 | <track-list> | subgrid <line-name-list>?<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 | <track-list> | subgrid <line-name-list>?<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 | <track-list> | subgrid <line-name-list>?<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 | <track-list> | subgrid <line-name-list>?<td>none<td>grid containers<td>no<td>see prose<td>visual<td>As specified, except for auto (see prose) |
3261 | 3261 | <tr><th scope=row><a data-property="">grid-template-areas</a><td>none | <string>+<td>none<td>grid containers<td>no<td>n/a<td>visual<td>specified value |
3262 | 3262 | <tr><th scope=row><a data-property="">grid-template</a><td>none | subgrid | <‘grid-template-columns’> / <‘grid-template-rows’> | [ <track-list> / ]? [ <line-names>? <string> [ <track-size> <line-names> ]? ]+<td>see individual properties<td>grid containers<td>see individual properties<td>see individual properties<td>visual<td>see individual properties |
3263 | 3263 | <tr><th scope=row><a data-property="">grid-auto-columns</a><td><track-size><td>auto<td>grid containers<td>no<td>see Track Sizing<td>visual<td>see Track Sizing |
3264 | 3264 | <tr><th scope=row><a data-property="">grid-auto-rows</a><td><track-size><td>auto<td>grid containers<td>no<td>see Track Sizing<td>visual<td>see Track Sizing |
3265 | 3265 | <tr><th scope=row><a data-property="">grid-auto-flow</a><td>none | [ [ rows | columns ] && 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><grid-line> / <grid-line><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><grid-line> / <grid-line><td>1 / 1<td>grid containers<td>no<td>n/a<td>visual<td>specified value |
3267 | 3267 | <tr><th scope=row><a data-property="">grid</a><td><‘grid-template’> | <‘grid-auto-flow’> [ <‘grid-auto-columns’> [ / <‘grid-auto-rows’> ]? ]<td>see individual properties<td>grid containers<td>see individual properties<td>see individual properties<td>visual<td>see individual properties |
3268 | 3268 | <tr><th scope=row><a data-property="">grid-row-start</a><td><grid-line><td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value |
3269 | 3269 | <tr><th scope=row><a data-property="">grid-column-start</a><td><grid-line><td>auto<td>grid items<td>no<td>n/a<td>visual<td>specified value |
|
0 commit comments