csswg/css3-speech Overview.html,1.76,1.77 Overview.src.html,1.77,1.78

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

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



Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Overview.html	13 Jul 2011 20:50:27 -0000	1.76
+++ Overview.html	13 Jul 2011 20:55:48 -0000	1.77
@@ -623,7 +623,7 @@
      class=property>silent</code>&rsquo;, this &lsquo;<a
      href="#voice-volume"><code class=property>voice-volume</code></a>&rsquo;
      resolves to &lsquo;<code class=property>silent</code>&rsquo; too,
-     regardless of the provided &lt;decibel&gt; value. Decibels express the
+     regardless of the specified &lt;decibel&gt; value. Decibels express the
      ratio of the squares of the new signal amplitude (a1) and the current
      amplitude (a0), as per the following logarithmic equation: volume(dB) =
      20 log10 (a1 / a0)</p>
@@ -1670,8 +1670,8 @@
      class=property>voice-volume</code></a>&rsquo; property is set to
      &lsquo;<code class=property>silent</code>&rsquo;, the audio cue is also
      set to &lsquo;<code class=property>silent</code>&rsquo; (regardless of
-     the value provided for this &lt;decibel&gt;). Decibels express the ratio
-     of the squares of the new signal amplitude (a1) and the current
+     the value specified for this &lt;decibel&gt;). Decibels express the
+     ratio of the squares of the new signal amplitude (a1) and the current
      amplitude (a0), as per the following logarithmic equation: volume(dB) =
      20 log10 (a1 / a0)</p>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Overview.src.html	13 Jul 2011 20:50:27 -0000	1.77
+++ Overview.src.html	13 Jul 2011 20:55:48 -0000	1.78
@@ -344,7 +344,7 @@
           enumeration above), or to the default value for the root element, or otherwise to the
           inherited volume level (which may itself be be a combination of a keyword value and of a
           decibel offset). When the inherited volume level is 'silent', this 'voice-volume' resolves
-          to 'silent' too, regardless of the provided &lt;decibel&gt; value. Decibels express the
+          to 'silent' too, regardless of the specified &lt;decibel&gt; value. Decibels express the
           ratio of the squares of the new signal amplitude (a1) and the current amplitude (a0), as
           per the following logarithmic equation: volume(dB) = 20 log10 (a1 / a0) </p>
         <p class="note"> Note that -6.0dB is approximately half the amplitude of the audio signal,
@@ -1279,8 +1279,8 @@
           represents a change (positive or negative) relative to the computed value of the
           'voice-volume' property within the <a href="#aural-model">aural "box" model</a> of the
           selected element. When the 'voice-volume' property is set to 'silent', the audio cue is
-          also set to 'silent' (regardless of the value provided for this &lt;decibel&gt;). Decibels
-          express the ratio of the squares of the new signal amplitude (a1) and the current
+          also set to 'silent' (regardless of the value specified for this &lt;decibel&gt;).
+          Decibels express the ratio of the squares of the new signal amplitude (a1) and the current
           amplitude (a0), as per the following logarithmic equation: volume(dB) = 20 log10 (a1 /
           a0)</p>
         <p class="note"> Note that -6.0dB is approximately half the amplitude of the audio signal,

Received on Wednesday, 13 July 2011 20:55:52 UTC