csswg/css3-layout new2.html,1.7,1.8

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

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

Index: new2.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new2.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- new2.html	1 Mar 2012 22:59:51 -0000	1.7
+++ new2.html	2 Mar 2012 00:04:42 -0000	1.8
@@ -50,13 +50,13 @@
    <h1>CSS Grid Template Layout Module</h1>
    <!--=================================================================-->
    <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
-    1 March 2012</h2>
+    2 March 2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2012/ED-css3-layout-20120301/">http://www.w3.org/TR/2012/ED-css3-layout-20120301/</a>
+     href="http://www.w3.org/TR/2012/ED-css3-layout-20120302/">http://www.w3.org/TR/2012/ED-css3-layout-20120302/</a>
      
 
     <dt>Latest version:
@@ -1591,6 +1591,9 @@
   </div>
 
   <div class=issue>
+   <!-- The idea to put column sizes first is due to Fantasai:
+http://www.w3.org/mid/4F4FF423.1000205@inkedblade.net -->
+   
    <p>Does it look better with the column sizes first instead of last? There
     would be no need for a slash:
 
@@ -3099,8 +3102,9 @@
     margin edge of the slot is equal to the distance between the <a
     href="#tail-edge" title="tail edge">tail</a> margin edge of the anonymous
     block and the <a href="#tail-edge" title="tail edge">tail</a> margin edge
-    of the slot. <span class=note>(Note that if the content overflows the
-    slot, it will overflow at both edges.)</span>
+    of the slot.
+    <p class=note>(Note that if the content overflows the slot, it will
+     overflow at both edges.)
 
    <dt>baseline
 
@@ -3120,11 +3124,11 @@
       class=property>writing-mode</code></a>&rsquo; and the same &lsquo;<a
       href="#vertical-align"><code
       class=property>vertical-align</code></a>&rsquo; in the same row (if the
-      slot is <a href="#horizontal-element.">horizontal</a>) or same column
-      (if the slot is <a href="#vertical-element">vertical</a>). A slot has a
-      relevant first line, if the content has a first line (ignoring any
-      lines inside floats) and that first line has the same &lsquo;<a
-      href="#writing-mode"><code
+      slot is <a href="#horizontal-element.">horizontal</a>) or the same
+      column (if the slot is <a href="#vertical-element">vertical</a>). A
+      slot has a relevant first line, if the content has a first line
+      (ignoring any lines inside floats) and that first line has the same
+      &lsquo;<a href="#writing-mode"><code
       class=property>writing-mode</code></a>&rsquo; as the slot itself.
     </ol>
 

Received on Friday, 2 March 2012 00:04:46 UTC