csswg/css3-gcpm Overview.src.html,1.151,1.152

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

Modified Files:
	Overview.src.html 
Log Message:
revised outline

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- Overview.src.html	26 Oct 2011 02:46:43 -0000	1.151
+++ Overview.src.html	26 Oct 2011 02:49:01 -0000	1.152
@@ -2611,13 +2611,6 @@
 <img src=6.png>
 </div>
 
-
-<!--
-<p class=issue>
-In the examples above, the width is set to 100% to fill the available space. This is typically how paper-based layouts have used column-span. If, however, the width is smaller than the available space, how should the box be positioned. (Probably on the side, based on the writing direction.) And, should content flow around it? (Probably not: it may be hard to implement and have little use.)
-</div>
--->
-
 <p>The 'column-span' property is extended with integer values so that elements can span several columns. If the specified integer value is equal to, or larger than the number of columns in the multicol element, the number of columns spanned will be the same as if 'column-span: all' had been specified. 
 
 <div class=example>
@@ -2660,8 +2653,6 @@
 
 </div>
 
-
-
 <dt>next-column
 
 <dd>In paged media, float box to the next column. 
@@ -2707,7 +2698,7 @@
 
 
 
-<h2>Multi-column float intrusion</h2>
+<h3>Multi-column float intrusion</h3>
 
 <p>A new value on 'float' is introduced to support intrusion in columns:
 

Received on Wednesday, 26 October 2011 02:49:05 UTC