- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Aug 2011 20:49:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv14301
Modified Files:
Overview.html Overview.src.html
Log Message:
added missing H3 (voice-stress), added list of at-risk features
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.html 2 Aug 2011 17:10:22 -0000 1.89
+++ Overview.html 10 Aug 2011 20:48:59 -0000 1.90
@@ -90,13 +90,13 @@
<h1 id=top>CSS Speech Module</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 02 August 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2>
<dl>
<dt>This version:
<dd>
- <!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110802">http://www.w3.org/TR/2011/ED-css3-speech-20110802/</a>-->
+ <!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110810">http://www.w3.org/TR/2011/ED-css3-speech-20110810/</a>-->
<a
href="http://dev.w3.org/csswg/css3-speech">http://dev.w3.org/csswg/css3-speech</a>
@@ -210,7 +210,18 @@
</ul>
<p>The CSS WG maintains a separate <a href="http://www.w3.org/Style/CSS/Tracker/products/29"
>list of issues</a> for this module.</p>
- </div -->
+ </div -->
+
+ <p>The following features are at-risk and may be dropped at the end of the
+ CR period if there has not been enough interest from implementers:
+ ‘<a href="#voice-balance"><code
+ class=property>voice-balance</code></a>’, ‘<a
+ href="#voice-duration"><code
+ class=property>voice-duration</code></a>’, ‘<a
+ href="#voice-pitch"><code class=property>voice-pitch</code></a>’,
+ ‘<a href="#voice-range"><code
+ class=property>voice-range</code></a>’, and ‘<a
+ href="#voice-stress"><code class=property>voice-stress</code></a>’.
<p>The CSS Speech module is a community effort and if you would like to
help with implementation and driving the specification forward along the
@@ -311,6 +322,10 @@
<li><a href="#voice-props-voice-range"><span class=secno>10.4.
</span>The ‘<code class=property>voice-range</code>’
property</a>
+
+ <li><a href="#voice-props-voice-stress"><span class=secno>10.5.
+ </span>The ‘<code class=property>voice-stress</code>’
+ property</a>
</ul>
<li><a href="#duration-props"><span class=secno>11. </span>Voice duration
@@ -2594,6 +2609,10 @@
</pre>
</div>
+ <h3 id=voice-props-voice-stress><span class=secno>10.5. </span>The
+ ‘<a href="#voice-stress"><code
+ class=property>voice-stress</code></a>’ property</h3>
+
<table class=propdef summary="name: syntax">
<tbody>
<tr>
@@ -3514,7 +3533,7 @@
title=voice-rate><strong>10.2.</strong></a>
<li>voice-stress, <a href="#voice-stress"
- title=voice-stress><strong>10.4.</strong></a>
+ title=voice-stress><strong>10.5.</strong></a>
<li>voice-volume, <a href="#voice-volume"
title=voice-volume><strong>5.1.</strong></a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Overview.src.html 2 Aug 2011 17:10:22 -0000 1.90
+++ Overview.src.html 10 Aug 2011 20:48:59 -0000 1.91
@@ -133,7 +133,10 @@
</ul>
<p>The CSS WG maintains a separate <a href="http://www.w3.org/Style/CSS/Tracker/products/29"
>list of issues</a> for this module.</p>
- </div -->
+ </div -->
+ <p>The following features are at-risk and may be dropped at the end of the CR period if there
+ has not been enough interest from implementers: 'voice-balance', 'voice-duration',
+ 'voice-pitch', 'voice-range', and 'voice-stress'. </p>
<p>The CSS Speech module is a community effort and if you would like to help with implementation
and driving the specification forward along the W3C Recommendation track, please contact the
editors.</p>
@@ -2077,6 +2080,7 @@
independent from the current voice) */
</pre>
</div>
+ <h3 id="voice-props-voice-stress">The 'voice-stress' property</h3>
<table class="propdef" summary="name: syntax">
<tbody>
<tr>
Received on Wednesday, 10 August 2011 20:49:03 UTC