- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Feb 2011 20:55:36 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv2311
Modified Files:
Overview.html Overview.src.html
Log Message:
Prepare for WD
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Overview.html 9 Feb 2011 20:20:32 -0000 1.53
+++ Overview.html 9 Feb 2011 20:55:33 -0000 1.54
@@ -83,7 +83,7 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 9 February
+ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 10 February
2011</h2>
<dl>
@@ -93,7 +93,7 @@
-->
<dd><a
- href="http://www.w3.org/TR/2011/WD-css3-text-20110209/">http://www.w3.org/TR/2011/WD-css3-text-20110209/</a>
+ href="http://www.w3.org/TR/2011/WD-css3-text-20110210/">http://www.w3.org/TR/2011/WD-css3-text-20110210/</a>
<dt>Latest version:
@@ -169,7 +169,7 @@
href="http://www.w3.org/International/Activity">W3C Internationalization
Activity</a>, and the <a href="http://www.w3.org/Style/Activity">Style
Activity</a> and is maintained by the <a
- href="http://www.w3.org/Style/CSS/Group">CSS Working Group</a>. It also
+ href="http://www.w3.org/Style/CSS/members">CSS Working Group</a>. It also
includes contributions made by participants in the <a
href="http://www.w3.org/Style/XSL/Group/">XSL Working Group</a> (<a
href="http://cgi.w3.org/MemberAccess/AccessRequest">members only</a>).
@@ -2406,7 +2406,7 @@
be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
When applied to a table cell, specifies the <dfn
id=alignment-character>alignment character</dfn> around which the cell's
- contents will align. See <a href=character-alignment>below</a> for
+ contents will align. See <a href="#character-alignment">below</a> for
further details.
<dt><dfn id=match-parent
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Overview.src.html 9 Feb 2011 20:20:32 -0000 1.148
+++ Overview.src.html 9 Feb 2011 20:55:33 -0000 1.149
@@ -142,7 +142,7 @@
<p>This CSS module has been produced as a combined effort of the <a
href="http://www.w3.org/International/Activity">W3C Internationalization Activity</a>,
and the <a href="http://www.w3.org/Style/Activity">Style Activity</a> and is maintained
- by the <a href="http://www.w3.org/Style/CSS/Group">CSS Working Group</a>. It also
+ by the <a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a>. It also
includes contributions made by participants in the <a
href="http://www.w3.org/Style/XSL/Group/">XSL Working Group</a> (<a
href="http://cgi.w3.org/MemberAccess/AccessRequest">members
@@ -1678,7 +1678,7 @@
be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
When applied to a table cell, specifies the <dfn>alignment character</dfn>
around which the cell's contents will align. See
- <a href="character-alignment">below</a> for further details.
+ <a href="#character-alignment">below</a> for further details.
</dd>
<dt><dfn title="text-align:match-parent"><code>match-parent</code></dfn></dt>
<dd>This value behaves the same as 'inherit' except that an inherited
Received on Wednesday, 9 February 2011 20:55:41 UTC