You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(the former is set to a specific value, whereas the latter is
3127
+
voice-dependent (varies from a processor implementation to another).
3128
+
3129
+
<li>Fixed typos and made other minor edits.
3175
3130
</ul>
3131
+
<!-- For reference only, changes in previous draft: -->
3132
+
<!-- ul>
3133
+
<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>
3134
+
<li>Added the ‘<code class=property>speakability</code>’ property and removed the ‘<code class=property>none</code>’ value of the ‘<code class=property>speak</code>’ property,
3135
+
as per this <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0483.html">discussion</a></li>
3136
+
<li>Fixed ‘<code class=property>voice-family</code>’ grammar as per <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0231.html">this discussion</a></li>
3137
+
<li>The volume level of audio cues can only be set relatively to the inherited ‘<code class=property>voice-volume</code>’ property (to avoid cues being spoken when the main element is silent, which contradicts the "aural box model").</li>
3138
+
<li>Added "HTML" to "CSS defines aural properties that give control over rendering
3139
+
XML to speech" in the abstract.</li>
3140
+
<li>Removed unused normative links to CSS3 Modules (actually moved to informative references), now the only dependency is CSS3 Values and Units.</li>
3141
+
<li>Removed issue about the ‘<code class=property>sub</code>’ SSML element given that the CSS "content" replacement functionality addresses the same requirement.</li>
3142
+
<li>Added support for semitones in pitch alterations.</li>
3143
+
<li>Added reference to "time" values syntax (s, ms) for ‘<code class=property>voice-duration</code>’.</li>
3144
+
<li>Moved "content" outside of "phonetics", as the ::before and ::after use-cases do not relate to pronunciation rules (this is actually more similar to audio cues, only applied with text rather than audio files)</li>
3145
+
<li>Added prose to explicitly support alphabet other than IPA, via the "x-" vendor-specific prefix.</li>
3146
+
<li>Reworked HTML source code to work with the <a href="http://cgi.w3.org/member-bin/process.cgi">members-only W3C pre-processor/generator</a></li>
3147
+
<li>Added note about the "speech" and "aural" media types.</li>
3148
+
<li>Harmonized all hyperlinks so that CSS properties get auto-linked by the pre-processor</li>
3149
+
<li>Clarified computation rules for positive percentages with "+" prefixes (i.e. they do not denote increments, the regular multiplicative behavior is used).</li>
3150
+
<li>Fixed IPA URL reference</li>
3151
+
<li>Reorganized appendixes</li>
3152
+
<li>Fixed minor typos</li>
3153
+
</ul -->
3176
3154
3177
3155
<h2class=no-numid=references>Appendix G — References</h2>
@@ -2326,7 +2326,18 @@ <h2 class="no-num" id="acks">Appendix E — Acknowledgements</h2>
2326
2326
2327
2327
<h2class="no-num" id="changes">Appendix F — Changes from previous draft</h2>
2328
2328
2329
+
<p>
2330
+
Note that the <ahref="http://www.w3.org/TR/2011/WD-css3-speech-20110419">previous Working Draft</a> includes <ahref="http://www.w3.org/TR/2011/WD-css3-speech-20110419#changes">its own list of changes</a>, which - for succinctness purposes - is not repeated here.
2331
+
</p>
2332
+
2329
2333
<ul>
2334
+
<li>Adjusted the [initial] value for shorthand properties, to be consistent with other CSS specifications (i.e. "see individual properties")</li>
2335
+
<li>Corrected an oversight / mixup: swapped the [initial] values for 'voice-pitch-range' and 'voice-pitch' (the former is set to a specific value, whereas the latter is voice-dependent (varies from a processor implementation to another).</li>
2336
+
<li>Fixed typos and made other minor edits.</li>
2337
+
</ul>
2338
+
2339
+
<!-- For reference only, changes in previous draft: -->
2340
+
<!-- ul>
2330
2341
<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>
2331
2342
<li>Added the 'speakability' property and removed the 'none' value of the 'speak' property,
2332
2343
as per this <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0483.html">discussion</a></li>
@@ -2347,7 +2358,7 @@ <h2 class="no-num" id="changes">Appendix F — Changes from previous draft</
2347
2358
<li>Fixed IPA URL reference</li>
2348
2359
<li>Reorganized appendixes</li>
2349
2360
<li>Fixed minor typos</li>
2350
-
</ul>
2361
+
</ul -->
2351
2362
2352
2363
2353
2364
<h2class="no-num" id="references">Appendix G — References</h2>
0 commit comments