9090
9191 < h1 id =top > CSS Speech Module</ h1 >
9292
93- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 13 July 2011</ h2 >
93+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 14 July 2011</ h2 >
9494
9595 < dl >
9696 < dt > This version:
9797
9898 < dd >
99- <!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110713 ">http://www.w3.org/TR/2011/ED-css3-speech-20110713 /</a>-->
99+ <!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110714 ">http://www.w3.org/TR/2011/ED-css3-speech-20110714 /</a>-->
100100 < a
101101 href ="http://dev.w3.org/csswg/css3-speech "> http://dev.w3.org/csswg/css3-speech</ a >
102102
@@ -2166,8 +2166,9 @@ <h3 id=voice-props-voice-pitch><span class=secno>10.3. </span>The ‘<a
21662166 < tr >
21672167 < td > < em > Value:</ em >
21682168
2169- < td > <frequency> && absolute? | <semitones> |
2170- <percentage> | x-low | low | medium | high | x-high
2169+ < td > <frequency> && absolute | [[x-low | low | medium |
2170+ high | x-high] || [<frequency> | <semitones> |
2171+ <percentage>]]
21712172
21722173 < tr >
21732174 < td > < em > Initial:</ em >
@@ -2308,8 +2309,9 @@ <h3 id=voice-props-voice-range><span class=secno>10.4. </span>The ‘<a
23082309 < tr >
23092310 < td > < em > Value:</ em >
23102311
2311- < td > <frequency> && absolute? | <semitones> |
2312- <percentage> | x-low | low | medium | high | x-high
2312+ < td > <frequency> && absolute | [[x-low | low | medium |
2313+ high | x-high] || [<frequency> | <semitones> |
2314+ <percentage>]]
23132315
23142316 < tr >
23152317 < td > < em > Initial:</ em >
@@ -3113,8 +3115,9 @@ <h2 class=no-num id=property-index>Appendix A — Property index</h2>
31133115 < tr >
31143116 < td > < a class =property href ="#voice-pitch "> voice-pitch</ a >
31153117
3116- < td > <frequency> && absolute? | <semitones> |
3117- <percentage> | x-low | low | medium | high | x-high
3118+ < td > <frequency> && absolute | [[x-low | low | medium |
3119+ high | x-high] || [<frequency> | <semitones> |
3120+ <percentage>]]
31183121
31193122 < td > medium
31203123
@@ -3129,8 +3132,9 @@ <h2 class=no-num id=property-index>Appendix A — Property index</h2>
31293132 < tr >
31303133 < td > < a class =property href ="#voice-range "> voice-range</ a >
31313134
3132- < td > <frequency> && absolute? | <semitones> |
3133- <percentage> | x-low | low | medium | high | x-high
3135+ < td > <frequency> && absolute | [[x-low | low | medium |
3136+ high | x-high] || [<frequency> | <semitones> |
3137+ <percentage>]]
31343138
31353139 < td > medium
31363140
@@ -3627,7 +3631,8 @@ <h2 class=no-num id=changes>Appendix D — Changes from previous draft</h2>
36273631 < li > Fixed "computed value" for ‘< a href ="#voice-pitch "> < code
36283632 class =property > voice-pitch</ code > </ a > ’ and ‘< a
36293633 href ="#voice-range "> < code class =property > voice-range</ code > </ a > ’
3630- properties.
3634+ properties, and added the possibility to combine a keyword with a
3635+ relative change.
36313636
36323637 < li > Removed the "phonemes" property (and its associated "@alphabet"
36333638 at-rule).
@@ -3679,6 +3684,9 @@ <h2 class=no-num id=changes>Appendix D — Changes from previous draft</h2>
36793684 between stereo left-right sound axis and three-dimensional sound stage
36803685 (azimuth support in future versions of CSS-Speech).
36813686
3687+ < li > Fixed the "computed value" for ‘< a href ="#voice-balance "> < code
3688+ class =property > voice-balance</ code > </ a > ’.
3689+
36823690 < li > Added the ‘< code class =property > normal</ code > ’ value for
36833691 voice-rate ("default" in SSML 1.1).
36843692
0 commit comments