csswg/css3-text Overview.html,1.181,1.182 Overview.src.html,1.279,1.280

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv25591

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix default UA stylesheet emphasis-mark-position for Chinese

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- Overview.html	30 Aug 2011 18:21:23 -0000	1.181
+++ Overview.html	14 Sep 2011 10:20:14 -0000	1.182
@@ -29,21 +29,22 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 August 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 September
+    2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/30
-     18:20:55 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110830/">http://www.w3.org/TR/2011/WD-css3-text-20110830/</a></dd>
+    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/31
+     11:11:30 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110914/">http://www.w3.org/TR/2011/WD-css3-text-20110914/</a></dd>
     -->
      
 
     <dt>Latest version:
 
     <dd><a
-     href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a>
+     href="http://www.w3.org/TR/css3-text">http://www.w3.org/TR/css3-text</a>
 
     <dt>Latest editor's draft:
 
@@ -5548,10 +5549,9 @@
    <dt id=UAX11>[UAX11]
 
    <dd>Asmus Freytag. <a
-    href="http://www.unicode.org/unicode/reports/tr11/tr11-8.html"><cite>East
-    Asian Width.</cite></a> 23 March 2001. Unicode Standard Annex #11. URL:
-    <a
-    href="http://www.unicode.org/unicode/reports/tr11/tr11-8.html">http://www.unicode.org/unicode/reports/tr11/tr11-8.html</a>
+    href="http://www.unicode.org/reports/tr11/tr11-8.html"><cite>East Asian
+    Width.</cite></a> 23 March 2001. Unicode Standard Annex #11. URL: <a
+    href="http://www.unicode.org/reports/tr11/tr11-8.html">http://www.unicode.org/reports/tr11/tr11-8.html</a>
     </dd>
    <!---->
 
@@ -5598,11 +5598,11 @@
    <dt id=UNICODE>[UNICODE]
 
    <dd>The Unicode Consortium. <a
-    href="http://www.unicode.org/unicode/standard/versions/enumeratedversions.html"><cite>The
+    href="http://www.unicode.org/standard/versions/enumeratedversions.html"><cite>The
     Unicode Standard.</cite></a> 2003. Defined by: The Unicode Standard,
     Version 4.0 (Boston, MA, Addison-Wesley, ISBN 0-321-18578-1), as updated
     from time to time by the publication of new versions URL: <a
-    href="http://www.unicode.org/unicode/standard/versions/enumeratedversions.html">http://www.unicode.org/unicode/standard/versions/enumeratedversions.html</a>
+    href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a>
     </dd>
    <!---->
   </dl>
@@ -5759,8 +5759,8 @@
 <!-- -->rt { text-emphasis: none; }
 <!-- -->
 <!-- -->:root:lang(zh), [lang|=zh] {
-<!-- -->/* default emphasis mark position is 'under' for Chinese */
-<!-- -->  text-emphasis-position: under;
+<!-- -->/* default emphasis mark position is 'below right' for Chinese */
+<!-- -->  text-emphasis-position: below right;
 <!-- -->}
 </code></pre>
   </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- Overview.src.html	31 Aug 2011 11:11:30 -0000	1.279
+++ Overview.src.html	14 Sep 2011 10:20:14 -0000	1.280
@@ -1,4 +1,4 @@
-<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
+<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
   'http://www.w3.org/TR/html4/strict.dtd'>
 <html lang="en">
 <head>
@@ -4211,8 +4211,8 @@
 <!-- -->rt { text-emphasis: none; }
 <!-- -->
 <!-- -->:root:lang(zh), [lang|=zh] {
-<!-- -->/* default emphasis mark position is 'under' for Chinese */
-<!-- -->  text-emphasis-position: under;
+<!-- -->/* default emphasis mark position is 'below right' for Chinese */
+<!-- -->  text-emphasis-position: below right;
 <!-- -->}
 </code></pre>
     </div>

Received on Wednesday, 14 September 2011 10:20:23 UTC