- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jul 2011 21:41:05 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech In directory hutz:/tmp/cvs-serv31450 Modified Files: Overview.html Overview.src.html Log Message: minor prose fix Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- Overview.html 6 Jul 2011 19:54:52 -0000 1.63 +++ Overview.html 6 Jul 2011 21:41:03 -0000 1.64 @@ -567,8 +567,8 @@ <dt> <strong>normal</strong> <dd> - <p> Corresponds to +0.0dB, which means that there is no modification to - the default volume level. This value overrides the inherited value.</p> + <p> Corresponds to +0.0dB, which means that there is no modification of + volume level. This value overrides the inherited value.</p> <dt> <strong>silent</strong> @@ -614,10 +614,10 @@ <dd> <p>A <a href="#number-def">number</a> immediately followed by "dB" (decibel unit). This represents a change (positive or negative) relative - to the default or inherited volume level. This is expressed as 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> + to the default value for the root element, or to the inherited volume + level otherwise. This is expressed as 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, and +6.0dB is approximately twice the amplitude.</p> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- Overview.src.html 6 Jul 2011 19:54:52 -0000 1.64 +++ Overview.src.html 6 Jul 2011 21:41:03 -0000 1.65 @@ -306,8 +306,8 @@ <strong>normal</strong> </dt> <dd> - <p> Corresponds to +0.0dB, which means that there is no modification to the default volume - level. This value overrides the inherited value.</p> + <p> Corresponds to +0.0dB, which means that there is no modification of volume level. This + value overrides the inherited value.</p> </dd> <dt> <strong>silent</strong> @@ -339,10 +339,10 @@ </dt> <dd> <p>A <a href="#number-def">number</a> immediately followed by "dB" (decibel unit). This - represents a change (positive or negative) relative to the default or inherited volume - level. This is expressed as 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> + represents a change (positive or negative) relative to the default value for the root + element, or to the inherited volume level otherwise. This is expressed as 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, and +6.0dB is approximately twice the amplitude.</p> </dd>
Received on Wednesday, 6 July 2011 21:41:10 UTC