Skip to content

Commit 139e480

Browse files
committed
minor link fixes.
1 parent bcb30ce commit 139e480

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

css3-speech/Overview.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,9 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
197197
</ul>
198198

199199
<li><a href="#rest-props"><span class=secno>7. </span>Rest properties:
200-
rest-before', &lsquo;<code class=property>rest-after</code>&rsquo; and
201-
&lsquo;<code class=property>rest</code>&rsquo;</a>
200+
&lsquo;<code class=property>rest-before</code>&rsquo;, &lsquo;<code
201+
class=property>rest-after</code>&rsquo; and &lsquo;<code
202+
class=property>rest</code>&rsquo;</a>
202203

203204
<li><a href="#cue-props"><span class=secno>8. </span>Cue properties:
204205
&lsquo;<code class=property>cue-before</code>&rsquo;, &lsquo;<code
@@ -902,7 +903,9 @@ <h3 id=collapsing><span class=secno>6.1. </span>Collapsing pauses</h3>
902903
href="#CSS21" rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>.
903904

904905
<h2 id=rest-props><span class=secno>7. </span>Rest properties: <a
905-
href="#rest-before">rest-before'</a>, <a href="#rest-after">&lsquo;<code
906+
href="#rest-before">&lsquo;<code
907+
class=property>rest-before</code>&rsquo;</a>, <a
908+
href="#rest-after">&lsquo;<code
906909
class=property>rest-after</code>&rsquo;</a> and <a
907910
href="#rest">&lsquo;<code class=property>rest</code>&rsquo;</a></h2>
908911

@@ -1029,8 +1032,9 @@ <h2 id=rest-props><span class=secno>7. </span>Rest properties: <a
10291032
<td width="20%"><em>Value:</em>
10301033

10311034
<td>[ &lt;&lsquo;<a href="#rest-before"><code
1032-
class=property>rest-before</code></a>&rsquo;&gt; || &lt;rest-after'&gt;
1033-
] | inherit
1035+
class=property>rest-before</code></a>&rsquo;&gt; || &lt;&lsquo;<a
1036+
href="#rest-after"><code
1037+
class=property>rest-after</code></a>&rsquo;&gt; ] | inherit
10341038

10351039
<tr>
10361040
<td width="20%"><em>Initial:</em>
@@ -1185,7 +1189,7 @@ <h2 id=cue-props><span class=secno>8. </span>Cue properties: <a
11851189
class=property>voice-volume</code></a>&rsquo; property, and are then
11861190
clipped to the range &lsquo;<code class=css>0</code>&rsquo; to
11871191
&lsquo;<code class=css>100</code>&rsquo;. By basing the percentage upon
1188-
the inherited value for <a href="#mixing-props">voice-volume</a>, it is
1192+
the inherited value for <a href="#voice-volume">voice-volume</a>, it is
11891193
easy to adjust the relative loudness of cues compared to synthetic speech
11901194
for whatever volume setting has been provided for that speech.
11911195

@@ -1199,7 +1203,7 @@ <h2 id=cue-props><span class=secno>8. </span>Cue properties: <a
11991203
class=property>x-loud</code>&rsquo; is mapped to &lsquo;<code
12001204
class=css>100</code>&rsquo;. The mapping of other values to numerical
12011205
volume levels is implementation dependent, but the intention is to match
1202-
the corresponding levels for <a href="#mixing-props">voice-volume</a>.
1206+
the corresponding levels for <a href="#voice-volume">voice-volume</a>.
12031207
</dl>
12041208

12051209
<div class=example>
@@ -1993,12 +1997,11 @@ <h3 id=content><span class=secno>12.2. </span>Inserted and replaced content</h3>
19931997
<p>Sometimes, authors will want to specify a mapping from the source text
19941998
into another string prior to the application of the regular pronunciation
19951999
rules. This may be used for uncommon abbreviations or acronyms which are
1996-
unlikely to be recognized by the synthesizer. The <span
1997-
class=propinst-content>&lsquo;<a href="#content-def"><code
1998-
class=property>content</code></a>&rsquo;</span> property can be used to
1999-
replace one string by another. In the following example, the abbreviation
2000-
is rendered using the content of the title attribute instead of the
2001-
element's content:
2000+
unlikely to be recognized by the synthesizer. The &lsquo;<a
2001+
href="#content-def"><code class=property>content</code></a>&rsquo;
2002+
property can be used to replace one string by another. In the following
2003+
example, the abbreviation is rendered using the content of the title
2004+
attribute instead of the element's content:
20022005

20032006
<div class=example>
20042007
<p>Example:</p>
@@ -2363,8 +2366,8 @@ <h2 class=no-num id=property-index>Appendix B &mdash; Property index</h2>
23632366
<tr valign=baseline>
23642367
<td><a class=property href="#rest">rest</a>
23652368

2366-
<td>[ &lt;&lsquo;rest-before&rsquo;&gt; || &lt;rest-after'&gt; ] |
2367-
inherit
2369+
<td>[ &lt;&lsquo;rest-before&rsquo;&gt; ||
2370+
&lt;&lsquo;rest-after&rsquo;&gt; ] | inherit
23682371

23692372
<td>implementation dependent
23702373

css3-speech/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ <h2 id="rest-props"><span class="secno">7. </span>Rest properties:
768768
</tr>
769769
<tr>
770770
<td width="20%"><em>Value:</em></td>
771-
<td>[ &lt;'rest-before'&gt; || &lt;rest-after'&gt; ] | inherit</td>
771+
<td>[ &lt;'rest-before'&gt; || &lt;'rest-after'&gt; ] | inherit</td>
772772
</tr>
773773
<tr>
774774
<td width="20%"><em>Initial:</em></td>
@@ -1635,7 +1635,7 @@ <h3 id="content">Inserted and replaced content</h3>
16351635
source text into another string prior to the application of the
16361636
regular pronunciation rules. This may be used for uncommon abbreviations
16371637
or acronyms which are unlikely to be recognized by the synthesizer.
1638-
The <span class="propinst-content">'content'</span> property can be
1638+
The 'content' property can be
16391639
used to replace one string by another. In the following example,
16401640
the abbreviation is rendered using the content of the title
16411641
attribute instead of the element's content:</p>

0 commit comments

Comments
 (0)