csswg/css3-break Overview.html,1.22,1.23 Overview.src.html,1.24,1.25

Update of /sources/public/csswg/css3-break
In directory hutz:/tmp/cvs-serv30083

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Adding a test case to Option A of section 5.1 that illustrates the overflow case of floaters when width computes to non-percent length value.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-break/Overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.html	21 Feb 2012 14:12:05 -0000	1.22
+++ Overview.html	23 Feb 2012 07:23:38 -0000	1.23
@@ -12,19 +12,19 @@
 
  <body>
   <div class=head> <!--begin-logo-->
-   <p><a href="http://www.w3.org/"><img alt=W3C height=48
+   <p id=x><a href="http://www.w3.org/"><img alt=W3C height=48
     src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
 
    <h1 id=css-fragmentation-module>CSS Fragmentation Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 February
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 February
[...1193 lines suppressed...]
+     <li id=is-not-experimental-i.e.-a-version-speci>is not experimental
+      (i.e., a version specifically designed to pass the test suite and is
+      not intended for normal usage going forward).
     </ol>
   </dl>
 
-  <p> The specification will remain Candidate Recommendation for at least six
-   months.
+  <p id=the-specification-will-remain-candidate-> The specification will
+   remain Candidate Recommendation for at least six months.
 
   <h2 class=no-num id=acknowledgments> Acknowledgments</h2>
 
-  <p> The editors would like to extend special thanks to Michael Day, and the
-   former <a href="#CSS3PAGE"
+  <p id=the-editors-would-like-to-extend-special> The editors would like to
+   extend special thanks to Michael Day, and the former <a href="#CSS3PAGE"
    rel=biblioentry>[CSS3PAGE]<!--{{CSS3PAGE}}--></a> editors Jim Bigelow
    (HP), Melinda Grant (HP), HÃ¥kon Wium Lie (Opera), and Jacob Refstrup (HP)
    for their contributions to this specification.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-break/Overview.src.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Overview.src.html	21 Feb 2012 14:18:38 -0000	1.24
+++ Overview.src.html	23 Feb 2012 07:23:38 -0000	1.25
@@ -742,7 +742,8 @@
       be staggered (if they were not continuations) in order to fit, the
       elements' widths are reduced (on that fragmenter only) in proportion to
       their original widths until they fit. However they are not reduced
-      past their min-content width.
+      past their min-content width or in case the width copmutes to a
+      non-percent length value.
       <div class="figure">
         <pre>First page
 <!--    -->+----------------------------------+
@@ -756,7 +757,7 @@
 <!--    -->|#,,,,,,,,,# ......... #,,,,,,,,,,#|
 <!--    -->+----------------------------------+
 <!--    -->
-<!--    -->Second page
+<!--    -->Second page in case the 'width' computes to 'auto' or 'percent'
 <!--    -->
 <!--    -->+-----------------+
 <!--    -->|#``````##```````#|
@@ -767,8 +768,20 @@
 <!--    -->|.................|
 <!--    -->|...............  |
 <!--    -->|.................|
-<!--    -->|....             |</pre>
-      </div>
+<!--    -->|....             |
+<!--    -->
+<!--    -->Second page in case the 'width' computes to 'length' value
+<!--    -->
+<!--    -->+-----------------+
+<!--    -->    |#`````````##``````````#
+<!--    -->    |#  left   ##   right  #
+<!--    -->    |#  float  ##   float  #
+<!--    -->    |#  cont.  ##   cont.  #
+<!--    -->    |#######################
+<!--    -->|.................|
+<!--    -->|...............  |
+<!--    -->|.................|
+<!--    -->|....             |</pre>      </div>
     </li>
     <li><strong class="issue">Option B:</strong>
       Fragments of boxes that began on a previous fragmenter must obey

Received on Thursday, 23 February 2012 07:23:42 UTC