csswg/css3-writing-modes Overview.html,1.173,1.174 Overview.src.html,1.183,1.184

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add more links to UAX44

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- Overview.html	22 Jun 2011 15:49:58 -0000	1.173
+++ Overview.html	22 Jun 2011 20:05:39 -0000	1.174
@@ -305,8 +305,8 @@
    <li class=no-num><a href="#bidi-html"> Appendix A: Bidi Rules for HTML</a>
     
 
-   <li class=no-num><a href="#character-properties">Appendix Q Characters and
-    Properties</a>
+   <li class=no-num><a href="#character-properties">Appendix Q. Characters
+    and Properties</a>
 
    <li class=no-num><a href="#script-orientations">Appendix B:
     Bi-orientational Transformations</a>
@@ -3089,7 +3089,7 @@
 { unicode-bidi: isolate; }
   </pre>
 
-  <h2 class=no-num id=character-properties>Appendix Q Characters and
+  <h2 class=no-num id=character-properties>Appendix Q. Characters and
    Properties</h2>
 
   <p>Unicode defines three character-level properties that are referenced in
@@ -3101,7 +3101,8 @@
 
    <dd>Defined in <a href="#UAX11"
     rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> and given as the
-    East_Asian_Width property.
+    East_Asian_Width property in the Unicode Character Database <a
+    href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>.
 
    <dt><a
     href="http://www.unicode.org/reports/tr44/#General_Category_Values">General
@@ -3109,15 +3110,17 @@
 
    <dd>Defined in <a href="#UAX44"
     rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a> and given as the
-    General_Category property.
+    General_Category property in the Unicode Character Database <a
+    href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>.
 
    <dt><a href="http://www.unicode.org/reports/tr24/#Values">Script
     property</a>
 
    <dd>Defined in <a href="#UAX24"
     rel=biblioentry>[UAX24]<!--{{!UAX24}}--></a> and given as the Script
-    property. (UAs should include any ScriptExtensions.txt assignments in
-    this mapping.)
+    property in the Unicode Character Database <a href="#UAX44"
+    rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>. (UAs should include any
+    ScriptExtensions.txt assignments in this mapping.)
   </dl>
 
   <p id=grapheme-cluster>In several sections (as noted), the term <dfn

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- Overview.src.html	22 Jun 2011 15:49:58 -0000	1.183
+++ Overview.src.html	22 Jun 2011 20:05:39 -0000	1.184
@@ -2327,18 +2327,21 @@
 { unicode-bidi: isolate; }
   </pre>
 
-<h2 id="character-properties" class="no-num">Appendix Q
+<h2 id="character-properties" class="no-num">Appendix Q.
 Characters and Properties</h2>
 
   <p>Unicode defines three character-level properties that are referenced
     in CSS Writing Modes:
   <dl>
     <dt><a href="http://www.unicode.org/reports/tr11/#Definitions">East Asian width</a>
-    <dd>Defined in [[!UAX11]] and given as the East_Asian_Width property.
+    <dd>Defined in [[!UAX11]] and given as the East_Asian_Width property
+      in the Unicode Character Database [[!UAX44]].
     <dt><a href="http://www.unicode.org/reports/tr44/#General_Category_Values">General Category</a>
-    <dd>Defined in [[!UAX44]] and given as the General_Category property.
+    <dd>Defined in [[!UAX44]] and given as the General_Category property
+      in the Unicode Character Database [[!UAX44]].
     <dt><a href="http://www.unicode.org/reports/tr24/#Values">Script property</a>
-    <dd>Defined in [[!UAX24]] and given as the Script property. (UAs should
+    <dd>Defined in [[!UAX24]] and given as the Script property
+      in the Unicode Character Database [[!UAX44]]. (UAs should
       include any ScriptExtensions.txt assignments in this mapping.)
   </dl>
 

Received on Wednesday, 22 June 2011 20:05:43 UTC