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

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
minor typo.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Overview.html	28 Apr 2011 17:09:11 -0000	1.36
+++ Overview.html	28 Apr 2011 17:13:46 -0000	1.37
@@ -2131,7 +2131,7 @@
     <tr>
      <td><em>Value:</em>
 
-     <td>normal | strong | moderate | none | reduced | inherit
+     <td>auto | strong | moderate | none | reduced | inherit
 
     <tr>
      <td><em>Initial:</em>
@@ -2182,7 +2182,7 @@
 
    <dt><strong>moderate</strong> and <strong>strong</strong>
 
-   <dd>These are monotonically non-decreasing in strength.
+   <dd>These values are monotonically non-decreasing in strength.
 
    <dt><strong>reduced</strong>
 
@@ -2916,7 +2916,7 @@
     <tr valign=baseline>
      <td><a class=property href="#voice-stress">voice-stress</a>
 
-     <td>normal | strong | moderate | none | reduced | inherit
+     <td>auto | strong | moderate | none | reduced | inherit
 
      <td>auto
 
@@ -3365,6 +3365,9 @@
 
    <li>Improved the pause collapsing prose, removed redundant paragraphs.
 
+   <li>Added the "auto" value for &lsquo;<a href="#voice-stress"><code
+    class=property>voice-stress</code></a>&rsquo;.
+
    <li>Fixed typos and made other minor edits.
   </ul>
   <!-- For reference only, changes in previous draft: -->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.src.html	28 Apr 2011 17:09:11 -0000	1.37
+++ Overview.src.html	28 Apr 2011 17:13:46 -0000	1.38
@@ -1846,7 +1846,7 @@
 </tr>
 <tr>
 <td><em>Value:</em></td>
-<td>normal | strong | moderate | none | reduced | inherit</td>
+<td>auto | strong | moderate | none | reduced | inherit</td>
 </tr>
 <tr>
 <td><em>Initial:</em></td>
@@ -1877,7 +1877,8 @@
 
 <p>Indicates the strength of emphasis to be applied. Emphasis
 is applied using a combination of pitch change, timing changes,
-loudness and other acoustic differences, and is dependent on the language being spoken.
+loudness and other acoustic differences,
+and is dependent on the language being spoken.
 </p>
 
 <p>Values have the following meanings:</p>
@@ -1893,7 +1894,7 @@
 
 <dt><strong>moderate</strong> and
 <strong>strong</strong></dt>
-<dd>These are monotonically non-decreasing in strength.
+<dd>These values are monotonically non-decreasing in strength.
 </dd>
 
 <dt><strong>reduced</strong></dt>
@@ -2558,6 +2559,7 @@
 <li>Added the missing "Computed value" line to each property definition.</li>
 <li>Cleaned-up the list of module dependencies, and removed redundant "module dependencies" section.</li>
 <li>Improved the pause collapsing prose, removed redundant paragraphs.</li>
+<li>Added the "auto" value for 'voice-stress'.</li>
 <li>Fixed typos and made other minor edits.</li>
 </ul>
 

Received on Thursday, 28 April 2011 17:13:51 UTC