csswg/css3-gcpm Overview.src.html,1.123,1.124

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

Modified Files:
	Overview.src.html 
Log Message:
refining alternative float model

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- Overview.src.html	21 Sep 2011 18:41:30 -0000	1.123
+++ Overview.src.html	21 Sep 2011 18:44:41 -0000	1.124
@@ -2567,24 +2567,26 @@
 
 <h3>Float modifiers</h3>
 
-<p>Two new values on 'float'
+<p>These new values on 'float' 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. 
+<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 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
 
 <dd>The element may intrude neighboring columns; if the element is not in a multi-column element, this keyword has no effect.
 
-
 </dl>
 
+
 <div class=example>
 
 <pre>

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