csswg/css3-speech Overview.html,1.37,1.38 Overview.src.html,1.38,1.39

Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv18248

Modified Files:
	Overview.html Overview.src.html 
Log Message:
minor prose improvement.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.html	28 Apr 2011 17:13:46 -0000	1.37
+++ Overview.html	28 Apr 2011 17:29:24 -0000	1.38
@@ -2177,12 +2177,15 @@
 
    <dt><strong>none</strong>
 
-   <dd>Inhibits the synthesizer from emphasizing words it would normally
+   <dd>Prevents the synthesizer from emphasizing text it would normally
     emphasize.
 
    <dt><strong>moderate</strong> and <strong>strong</strong>
 
-   <dd>These values are monotonically non-decreasing in strength.
+   <dd>These values are monotonically non-decreasing in strength. Their
+    application results in more emphasis than what the speech synthesizer
+    would normally produce (i.e. more than the value corresponding to
+    &lsquo;<code class=property>auto</code>&rsquo;).
 
    <dt><strong>reduced</strong>
 
@@ -2190,7 +2193,7 @@
   </dl>
 
   <div class=example>
-   <p>Example:</p>
+   <p>Examples:</p>
 
    <pre>
 span.default-emphasis { voice-stress: auto; }

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Overview.src.html	28 Apr 2011 17:13:46 -0000	1.38
+++ Overview.src.html	28 Apr 2011 17:29:24 -0000	1.39
@@ -1889,12 +1889,14 @@
 <dd>Represents the default emphasis produced by the speech synthesizer.</dd>
 
 <dt><strong>none</strong></dt>
-<dd>Inhibits the synthesizer from emphasizing
-words it would normally emphasize.</dd>
+<dd>Prevents the synthesizer from emphasizing
+text it would normally emphasize.</dd>
 
 <dt><strong>moderate</strong> and
 <strong>strong</strong></dt>
 <dd>These values are monotonically non-decreasing in strength.
+Their application results in more emphasis than what the 
+speech synthesizer would normally produce (i.e. more than the value corresponding to 'auto').
 </dd>
 
 <dt><strong>reduced</strong></dt>
@@ -1902,7 +1904,7 @@
 </dl>
 
 <div class="example">
-<p>Example:</p>
+<p>Examples:</p>
 <pre>
 span.default-emphasis { voice-stress: auto; }
 span.lowered-emphasis { voice-stress: reduced; }

Received on Thursday, 28 April 2011 17:29:27 UTC