- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 17:13:18 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv4060
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix cross-reference link
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.html 8 May 2011 11:56:19 -0000 1.132
+++ Overview.html 9 May 2011 17:13:15 -0000 1.133
@@ -84,14 +84,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 May 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 May 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/05/08 10:15:05 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110508/">http://www.w3.org/TR/2011/WD-css3-text-20110508/</a></dd>
+ 2011/05/08 11:56:19 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110509/">http://www.w3.org/TR/2011/WD-css3-text-20110509/</a></dd>
-->
@@ -5429,8 +5429,8 @@
<dd>Skip symbols. Symbols in this definition includes characters belonging
to the Unicode S* category. It also includes the Unicode Po category that
- are not defined as ‘<a href="#punctuation-symbols"><code
- class=css>punctuation</code></a>’.
+ are not defined as ‘<code
+ class=css><a>punctuation</a></code>’.
<dt><dfn id=narrow title="text-emphasis-skip:narrow">‘<code
class=css>narrow</code>’</dfn>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- Overview.src.html 8 May 2011 11:56:19 -0000 1.230
+++ Overview.src.html 9 May 2011 17:13:15 -0000 1.231
@@ -4123,7 +4123,7 @@
Symbols in this definition includes characters belonging to
the Unicode S* category.
It also includes the Unicode Po category
- that are not defined as ''punctuation''.</dd>
+ that are not defined as ''<a>punctuation</a>''.</dd>
<dt><dfn title="text-emphasis-skip:narrow">''narrow''</dfn></dt>
<dd>Skip characters that are not East Asian Fullwidth (F)
or Wide (W).</dd>
Received on Monday, 9 May 2011 17:13:19 UTC