Skip to content

Commit 844cd23

Browse files
committed
minor prose fix
1 parent 7bbabe6 commit 844cd23

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css3-speech/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ <h3 id=mixing-props-voice-volume><span class=secno>5.1. </span>The
567567
<dt> <strong>normal</strong>
568568

569569
<dd>
570-
<p> Corresponds to +0.0dB, which means that there is no modification to
571-
the default volume level. This value overrides the inherited value.</p>
570+
<p> Corresponds to +0.0dB, which means that there is no modification of
571+
volume level. This value overrides the inherited value.</p>
572572

573573
<dt> <strong>silent</strong>
574574

@@ -614,10 +614,10 @@ <h3 id=mixing-props-voice-volume><span class=secno>5.1. </span>The
614614
<dd>
615615
<p>A <a href="#number-def">number</a> immediately followed by "dB"
616616
(decibel unit). This represents a change (positive or negative) relative
617-
to the default or inherited volume level. This is expressed as the ratio
618-
of the squares of the new signal amplitude (a1) and the current
619-
amplitude (a0), as per the following logarithmic equation: volume(dB) =
620-
20 log10 (a1 / a0)</p>
617+
to the default value for the root element, or to the inherited volume
618+
level otherwise. This is expressed as the ratio of the squares of the
619+
new signal amplitude (a1) and the current amplitude (a0), as per the
620+
following logarithmic equation: volume(dB) = 20 log10 (a1 / a0)</p>
621621

622622
<p class=note> Note that -6.0dB is approximately half the amplitude of
623623
the audio signal, and +6.0dB is approximately twice the amplitude.</p>

css3-speech/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ <h3 id="mixing-props-voice-volume">The 'voice-volume' property</h3>
306306
<strong>normal</strong>
307307
</dt>
308308
<dd>
309-
<p> Corresponds to +0.0dB, which means that there is no modification to the default volume
310-
level. This value overrides the inherited value.</p>
309+
<p> Corresponds to +0.0dB, which means that there is no modification of volume level. This
310+
value overrides the inherited value.</p>
311311
</dd>
312312
<dt>
313313
<strong>silent</strong>
@@ -339,10 +339,10 @@ <h3 id="mixing-props-voice-volume">The 'voice-volume' property</h3>
339339
</dt>
340340
<dd>
341341
<p>A <a href="#number-def">number</a> immediately followed by "dB" (decibel unit). This
342-
represents a change (positive or negative) relative to the default or inherited volume
343-
level. This is expressed as the ratio of the squares of the new signal amplitude (a1) and
344-
the current amplitude (a0), as per the following logarithmic equation: volume(dB) = 20
345-
log10 (a1 / a0) </p>
342+
represents a change (positive or negative) relative to the default value for the root
343+
element, or to the inherited volume level otherwise. This is expressed as the ratio of the
344+
squares of the new signal amplitude (a1) and the current amplitude (a0), as per the
345+
following logarithmic equation: volume(dB) = 20 log10 (a1 / a0) </p>
346346
<p class="note"> Note that -6.0dB is approximately half the amplitude of the audio signal,
347347
and +6.0dB is approximately twice the amplitude.</p>
348348
</dd>

0 commit comments

Comments
 (0)