- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Mar 2011 00:10:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv22634
Modified Files:
Overview.html Overview.src.html
Log Message:
computed value of text-decoration-color is the computed color
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- Overview.html 29 Mar 2011 23:16:24 -0000 1.81
+++ Overview.html 30 Mar 2011 00:10:10 -0000 1.82
@@ -83,14 +83,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 March 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/03/29 21:43:29 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110329/">http://www.w3.org/TR/2011/WD-css3-text-20110329/</a></dd>
+ 2011/03/29 23:16:24 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110330/">http://www.w3.org/TR/2011/WD-css3-text-20110330/</a></dd>
-->
@@ -4559,7 +4559,7 @@
<tr>
<th>Computed value:
- <td>as specified
+ <td>the computed color
</table>
<p>This property specifies the color of text decoration (underlines
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- Overview.src.html 29 Mar 2011 23:16:24 -0000 1.179
+++ Overview.src.html 30 Mar 2011 00:10:10 -0000 1.180
@@ -3417,7 +3417,7 @@
</tr>
<tr>
<th>Computed value:</th>
- <td>as specified</td>
+ <td>the computed color </td>
</tr>
</tbody>
</table>
Received on Wednesday, 30 March 2011 00:10:14 UTC