csswg/css3-text Overview.html,1.72,1.73 Overview.src.html,1.169,1.170

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarify that text-emphasis mark uprightness is only in vertical typographic mode

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- Overview.html	3 Mar 2011 09:12:56 -0000	1.72
+++ Overview.html	7 Mar 2011 17:16:19 -0000	1.73
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 March 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 March 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/03/03 08:57:48 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110303/">http://www.w3.org/TR/2011/WD-css3-text-20110303/</a></dd>
+     2011/03/03 09:12:56 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110307/">http://www.w3.org/TR/2011/WD-css3-text-20110307/</a></dd>
     -->
      
 
@@ -4965,7 +4965,7 @@
    some fonts use inappropriate sizes for emphasis marks in these code
    points. The UA may opt to use a font known to be good for emphasis marks,
    or the marks may instead be synthesized by the UA. Marks must remain
-   upright in both horizontal and vertical typographic modes: they do not
+   upright in vertical typographic modes: like CJK characters, they do not
    rotate to match the writing mode.
 
   <div class=example>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- Overview.src.html	3 Mar 2011 09:12:56 -0000	1.169
+++ Overview.src.html	7 Mar 2011 17:16:19 -0000	1.170
@@ -3742,8 +3742,8 @@
       and some fonts use inappropriate sizes for emphasis marks in these
       code points. The UA may opt to use a font known to be good for
       emphasis marks, or the marks may instead be synthesized by the UA.
-      Marks must remain upright in both horizontal and vertical typographic
-      modes: they do not rotate to match the writing mode.</p>
+      Marks must remain upright in vertical typographic modes: like CJK
+      characters, they do not rotate to match the writing mode.</p>
 
     <div class="example">
       <p>One example of good fonts for emphasis marks is Adobe's opensource project,

Received on Monday, 7 March 2011 17:16:23 UTC