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

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

Modified Files:
	new2.src.html 
Log Message:
Recorded that Elika had the idea to put column sizes first.


Index: new2.src.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new2.src.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- new2.src.html	1 Mar 2012 22:59:41 -0000	1.7
+++ new2.src.html	2 Mar 2012 00:04:06 -0000	1.8
@@ -1188,6 +1188,8 @@
 </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:
 
@@ -2495,8 +2497,10 @@
 slot is equal to the distance between the <span title="tail
 edge">tail</span> margin edge of the anonymous block and
 the <span title="tail edge">tail</span> margin edge of the
-slot. <span class=note>(Note that if the content overflows the slot,
-it will overflow at both edges.)</span>
+slot.
+
+<p class=note>(Note that if the content overflows the slot, it will
+overflow at both edges.)
 
 <dt>baseline
 <dd>
@@ -2513,7 +2517,7 @@
 baseline of that line must align with the baselines of the relevant
 first lines in all other slots with the same 'writing-mode' and the
 same 'vertical-align' in the same row (if the slot
-is <span>horizontal</span>) or same column (if the slot
+is <span>horizontal</span>) or the same column (if the slot
 is <span>vertical</span>). 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 'writing-mode' as the slot itself.

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