Skip to content

Commit c24baef

Browse files
committed
clarification on SSML volume
1 parent 2da1798 commit c24baef

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

css3-speech/Overview.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@
8888

8989
<h1 id=top>CSS Speech Module</h1>
9090

91-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
91+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 February
9292
2012</h2>
9393

9494
<dl id=versions>
9595
<dt>This version:
9696

9797
<dd>
98-
<!--<a href="http://www.w3.org/TR/2012/WD-css3-speech-20120213/">http://www.w3.org/TR/2012/ED-css3-speech-20120213/</a>-->
98+
<!--<a href="http://www.w3.org/TR/2012/WD-css3-speech-20120214/">http://www.w3.org/TR/2012/ED-css3-speech-20120214/</a>-->
9999
<a
100100
href="http://dev.w3.org/csswg/css3-speech">http://dev.w3.org/csswg/css3-speech</a>
101101

@@ -592,11 +592,14 @@ <h3 id=mixing-props-voice-volume><span class=secno>7.1. </span>The
592592
href="#cue-props">audio cues</a> within the <a href="#aural-model">audio
593593
"box" model</a>.
594594

595-
<p class=note> Note that the functionality provided by this property is
596-
related to the <a
595+
<p class=note> Note that although the functionality provided by this
596+
property is similar to the <a
597597
href="http://www.w3.org/TR/speech-synthesis11/#edef_prosody"><code>volume</code>
598598
attribute of the <code>prosody</code> element</a> from the SSML markup
599-
language <a href="#SSML" rel=biblioentry>[SSML]<!--{{!SSML}}--></a>.
599+
language <a href="#SSML" rel=biblioentry>[SSML]<!--{{!SSML}}--></a>, there
600+
are notable discrepancies. For example, CSS Speech volume keywords and
601+
decibels units are not mutually-exclusive, due to how values are inherited
602+
and combined for selected elements.
600603

601604
<dl><!-- dt>
602605
<strong>normal</strong>

css3-speech/Overview.src.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,12 @@ <h3 id="mixing-props-voice-volume">The 'voice-volume' property</h3>
326326
<p>The 'voice-volume' property allows authors to control the amplitude of the audio waveform
327327
generated by the speech synthesiser, and is also used to adjust the relative volume level of
328328
<a href="#cue-props">audio cues</a> within the <a href="#aural-model">audio "box" model</a>. </p>
329-
<p class="note"> Note that the functionality provided by this property is related to the <a
330-
href="http://www.w3.org/TR/speech-synthesis11/#edef_prosody"><code>volume</code> attribute
331-
of the <code>prosody</code> element</a> from the SSML markup language [[!SSML]]. </p>
329+
<p class="note"> Note that although the functionality provided by this property is similar to
330+
the <a href="http://www.w3.org/TR/speech-synthesis11/#edef_prosody"><code>volume</code>
331+
attribute of the <code>prosody</code> element</a> from the SSML markup language [[!SSML]],
332+
there are notable discrepancies. For example, CSS Speech volume keywords and decibels units
333+
are not mutually-exclusive, due to how values are inherited and combined for selected
334+
elements. </p>
332335
<dl>
333336
<!-- dt>
334337
<strong>normal</strong>

0 commit comments

Comments
 (0)