Skip to content

Commit b60f013

Browse files
committed
[css2] fix links
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402775
1 parent fe73eb7 commit b60f013

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

css2/aural.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <H1><a name="q0">Appendix A. Aural style sheets</a></H1>
4343
<li class="tocline2"><a href="aural.html#spatial-props" class="tocxref">A.8 Spatial properties: <span class="propinst-azimuth">'azimuth'</span> and <span class="propinst-elevation">'elevation'</span></a>
4444
<li class="tocline2"><a href="aural.html#voice-char-props" class="tocxref">A.9 Voice characteristic properties: <span class="propinst-speech-rate">'speech-rate'</span>, <span class="propinst-voice-family">'voice-family'</span>, <span class="propinst-pitch">'pitch'</span>, <span class="propinst-pitch-range">'pitch-range'</span>, <span class="propinst-stress">'stress'</span>, and <span class="propinst-richness">'richness'</span></a>
4545
<li class="tocline2"><a href="aural.html#speech-props" class="tocxref">A.10 Speech properties: <span class="propinst-speak-punctuation">'speak-punctuation'</span> and <span class="propinst-speak-numeral">'speak-numeral'</span></a>
46-
<li class="tocline2"><a href="aural.html#q14" class="tocxref">A.11 Audio rendering of tables</a>
46+
<li class="tocline2"><a href="aural.html#aural-tables" class="tocxref">A.11 Audio rendering of tables</a>
4747
<ul class="toc">
4848
<li class="tocline3"><a href="aural.html#speak-headers" class="tocxref">A.11.1 Speaking headers: the <span class="propinst-speak-header">'speak-header'</span> property</a>
4949
</ul>
@@ -1087,7 +1087,7 @@ <H2>A.10 <a name="speech-props">Speech properties</a>:
10871087
"Two hundred thirty seven". Word representations are language-dependent.
10881088
</dl>
10891089

1090-
<h2><a name="q14">A.11 </a><a href="aural-tables">Audio rendering of tables</a></h2>
1090+
<h2>A.11 <a name="aural-tables">Audio rendering of tables</a></h2>
10911091
<p>When a table is spoken by a speech generator, the relation between
10921092
the data cells and the header cells must be expressed in a different
10931093
way than by horizontal and vertical alignment. Some speech browsers

css2/aural.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: aural.src,v 2.52 2007-07-17 03:27:49 fantasai Exp $ -->
4+
<!-- $Id: aural.src,v 2.53 2007-07-17 03:40:55 fantasai Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Aural style sheets</TITLE>
@@ -754,7 +754,7 @@ following meanings:</P>
754754
"Two hundred thirty seven". Word representations are language-dependent.
755755
</dl>
756756

757-
<h2><a href="aural-tables">Audio rendering of tables</a></h2>
757+
<h2><a name="aural-tables">Audio rendering of tables</a></h2>
758758
<p>When a table is spoken by a speech generator, the relation between
759759
the data cells and the header cells must be expressed in a different
760760
way than by horizontal and vertical alignment. Some speech browsers

css2/conform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <H2>3.1 <a name="defs">Definitions</a></H2>
205205
what parts must be ignored is given in these section: <a
206206
href="syndata.html#declaration">Declarations and properties</a>, <a
207207
href="syndata.html#parsing-errors">Rules for handling parsing
208-
errors</a>, <a href="syndata.html#unsupportedvalues">Unsupported
208+
errors</a>, <a href="syndata.html#unsupported-values">Unsupported
209209
Values</a>, or may be explained in the text where the term "ignore"
210210
appears. Second, a user agent may (and, in some cases must) disregard
211211
certain properties or values in the style sheet even if the syntax is

css2/conform.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: conform.src,v 2.81 2007-07-17 02:01:29 fantasai Exp $ -->
3+
<!-- $Id: conform.src,v 2.82 2007-07-17 03:40:55 fantasai Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -179,7 +179,7 @@ then ignore certain parts of the style sheets. The exact rules for
179179
what parts must be ignored is given in these section: <a
180180
href="syndata.html#declaration">Declarations and properties</a>, <a
181181
href="syndata.html#parsing-errors">Rules for handling parsing
182-
errors</a>, <a href="syndata.html#unsupportedvalues">Unsupported
182+
errors</a>, <a href="syndata.html#unsupported-values">Unsupported
183183
Values</a>, or may be explained in the text where the term "ignore"
184184
appears. Second, a user agent may (and, in some cases must) disregard
185185
certain properties or values in the style sheet even if the syntax is

0 commit comments

Comments
 (0)