- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Feb 2012 00:06:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv26375
Modified Files:
Overview.html Overview.src.html
Log Message:
clarification on SSML volume
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.html 13 Feb 2012 23:36:01 -0000 1.97
+++ Overview.html 14 Feb 2012 00:06:47 -0000 1.98
@@ -88,14 +88,14 @@
<h1 id=top>CSS Speech Module</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 February
2012</h2>
<dl id=versions>
<dt>This version:
<dd>
- <!--<a href="http://www.w3.org/TR/2012/WD-css3-speech-20120213/">http://www.w3.org/TR/2012/ED-css3-speech-20120213/</a>-->
+ <!--<a href="http://www.w3.org/TR/2012/WD-css3-speech-20120214/">http://www.w3.org/TR/2012/ED-css3-speech-20120214/</a>-->
<a
href="http://dev.w3.org/csswg/css3-speech">http://dev.w3.org/csswg/css3-speech</a>
@@ -592,11 +592,14 @@
href="#cue-props">audio cues</a> within the <a href="#aural-model">audio
"box" model</a>.
- <p class=note> Note that the functionality provided by this property is
- related to the <a
+ <p class=note> Note that although the functionality provided by this
+ property is similar to the <a
href="http://www.w3.org/TR/speech-synthesis11/#edef_prosody"><code>volume</code>
attribute of the <code>prosody</code> element</a> from the SSML markup
- language <a href="#SSML" rel=biblioentry>[SSML]<!--{{!SSML}}--></a>.
+ language <a href="#SSML" rel=biblioentry>[SSML]<!--{{!SSML}}--></a>, there
+ are notable discrepancies. For example, CSS Speech volume keywords and
+ decibels units are not mutually-exclusive, due to how values are inherited
+ and combined for selected elements.
<dl><!-- dt>
<strong>normal</strong>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Overview.src.html 13 Feb 2012 23:36:01 -0000 1.99
+++ Overview.src.html 14 Feb 2012 00:06:47 -0000 1.100
@@ -326,9 +326,12 @@
<p>The 'voice-volume' property allows authors to control the amplitude of the audio waveform
generated by the speech synthesiser, and is also used to adjust the relative volume level of
<a href="#cue-props">audio cues</a> within the <a href="#aural-model">audio "box" model</a>. </p>
- <p class="note"> Note that the functionality provided by this property is related to the <a
- href="http://www.w3.org/TR/speech-synthesis11/#edef_prosody"><code>volume</code> attribute
- of the <code>prosody</code> element</a> from the SSML markup language [[!SSML]]. </p>
+ <p class="note"> Note that although the functionality provided by this property is similar to
+ the <a href="http://www.w3.org/TR/speech-synthesis11/#edef_prosody"><code>volume</code>
+ attribute of the <code>prosody</code> element</a> from the SSML markup language [[!SSML]],
+ there are notable discrepancies. For example, CSS Speech volume keywords and decibels units
+ are not mutually-exclusive, due to how values are inherited and combined for selected
+ elements. </p>
<dl>
<!-- dt>
<strong>normal</strong>
Received on Tuesday, 14 February 2012 00:06:51 UTC