@@ -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', ‘< code class =property > rest-after</ code > ’ and
201- ‘< code class =property > rest</ code > ’</ a >
200+ ‘< code class =property > rest-before</ code > ’, ‘< code
201+ class =property > rest-after</ code > ’ and ‘< code
202+ class =property > rest</ code > ’</ a >
202203
203204 < li > < a href ="#cue-props "> < span class =secno > 8. </ span > Cue properties:
204205 ‘< code class =property > cue-before</ code > ’, ‘< 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 "> ‘< code
906+ href ="#rest-before "> ‘< code
907+ class =property > rest-before</ code > ’</ a > , < a
908+ href ="#rest-after "> ‘< code
906909 class =property > rest-after</ code > ’</ a > and < a
907910 href ="#rest "> ‘< code class =property > rest</ code > ’</ 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 > [ <‘< a href ="#rest-before "> < code
1032- class =property > rest-before</ code > </ a > ’> || <rest-after'>
1033- ] | inherit
1035+ class =property > rest-before</ code > </ a > ’> || <‘< a
1036+ href ="#rest-after "> < code
1037+ class =property > rest-after</ code > </ a > ’> ] | 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 > ’ property, and are then
11861190 clipped to the range ‘< code class =css > 0</ code > ’ to
11871191 ‘< code class =css > 100</ code > ’. 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 > ’ is mapped to ‘< code
12001204 class =css > 100</ code > ’. 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 > ‘< a href ="#content-def "> < code
1998- class =property > content</ code > </ a > ’</ 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 ‘< a
2001+ href ="#content-def "> < code class =property > content</ code > </ a > ’
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 — Property index</h2>
23632366 < tr valign =baseline >
23642367 < td > < a class =property href ="#rest "> rest</ a >
23652368
2366- < td > [ <‘rest-before’> || <rest-after'> ] |
2367- inherit
2369+ < td > [ <‘rest-before’> ||
2370+ <‘rest-after’> ] | inherit
23682371
23692372 < td > implementation dependent
23702373
0 commit comments