csswg/css3-text Overview.html,1.137,1.138 Overview.src.html,1.235,1.236

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix errors noticed by Murakami-san

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- Overview.html	23 May 2011 17:41:06 -0000	1.137
+++ Overview.html	23 May 2011 18:08:03 -0000	1.138
@@ -90,7 +90,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/05/19 23:56:05 $ (CVS $Revision$)</a> <!--
+     2011/05/23 17:41:06 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110523/">http://www.w3.org/TR/2011/WD-css3-text-20110523/</a></dd>
     -->
      
@@ -3556,9 +3556,9 @@
     <tr>
      <th>Value:
 
-     <td>normal | none | trim-start || [ trim-end | space-end ] ||
-      space-adjacent || no-compress || ideograph-alpha || ideograph-numeric
-      || punctuation
+     <td>normal | none | [ trim-start | space-start ] || [ trim-end |
+      space-end | allow-end ] || [ trim-adjacent | space-adjacent ] ||
+      no-compress || ideograph-alpha || ideograph-numeric || punctuation
 
     <tr>
      <th>Initial:
@@ -3782,7 +3782,8 @@
     punctuation</i></a>, or ideographic space (U+3000). Else set it
     full-width.
 
-   <li>Set <i>fullwidth closing puntuation</i> followed by <a
+   <li>Set <a href="#fullwidth-closing-punctuation0"><i>fullwidth closing
+    punctuation</i></a> followed by <a
     href="#fullwidth-opening-punctuation0"><i>fullwidth opening
     punctuation</i></a> each "3/4-width", i.e. halfway between fullw-width
     and half-width.
@@ -4368,7 +4369,7 @@
 
   <p class=issue>One use case we would like to support is to <a
    href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0407.html">change
-   color and/or style of descendents while keeping the same position and
+   color and/or style of descendants while keeping the same position and
    thickness</a>.
 
   <div class=example>
@@ -6172,7 +6173,7 @@
       <li>If the script is cursive and may expand cursively but must not
        space between letters, it is <i>cursive</i>.
 
-      <li>If ths script primarily flexes word separators, it is either
+      <li>If the script primarily flexes word separators, it is either
        <i>discrete</i> or <i>connected</i>. <i>Discrete</i> scripts can space
        between letters. <i>Connected</i> scripts must not space between
        letters (typically because that would break the connections or
@@ -6656,9 +6657,9 @@
         <tr>
          <td><a class=property href="#text-spacing">text-spacing</a>
 
-         <td>normal | none | trim-start || [ trim-end | space-end ] ||
-          space-adjacent || no-compress || ideograph-alpha ||
-          ideograph-numeric || punctuation
+         <td>normal | none | [ trim-start | space-start ] || [ trim-end |
+          space-end | allow-end ] || [ trim-adjacent | space-adjacent ] ||
+          no-compress || ideograph-alpha || ideograph-numeric || punctuation
 
          <td>normal
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- Overview.src.html	23 May 2011 17:41:06 -0000	1.235
+++ Overview.src.html	23 May 2011 18:08:03 -0000	1.236
@@ -2620,9 +2620,9 @@
         <tr>
           <th>Value:</th>
           <td>normal | none |
-              trim-start ||
-              [ trim-end | space-end ] ||
-              space-adjacent ||
+              [ trim-start | space-start ] ||
+              [ trim-end | space-end | allow-end ] ||
+              [ trim-adjacent | space-adjacent ] ||
               no-compress ||
               ideograph-alpha ||
               ideograph-numeric ||
@@ -2790,7 +2790,7 @@
       <li>Set <i>fullwidth closing punctuation</i> half-width if the next
         character is a <i>fullwidth closing punctuation</i>, <i>fullwidth middle dot
         punctuation</i>, or ideographic space (U+3000). Else set it full-width.
-      <li>Set <i>fullwidth closing puntuation</i> followed by <i>fullwidth opening
+      <li>Set <i>fullwidth closing punctuation</i> followed by <i>fullwidth opening
         punctuation</i> each "3/4-width", i.e. halfway between fullw-width and
         half-width.
     </ul>
@@ -3242,7 +3242,7 @@
 
     <p class="issue">One use case we would like to support is to
       <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0407.html">change
-      color and/or style of descendents while keeping the same position
+      color and/or style of descendants while keeping the same position
       and thickness</a>.</p>
 
     <div class="example">
@@ -4552,7 +4552,7 @@
   <ol>
     <li>If the script is cursive and may expand cursively but must not
       space between letters, it is <i>cursive</i>.
-    <li>If ths script primarily flexes word separators, it is either
+    <li>If the script primarily flexes word separators, it is either
       <i>discrete</i> or <i>connected</i>. <i>Discrete</i> scripts can
       space between letters. <i>Connected</i> scripts must not space
       between letters (typically because that would break the connections

Received on Monday, 23 May 2011 18:08:07 UTC