csswg/css3-gcpm Overview.html,1.146,1.147

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

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- Overview.html	26 Oct 2011 02:46:51 -0000	1.146
+++ Overview.html	26 Oct 2011 02:49:09 -0000	1.147
@@ -228,22 +228,21 @@
     <ul class=toc>
      <li><a href="#float-modifiers"><span class=secno>14.1. </span>Float
       modifiers</a>
-    </ul>
 
-   <li><a href="#multi-column-float-intrusion"><span class=secno>15.
-    </span>Multi-column float intrusion</a>
-    <ul class=toc>
-     <li><a href="#floating-inside-and-outside-pages"><span class=secno>15.1.
+     <li><a href="#multi-column-float-intrusion"><span class=secno>14.2.
+      </span>Multi-column float intrusion</a>
+
+     <li><a href="#floating-inside-and-outside-pages"><span class=secno>14.3.
       </span>Floating inside and outside pages</a>
     </ul>
 
-   <li><a href="#the-first-page-pseudo-element"><span class=secno>16.
+   <li><a href="#the-first-page-pseudo-element"><span class=secno>15.
     </span>The &lsquo;<code class=property>first-page</code>&rsquo;
     pseudo-element</a>
 
-   <li><a href="#conformance"><span class=secno>17. </span>Conformance</a>
+   <li><a href="#conformance"><span class=secno>16. </span>Conformance</a>
 
-   <li><a href="#appendix-a-default-style-sheet"><span class=secno>18.
+   <li><a href="#appendix-a-default-style-sheet"><span class=secno>17.
     </span>Appendix A: Default style sheet</a>
 
    <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
@@ -3062,12 +3061,7 @@
 .figure { float: top-corner }
 </pre>
     <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 &lsquo;<code class=property>column-span</code>&rsquo; 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
@@ -3150,8 +3144,8 @@
       <img src=13.png></div>
    </dl>
 
-   <h2 id=multi-column-float-intrusion><span class=secno>15.
-    </span>Multi-column float intrusion</h2>
+   <h3 id=multi-column-float-intrusion><span class=secno>14.2.
+    </span>Multi-column float intrusion</h3>
 
    <p>A new value on &lsquo;<code class=property>float</code>&rsquo; is
     introduced to support intrusion in columns:
@@ -3183,7 +3177,7 @@
      src=1.png>
    </div>
 
-   <h3 id=floating-inside-and-outside-pages><span class=secno>15.1.
+   <h3 id=floating-inside-and-outside-pages><span class=secno>14.3.
     </span>Floating inside and outside pages</h3>
 
    <p>Two allow content to flow to the inside and outside of a page, these
@@ -3240,7 +3234,7 @@
 <p class=note>A similar idea &mdash; 'line-stacking-strategy: grid-height' &mdash; was proposed in a <a href="http://www.w3.org/TR/css3-linebox/#line-stacking-strategy">previous version of the CSS3 line module</a>. The 'line-stacking-strategy' property is <a href="http://www.w3.org/TR/xsl/#line-stacking-strategy">used in XSL</a>.
 -->
    
-   <h2 id=the-first-page-pseudo-element><span class=secno>16. </span>The
+   <h2 id=the-first-page-pseudo-element><span class=secno>15. </span>The
     &lsquo;<code class=property>first-page</code>&rsquo; pseudo-element</h2>
    <!--
 <p>The 'first-page' pseudo-element selects the content of an element
@@ -3345,11 +3339,11 @@
 
 -->
    
-   <h2 id=conformance><span class=secno>17. </span>Conformance</h2>
+   <h2 id=conformance><span class=secno>16. </span>Conformance</h2>
 
    <p>TBD
 
-   <h2 id=appendix-a-default-style-sheet><span class=secno>18.
+   <h2 id=appendix-a-default-style-sheet><span class=secno>17.
     </span>Appendix A: Default style sheet</h2>
 
    <pre>

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