@@ -284,7 +284,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
284284 < li > < a href ="#pause-props-pause "> < span class =secno > 9.2. </ span > The
285285 ‘< code class =property > pause</ code > ’ shorthand property</ a >
286286
287- < li > < a href ="#collapsing "> < span class =secno > 9.3. </ span > Collapsing
287+ < li > < a href ="#collapsed-pauses "> < span class =secno > 9.3. </ span > Collapsing
288288 pauses</ a >
289289 </ ul >
290290
@@ -970,8 +970,8 @@ <h3 id=speaking-props-speak><span class=secno>8.1. </span>The ‘<a
970970 class =property > none</ code > ’ at this level. However, the pauses,
971971 cues, and rests of the ancestor element remain "deactivated" in the
972972 aural dimension, and therefore do not contribute to the < a
973- href ="#collapsing "> collapsing of pauses</ a > or additive behavior of
974- adjoining rests.</ p >
973+ href ="#collapsed-pauses "> collapsing of pauses</ a > or additive behavior
974+ of adjoining rests.</ p >
975975
976976 < dt > < strong > normal</ strong >
977977
@@ -1038,16 +1038,18 @@ <h3 id=speaking-props-speak-as><span class=secno>8.2. </span>The ‘<a
10381038
10391039 < p > The ‘< a href ="#speak-as "> < code
10401040 class =property > speak-as</ code > </ a > ’ property determines in what
1041- manner text gets rendered aurally, based upon a basic predefined list of
1042- possible values .
1041+ manner text gets rendered aurally, based upon a predefined list of
1042+ possibilities .
10431043
10441044 < p class =note > Note that the functionality provided by this property is
1045- related to the < a
1045+ conceptually similar to the < a
10461046 href ="http://www.w3.org/TR/speech-synthesis11/#edef_say-as "> < code > say-as</ code >
10471047 element</ a > from the SSML markup language < a href ="#SSML "
1048- rel =biblioentry > [SSML]<!--{{!SSML}}--> </ a > , whose values are described in
1049- the < a href ="#SSML-SAYAS "
1050- rel =biblioentry > [SSML-SAYAS]<!--{{SSML-SAYAS}}--> </ a > W3C Note.
1048+ rel =biblioentry > [SSML]<!--{{!SSML}}--> </ a > (whose possible values are
1049+ described in the < a href ="#SSML-SAYAS "
1050+ rel =biblioentry > [SSML-SAYAS]<!--{{SSML-SAYAS}}--> </ a > W3C Note). Although
1051+ the design goals are similar, the CSS model is limited to a basic set of
1052+ pronunciation rules.
10511053
10521054 < dl >
10531055 < dt > < strong > normal</ strong >
@@ -1073,10 +1075,10 @@ <h3 id=speaking-props-speak-as><span class=secno>8.2. </span>The ‘<a
10731075 < p > Speak numbers one digit at a time, for instance, "twelve" would be
10741076 spoken as "one two", and "31" as "three one".</ p >
10751077
1076- < p class =note > Speech synthesizers are knowledgeable about what is and
1077- what is not a number . The ‘< a href ="#speak-as "> < code
1078- class =property > speak-as</ code > </ a > ’ property enables authors to
1079- control how the user-agent renders numbers, and may be implemented as a
1078+ < p class =note > Speech synthesizers are knowledgeable about what a
1079+ < em > number </ em > is. The ‘< a href ="#speak-as "> < code
1080+ class =property > speak-as</ code > </ a > ’ property enables some level of
1081+ control on how user-agents render numbers, and may be implemented as a
10801082 preprocessing step before passing the text to the actual speech
10811083 synthesizer.</ p >
10821084
@@ -1198,13 +1200,16 @@ <h3 id=pause-props-pause-before-after><span class=secno>9.1. </span>The
11981200 class =property > cue-before</ code > </ a > ’ (or ‘< a
11991201 href ="#cue-after "> < code class =property > cue-after</ code > </ a > ’) is
12001202 specified, before (or after) the cue within the < a
1201- href ="#aural-model "> audio "box" model</ a > .
1203+ href ="#aural-model "> aural "box" model</ a > .
12021204
1203- < p class =note > Note that the functionality provided by this property is
1204- related to the < a
1205+ < p class =note > Note that although the functionality provided by this
1206+ property is similar to the < a
12051207 href ="http://www.w3.org/TR/speech-synthesis11/#edef_break "> < code > break</ code >
12061208 element</ a > from the SSML markup language < a href ="#SSML "
1207- rel =biblioentry > [SSML]<!--{{!SSML}}--> </ a > .
1209+ rel =biblioentry > [SSML]<!--{{!SSML}}--> </ a > , the application of prosodic
1210+ boundaries within the < a href ="#aural-model "> aural "box" model</ a > of CSS
1211+ Speech requires special considerations (e.g. < a
1212+ href ="#collapsed-pauses "> "collapsed" pauses</ a > ).
12081213
12091214 < dl >
12101215 < dt > < strong > <time></ strong >
@@ -1314,7 +1319,7 @@ <h3 id=pause-props-pause><span class=secno>9.2. </span>The ‘<a
13141319h3 { pause-after: 10ms; } /* pause-before: < i > unspecified</ i > ; pause-after: 10ms */</ pre >
13151320 </ div >
13161321
1317- < h3 id =collapsing > < span class =secno > 9.3. </ span > Collapsing pauses</ h3 >
1322+ < h3 id =collapsed-pauses > < span class =secno > 9.3. </ span > Collapsing pauses</ h3 >
13181323
13191324 < p > The pause defines the minimum distance of the aural "box" to the aural
13201325 "boxes" before and after it. Adjoining pauses are merged by selecting the
0 commit comments