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

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

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.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Overview.src.html	21 Sep 2011 18:44:41 -0000	1.124
+++ Overview.src.html	21 Sep 2011 18:46:15 -0000	1.125
@@ -2595,9 +2595,21 @@
 
 </div>
 
-<p class=issue>Would it be better to have the modifiers on a new proprty, e.g. 'float-adjust'. This way, the 'float' property would only take one value and it would be impossible to specify some nonsensical combinations.
+<div class=example>
+
+<pre class=css>
+img { float: left intrude; width: 120%;  }
+</pre>
+
+<p>In this example, the image is wider than the column and will
+therefore intrude into the neighboring column. At the bottom of the
+middle column is a long word that is clipped in the middle of the
+column gap.
+
+<img src=1.png>
+
+<p class=issue>Would it be better to have these modifiers on a new property, e.g. 'float-adjust'. This way, the 'float' property would only need to take one value. 
 
-<p class=issue>it may be easier to allow 'next-page' and '
 
 <h3>Floating inside and outside pages</h3>
 

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