csswg/css3-gcpm Overview.html,1.118,1.119

Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv5579

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Overview.html	21 Sep 2011 18:41:41 -0000	1.118
+++ Overview.html	21 Sep 2011 18:44:52 -0000	1.119
@@ -3175,19 +3175,22 @@
 
   <h3 id=float-modifiers><span class=secno>14.1. </span>Float modifiers</h3>
 
-  <p>Two new values on &lsquo;<code class=property>float</code>&rsquo;
+  <p>These new values on &lsquo;<code class=property>float</code>&rsquo; can
+   be combined with the other values:
 
   <dl>
    <dt>next-page
 
    <dd>In paged media, float box to the next page. The first column of the
-    multicol element on the next page is considered to be the natural column.
-    
+    multicol element on the next page is considered to be the natural column
+    for boxes affected by this value.
 
    <dt>unless-room
 
    <dd>Only float the box if keeping it in its natural position would have
     yielded a column or page break
+    <p class=issue>Can this value be combined with all other values? E.g.,
+     does "left unless-room" make sense?
 
    <dt>intrude
 

Received on Wednesday, 21 September 2011 18:44:56 UTC