csswg/css3-writing-modes Overview.html,1.71,1.72 Overview.src.html,1.76,1.77

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Normalize CSS3COL references to avoid duplicate IDs

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Overview.html	28 Jan 2011 02:06:09 -0000	1.71
+++ Overview.html	28 Jan 2011 02:51:11 -0000	1.72
@@ -1864,7 +1864,7 @@
   <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
+   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
@@ -2317,16 +2317,6 @@
    <dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
     <!---->
 
-   <dt id=CSS3COL>[CSS3COL]
-
-   <dd>H&#229;kon Wium Lie. <a
-    href="http://www.w3.org/TR/2009/CR-css3-multicol-20091217"><cite>CSS
-    Multi-column Layout Module.</cite></a> 17 December 2009. W3C Candidate
-    Recommendation. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2009/CR-css3-multicol-20091217">http://www.w3.org/TR/2009/CR-css3-multicol-20091217</a>
-    </dd>
-   <!---->
-
    <dt id=CSS3PAGE>[CSS3PAGE]
 
    <dd>Melinda Grant; H&#229;kon Wium Lie. <a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Overview.src.html	28 Jan 2011 02:06:09 -0000	1.76
+++ Overview.src.html	28 Jan 2011 02:51:12 -0000	1.77
@@ -1356,7 +1356,7 @@
   <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.
+    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>
 
   <p>Note that if content spills outside the pagination stream

Received on Friday, 28 January 2011 02:51:15 UTC