Skip to content

Commit e3f4c80

Browse files
committed
[css2] named headers
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402771
1 parent 78e6dd2 commit e3f4c80

4 files changed

Lines changed: 92 additions & 90 deletions

File tree

css2/aural.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ <H1><a name="q0">Appendix A. Aural style sheets</a></H1>
2929
<p><strong>Contents</strong>
3030
<ul class="toc">
3131
<li class="tocline2"><a href="aural.html#aural-media-group" class="tocxref">A.1 The media types 'aural' and 'speech'</a>
32-
<li class="tocline2"><a href="aural.html#q2" class="tocxref">A.2 Introduction to aural style sheets</a>
32+
<li class="tocline2"><a href="aural.html#aural-intro" class="tocxref">A.2 Introduction to aural style sheets</a>
3333
<ul class="toc">
34-
<li class="tocline3"><a href="aural.html#q3" class="tocxref">A.2.1 Angles</a>
35-
<li class="tocline3"><a href="aural.html#q4" class="tocxref">A.2.2 Times</a>
36-
<li class="tocline3"><a href="aural.html#q5" class="tocxref">A.2.3 Frequencies</a>
34+
<li class="tocline3"><a href="aural.html#angles" class="tocxref">A.2.1 Angles</a>
35+
<li class="tocline3"><a href="aural.html#times" class="tocxref">A.2.2 Times</a>
36+
<li class="tocline3"><a href="aural.html#frequencies" class="tocxref">A.2.3 Frequencies</a>
3737
</ul>
3838
<li class="tocline2"><a href="aural.html#volume-props" class="tocxref">A.3 Volume properties: <span class="propinst-volume">'volume'</span></a>
3939
<li class="tocline2"><a href="aural.html#speaking-props" class="tocxref">A.4 Speaking properties: <span class="propinst-speak">'speak'</span></a>
@@ -88,7 +88,7 @@ <h2>A.1 <a name="aural-media-group">The media types 'aural' and 'speech'</a></h2
8888
</div>
8989

9090

91-
<H2><a name="q2">A.2 Introduction to aural style sheets</a></H2>
91+
<H2>A.2 <a name="aural-intro">Introduction to aural style sheets</a></H2>
9292

9393
<p>The aural rendering of a document, already commonly used by the
9494
blind and print-impaired communities, combines speech synthesis and
@@ -137,7 +137,7 @@ <H2><a name="q2">A.2 Introduction to aural style sheets</a></H2>
137137
</div>
138138

139139

140-
<H3><a name="q3">A.2.1 Angles</a></H3>
140+
<H3>A.2.1 <a name="angles">Angles</a></H3>
141141
<P>Angle values are denoted by <span class="index-def"
142142
title="&lt;angle&gt;::definition of"><a
143143
name="value-def-angle">&lt;angle&gt;</a></span> in the text.
@@ -164,7 +164,7 @@ <H3><a name="q3">A.2.1 Angles</a></H3>
164164
<p>Like for &lt;length&gt;, the unit may be omitted, if the value is
165165
zero: '0deg' may be written as '0'.
166166

167-
<H3><a name="q4">A.2.2 Times</a></H3>
167+
<H3>A.2.2 <a name="times">Times</a></H3>
168168

169169
<P>Time values are denoted by <span class="index-def" title="&lt;time&gt;::definition of"><a name="value-def-time">&lt;time&gt;</a></span> in the
170170
text.
@@ -185,7 +185,7 @@ <H3><a name="q4">A.2.2 Times</a></H3>
185185
<p>Like for &lt;length&gt;, the unit may be omitted, if the value is
186186
zero: '0s' may be written as '0'.
187187

188-
<H3><a name="q5">A.2.3 Frequencies</a></H3>
188+
<H3>A.2.3 <a name="frequencies">Frequencies</a></H3>
189189

190190
<P>Frequency values are denoted by <span class="index-def"
191191
title="&lt;frequency&gt;::definition of"><a
@@ -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 Audio rendering of tables</a></h2>
1090+
<h2><a name="q14">A.11 </a><a href="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: 6 additions & 6 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.51 2007-04-16 13:17:25 bbos Exp $ -->
4+
<!-- $Id: aural.src,v 2.52 2007-07-17 03:27:49 fantasai Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Aural style sheets</TITLE>
@@ -45,7 +45,7 @@ while
4545
</div>
4646

4747

48-
<H2>Introduction to aural style sheets</H2>
48+
<H2><a name="aural-intro">Introduction to aural style sheets</a></H2>
4949

5050
<p>The aural rendering of a document, already commonly used by the
5151
blind and print-impaired communities, combines speech synthesis and
@@ -94,7 +94,7 @@ paragraphs of class "peter" from the right. Paragraphs with class
9494
</div>
9595

9696

97-
<H3>Angles</H3>
97+
<H3><a name="angles">Angles</a></H3>
9898
<P>Angle values are denoted by <span class="index-def"
9999
title="&lt;angle&gt;::definition of"><a
100100
name="value-def-angle">&lt;angle&gt;</a></span> in the text.
@@ -121,7 +121,7 @@ equivalent.
121121
<p>Like for &lt;length&gt;, the unit may be omitted, if the value is
122122
zero: '0deg' may be written as '0'.
123123

124-
<H3>Times</H3>
124+
<H3><a name="times">Times</a></H3>
125125

126126
<P>Time values are denoted by <span class="index-def" title="&lt;time&gt;::definition of"><a name="value-def-time">&lt;time&gt;</a></span> in the
127127
text.
@@ -142,7 +142,7 @@ followed by a time unit identifier.
142142
<p>Like for &lt;length&gt;, the unit may be omitted, if the value is
143143
zero: '0s' may be written as '0'.
144144

145-
<H3>Frequencies</H3>
145+
<H3><a name="frequencies">Frequencies</a></H3>
146146

147147
<P>Frequency values are denoted by <span class="index-def"
148148
title="&lt;frequency&gt;::definition of"><a
@@ -754,7 +754,7 @@ following meanings:</P>
754754
"Two hundred thirty seven". Word representations are language-dependent.
755755
</dl>
756756

757-
<h2>Audio rendering of tables</h2>
757+
<h2><a href="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

0 commit comments

Comments
 (0)