|
5 | 5 | profile="http://microformats.org/profile/hcard http://microformats.org/wiki/rel-license"> |
6 | 6 | <title>CSS Grid Template Layout Module</title> |
7 | 7 | <meta content="text/html; charset=utf-8" http-equiv=content-type> |
8 | | - <link href="#contents" rel=contents> |
9 | | - <link href="#index" rel=index> |
10 | 8 | <link href=default.css rel=stylesheet type="text/css"> |
11 | 9 |
|
12 | 10 | <style type="text/css"> |
|
38 | 36 | <h1>CSS Grid Template Layout Module</h1> |
39 | 37 | <!--=================================================================--> |
40 | 38 | <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft |
41 | | - 10 April 2012</h2> |
| 39 | + 11 April 2012</h2> |
42 | 40 |
|
43 | 41 | <dl> |
44 | 42 | <dt>This version: |
45 | 43 |
|
46 | 44 | <dd><a |
47 | | - href="http://www.w3.org/TR/2012/ED-css3-layout-20120410/">http://www.w3.org/TR/2012/ED-css3-layout-20120410/</a> |
| 45 | + href="http://www.w3.org/TR/2012/ED-css3-layout-20120411/">http://www.w3.org/TR/2012/ED-css3-layout-20120411/</a> |
48 | 46 |
|
49 | 47 |
|
50 | 48 | <dt>Latest version: |
@@ -1161,15 +1159,12 @@ <h3 id=grid-template><span class=secno>2.1. </span> Declaring a template: |
1161 | 1159 |
|
1162 | 1160 | <p>Non-rectangular slots and multiple slots with the same letter are |
1163 | 1161 | illegal. A template without any letter or “*” is illegal. A template |
1164 | | - with more than one “*” slot is illegal. These errors cause the |
1165 | | - declaration to be ignored. |
| 1162 | + with more than one “*” slot is illegal. Strings with different numbers |
| 1163 | + of columns are illegal. These errors cause the declaration to be ignored. |
1166 | 1164 |
|
1167 | 1165 | <p class=note>Note: non-rectangular and disconnected regions may be |
1168 | 1166 | permitted in a future update of CSS. |
1169 | 1167 |
|
1170 | | - <p>Rows with fewer columns than other rows are implicitly padded with |
1171 | | - periods (“.”). |
1172 | | - |
1173 | 1168 | <p>Each slot (letter or “*”) acts as a block element for its contents. |
1174 | 1169 |
|
1175 | 1170 | <p>If the value is ‘<code class=css>none</code>’, then no |
@@ -4758,6 +4753,10 @@ <h2 id=changes><span class=secno>11. </span>Changes</h2> |
4758 | 4753 | href="/TR/2011/WD-css3-layout-20111129/">29 November 2011 draft:</a> |
4759 | 4754 |
|
4760 | 4755 | <ul> |
| 4756 | + <li>Short rows in a template aren't automatically padded with ‘<code |
| 4757 | + class=css>.</code>’, but make the template illegal. |
| 4758 | + <!-- WG decision 11 Apr 2012 --> |
| 4759 | + |
4761 | 4760 | <li>Added a <a href="#accessibility">note about accessibility.</a> |
4762 | 4761 |
|
4763 | 4762 | <li>Instead of directly on ‘<a href="#display0"><code |
|
0 commit comments