- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 May 2011 08:56:25 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv28972
Modified Files:
Overview.html Overview.src.html
Log Message:
Link script groups
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.html 14 May 2011 15:50:18 -0000 1.134
+++ Overview.html 18 May 2011 08:56:23 -0000 1.135
@@ -84,14 +84,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 May 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 May 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/05/09 17:13:15 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110514/">http://www.w3.org/TR/2011/WD-css3-text-20110514/</a></dd>
+ 2011/05/14 15:50:19 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110518/">http://www.w3.org/TR/2011/WD-css3-text-20110518/</a></dd>
-->
@@ -3024,7 +3024,7 @@
<td>
<tr>
- <th scope=row>block
+ <th scope=row><a href=block-scripts>block</a>
<td>
@@ -3053,7 +3053,7 @@
<td>
<tr>
- <th scope=row>clustered
+ <th scope=row><a href=clustered-scripts>clustered</a>
<td>
@@ -3082,7 +3082,7 @@
<td>
<tr>
- <th scope=row>cursive
+ <th scope=row><a href=cursive-scripts>cursive</a>
<td>
@@ -3140,7 +3140,7 @@
<td>¿?
<tr>
- <th scope=row>connected
+ <th scope=row><a href=connected-scripts>connected</a>
<td>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- Overview.src.html 14 May 2011 15:50:19 -0000 1.232
+++ Overview.src.html 18 May 2011 08:56:23 -0000 1.233
@@ -2157,7 +2157,7 @@
</tr>
<tr>
- <th scope="row">block</th>
+ <th scope="row"><a href="block-scripts">block</a></th>
<td></td>
<td>•</td>
@@ -2179,7 +2179,7 @@
</tr>
<tr>
- <th scope="row">clustered</th>
+ <th scope="row"><a href="clustered-scripts">clustered</a></th>
<td></td>
<td>•</td>
@@ -2201,7 +2201,7 @@
</tr>
<tr>
- <th scope="row">cursive</th>
+ <th scope="row"><a href="cursive-scripts">cursive</a></th>
<td></td>
<td>•</td>
@@ -2245,7 +2245,7 @@
</tr>
<tr>
- <th scope="row">connected</th>
+ <th scope="row"><a href="connected-scripts">connected</a></th>
<td></td>
<td></td>
Received on Wednesday, 18 May 2011 08:56:27 UTC