csswg/css3-text Overview.html,1.225,1.226 Overview.src.html,1.325,1.326

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove "typographic mode" terminology and refer writing mode instead

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Overview.html	4 Feb 2012 10:03:53 -0000	1.225
+++ Overview.html	17 Feb 2012 09:02:57 -0000	1.226
@@ -32,15 +32,15 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 February
     2012</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/24
-     01:27:32 $ (CVS $Revision$)</a> <!--
-    <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120204/">http://www.w3.org/TR/2012/WD-css3-text-20120204/</a></dd>
+    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/02/04
+     10:03:53 $ (CVS $Revision$)</a> <!--
+    <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120217/">http://www.w3.org/TR/2012/WD-css3-text-20120217/</a></dd>
   -->
      
 
@@ -2328,11 +2328,12 @@
    are given in the table below. Since justification behavior varies by
    writing system, expansion opportunities are organized by <a
    href="#script-groups">script categories</a>. An expansion opportunity
-   exists between two <i>letters</i> at a priority level when at least one of
-   them belongs to a script category at that level and the other does not
-   belong to a higher priority level. All scripts in the same priority level
-   must be treated exactly the same. Word separators (spaces) and other
-   symbols and punctuation are treated specially, see below.
+   exists between two <a href="#letter0"><i>letters</i></a> at a priority
+   level when at least one of them belongs to a script category at that level
+   and the other does not belong to a higher priority level. All scripts in
+   the same priority level must be treated exactly the same. Word separators
+   (spaces) and other symbols and punctuation are treated specially, see
+   below.
 
   <table class=data>
    <caption>Prioritization of Expansion Points</caption>
@@ -2793,9 +2794,9 @@
   </table>
 
   <p>This property specifies the minimum, maximum, and optimal spacing
-   between <i>characters</i>. Letter-spacing is applied in addition to any
-   word-spacing. &lsquo;<code class=css>normal</code>&rsquo; optimum
-   letter-spacing is typically zero.
+   between <a href="#character"><i>characters</i></a>. Letter-spacing is
+   applied in addition to any word-spacing. &lsquo;<code
+   class=css>normal</code>&rsquo; optimum letter-spacing is typically zero.
 
   <p>Letter-spacing must not be applied at the beginning or at the end of a
    line. At element boundaries, the total letter spacing between two
@@ -3756,11 +3757,11 @@
 
    <dt><dfn id=below>&lsquo;<code class=css>below</code>&rsquo;</dfn>
 
-   <dd>In horizontal typographic modes, the underline is positioned relative
-    to the under edge of the element's content box. In this case the
-    underline usually does not cross the descenders. (This is sometimes
-    called "accounting" underline.) If the underline affects descendants with
-    a lower content edge, the user agent should shift the underline down
+   <dd>In horizontal writing modes, the underline is positioned relative to
+    the under edge of the element's content box. In this case the underline
+    usually does not cross the descenders. (This is sometimes called
+    "accounting" underline.) If the underline affects descendants with a
+    lower content edge, the user agent should shift the underline down
     further to the lowest underlined content box edge. The user agent may
     ignore elements with &lsquo;<code class=css>vertical-align</code>&rsquo;
     values given as lengths, percentages, &lsquo;<code
@@ -3796,12 +3797,12 @@
 
    <dt><dfn id=left0>&lsquo;<code class=css>left</code>&rsquo;</dfn>
 
-   <dd>In vertical typographic modes, the underline is aligned as for
+   <dd>In vertical writing modes, the underline is aligned as for
     &lsquo;<code class=css>below</code>&rsquo;, on the left edge of the text.
 
    <dt><dfn id=right0>&lsquo;<code class=css>right</code>&rsquo;</dfn>
 
-   <dd>In vertical typographic modes, the underline is aligned as for
+   <dd>In vertical writing modes, the underline is aligned as for
     &lsquo;<code class=css>below</code>&rsquo;, except it is aligned to the
     right edge of the text. If this causes the underline to be drawn on the
     "over" side of the text, then an overline also switches sides and is
@@ -3834,12 +3835,12 @@
       <td>&lsquo;<code class=css>right</code>&rsquo;
    </table>
 
-   <p class=caption>In vertical typographic modes, the &lsquo;<a
+   <p class=caption>In vertical writing modes, the &lsquo;<a
     href="#text-underline-position0"><code
     class=property>text-underline-position</code></a>&rsquo; values
     &lsquo;<code class=css>left</code>&rsquo; and &lsquo;<code
     class=css>right</code>&rsquo; allow placing the underline on either side
