@@ -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 <decibel> value. Decibels express the
347+ to 'silent' too, regardless of the specified <decibel> 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 <decibel>). 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 <decibel>).
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