Skip to content

Commit 3358cf9

Browse files
committed
Short rows in a template are an error. They are not automatically
padded with ".". (WG decision 11 Apr 2012.)
1 parent 9da9551 commit 3358cf9

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

css3-layout/Overview.src.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
profile="http://microformats.org/profile/hcard http://microformats.org/wiki/rel-license">
66
<title>CSS Grid Template Layout Module</title>
77
<meta content="text/html; charset=utf-8" http-equiv=content-type>
8-
<link rel=contents href="#contents">
9-
<link rel=index href="#index">
108
<link href="default.css" rel=stylesheet type="text/css">
119

1210
<style type="text/css">
@@ -835,15 +833,13 @@ <h3 id=grid-template> Declaring a template: 'grid-template'</h3>
835833

836834
<p>Non-rectangular slots and multiple slots with the same letter are
837835
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.
840839

841840
<p class=note>Note: non-rectangular and disconnected regions may be
842841
permitted in a future update of CSS.
843842

844-
<p>Rows with fewer columns than other rows are implicitly padded with
845-
periods (“.”).
846-
847843
<p>Each slot (letter or “*”) acts as a block element for its contents.
848844

849845
<p>If the value is ''none'', then no explicit slots are defined. If
@@ -4009,6 +4005,9 @@ <h2 id=changes>Changes</h2>
40094005
href="/TR/2011/WD-css3-layout-20111129/" >29 November 2011 draft:</a>
40104006

40114007
<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+
40124011
<li>Added a <a href="#accessibility" >note about accessibility.</a>
40134012

40144013
<li>Instead of directly on 'display', the grid template is now

0 commit comments

Comments
 (0)