csswg/css3-text Overview.html,1.173,1.174 Overview.src.html,1.271,1.272

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix copy-paste errors found by Murakami-san

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- Overview.html	20 Aug 2011 07:13:18 -0000	1.173
+++ Overview.html	29 Aug 2011 05:55:19 -0000	1.174
@@ -29,14 +29,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 August 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/20
-     06:39:34 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110820/">http://www.w3.org/TR/2011/WD-css3-text-20110820/</a></dd>
+     07:13:18 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110829/">http://www.w3.org/TR/2011/WD-css3-text-20110829/</a></dd>
     -->
      
 
@@ -588,9 +588,9 @@
     class=css>uppercase</code>&rsquo;, and &lsquo;<code
     class=css>lowercase</code>&rsquo;
 
-   <li>&lsquo;<code class=css>fullwidth</code>&rsquo;
+   <li>&lsquo;<code class=css>full-width</code>&rsquo;
 
-   <li>&lsquo;<code class=css>fullsize-kana</code>&rsquo;
+   <li>&lsquo;<code class=css>full-size-kana</code>&rsquo;
   </ol>
 
   <p>Text transformation happens after <a href="#white-space-rules">white
@@ -603,7 +603,7 @@
     Japanese to their fullwidth variants so that they lay out and line break
     like ideographs:
 
-   <pre>abbr:lang(ja) { text-transform: fullwidth; }</pre>
+   <pre>abbr:lang(ja) { text-transform: full-width; }</pre>
   </div>
 
   <p class=issue>All-caps text sometimes has special typographic
@@ -7310,8 +7310,8 @@
     <tr>
      <td>&lsquo;<a href="#text-transform0"><code
       class=property>text-transform</code></a>&rsquo;: &lsquo;<code
-      class=css>fullwidth</code>&rsquo;, &lsquo;<code
-      class=css>fullsize-kana</code>&rsquo;
+      class=css>full-width</code>&rsquo;, &lsquo;<code
+      class=css>full-size-kana</code>&rsquo;
 
      <td>CJK
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -d -r1.271 -r1.272
--- Overview.src.html	20 Aug 2011 07:13:18 -0000	1.271
+++ Overview.src.html	29 Aug 2011 05:55:19 -0000	1.272
@@ -266,8 +266,8 @@
       order:</p>
     <ol>
       <li>''capitalize'', ''uppercase'', and ''lowercase''</li>
-      <li>''fullwidth''</li>
-      <li>''fullsize-kana''</li>
+      <li>''full-width''</li>
+      <li>''full-size-kana''</li>
     </ol>
 
     <p>Text transformation happens after <a href="#white-space-rules">white
@@ -278,7 +278,7 @@
       <p>The following example converts the ASCII characters in abbreviations
         in Japanese to their fullwidth variants so that they lay out and line
         break like ideographs:
-      <pre>abbr:lang(ja) { text-transform: fullwidth; }</pre>
+      <pre>abbr:lang(ja) { text-transform: full-width; }</pre>
     </div>
 
     <p class="issue">All-caps text sometimes has special typographic considerations.
@@ -4405,7 +4405,7 @@
           <td>European (French)
       <tr><td>'text-transform': ''capitalize'', ''uppercase'', ''lowercase''
           <td>Western
-      <tr><td>'text-transform': ''fullwidth'', ''fullsize-kana''
+      <tr><td>'text-transform': ''full-width'', ''full-size-kana''
           <td>CJK
       <tr><td>'text-underline-position': ''auto''
           <td>CJK

Received on Monday, 29 August 2011 05:55:27 UTC