- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 22 Feb 2012 23:14:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv11267
Modified Files:
new.src.html
Log Message:
Alternative definition for the number of columns/rows.
Index: new.src.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new.src.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- new.src.html 17 Feb 2012 20:53:39 -0000 1.12
+++ new.src.html 22 Feb 2012 23:14:47 -0000 1.13
@@ -963,6 +963,20 @@
<li>Otherwise, the grid has one row.
</ol>
+ <div class=issue>
+ <p>Alternative definition:
+
+ <p>The number of columns is the number of
+ <var><track-size></var> values in 'grid-columns' or the number
+ of columns in 'grid-template', whichever is larger. (A value of
+ ''none'' in this case means zero columns.)
+
+ <p>The number of rows is the number of <var><track-size></var>
+ values in 'grid-rows' or the number of rows in 'grid-template',
+ whichever is larger. (A value of ''none'' in this case means zero
+ rows.)
+ </div>
+
<p class=issue>What if an element has both 'columns' and
'grid-template', is it a grid element or a column element? (or do the
columns apply to the default slot?)
@@ -2310,7 +2324,8 @@
<li>'overflow' (see the sections on <a
href="#vertical-align">vertical alignment</a> and <a
href="#paged">paged media</a> below)
- <li class=issue>'writing-mode'
+ <li class=issue>'writing-mode' (The default
+ writing mode of a slot is the writing mode of the grid element itself.)
<li class=issue>'direction'
<li>'box-shadow'
<li>border properties <span class=issue
Received on Wednesday, 22 February 2012 23:14:51 UTC