-    of the text. (In horizontal typographic modes, both values are treated as
+    of the text. (In horizontal writing modes, both values are treated as
     &lsquo;<code class=css>below</code>&rsquo;.)</p>
   </div>
 
@@ -4005,8 +4006,8 @@
    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 vertical typographic modes: like CJK characters, they do not
-   rotate to match the writing mode.
+   upright in vertical writing modes: like CJK characters, they do not rotate
+   to match the writing mode.
 
   <div class=example>
    <p>One example of good fonts for emphasis marks is Adobe's opensource
@@ -4216,22 +4217,22 @@
    <dt><dfn id=above title="text-emphasis:above">&lsquo;<code
     class=css>above</code>&rsquo;</dfn>
 
-   <dd>Draw marks over the text in horizontal typographic mode.
+   <dd>Draw marks over the text in horizontal writing mode.
 
    <dt><dfn id=below0 title="text-emphasis:below">&lsquo;<code
     class=css>below</code>&rsquo;</dfn>
 
-   <dd>Draw marks under the text in horizontal typographic mode.
+   <dd>Draw marks under the text in horizontal writing mode.
 
    <dt><dfn id=right1 title="text-emphasis:right">&lsquo;<code
     class=css>right</code>&rsquo;</dfn>
 
-   <dd>Draw marks to the right of the text in vertical typographic mode.
+   <dd>Draw marks to the right of the text in vertical writing mode.
 
    <dt><dfn id=left1 title="text-emphasis:left">&lsquo;<code
     class=css>left</code>&rsquo;</dfn>
 
-   <dd>Draw marks to the left of the text in vertical typographic mode.
+   <dd>Draw marks to the left of the text in vertical writing mode.
   </dl>
 
   <p>Emphasis marks are drawn exactly as if each character was assigned the

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -d -r1.325 -r1.326
--- Overview.src.html	4 Feb 2012 10:03:53 -0000	1.325
+++ Overview.src.html	17 Feb 2012 09:02:57 -0000	1.326
@@ -2806,7 +2806,7 @@
             <p class="caption">''text-underline-position: alphabetic''</p>
           </div>
         <dt><dfn>''below''</dfn></dt>
-        <dd>In horizontal typographic modes, the underline is positioned
+        <dd>In horizontal writing modes, the underline is positioned
           relative to the under edge of the element's content box.
           In this case the underline usually does not cross the descenders.
           (This is sometimes called "accounting" underline.)
@@ -2837,10 +2837,10 @@
             <pre>:root { text-underline-position: below; }</pre>
           </div>
         <dt><dfn>''left''</dfn></dt>
-        <dd>In vertical typographic modes, the underline is aligned as for
+        <dd>In vertical writing modes, the underline is aligned as for
           ''below'', on the left edge of the text.</dd>
         <dt><dfn>''right''</dfn></dt>
-        <dd>In vertical typographic modes, the underline is aligned as for
+        <dd>In vertical writing modes, the underline is aligned as for
           ''below'', except it is aligned to the right edge of the text.
           If this causes the underline to be drawn on the "over" side of
           the text, then an overline also switches sides and is drawn on
@@ -2874,9 +2874,9 @@
             <td>''right''</td>
           </tr>
         </table>
-        <p class="caption">In vertical typographic modes, the 'text-underline-position'
+        <p class="caption">In vertical writing modes, the 'text-underline-position'
           values ''left'' and ''right'' allow placing the underline on either
-          side of the text. (In horizontal typographic modes, both values are
+          side of the text. (In horizontal writing modes, both values are
           treated as ''below''.)</p>
       </div>
 
@@ -3000,7 +3000,7 @@
       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 vertical typographic modes: like CJK
+      Marks must remain upright in vertical writing modes: like CJK
       characters, they do not rotate to match the writing mode.</p>
 
     <div class="example">
@@ -3177,13 +3177,13 @@
 
     <dl>
       <dt><dfn title="text-emphasis:above">''above''</dfn></dt>
-        <dd>Draw marks over the text in horizontal typographic mode.</dd>
+        <dd>Draw marks over the text in horizontal writing mode.</dd>
       <dt><dfn title="text-emphasis:below">''below''</dfn></dt>
-        <dd>Draw marks under the text in horizontal typographic mode.</dd>
+        <dd>Draw marks under the text in horizontal writing mode.</dd>
       <dt><dfn title="text-emphasis:right">''right''</dfn></dt>
-        <dd>Draw marks to the right of the text in vertical typographic mode.</dd>
+        <dd>Draw marks to the right of the text in vertical writing mode.</dd>
       <dt><dfn title="text-emphasis:left">''left''</dfn></dt>
-        <dd>Draw marks to the left of the text in vertical typographic mode.</dd>
+        <dd>Draw marks to the left of the text in vertical writing mode.</dd>
     </dl>
 
     <p>Emphasis marks are drawn exactly as if each character was

Received on Friday, 17 February 2012 09:03:02 UTC