csswg/css3-writing-modes Overview.html,1.85,1.86 Overview.src.html,1.89,1.90

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix id and links to #script-orientations

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Overview.html	9 Mar 2011 06:04:28 -0000	1.85
+++ Overview.html	14 Mar 2011 20:02:53 -0000	1.86
@@ -28,7 +28,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 March 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 March 2011</h2>
 
    <dl>
     <dt>This version:
@@ -36,7 +36,7 @@
     <dd><a
      href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
      <!--
-    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110309">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110309</a>
+    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110314">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110314</a>
 -->
      
 
@@ -259,8 +259,8 @@
 
    <li class=no-num><a href="#bidi-html">Appendix B: Bidi Rules for HTML</a>
 
-   <li class=no-num><a href="#appendix-a-script-orientations">Appendix A:
-    Script Orientations</a>
+   <li class=no-num><a href="#script-orientations">Appendix A: Script
+    Orientations</a>
 
    <li class=no-num><a href="#appendix-b-references">Appendix B:
     References</a>
@@ -1323,7 +1323,7 @@
    bi-orientational transform, which orients them correctly in vertical text:
    CJK (Chinese/Japanese/Korean) characters translate, that is, they are
    always upright. Other scripts, such as Mongolian, rotate. (See <a
-   href=script-orientations>Appendix A</a> for a list of intrinsic
+   href="#script-orientations">Appendix A</a> for a list of intrinsic
    bi-orientational transforms.)
 
   <p>Scripts without a native vertical orientation can be either rotated (set
@@ -2617,8 +2617,7 @@
 { unicode-bidi: isolate; }
   </pre>
 
-  <h2 class=no-num id=appendix-a-script-orientations>Appendix A: Script
-   Orientations</h2>
+  <h2 class=no-num id=script-orientations>Appendix A: Script Orientations</h2>
 
   <p>This appendix gives the orientational properties of vertical scripts in
    <a href="#UNICODE" rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>. Any

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.src.html	9 Mar 2011 06:04:28 -0000	1.89
+++ Overview.src.html	14 Mar 2011 20:02:53 -0000	1.90
@@ -958,7 +958,7 @@
     intrinsic bi-orientational transform, which orients them correctly in
     vertical text: CJK (Chinese/Japanese/Korean) characters translate,
     that is, they are always upright. Other scripts, such as Mongolian,
-    rotate. (See <a href="script-orientations">Appendix A</a> for a list of
+    rotate. (See <a href="#script-orientations">Appendix A</a> for a list of
     intrinsic bi-orientational transforms.)</p>
 
   <p>Scripts without a native vertical orientation can be either rotated
@@ -1981,7 +1981,7 @@
 { unicode-bidi: isolate; }
   </pre>
 
-<h2 class="no-num">Appendix A: Script Orientations</h2>
+<h2 class="no-num" id="script-orientations">Appendix A: Script Orientations</h2>
 
   <p>This appendix gives the orientational properties of vertical scripts in
     [[!UNICODE]]. Any script not listed explicitly is assumed to be

Received on Monday, 14 March 2011 20:02:57 UTC