Skip to content

Commit 5af539f

Browse files
committed
minor typos
1 parent d64cbaf commit 5af539f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-speech/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ <h3 id=mixing-props-voice-volume><span class=secno>5.1. </span>The
623623
class=property>silent</code>&rsquo;, this &lsquo;<a
624624
href="#voice-volume"><code class=property>voice-volume</code></a>&rsquo;
625625
resolves to &lsquo;<code class=property>silent</code>&rsquo; too,
626-
regardless of the provided &lt;decibel&gt; value. Decibels express the
626+
regardless of the specified &lt;decibel&gt; value. Decibels express the
627627
ratio of the squares of the new signal amplitude (a1) and the current
628628
amplitude (a0), as per the following logarithmic equation: volume(dB) =
629629
20 log10 (a1 / a0)</p>
@@ -1670,8 +1670,8 @@ <h3 id=cue-props-cue-before-after><span class=secno>9.1. </span>The
16701670
class=property>voice-volume</code></a>&rsquo; property is set to
16711671
&lsquo;<code class=property>silent</code>&rsquo;, the audio cue is also
16721672
set to &lsquo;<code class=property>silent</code>&rsquo; (regardless of
1673-
the value provided for this &lt;decibel&gt;). Decibels express the ratio
1674-
of the squares of the new signal amplitude (a1) and the current
1673+
the value specified for this &lt;decibel&gt;). Decibels express the
1674+
ratio of the squares of the new signal amplitude (a1) and the current
16751675
amplitude (a0), as per the following logarithmic equation: volume(dB) =
16761676
20 log10 (a1 / a0)</p>
16771677

css3-speech/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h3 id="mixing-props-voice-volume">The 'voice-volume' property</h3>
344344
enumeration above), or to the default value for the root element, or otherwise to the
345345
inherited volume level (which may itself be be a combination of a keyword value and of a
346346
decibel offset). When the inherited volume level is 'silent', this 'voice-volume' resolves
347-
to 'silent' too, regardless of the provided &lt;decibel&gt; value. Decibels express the
347+
to 'silent' too, regardless of the specified &lt;decibel&gt; value. Decibels express the
348348
ratio of the squares of the new signal amplitude (a1) and the current amplitude (a0), as
349349
per the following logarithmic equation: volume(dB) = 20 log10 (a1 / a0) </p>
350350
<p class="note"> Note that -6.0dB is approximately half the amplitude of the audio signal,
@@ -1279,8 +1279,8 @@ <h3 id="cue-props-cue-before-after">The 'cue-before' and 'cue-after' properties<
12791279
represents a change (positive or negative) relative to the computed value of the
12801280
'voice-volume' property within the <a href="#aural-model">aural "box" model</a> of the
12811281
selected element. When the 'voice-volume' property is set to 'silent', the audio cue is
1282-
also set to 'silent' (regardless of the value provided for this &lt;decibel&gt;). Decibels
1283-
express the ratio of the squares of the new signal amplitude (a1) and the current
1282+
also set to 'silent' (regardless of the value specified for this &lt;decibel&gt;).
1283+
Decibels express the ratio of the squares of the new signal amplitude (a1) and the current
12841284
amplitude (a0), as per the following logarithmic equation: volume(dB) = 20 log10 (a1 /
12851285
a0)</p>
12861286
<p class="note"> Note that -6.0dB is approximately half the amplitude of the audio signal,

0 commit comments

Comments
 (0)