Skip to content

Commit 1239f99

Browse files
committed
Prepare for WD
1 parent dfeca5a commit 1239f99

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-text/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 9 February
86+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 10 February
8787
2011</h2>
8888

8989
<dl>
@@ -93,7 +93,7 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 9 February
9393
-->
9494

9595
<dd><a
96-
href="http://www.w3.org/TR/2011/WD-css3-text-20110209/">http://www.w3.org/TR/2011/WD-css3-text-20110209/</a>
96+
href="http://www.w3.org/TR/2011/WD-css3-text-20110210/">http://www.w3.org/TR/2011/WD-css3-text-20110210/</a>
9797

9898
<dt>Latest version:
9999

@@ -169,7 +169,7 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2>
169169
href="http://www.w3.org/International/Activity">W3C Internationalization
170170
Activity</a>, and the <a href="http://www.w3.org/Style/Activity">Style
171171
Activity</a> and is maintained by the <a
172-
href="http://www.w3.org/Style/CSS/Group">CSS Working Group</a>. It also
172+
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a>. It also
173173
includes contributions made by participants in the <a
174174
href="http://www.w3.org/Style/XSL/Group/">XSL Working Group</a> (<a
175175
href="http://cgi.w3.org/MemberAccess/AccessRequest">members only</a>).
@@ -2406,7 +2406,7 @@ <h3 id=text-align><span class=secno>8.1. </span> Text Alignment: the
24062406
be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
24072407
When applied to a table cell, specifies the <dfn
24082408
id=alignment-character>alignment character</dfn> around which the cell's
2409-
contents will align. See <a href=character-alignment>below</a> for
2409+
contents will align. See <a href="#character-alignment">below</a> for
24102410
further details.
24112411

24122412
<dt><dfn id=match-parent

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2 class="no-num no-toc" id="status">Status of This Document</h2>
142142
<p>This CSS module has been produced as a combined effort of the <a
143143
href="http://www.w3.org/International/Activity">W3C Internationalization Activity</a>,
144144
and the <a href="http://www.w3.org/Style/Activity">Style Activity</a> and is maintained
145-
by the <a href="http://www.w3.org/Style/CSS/Group">CSS Working Group</a>. It also
145+
by the <a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a>. It also
146146
includes contributions made by participants in the <a
147147
href="http://www.w3.org/Style/XSL/Group/">XSL Working Group</a> (<a
148148
href="http://cgi.w3.org/MemberAccess/AccessRequest">members
@@ -1678,7 +1678,7 @@ <h3 id="text-align">
16781678
be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
16791679
When applied to a table cell, specifies the <dfn>alignment character</dfn>
16801680
around which the cell's contents will align. See
1681-
<a href="character-alignment">below</a> for further details.
1681+
<a href="#character-alignment">below</a> for further details.
16821682
</dd>
16831683
<dt><dfn title="text-align:match-parent"><code>match-parent</code></dfn></dt>
16841684
<dd>This value behaves the same as 'inherit' except that an inherited

0 commit comments

Comments
 (0)