Skip to content

Commit 6536149

Browse files
committed
fixed typos
1 parent 740c287 commit 6536149

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

css3-speech/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,9 +1753,9 @@ <h3 id=voice-props-voice-family><span class=secno>10.1. </span>The
17531753

17541754
<p>The &lsquo;<a href="#voice-family"><code
17551755
class=property>voice-family</code></a>&rsquo; property specifies a
1756-
comma-separated, prioritized list of component values that are separated
1757-
by a comma to indicate that they are alternatives (this is analogous to
1758-
&lsquo;<code class=css><a href="#font-family-def"><code
1756+
prioritized list of component values that are separated by commas to
1757+
indicate that they are alternatives (this is analogous to &lsquo;<code
1758+
class=css><a href="#font-family-def"><code
17591759
class=property>font-family</code></a></code>&rsquo; in visual style
17601760
sheets). Each component value potentially designates a speech synthesis
17611761
voice instance, by specifying match criteria (see the <a
@@ -1893,10 +1893,10 @@ <h4 class=no-toc id=voice-selection><span class=secno>10.1.1. </span>Voice
18931893
selected content, then the chosen voice is the one that most closely
18941894
matches the specified name, or gender, age, and preferred voice variant.
18951895
The actual definition of "best match" is processor-dependent (e.g. a
1896-
reasonable match for "voice-family: 10 male;" may well be a higher
1897-
pitched female voice suitable for a young boy's vocal rendition). If no
1898-
voice instance matches the characteristics provided by any of the
1899-
&lsquo;<a href="#voice-family"><code
1896+
reasonable match for "voice-family: 10 male;" may well be a
1897+
higher-pitched female voice, as this tone of voice may be close to that
1898+
of a young boy). If no voice instance matches the characteristics
1899+
provided by any of the &lsquo;<a href="#voice-family"><code
19001900
class=property>voice-family</code></a>&rsquo; component values, the first
19011901
available voice instance (amongst those suitable for the language of the
19021902
selected content) must be used.

css3-speech/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,8 +1383,8 @@ <h3 id="voice-props-voice-family">The 'voice-family' property</h3>
13831383
</tr>
13841384
</tbody>
13851385
</table>
1386-
<p>The 'voice-family' property specifies a comma-separated, prioritized list of component values
1387-
that are separated by a comma to indicate that they are alternatives (this is analogous to '<a
1386+
<p>The 'voice-family' property specifies a prioritized list of component values that are
1387+
separated by commas to indicate that they are alternatives (this is analogous to '<a
13881388
href="#font-family-def"><code class="property">font-family</code></a>' in visual style
13891389
sheets). Each component value potentially designates a speech synthesis voice instance, by
13901390
specifying match criteria (see the <a href="#voice-selection">voice selection</a> section on
@@ -1480,11 +1480,11 @@ <h4 class="no-toc" id="voice-selection">Voice selection, content language</h4>
14801480
<li> If several voice instances are available for the language of the selected content, then
14811481
the chosen voice is the one that most closely matches the specified name, or gender, age,
14821482
and preferred voice variant. The actual definition of "best match" is processor-dependent
1483-
(e.g. a reasonable match for "voice-family: 10 male;" may well be a higher pitched female
1484-
voice suitable for a young boy's vocal rendition). If no voice instance matches the
1485-
characteristics provided by any of the 'voice-family' component values, the first available
1486-
voice instance (amongst those suitable for the language of the selected content) must be
1487-
used. </li>
1483+
(e.g. a reasonable match for "voice-family: 10 male;" may well be a higher-pitched female
1484+
voice, as this tone of voice may be close to that of a young boy). If no voice instance
1485+
matches the characteristics provided by any of the 'voice-family' component values, the
1486+
first available voice instance (amongst those suitable for the language of the selected
1487+
content) must be used. </li>
14881488
<li> If no voice is available for the language of the selected content, it is recommended that
14891489
user-agents let the user know about the lack of appropriate TTS voice. </li>
14901490
</ol>

0 commit comments

Comments
 (0)