csswg/css3-speech Overview.html,1.89,1.90 Overview.src.html,1.90,1.91

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:
+   &lsquo;<a href="#voice-balance"><code
+   class=property>voice-balance</code></a>&rsquo;, &lsquo;<a
+   href="#voice-duration"><code
+   class=property>voice-duration</code></a>&rsquo;, &lsquo;<a
+   href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo;,
+   &lsquo;<a href="#voice-range"><code
+   class=property>voice-range</code></a>&rsquo;, and &lsquo;<a
+   href="#voice-stress"><code class=property>voice-stress</code></a>&rsquo;.
 
   <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 &lsquo;<code class=property>voice-range</code>&rsquo;
       property</a>
+
+     <li><a href="#voice-props-voice-stress"><span class=secno>10.5.
+      </span>The &lsquo;<code class=property>voice-stress</code>&rsquo;
+      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
+   &lsquo;<a href="#voice-stress"><code
+   class=property>voice-stress</code></a>&rsquo; 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