- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jul 2011 19:54:54 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech In directory hutz:/tmp/cvs-serv8591 Modified Files: Overview.html Overview.src.html Log Message: fixed typos Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- Overview.html 6 Jul 2011 19:47:24 -0000 1.62 +++ Overview.html 6 Jul 2011 19:54:52 -0000 1.63 @@ -1753,9 +1753,9 @@ <p>The ‘<a href="#voice-family"><code class=property>voice-family</code></a>’ property specifies a - comma-separated, prioritized list of component values that are separated - by a comma to indicate that they are alternatives (this is analogous to - ‘<code class=css><a href="#font-family-def"><code + prioritized list of component values that are separated by commas to + indicate that they are alternatives (this is analogous to ‘<code + class=css><a href="#font-family-def"><code class=property>font-family</code></a></code>’ in visual style sheets). Each component value potentially designates a speech synthesis voice instance, by specifying match criteria (see the <a @@ -1893,10 +1893,10 @@ selected content, then the chosen voice is the one that most closely matches the specified name, or gender, age, and preferred voice variant. The actual definition of "best match" is processor-dependent (e.g. a - reasonable match for "voice-family: 10 male;" may well be a higher - pitched female voice suitable for a young boy's vocal rendition). If no - voice instance matches the characteristics provided by any of the - ‘<a href="#voice-family"><code + reasonable match for "voice-family: 10 male;" may well be a + higher-pitched female voice, as this tone of voice may be close to that + of a young boy). If no voice instance matches the characteristics + provided by any of the ‘<a href="#voice-family"><code class=property>voice-family</code></a>’ component values, the first available voice instance (amongst those suitable for the language of the selected content) must be used. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- Overview.src.html 6 Jul 2011 19:47:24 -0000 1.63 +++ Overview.src.html 6 Jul 2011 19:54:52 -0000 1.64 @@ -1383,8 +1383,8 @@ </tr> </tbody> </table> - <p>The 'voice-family' property specifies a comma-separated, prioritized list of component values - that are separated by a comma to indicate that they are alternatives (this is analogous to '<a + <p>The 'voice-family' property specifies a prioritized list of component values that are + separated by commas to indicate that they are alternatives (this is analogous to '<a href="#font-family-def"><code class="property">font-family</code></a>' in visual style sheets). Each component value potentially designates a speech synthesis voice instance, by specifying match criteria (see the <a href="#voice-selection">voice selection</a> section on @@ -1480,11 +1480,11 @@ <li> If several voice instances are available for the language of the selected content, then the chosen voice is the one that most closely matches the specified name, or gender, age, and preferred voice variant. The actual definition of "best match" is processor-dependent - (e.g. a reasonable match for "voice-family: 10 male;" may well be a higher pitched female - voice suitable for a young boy's vocal rendition). If no voice instance matches the - characteristics provided by any of the 'voice-family' component values, the first available - voice instance (amongst those suitable for the language of the selected content) must be - used. </li> + (e.g. a reasonable match for "voice-family: 10 male;" may well be a higher-pitched female + voice, as this tone of voice may be close to that of a young boy). If no voice instance + matches the characteristics provided by any of the 'voice-family' component values, the + first available voice instance (amongst those suitable for the language of the selected + content) must be used. </li> <li> If no voice is available for the language of the selected content, it is recommended that user-agents let the user know about the lack of appropriate TTS voice. </li> </ol>
Received on Wednesday, 6 July 2011 19:54:55 UTC