csswg/css3-writing-modes Overview.html,1.101,1.102 Overview.src.html,1.105,1.106

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv32256

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Make statement about breaking between columns normative, since multicol still doesn't specify this. :/ <http://lists.w3.org/Archives/Public/www-style/2007Nov/0112.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Overview.html	3 May 2011 01:53:16 -0000	1.101
+++ Overview.html	3 May 2011 01:58:28 -0000	1.102
@@ -2325,12 +2325,9 @@
 
   <p>With regards to pagination, the rules in CSS2.1 still hold in vertical
    writing modes and orthogonal flows: page break opportunities do not occur
-   inside line boxes, only between them. Note that UAs that support <a
-   href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a> may break
-   between columns, however. <span class=issue>Does CSS3 Multicol specify
-   this <a
-   href="http://lists.w3.org/Archives/Public/www-style/2007Nov/0112.html">as
-   requested</a>?</span>
+   inside line boxes, only between them. UAs that support <a href="#CSS3COL"
+   rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a> may break in the
+   (potentially zero-width) gap between columns, however.
 
   <p>Note that if content spills outside the pagination stream established by
    the root element, the UA is not required to print such content. Authors

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- Overview.src.html	3 May 2011 01:53:16 -0000	1.105
+++ Overview.src.html	3 May 2011 01:58:28 -0000	1.106
@@ -1710,9 +1710,9 @@
 
   <p>With regards to pagination, the rules in CSS2.1 still hold in
     vertical writing modes and orthogonal flows: page break opportunities
-    do not occur inside line boxes, only between them. Note that UAs
-    that support [[!CSS3COL]] may break between columns, however.
-    <span class="issue">Does CSS3 Multicol specify this <a href="http://lists.w3.org/Archives/Public/www-style/2007Nov/0112.html">as requested</a>?</span>
+    do not occur inside line boxes, only between them.
+    UAs that support [[!CSS3COL]] may break in the (potentially zero-width)
+    gap between columns, however.
 
   <p>Note that if content spills outside the pagination stream
     established by the root element, the UA is not required to print

Received on Tuesday, 3 May 2011 01:58:32 UTC