Skip to content

Commit afd2a8c

Browse files
committed
added missing H3 (voice-stress), added list of at-risk features
1 parent 5b00d95 commit afd2a8c

2 files changed

Lines changed: 28 additions & 5 deletions

File tree

css3-speech/Overview.html

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@
9090

9191
<h1 id=top>CSS Speech Module</h1>
9292

93-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 02 August 2011</h2>
93+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2>
9494

9595
<dl>
9696
<dt>This version:
9797

9898
<dd>
99-
<!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110802">http://www.w3.org/TR/2011/ED-css3-speech-20110802/</a>-->
99+
<!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110810">http://www.w3.org/TR/2011/ED-css3-speech-20110810/</a>-->
100100
<a
101101
href="http://dev.w3.org/csswg/css3-speech">http://dev.w3.org/csswg/css3-speech</a>
102102

@@ -210,7 +210,18 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
210210
</ul>
211211
<p>The CSS WG maintains a separate <a href="http://www.w3.org/Style/CSS/Tracker/products/29"
212212
>list of issues</a> for this module.</p>
213-
</div -->
213+
</div -->
214+
215+
<p>The following features are at-risk and may be dropped at the end of the
216+
CR period if there has not been enough interest from implementers:
217+
&lsquo;<a href="#voice-balance"><code
218+
class=property>voice-balance</code></a>&rsquo;, &lsquo;<a
219+
href="#voice-duration"><code
220+
class=property>voice-duration</code></a>&rsquo;, &lsquo;<a
221+
href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo;,
222+
&lsquo;<a href="#voice-range"><code
223+
class=property>voice-range</code></a>&rsquo;, and &lsquo;<a
224+
href="#voice-stress"><code class=property>voice-stress</code></a>&rsquo;.
214225

215226
<p>The CSS Speech module is a community effort and if you would like to
216227
help with implementation and driving the specification forward along the
@@ -311,6 +322,10 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
311322
<li><a href="#voice-props-voice-range"><span class=secno>10.4.
312323
</span>The &lsquo;<code class=property>voice-range</code>&rsquo;
313324
property</a>
325+
326+
<li><a href="#voice-props-voice-stress"><span class=secno>10.5.
327+
</span>The &lsquo;<code class=property>voice-stress</code>&rsquo;
328+
property</a>
314329
</ul>
315330

316331
<li><a href="#duration-props"><span class=secno>11. </span>Voice duration
@@ -2594,6 +2609,10 @@ <h3 id=voice-props-voice-range><span class=secno>10.4. </span>The &lsquo;<a
25942609
</pre>
25952610
</div>
25962611

2612+
<h3 id=voice-props-voice-stress><span class=secno>10.5. </span>The
2613+
&lsquo;<a href="#voice-stress"><code
2614+
class=property>voice-stress</code></a>&rsquo; property</h3>
2615+
25972616
<table class=propdef summary="name: syntax">
25982617
<tbody>
25992618
<tr>
@@ -3514,7 +3533,7 @@ <h2 class=no-num id=index>Appendix B &mdash; Index</h2>
35143533
title=voice-rate><strong>10.2.</strong></a>
35153534

35163535
<li>voice-stress, <a href="#voice-stress"
3517-
title=voice-stress><strong>10.4.</strong></a>
3536+
title=voice-stress><strong>10.5.</strong></a>
35183537

35193538
<li>voice-volume, <a href="#voice-volume"
35203539
title=voice-volume><strong>5.1.</strong></a>

css3-speech/Overview.src.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
133133
</ul>
134134
<p>The CSS WG maintains a separate <a href="http://www.w3.org/Style/CSS/Tracker/products/29"
135135
>list of issues</a> for this module.</p>
136-
</div -->
136+
</div -->
137+
<p>The following features are at-risk and may be dropped at the end of the CR period if there
138+
has not been enough interest from implementers: 'voice-balance', 'voice-duration',
139+
'voice-pitch', 'voice-range', and 'voice-stress'. </p>
137140
<p>The CSS Speech module is a community effort and if you would like to help with implementation
138141
and driving the specification forward along the W3C Recommendation track, please contact the
139142
editors.</p>
@@ -2077,6 +2080,7 @@ <h3 id="voice-props-voice-range">The 'voice-range' property</h3>
20772080
independent from the current voice) */
20782081
</pre>
20792082
</div>
2083+
<h3 id="voice-props-voice-stress">The 'voice-stress' property</h3>
20802084
<table class="propdef" summary="name: syntax">
20812085
<tbody>
20822086
<tr>

0 commit comments

Comments
 (0)