csswg/css3-layout new.html,1.10,1.11

Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv12360

Modified Files:
	new.html 
Log Message:
Generated. Do not edit!

Index: new.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- new.html	17 Feb 2012 20:54:00 -0000	1.10
+++ new.html	22 Feb 2012 23:18:48 -0000	1.11
@@ -38,14 +38,14 @@
 
    <h1>CSS Grid Template Module</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 February
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 February
     2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2012/ED-css3-grid-template-20120217/">http://www.w3.org/TR/2012/ED-css3-grid-template-20120217/</a>
+     href="http://www.w3.org/TR/2012/ED-css3-grid-template-20120223/">http://www.w3.org/TR/2012/ED-css3-grid-template-20120223/</a>
      
 
     <dt>Latest version:
@@ -1242,6 +1242,28 @@
    <li>Otherwise, the grid has one row.
   </ol>
 
+  <div class=issue>
+   <p>Alternative definition:
+
+   <p>The number of columns is the number of <a
+    href="#lttrack-sizegt"><var>&lt;track-size&gt;</var></a> values in
+    &lsquo;<a href="#grid-columns"><code
+    class=property>grid-columns</code></a>&rsquo; or the number of columns in
+    &lsquo;<a href="#grid-template"><code
+    class=property>grid-template</code></a>&rsquo;, whichever is larger. (A
+    value of &lsquo;<code class=css>none</code>&rsquo; in this case means
+    zero columns.)
+
+   <p>The number of rows is the number of <a
+    href="#lttrack-sizegt"><var>&lt;track-size&gt;</var></a> values in
+    &lsquo;<a href="#grid-rows"><code
+    class=property>grid-rows</code></a>&rsquo; or the number of rows in
+    &lsquo;<a href="#grid-template"><code
+    class=property>grid-template</code></a>&rsquo;, whichever is larger. (A
+    value of &lsquo;<code class=css>none</code>&rsquo; in this case means
+    zero rows.)
+  </div>
+
   <p class=issue>What if an element has both &lsquo;<code
    class=property>columns</code>&rsquo; and &lsquo;<a
    href="#grid-template"><code
@@ -2944,7 +2966,8 @@
     href="#paged">paged media</a> below)
 
    <li class=issue>&lsquo;<a href="#writing-mode"><code
-    class=property>writing-mode</code></a>&rsquo;
+    class=property>writing-mode</code></a>&rsquo; (The default writing mode
+    of a slot is the writing mode of the grid element itself.)
 
    <li class=issue>&lsquo;<code class=property>direction</code>&rsquo;
 

Received on Wednesday, 22 February 2012 23:18:52 UTC