File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2177,20 +2177,23 @@ <h2 id=voice-char-props><span class=secno>9. </span>Voice characteristic
21772177
21782178 < dt > < strong > none</ strong >
21792179
2180- < dd > Inhibits the synthesizer from emphasizing words it would normally
2180+ < dd > Prevents the synthesizer from emphasizing text it would normally
21812181 emphasize.
21822182
21832183 < dt > < strong > moderate</ strong > and < strong > strong</ strong >
21842184
2185- < dd > These values are monotonically non-decreasing in strength.
2185+ < dd > These values are monotonically non-decreasing in strength. Their
2186+ application results in more emphasis than what the speech synthesizer
2187+ would normally produce (i.e. more than the value corresponding to
2188+ ‘< code class =property > auto</ code > ’).
21862189
21872190 < dt > < strong > reduced</ strong >
21882191
21892192 < dd > Effectively the opposite of emphasizing a word.
21902193 </ dl >
21912194
21922195 < div class =example >
2193- < p > Example :</ p >
2196+ < p > Examples :</ p >
21942197
21952198 < pre >
21962199span.default-emphasis { voice-stress: auto; }
Original file line number Diff line number Diff line change @@ -1889,20 +1889,22 @@ <h2 id="voice-char-props"><span class="secno">9. </span>Voice
18891889< dd > Represents the default emphasis produced by the speech synthesizer.</ dd >
18901890
18911891< dt > < strong > none</ strong > </ dt >
1892- < dd > Inhibits the synthesizer from emphasizing
1893- words it would normally emphasize.</ dd >
1892+ < dd > Prevents the synthesizer from emphasizing
1893+ text it would normally emphasize.</ dd >
18941894
18951895< dt > < strong > moderate</ strong > and
18961896< strong > strong</ strong > </ dt >
18971897< dd > These values are monotonically non-decreasing in strength.
1898+ Their application results in more emphasis than what the
1899+ speech synthesizer would normally produce (i.e. more than the value corresponding to 'auto').
18981900</ dd >
18991901
19001902< dt > < strong > reduced</ strong > </ dt >
19011903< dd > Effectively the opposite of emphasizing a word.</ dd >
19021904</ dl >
19031905
19041906< div class ="example ">
1905- < p > Example :</ p >
1907+ < p > Examples :</ p >
19061908< pre >
19071909span.default-emphasis { voice-stress: auto; }
19081910span.lowered-emphasis { voice-stress: reduced; }
You can’t perform that action at this time.
0 commit comments