csswg/css3-text Overview.html,1.224,1.225 Overview.src.html,1.324,1.325

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix capitalization error, add links for currentColor. <http://lists.w3.org/Archives/Public/www-style/2012Jan/1312.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- Overview.html	24 Jan 2012 01:27:31 -0000	1.224
+++ Overview.html	4 Feb 2012 10:03:53 -0000	1.225
@@ -32,15 +32,15 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February
     2012</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/23
-     20:29:45 $ (CVS $Revision$)</a> <!--
-    <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120124/">http://www.w3.org/TR/2012/WD-css3-text-20120124/</a></dd>
+    <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>
   -->
      
 
@@ -3400,7 +3400,8 @@
     <tr>
      <th>Initial:
 
-     <td>currentColor
+     <td><a
+      href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a>
 
     <tr>
      <th>Applies to:
@@ -4067,7 +4068,8 @@
     <tr>
      <th>Initial:
 
-     <td>currentcolor
+     <td><a
+      href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a>
 
     <tr>
      <th>Applies to:
@@ -5697,7 +5699,7 @@
 
      <td>&lt;color&gt;
 
-     <td>currentcolor
+     <td>currentColor
 
      <td>all elements
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- Overview.src.html	24 Jan 2012 01:27:32 -0000	1.324
+++ Overview.src.html	4 Feb 2012 10:03:53 -0000	1.325
@@ -2512,7 +2512,7 @@
           </tr>
           <tr>
             <th>Initial:</th>
-            <td>currentColor</td>
+            <td><a href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a></td>
           </tr>
           <tr>
             <th>Applies to:</th>
@@ -3053,7 +3053,7 @@
         </tr>
         <tr>
           <th>Initial:</th>
-          <td>currentcolor</td>
+          <td><a href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a></td>
         </tr>
         <tr>
           <th>Applies to:</th>

Received on Saturday, 4 February 2012 10:04:02 UTC