- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 22 Feb 2012 23:18:51 +0000
- To: public-css-commits@w3.org
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><track-size></var></a> values in
+ ‘<a href="#grid-columns"><code
+ class=property>grid-columns</code></a>’ or the number of columns in
+ ‘<a href="#grid-template"><code
+ class=property>grid-template</code></a>’, whichever is larger. (A
+ value of ‘<code class=css>none</code>’ in this case means
+ zero columns.)
+
+ <p>The number of rows is the number of <a
+ href="#lttrack-sizegt"><var><track-size></var></a> values in
+ ‘<a href="#grid-rows"><code
+ class=property>grid-rows</code></a>’ or the number of rows in
+ ‘<a href="#grid-template"><code
+ class=property>grid-template</code></a>’, whichever is larger. (A
+ value of ‘<code class=css>none</code>’ in this case means
+ zero rows.)
+ </div>
+
<p class=issue>What if an element has both ‘<code
class=property>columns</code>’ and ‘<a
href="#grid-template"><code
@@ -2944,7 +2966,8 @@
href="#paged">paged media</a> below)
<li class=issue>‘<a href="#writing-mode"><code
- class=property>writing-mode</code></a>’
+ class=property>writing-mode</code></a>’ (The default writing mode
+ of a slot is the writing mode of the grid element itself.)
<li class=issue>‘<code class=property>direction</code>’
Received on Wednesday, 22 February 2012 23:18:52 UTC