csswg/css3-writing-modes Overview.html,1.117,1.118 Overview.src.html,1.122,1.123

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Resolve open issue on Phags Pa per feedback form unicode mailing list

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Overview.html	17 May 2011 23:29:12 -0000	1.117
+++ Overview.html	18 May 2011 01:24:50 -0000	1.118
@@ -30,7 +30,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 May 2011</h2>
 
    <dl>
     <dt>This version:
@@ -38,7 +38,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-20110517">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110517/</a>
+    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110518">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110518/</a>
 -->
      
 
@@ -1397,7 +1397,7 @@
    <dt>vertical-only
 
    <dd>Scripts that have vertical, but not horizontal, native orientation.
-    Includes: Mongolian, Manchu
+    Includes: Mongolian, Phags Pa
 
    <dt>bi-orientational
 
@@ -2852,16 +2852,14 @@
 
   <p><em>This section is normative.</em>
 
-  <p>This appendix gives the orientational properties of vertical scripts in
-   Unicode 6.0 <a href="#UNICODE"
-   rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>. Any script not listed
-   explicitly is assumed to be <i>horizontal-only</i>. The script
-   classification of Unicode characters is given by <a href="#UAX24"
-   rel=biblioentry>[UAX24]<!--{{!UAX24}}--></a>.
+  <p>This appendix gives the orientational properties of scripts in Unicode
+   6.0 <a href="#UNICODE" rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>.
+   Any script not listed explicitly is assumed to be <i>horizontal-only</i>.
+   The script classification of Unicode characters is given by <a
+   href="#UAX24" rel=biblioentry>[UAX24]<!--{{!UAX24}}--></a>.
 
   <table class=data>
-   <caption>Vertical Scripts in Unicode 6.0 and their Bi-orientational
-    Transform</caption>
+   <caption>Vertical Scripts and their Bi-orientational Transform</caption>
 
    <thead>
     <tr>
@@ -2933,7 +2931,7 @@
 
      <td>Phags Pa
 
-     <td>rotate <span class=issue>?</span>
+     <td>rotate
 
     <tr>
      <td>Yiii

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Overview.src.html	17 May 2011 23:29:13 -0000	1.122
+++ Overview.src.html	18 May 2011 01:24:51 -0000	1.123
@@ -1012,7 +1012,7 @@
         Includes: Latin, Arabic, Hebrew, Devanagari
     <dt>vertical-only</dt>
       <dd>Scripts that have vertical, but not horizontal, native orientation.
-        Includes: Mongolian, Manchu
+        Includes: Mongolian, Phags Pa
     <dt>bi-orientational</dt>
       <dd>Scripts that have both vertical and horizontal native orientation.
         Includes: Han, Hangul, Japanese Kana
@@ -2149,13 +2149,13 @@
 Bi-orientational Transformations</h2>
   <p><em>This section is normative.</em></p>
 
-  <p>This appendix gives the orientational properties of vertical scripts in
-    Unicode 6.0 [[!UNICODE]]. Any script not listed explicitly is assumed to be
+  <p>This appendix gives the orientational properties of scripts in Unicode 6.0
+    [[!UNICODE]]. Any script not listed explicitly is assumed to be
     <i>horizontal-only</i>. The script classification of Unicode characters is
     given by [[!UAX24]].
 
   <table class="data">
-    <caption>Vertical Scripts in Unicode 6.0 and their Bi-orientational Transform
+    <caption>Vertical Scripts and their Bi-orientational Transform
     <thead>
       <tr><th>Code	<th>Name                	<th>Transform
     </thead>
@@ -2168,7 +2168,7 @@
       <tr><td>Hani	<td>Han                 	<td>translate
       <tr><td>Hang	<td>Hangul              	<td>translate
       <tr><td>Mong	<td>Mongolian           	<td>rotate
-      <tr><td>Phag	<td>Phags Pa            	<td>rotate <span class="issue">?</span>
+      <tr><td>Phag	<td>Phags Pa            	<td>rotate
       <tr><td>Yiii	<td>Yi                  	<td>translate
     </tbody>
   </table>

Received on Wednesday, 18 May 2011 01:24:54 UTC