Skip to content

Commit 432695c

Browse files
committed
Fixed two bibliographic references and two fragment IDs.
1 parent fa3ade4 commit 432695c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css3-text/Overview.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
1+
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
22
'http://www.w3.org/TR/html4/strict.dtd'>
33
<html lang="en">
44
<head>
@@ -34,10 +34,10 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3434

3535
<dl>
3636
<dt>This version:</dt>
37-
<!--
3837
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS $Revision$)</a>
39-
-->
38+
<!--
4039
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/</a></dd>
40+
-->
4141
<dt>Latest version:</dt>
4242
<dd><a href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a></dd>
4343
<dt>Latest editor's draft:</dt>
@@ -286,7 +286,7 @@ <h3 id="text-transform">
286286
back to the original code point.</p>
287287

288288
<p>The mappings for small Kana to normal Kana are defined in
289-
<a href="#small-kana-map">Small Kana Mappings</a>.</p>
289+
<a href="#small-kana">Small Kana Mappings</a>.</p>
290290

291291
<p>When multiple values are specified and therefore multiple
292292
transformations need to be applied, they are applied in the following
@@ -322,7 +322,7 @@ <h3 id="text-transform">
322322

323323
<p class="note">A future level of CSS may introduce the ability to create
324324
custom mapping tables for less common text transforms, such as by
325-
''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LISTS]].
325+
''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LIST]].
326326

327327
<h2 id="white-space-processing">
328328
White Space Processing</h2>
@@ -1989,7 +1989,7 @@ <h3 id="text-justify">
19891989
</tr>
19901990

19911991
<tr>
1992-
<th scope="row"><a href="connected-scripts">connected</a></th>
1992+
<th scope="row"><a href="#connected-scripts">connected</a></th>
19931993
<td>never</td>
19941994
<td>never</td>
19951995
<td>never</td>
@@ -4173,7 +4173,7 @@ <h3 class="no-num" id="recent-changes">
41734173
<li>Renamed 'bikeshedding' to 'text-space-collapse'.
41744174
<li>Removed 'hyphenate-resource' property / ''@hyphenate-resource'' rule.
41754175
<li>Merged 'text-trim' and 'text-autospace' into 'text-spacing'.
4176-
<li>Renamed ''fullwidth'' and ''fullsize-kana'' to ''full-width'' and ''full-size-kana'' to match values in 'font-variant-width'. [[CSS3FONT]]
4176+
<li>Renamed ''fullwidth'' and ''fullsize-kana'' to ''full-width'' and ''full-size-kana'' to match values in 'font-variant-width'. [[!CSS3FONT]]
41774177
<li>Added ''&lt;length>'' values to 'tab-size' (at-risk).
41784178
<li>Removed ''all'' value of 'hyphens' property.
41794179
<li>Renamed 'word-wrap' to 'overflow-wrap'.
@@ -4522,13 +4522,13 @@ <h2 class="no-num">Appendix G:
45224522
<li><a href="#white-space-rules">white space processing</a> part I (pre-wrapping)
45234523
<li><a href="#text-transform">text transformation</a>
45244524
<li><a href="#spacing">default spacing</a>
4525-
<li><a href="#text-wrapping">text wrapping</a> while applying per line:
4525+
<li><a href="#wrapping">text wrapping</a> while applying per line:
45264526
<ol>
45274527
<li><a href="#white-space-rules">white space processing</a> part II
45284528
<li><a href="#text-indent">indentation</a>
45294529
<li><a href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidirectional reordering</a> [[!CSS21]] / [[!CSS3-WRITING-MODES]]
45304530
<li><a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text orientation</a> [[!CSS3-WRITING-MODES]]
4531-
<li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and kerning</a> [[!CSS21]] / [[!CSS3FONTS]]
4531+
<li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and kerning</a> [[!CSS21]] / [[!CSS3FONT]]
45324532
<li><a href="#hanging-punctuation">hanging punctuation</a>
45334533
</ol>
45344534
<li><a href="#justification">justification</a> (which may affect glyph selection and/or text wrapping, looping back into that step)

0 commit comments

Comments
 (0)