|
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 rel=contents href="#contents"> |
9 | | -<link rel=index href="#index"> |
10 | 8 | <link href="default.css" rel=stylesheet type="text/css"> |
11 | 9 |
|
12 | 10 | <style type="text/css"> |
@@ -835,15 +833,13 @@ <h3 id=grid-template> Declaring a template: 'grid-template'</h3> |
835 | 833 |
|
836 | 834 | <p>Non-rectangular slots and multiple slots with the same letter are |
837 | 835 | illegal. A template without any letter or “*” is illegal. A template |
838 | | -with more than one “*” slot is illegal. These errors cause the |
839 | | -declaration to be ignored. |
| 836 | +with more than one “*” slot is illegal. Strings with different numbers |
| 837 | +of columns are illegal. These errors cause the declaration to be |
| 838 | +ignored. |
840 | 839 |
|
841 | 840 | <p class=note>Note: non-rectangular and disconnected regions may be |
842 | 841 | permitted in a future update of CSS. |
843 | 842 |
|
844 | | -<p>Rows with fewer columns than other rows are implicitly padded with |
845 | | -periods (“.”). |
846 | | - |
847 | 843 | <p>Each slot (letter or “*”) acts as a block element for its contents. |
848 | 844 |
|
849 | 845 | <p>If the value is ''none'', then no explicit slots are defined. If |
@@ -4009,6 +4005,9 @@ <h2 id=changes>Changes</h2> |
4009 | 4005 | href="/TR/2011/WD-css3-layout-20111129/" >29 November 2011 draft:</a> |
4010 | 4006 |
|
4011 | 4007 | <ul> |
| 4008 | +<li>Short rows in a template aren't automatically padded with '.', but |
| 4009 | +make the template illegal. <!-- WG decision 11 Apr 2012 --> |
| 4010 | + |
4012 | 4011 | <li>Added a <a href="#accessibility" >note about accessibility.</a> |
4013 | 4012 |
|
4014 | 4013 | <li>Instead of directly on 'display', the grid template is now |
|
0 commit comments