- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Jul 2011 20:55:50 +0000
- To: public-css-commits@w3.org
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>’, this ‘<a
href="#voice-volume"><code class=property>voice-volume</code></a>’
resolves to ‘<code class=property>silent</code>’ too,
- regardless of the provided <decibel> value. Decibels express the
+ regardless of the specified <decibel> 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>’ property is set to
‘<code class=property>silent</code>’, the audio cue is also
set to ‘<code class=property>silent</code>’ (regardless of
- the value provided for this <decibel>). Decibels express the ratio
- of the squares of the new signal amplitude (a1) and the current
+ the value specified for this <decibel>). 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 <decibel> value. Decibels express the
+ to 'silent' too, regardless of the specified <decibel> 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 <decibel>). 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 <decibel>).
+ 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