Skip to content

Commit 3de8399

Browse files
committed
Generated. Do not edit!
1 parent f6979b4 commit 3de8399

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

css3-layout/Overview.html

Lines changed: 8 additions & 9 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 href="#contents" rel=contents>
9-
<link href="#index" rel=index>
108
<link href=default.css rel=stylesheet type="text/css">
119

1210
<style type="text/css">
@@ -38,13 +36,13 @@
3836
<h1>CSS Grid Template Layout Module</h1>
3937
<!--=================================================================-->
4038
<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>
4240

4341
<dl>
4442
<dt>This version:
4543

4644
<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>
4846

4947

5048
<dt>Latest version:
@@ -1161,15 +1159,12 @@ <h3 id=grid-template><span class=secno>2.1. </span> Declaring a template:
11611159

11621160
<p>Non-rectangular slots and multiple slots with the same letter are
11631161
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.
11661164

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

1170-
<p>Rows with fewer columns than other rows are implicitly padded with
1171-
periods (“.”).
1172-
11731168
<p>Each slot (letter or “*”) acts as a block element for its contents.
11741169

11751170
<p>If the value is &lsquo;<code class=css>none</code>&rsquo;, then no
@@ -4758,6 +4753,10 @@ <h2 id=changes><span class=secno>11. </span>Changes</h2>
47584753
href="/TR/2011/WD-css3-layout-20111129/">29 November 2011 draft:</a>
47594754

47604755
<ul>
4756+
<li>Short rows in a template aren't automatically padded with &lsquo;<code
4757+
class=css>.</code>&rsquo;, but make the template illegal.
4758+
<!-- WG decision 11 Apr 2012 -->
4759+
47614760
<li>Added a <a href="#accessibility">note about accessibility.</a>
47624761

47634762
<li>Instead of directly on &lsquo;<a href="#display0"><code

0 commit comments

Comments
 (0)