csswg/css3-text Overview.html,1.95,1.96 Overview.src.html,1.194,1.195

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed a few typo

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Overview.html	5 Apr 2011 05:30:37 -0000	1.95
+++ Overview.html	6 Apr 2011 17:52:10 -0000	1.96
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 April 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/04/04 19:31:51 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110405/">http://www.w3.org/TR/2011/WD-css3-text-20110405/</a></dd>
+     2011/04/05 05:30:37 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110406/">http://www.w3.org/TR/2011/WD-css3-text-20110406/</a></dd>
     -->
      
 
@@ -723,7 +723,7 @@
    characters belonging to bicameral scripts are affected.
 
   <p>The definition of "word" used for &lsquo;<code
-   class=css>captilize</code>&rsquo; is UA-dependent; <a href="#UAX29"
+   class=css>capitalize</code>&rsquo; is UA-dependent; <a href="#UAX29"
    rel=biblioentry>[UAX29]<!--{{UAX29}}--></a> is suggested (but not
    required) for determining such word boundaries. Authors should not expect
    &lsquo;<code class=css>capitalize</code>&rsquo; to follow
@@ -1485,7 +1485,7 @@
     <tr>
      <th>Value:
 
-     <td>normal | keep-all | break-all | keep-words
+     <td>normal | keep-all | break-all
 
     <tr>
      <th>Initial:
@@ -2880,7 +2880,7 @@
 
    <dd>Justification primarily changes spacing at word separators and at
     inter-graphemic boundaries in scripts that use no word spaces. This value
-    is typically used for <abbr title="Chinese/Japanse/Korean">CJK</abbr>
+    is typically used for <abbr title="Chinese/Japanese/Korean">CJK</abbr>
     languages.
 
    <dt><dfn id=inter-cluster
@@ -6614,7 +6614,7 @@
       <tr valign=baseline>
        <td><a class=property href="#word-break0">word-break</a>
 
-       <td>normal | keep-all | break-all | keep-words
+       <td>normal | keep-all | break-all
 
        <td>normal
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- Overview.src.html	5 Apr 2011 05:30:37 -0000	1.194
+++ Overview.src.html	6 Apr 2011 17:52:10 -0000	1.195
@@ -384,7 +384,7 @@
       [[!UNICODE]] Only characters belonging to bicameral scripts are
       affected.</p>
 
-    <p>The definition of "word" used for ''captilize'' is UA-dependent;
+    <p>The definition of "word" used for ''capitalize'' is UA-dependent;
       [[UAX29]] is suggested (but not required) for determining such word
       boundaries. Authors should not expect ''capitalize'' to follow
       language-specific titlecasing conventions (such as skipping articles
@@ -992,7 +992,7 @@
         </tr>
         <tr>
           <th>Value:</th>
-          <td>normal | keep-all | break-all | keep-words</td>
+          <td>normal | keep-all | break-all</td>
         </tr>
         <tr>
           <th>Initial:</th>
@@ -2049,7 +2049,7 @@
       <dt><dfn title="text-justify:inter-ideographic"><code>inter-ideograph</code></dfn></dt>
         <dd>Justification primarily changes spacing at word separators and
           at inter-graphemic boundaries in scripts that use no word spaces.
-          This value is typically used for <abbr title="Chinese/Japanse/Korean">CJK</abbr>
+          This value is typically used for <abbr title="Chinese/Japanese/Korean">CJK</abbr>
           languages.</dd>
       <dt><dfn title="text-justify:inter-cluster"><code>inter-cluster</code></dfn></dt>
         <dd>Justification primarily changes spacing at word separators and at

Received on Wednesday, 6 April 2011 17:52:14 UTC