csswg/css3-text Overview.html,1.107,1.108 Overview.src.html,1.205,1.206

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed tex-spacing: "normal || ..." to "normal | ..."

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.html	16 Apr 2011 08:02:53 -0000	1.107
+++ Overview.html	16 Apr 2011 08:55:58 -0000	1.108
@@ -89,7 +89,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/04/16 07:51:51 $ (CVS $Revision$)</a> <!--
+     2011/04/16 08:02:53 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110416/">http://www.w3.org/TR/2011/WD-css3-text-20110416/</a></dd>
     -->
      
@@ -3535,7 +3535,7 @@
     <tr>
      <th>Value:
 
-     <td>normal || trim-start || [ trim-end | space-end ] || no-justify ||
+     <td>normal | trim-start || [ trim-end | space-end ] || no-justify ||
       ideograph-alpha || ideograph-numeric || punctuation
 
     <tr>
@@ -6393,8 +6393,8 @@
         <tr valign=baseline>
          <td><a class=property href="#text-spacing">text-spacing</a>
 
-         <td>normal || trim-start || [ trim-end | space-end ] || no-justify
-          || ideograph-alpha || ideograph-numeric || punctuation
+         <td>normal | trim-start || [ trim-end | space-end ] || no-justify ||
+          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.205
retrieving revision 1.206
diff -u -d -r1.205 -r1.206
--- Overview.src.html	16 Apr 2011 08:02:53 -0000	1.205
+++ Overview.src.html	16 Apr 2011 08:55:58 -0000	1.206
@@ -2613,7 +2613,7 @@
         </tr>
         <tr>
           <th>Value:</th>
-          <td>normal ||
+          <td>normal |
               trim-start ||
               [ trim-end | space-end ] ||
               no-justify ||

Received on Saturday, 16 April 2011 08:56:02 UTC