- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Feb 2012 11:50:09 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech In directory hutz:/tmp/cvs-serv13513 Modified Files: Overview.html Log Message: oops, forgot to call "make" before last commit Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- Overview.html 13 Feb 2012 11:48:41 -0000 1.92 +++ Overview.html 13 Feb 2012 11:50:06 -0000 1.93 @@ -3741,131 +3741,67 @@ <h2 class=no-num id=changes>Appendix E — Changes from previous draft</h2> <p> Note that the <a - href="http://www.w3.org/TR/2011/WD-css3-speech-20110419">previous Working + href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/">previous Working Draft</a> includes <a - href="http://www.w3.org/TR/2011/WD-css3-speech-20110419#changes">its own + href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/#changes">its own list of changes</a>, which - for succinctness - is not repeated here. <ul> - <li>Renamed ‘<code class=property>voice-pitch-range</code>’ to - ‘<a href="#voice-range"><code - class=property>voice-range</code></a>’, which is compatible with - SSML's notation, and removes the possibility to interpret this property - as being a subset of ‘<a href="#voice-pitch"><code - class=property>voice-pitch</code></a>’. - - <li>Fixed "computed value" for ‘<a href="#voice-pitch"><code - class=property>voice-pitch</code></a>’ and ‘<a - href="#voice-range"><code class=property>voice-range</code></a>’ - properties, and added the possibility to combine a keyword with a - relative change. - - <li>Removed the "phonemes" property (and its associated "@alphabet" - at-rule). - - <li>Renamed ‘<code class=property>speakability</code>’ to - ‘<a href="#speak"><code class=property>speak</code></a>’, and - ‘<a href="#speak"><code class=property>speak</code></a>’ to - ‘<a href="#speak-as"><code - class=property>speak-as</code></a>’. Reorganized the ‘<a - href="#speak-as"><code class=property>speak-as</code></a>’ values - to allow mixing different types. - - <li>Added support for lists and counters (item styles, numbering, etc.). - - <li>Adjusted the [initial] value for shorthand properties, to be - consistent with other CSS specifications (i.e. "see individual - properties"), and removed the erroneous "inherit" value. - - <li>Fixed ‘<a href="#voice-volume"><code - class=property>voice-volume</code></a>’ by conforming to SSML 1.1 - (dB scale, etc.). - - <li>Fixed the [initial] values for ‘<a href="#pause"><code - class=property>pause</code></a>’ and ‘<a href="#rest"><code - class=property>rest</code></a>’, which should be zero (were - "implementation-dependent"). - - <li>Corrected the [initial] values for ‘<a href="#voice-range"><code - class=property>voice-range</code></a>’ and ‘<a - href="#voice-pitch"><code class=property>voice-pitch</code></a>’ to - "medium". - - <li>Added an "auto" value to ‘<a href="#voice-duration"><code - class=property>voice-duration</code></a>’, which is the [initial] - property value as well. - - <li>Handling of ‘<a href="#voice-balance"><code - class=property>voice-balance</code></a>’ values outside of the - allowed range (clamping). - - <li>Fixed ‘<a href="#voice-balance"><code - class=property>voice-balance</code></a>’ prose to better explain - the relationship between author intent (stereo sound distribution) and - actual user sound system setup (mono, stereo, or surround speaker layout - / mixing capabilities). - - <li>Added prose for ‘<a href="#voice-balance"><code - class=property>voice-balance</code></a>’ to describe the mapping - between stereo left-right sound axis and three-dimensional sound stage - (azimuth support in future versions of CSS-Speech). - - <li>Fixed the "computed value" for ‘<a href="#voice-balance"><code - class=property>voice-balance</code></a>’. - - <li>Added the ‘<code class=property>normal</code>’ value for - voice-rate ("default" in SSML 1.1). - - <li>Fixed the "computed value" for voice-rate, and added the possibility - to combine keywords and percentages (to be consistent with ‘<a - href="#voice-volume"><code - class=property>voice-volume</code></a>’). Added an example to - illustrate inheritance and value resolution. - - <li>Renamed voice-family fields to be consistent with SSML. - - <li>Improved the ‘<a href="#voice-family"><code - class=property>voice-family</code></a>’ selection algorithm to - cater for language changes. - - <li>Separated definition of semitones (pitch properties). - - <li>More consistent behavior when audio cue URI fails (for whatever - reason). - - <li>Enabled voice-family names to contain spaces, matching ‘<code - class=property>font-family</code>’ syntax which is based on quoted - strings and concatenated identifiers. - - <li>Added a new section to define the relationship of this specification - with CSS2.1. - - <li>Added the missing "Computed value" line to each property definition. - - <li>Cleaned-up the list of module dependencies, and removed redundant - "module dependencies" section. - - <li> Voice age keywords now mapped to SSML ages. - - <li>Improved the pause collapsing prose, removed redundant paragraphs. - - <li>Added the missing ‘<code class=property>normal</code>’ - value for ‘<a href="#voice-stress"><code - class=property>voice-stress</code></a>’. - - <li>Separated the ‘<code class=property>absolute</code>’ - keyword for ‘<a href="#voice-pitch"><code - class=property>voice-pitch</code></a>’ and ‘<a - href="#voice-range"><code class=property>voice-range</code></a>’. - - <li>Improved document structure by adding sub-sections. - - <li>Removed the implicit ‘<code class=property>inherit</code>’ - value for all properties. - - <li>Fixed typos and made other minor edits. + <li>TODO </ul> - <!-- For reference only, changes in previous draft: --> + <!-- For reference only, changes in previous draft + (http://www.w3.org/TR/2011/WD-css3-speech-20110818/#changes) --> + <!-- ul> + <li>Renamed 'voice-pitch-range' to 'voice-range', which is compatible with SSML's notation, + and removes the possibility to interpret this property as being a subset of + 'voice-pitch'.</li> + <li>Fixed "computed value" for 'voice-pitch' and 'voice-range' properties, and added the + possibility to combine a keyword with a relative change.</li> + <li>Removed the "phonemes" property (and its associated "@alphabet" at-rule).</li> + <li>Renamed 'speakability' to 'speak', and 'speak' to 'speak-as'. Reorganized the 'speak-as' + values to allow mixing different types.</li> + <li>Added support for lists and counters (item styles, numbering, etc.).</li> + <li>Adjusted the [initial] value for shorthand properties, to be consistent with other CSS + specifications (i.e. "see individual properties"), and removed the erroneous "inherit" + value.</li> + <li>Fixed 'voice-volume' by conforming to SSML 1.1 (dB scale, etc.).</li> + <li>Fixed the [initial] values for 'pause' and 'rest', which should be zero (were + "implementation-dependent").</li> + <li>Corrected the [initial] values for 'voice-range' and 'voice-pitch' to "medium".</li> + <li>Added an "auto" value to 'voice-duration', which is the [initial] property value as + well.</li> + <li>Handling of 'voice-balance' values outside of the allowed range (clamping).</li> + <li>Fixed 'voice-balance' prose to better explain the relationship between author intent + (stereo sound distribution) and actual user sound system setup (mono, stereo, or surround + speaker layout / mixing capabilities).</li> + <li>Added prose for 'voice-balance' to describe the mapping between stereo left-right sound + axis and three-dimensional sound stage (azimuth support in future versions of + CSS-Speech).</li> + <li>Fixed the "computed value" for 'voice-balance'.</li> + <li>Added the 'normal' value for voice-rate ("default" in SSML 1.1).</li> + <li>Fixed the "computed value" for voice-rate, and added the possibility to combine keywords + and percentages (to be consistent with 'voice-volume'). Added an example to illustrate + inheritance and value resolution.</li> + <li>Renamed voice-family fields to be consistent with SSML.</li> + <li>Improved the 'voice-family' selection algorithm to cater for language changes.</li> + <li>Separated definition of semitones (pitch properties).</li> + <li>More consistent behavior when audio cue URI fails (for whatever reason).</li> + <li>Enabled voice-family names to contain spaces, matching 'font-family' syntax which is based + on quoted strings and concatenated identifiers.</li> + <li>Added a new section to define the relationship of this specification with CSS2.1.</li> + <li>Added the missing "Computed value" line to each property definition.</li> + <li>Cleaned-up the list of module dependencies, and removed redundant "module dependencies" + section.</li> + <li> Voice age keywords now mapped to SSML ages. </li> + <li>Improved the pause collapsing prose, removed redundant paragraphs.</li> + <li>Added the missing 'normal' value for 'voice-stress'.</li> + <li>Separated the 'absolute' keyword for 'voice-pitch' and 'voice-range'.</li> + <li>Improved document structure by adding sub-sections.</li> + <li>Removed the implicit 'inherit' value for all properties.</li> + <li>Fixed typos and made other minor edits.</li> + </ul --> + <!-- For reference only, changes in previous draft + (http://www.w3.org/TR/2011/WD-css3-speech-20110419/#changes) --> <!-- ul> <li>Removed the "mark" property, see the <a href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0029.html">Working Group resolution</a></li> <li>Added the 'speakability' property and removed the 'none' value of the 'speak' property,
Received on Monday, 13 February 2012 11:50:15 UTC