@@ -193,62 +193,59 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
193193 <!--begin-toc-->
194194
195195 < ul class =toc >
196- < li > < a href ="#dependencies "> < span class =secno > 1. </ span > Dependencies on
197- other specifications</ a >
196+ < li > < a href ="#introduction "> < span class =secno > 1. </ span > Introduction</ a >
198197
199- < li > < a href ="#introduction "> < span class =secno > 2. </ span > Introduction</ a >
200-
201- < li > < a href ="#aural-model "> < span class =secno > 3. </ span > The aural "box"
198+ < li > < a href ="#aural-model "> < span class =secno > 2. </ span > The aural "box"
202199 model</ a >
203200
204- < li > < a href ="#mixing-props "> < span class =secno > 4 . </ span > Mixing properties:
201+ < li > < a href ="#mixing-props "> < span class =secno > 3 . </ span > Mixing properties:
205202 ‘< code class =property > voice-volume</ code > ’ and ‘< code
206203 class =property > voice-balance</ code > ’</ a >
207204
208- < li > < a href ="#speaking-props "> < span class =secno > 5 . </ span > Speaking
205+ < li > < a href ="#speaking-props "> < span class =secno > 4 . </ span > Speaking
209206 properties: ‘< code class =property > speakability</ code > ’,
210207 ‘< code class =property > speak</ code > ’</ a >
211208
212- < li > < a href ="#pause-props "> < span class =secno > 6 . </ span > Pause properties:
209+ < li > < a href ="#pause-props "> < span class =secno > 5 . </ span > Pause properties:
213210 ‘< code class =property > pause-before</ code > ’, ‘< code
214211 class =property > pause-after</ code > ’ and ‘< code
215212 class =property > pause</ code > ’
216213 <!-- a href="#collapsing">collapsing pauses</a --> </ a >
217214 < ul class =toc >
218- < li > < a href ="#collapsing "> < span class =secno > 6 .1. </ span > Collapsing
215+ < li > < a href ="#collapsing "> < span class =secno > 5 .1. </ span > Collapsing
219216 pauses</ a >
220217 </ ul >
221218
222- < li > < a href ="#rest-props "> < span class =secno > 7 . </ span > Rest properties:
219+ < li > < a href ="#rest-props "> < span class =secno > 6 . </ span > Rest properties:
223220 ‘< code class =property > rest-before</ code > ’, ‘< code
224221 class =property > rest-after</ code > ’ and ‘< code
225222 class =property > rest</ code > ’</ a >
226223
227- < li > < a href ="#cue-props "> < span class =secno > 8 . </ span > Cue properties:
224+ < li > < a href ="#cue-props "> < span class =secno > 7 . </ span > Cue properties:
228225 ‘< code class =property > cue-before</ code > ’, ‘< code
229226 class =property > cue-after</ code > ’ and ‘< code
230227 class =property > cue</ code > ’</ a >
231228
232- < li > < a href ="#voice-char-props "> < span class =secno > 9 . </ span > Voice
229+ < li > < a href ="#voice-char-props "> < span class =secno > 8 . </ span > Voice
233230 characteristic properties: ‘< code
234231 class =property > voice-family</ code > ’, ‘< code
235232 class =property > voice-rate</ code > ’, ‘< code
236233 class =property > voice-pitch</ code > ’, ‘< code
237234 class =property > voice-pitch-range</ code > ’ and ‘< code
238235 class =property > voice-stress</ code > ’</ a >
239236
240- < li > < a href ="#duration-props "> < span class =secno > 10 . </ span > Duration
237+ < li > < a href ="#duration-props "> < span class =secno > 9 . </ span > Duration
241238 property: ‘< code class =property > voice-duration</ code > ’</ a >
242239
243- < li > < a href ="#phonetic-props "> < span class =secno > 11 . </ span > Phonetics:
240+ < li > < a href ="#phonetic-props "> < span class =secno > 10 . </ span > Phonetics:
244241 ‘< code class =property > phonemes</ code > ’ and ‘< code
245242 class =css > @phonetic-alphabet</ code > ’</ a >
246243 < ul class =toc >
247- < li > < a href ="#phonetic-alphabet "> < span class =secno > 11 .1.
244+ < li > < a href ="#phonetic-alphabet "> < span class =secno > 10 .1.
248245 </ span > @phonetic-alphabet</ a >
249246 </ ul >
250247
251- < li > < a href ="#content "> < span class =secno > 12 . </ span > Inserted and replaced
248+ < li > < a href ="#content "> < span class =secno > 11 . </ span > Inserted and replaced
252249 content</ a >
253250
254251 < li class =no-num > < a href ="#profiles "> Appendix A — Profiles</ a >
@@ -284,34 +281,27 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
284281 <!--end-toc-->
285282
286283 < hr >
284+ <!-- h2 id="dependencies"><span class="secno">1. </span>Dependencies on other specifications</h2>
287285
288- < h2 id =dependencies > < span class =secno > 1. </ span > Dependencies on other
289- specifications</ h2 >
290-
291- < p > This CSS3 module depends on the following CSS specifications:
292-
293- < ul >
294- < li > Values and Units < a href ="#CSS3VAL "
295- rel =biblioentry > [CSS3VAL]<!--{{!CSS3VAL}}--> </ a >
286+ <p>This CSS3 module depends on the following CSS specifications:</p>
296287
297- < li > CSS 2.1 Visual Formatting model < a href ="#CSS21 "
298- rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a >
299- </ ul >
288+ <ul>
289+ <li>Values and Units [[!CSS3VAL]]</li>
290+ <li>CSS 2.1 Visual Formatting model [[!CSS21]]</li>
291+ </ul>
300292
301- < p > This CSS3 module also has non-normative references to the following CSS
302- specifications:
293+ <p>This CSS3 module also has non-normative references to the following CSS specifications:</p>
303294
304- < ul >
305- < li > Generated and Replaced Content < a href ="#CSS3GENCON "
306- rel =biblioentry > [CSS3GENCON]<!--{{CSS3GENCON}}--> </ a > </ li >
307- <!-- li>Basic box model [[CSS3BOX]]</li -->
308- <!-- li>Cascade and Inheritance [[CSS3CASCADE]]</li -->
309- <!-- li>Syntax [[CSS3SYN]]</li -->
310- <!-- li>Tables [[CSS3TBL]]</li -->
311- <!-- li>Selectors [[SELECT]]</li -->
312- </ ul >
295+ <ul>
296+ <li>Generated and Replaced Content [[CSS3GENCON]]</li -->
297+ <!-- /ul -->
298+ <!-- li>Basic box model [[CSS3BOX]]</li -->
299+ <!-- li>Cascade and Inheritance [[CSS3CASCADE]]</li -->
300+ <!-- li>Syntax [[CSS3SYN]]</li -->
301+ <!-- li>Tables [[CSS3TBL]]</li -->
302+ <!-- li>Selectors [[SELECT]]</li -->
313303
314- < h2 id =introduction > < span class =secno > 2 . </ span > Introduction</ h2 >
304+ < h2 id =introduction > < span class =secno > 1 . </ span > Introduction</ h2 >
315305
316306 < p > The speech rendering of a document, already commonly used by the blind
317307 and print-impaired communities, combines speech synthesis and "auditory
@@ -367,7 +357,7 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
367357 statements are ignored by user-agents that do not support speech
368358 synthesis.
369359
370- < h2 id =aural-model > < span class =secno > 3 . </ span > The aural "box" model</ h2 >
360+ < h2 id =aural-model > < span class =secno > 2 . </ span > The aural "box" model</ h2 >
371361
372362 < p > The formatting model of CSS for aural media is based on a sequence of
373363 sounds and silences that appear in a nested model which is related to the
@@ -407,7 +397,7 @@ <h2 id=aural-model><span class=secno>3. </span>The aural "box" model</h2>
407397 module affects a characteristic specific to the aural dimension (i.e. has
408398 an impact within the aural "box" model).
409399
410- < h2 id =mixing-props > < span class =secno > 4 . </ span > Mixing properties:
400+ < h2 id =mixing-props > < span class =secno > 3 . </ span > Mixing properties:
411401 ‘< a href ="#voice-volume "> < code
412402 class =property > voice-volume</ code > </ a > ’ and ‘< a
413403 href ="#voice-balance "> < code class =property > voice-balance</ code > </ a > ’</ h2 >
@@ -640,7 +630,7 @@ <h2 id=mixing-props><span class=secno>4. </span>Mixing properties:
640630 <!-- p>Unlike 'voice-volume', 'voice-balance'
641631<em>does</em> apply to <a href="#cue-props">audio cues</a>.</p -->
642632
643- < h2 id =speaking-props > < span class =secno > 5 . </ span > Speaking properties:
633+ < h2 id =speaking-props > < span class =secno > 4 . </ span > Speaking properties:
644634 ‘< a href ="#speakability "> < code
645635 class =property > speakability</ code > </ a > ’, ‘< a
646636 href ="#speak "> < code class =property > speak</ code > </ a > ’</ h2 >
@@ -837,7 +827,7 @@ <h2 id=speaking-props><span class=secno>5. </span>Speaking properties:
837827 text, and may be implemented as a preprocessing step before passing the
838828 text to the speech synthesizer.
839829
840- < h2 id =pause-props > < span class =secno > 6 . </ span > Pause properties: ‘< a
830+ < h2 id =pause-props > < span class =secno > 5 . </ span > Pause properties: ‘< a
841831 href ="#pause-before "> < code class =property > pause-before</ code > </ a > ’,
842832 ‘< a href ="#pause-after "> < code
843833 class =property > pause-after</ code > </ a > ’ and ‘< a
@@ -1034,7 +1024,7 @@ <h2 id=pause-props><span class=secno>6. </span>Pause properties: ‘<a
10341024</ pre >
10351025 </ div >
10361026
1037- < h3 id =collapsing > < span class =secno > 6 .1. </ span > Collapsing pauses</ h3 >
1027+ < h3 id =collapsing > < span class =secno > 5 .1. </ span > Collapsing pauses</ h3 >
10381028
10391029 < p > The pause defines the minimum distance of the aural "box" to the aural
10401030 "boxes" before and after it. Adjacent pauses should be merged by selecting
@@ -1117,7 +1107,7 @@ <h3 id=collapsing><span class=secno>6.1. </span>Collapsing pauses</h3>
11171107 backwards compatible with the informative CSS2.1 Aural appendix < a
11181108 href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > .
11191109
1120- < h2 id =rest-props > < span class =secno > 7 . </ span > Rest properties: ‘< a
1110+ < h2 id =rest-props > < span class =secno > 6 . </ span > Rest properties: ‘< a
11211111 href ="#rest-before "> < code class =property > rest-before</ code > </ a > ’,
11221112 ‘< a href ="#rest-after "> < code
11231113 class =property > rest-after</ code > </ a > ’ and ‘< a
@@ -1305,7 +1295,7 @@ <h2 id=rest-props><span class=secno>7. </span>Rest properties: ‘<a
13051295 class =property > rest-after</ code > </ a > ’. If only one value is given,
13061296 it applies to both properties.
13071297
1308- < h2 id =cue-props > < span class =secno > 8 . </ span > Cue properties: ‘< a
1298+ < h2 id =cue-props > < span class =secno > 7 . </ span > Cue properties: ‘< a
13091299 href ="#cue-before "> < code class =property > cue-before</ code > </ a > ’,
13101300 ‘< a href ="#cue-after "> < code
13111301 class =property > cue-after</ code > </ a > ’ and ‘< a href ="#cue "> < code
@@ -1725,7 +1715,7 @@ <h2 id=cue-props><span class=secno>8. </span>Cue properties: ‘<a
17251715There is a <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0239.html">related discussion</a> on the public mailing-list.
17261716</p -->
17271717
1728- < h2 id =voice-char-props > < span class =secno > 9 . </ span > Voice characteristic
1718+ < h2 id =voice-char-props > < span class =secno > 8 . </ span > Voice characteristic
17291719 properties: ‘< a href ="#voice-family "> < code
17301720 class =property > voice-family</ code > </ a > ’, ‘< a
17311721 href ="#voice-rate "> < code class =property > voice-rate</ code > </ a > ’,
@@ -2198,7 +2188,7 @@ <h2 id=voice-char-props><span class=secno>9. </span>Voice characteristic
21982188 phrase "going to" is reduced it may be spoken as "gonna".
21992189 </ dl >
22002190
2201- < h2 id =duration-props > < span class =secno > 10 . </ span > Duration property:
2191+ < h2 id =duration-props > < span class =secno > 9 . </ span > Duration property:
22022192 ‘< a href ="#voice-duration "> < code
22032193 class =property > voice-duration</ code > </ a > ’</ h2 >
22042194
@@ -2270,7 +2260,7 @@ <h2 id=duration-props><span class=secno>10. </span>Duration property:
22702260 are allowed.
22712261 </ dl >
22722262
2273- < h2 id =phonetic-props > < span class =secno > 11 . </ span > Phonetics: ‘< a
2263+ < h2 id =phonetic-props > < span class =secno > 10 . </ span > Phonetics: ‘< a
22742264 href ="#phonemes "> < code class =property > phonemes</ code > </ a > ’ and < a
22752265 href ="#phonetic-alphabet "> ‘< code
22762266 class =css > @phonetic-alphabet</ code > ’</ a > </ h2 >
@@ -2345,7 +2335,7 @@ <h2 id=phonetic-props><span class=secno>11. </span>Phonetics: ‘<a
23452335 href ="http://lists.w3.org/Archives/Public/www-style/2011Jan/0248.html "> related
23462336 discussion</ a > on the public mailing-list.
23472337
2348- < h3 id =phonetic-alphabet > < span class =secno > 11 .1. </ span > @phonetic-alphabet</ h3 >
2338+ < h3 id =phonetic-alphabet > < span class =secno > 10 .1. </ span > @phonetic-alphabet</ h3 >
23492339
23502340 < p > A phonetic alphabet is a collection of symbols that represent the
23512341 sounds of one or more human languages. The default alphabet for the
@@ -2390,7 +2380,7 @@ <h3 id=phonetic-alphabet><span class=secno>11.1. </span>@phonetic-alphabet</h3>
23902380to my mind as a widely used ASCII alternative to IPA, but then: SAMPA
23912381is language-dependent, and it might be better to have X-SAMPA.</p -->
23922382
2393- < h2 id =content > < span class =secno > 12 . </ span > Inserted and replaced content</ h2 >
2383+ < h2 id =content > < span class =secno > 11 . </ span > Inserted and replaced content</ h2 >
23942384 <!-- div class="issue">
23952385<p>ISSUE: should there be a CSS equivalent to the SSML <sub>
23962386element? This gives the author the means to replace one string with
@@ -2988,25 +2978,25 @@ <h2 class=no-num id=index>Appendix C — Index</h2>
29882978
29892979 < ul class =indexlist >
29902980 < li > aural "box" model, < a href ="#aural-box-model " title ="aural
2991- "box" model "> < strong > 3 .</ strong > </ a >
2981+ "box" model "> < strong > 2 .</ strong > </ a >
29922982
29932983 < li > authoring tool, < a href ="#authoring-tool " title ="authoring
29942984 tool "> < strong > #</ strong > </ a >
29952985
29962986 < li > border, < a href ="#border-def " title =border > < strong > #</ strong > </ a >
29972987
2998- < li > collapse, < a href ="#collapse " title =collapse > < strong > 6 .1.</ strong > </ a >
2988+ < li > collapse, < a href ="#collapse " title =collapse > < strong > 5 .1.</ strong > </ a >
29992989
30002990
30012991 < li > content, < a href ="#content-def " title =content > < strong > #</ strong > </ a >
30022992
3003- < li > cue, < a href ="#cue " title =cue > < strong > 8 .</ strong > </ a >
2993+ < li > cue, < a href ="#cue " title =cue > < strong > 7 .</ strong > </ a >
30042994
30052995 < li > cue-after, < a href ="#cue-after "
3006- title =cue-after > < strong > 8 .</ strong > </ a >
2996+ title =cue-after > < strong > 7 .</ strong > </ a >
30072997
30082998 < li > cue-before, < a href ="#cue-before "
3009- title =cue-before > < strong > 8 .</ strong > </ a >
2999+ title =cue-before > < strong > 7 .</ strong > </ a >
30103000
30113001 < li > display, < a href ="#display-def " title =display > < strong > #</ strong > </ a >
30123002
@@ -3015,7 +3005,7 @@ <h2 class=no-num id=index>Appendix C — Index</h2>
30153005 < li > documents, < a href ="#document " title =documents > < strong > #</ strong > </ a >
30163006
30173007 < li > <element>, < a href ="#ltelementgt "
3018- title ="<element> "> < strong > 3 .</ strong > </ a >
3008+ title ="<element> "> < strong > 2 .</ strong > </ a >
30193009
30203010 < li > font-family, < a href ="#font-family-def "
30213011 title =font-family > < strong > #</ strong > </ a >
@@ -3035,36 +3025,36 @@ <h2 class=no-num id=index>Appendix C — Index</h2>
30353025
30363026 < li > padding, < a href ="#padding-def " title =padding > < strong > #</ strong > </ a >
30373027
3038- < li > pause, < a href ="#pause " title =pause > < strong > 6 .</ strong > </ a >
3028+ < li > pause, < a href ="#pause " title =pause > < strong > 5 .</ strong > </ a >
30393029
30403030 < li > pause-after, < a href ="#pause-after "
3041- title =pause-after > < strong > 6 .</ strong > </ a >
3031+ title =pause-after > < strong > 5 .</ strong > </ a >
30423032
30433033 < li > pause-before, < a href ="#pause-before "
3044- title =pause-before > < strong > 6 .</ strong > </ a >
3034+ title =pause-before > < strong > 5 .</ strong > </ a >
30453035
30463036 < li > percentage, < a href ="#percentage-def "
30473037 title =percentage > < strong > #</ strong > </ a >
30483038
3049- < li > phonemes, < a href ="#phonemes " title =phonemes > < strong > 11 .</ strong > </ a >
3039+ < li > phonemes, < a href ="#phonemes " title =phonemes > < strong > 10 .</ strong > </ a >
30503040
30513041 < li > renderer, < a href ="#renderer " title =renderer > < strong > #</ strong > </ a >
30523042
3053- < li > rest, < a href ="#rest " title =rest > < strong > 7 .</ strong > </ a >
3043+ < li > rest, < a href ="#rest " title =rest > < strong > 6 .</ strong > </ a >
30543044
30553045 < li > rest-after, < a href ="#rest-after "
3056- title =rest-after > < strong > 7 .</ strong > </ a >
3046+ title =rest-after > < strong > 6 .</ strong > </ a >
30573047
30583048 < li > rest-before, < a href ="#rest-before "
3059- title =rest-before > < strong > 7 .</ strong > </ a >
3049+ title =rest-before > < strong > 6 .</ strong > </ a >
30603050
30613051 < li > screen reader, < a href ="#screen-reader " title ="screen
3062- reader "> < strong > 2 .</ strong > </ a >
3052+ reader "> < strong > 1 .</ strong > </ a >
30633053
3064- < li > speak, < a href ="#speak " title =speak > < strong > 5 .</ strong > </ a >
3054+ < li > speak, < a href ="#speak " title =speak > < strong > 4 .</ strong > </ a >
30653055
30663056 < li > speakability, < a href ="#speakability "
3067- title =speakability > < strong > 5 .</ strong > </ a >
3057+ title =speakability > < strong > 4 .</ strong > </ a >
30683058
30693059 < li > style sheet, < a href ="#style-sheet " title ="style
30703060 sheet "> < strong > #</ strong > </ a >
@@ -3084,28 +3074,28 @@ <h2 class=no-num id=index>Appendix C — Index</h2>
30843074 model "> < strong > #</ strong > </ a >
30853075
30863076 < li > voice-balance, < a href ="#voice-balance "
3087- title =voice-balance > < strong > 4 .</ strong > </ a >
3077+ title =voice-balance > < strong > 3 .</ strong > </ a >
30883078
30893079 < li > voice-duration, < a href ="#voice-duration "
3090- title =voice-duration > < strong > 10 .</ strong > </ a >
3080+ title =voice-duration > < strong > 9 .</ strong > </ a >
30913081
30923082 < li > voice-family, < a href ="#voice-family "
3093- title =voice-family > < strong > 9 .</ strong > </ a >
3083+ title =voice-family > < strong > 8 .</ strong > </ a >
30943084
30953085 < li > voice-pitch, < a href ="#voice-pitch "
3096- title =voice-pitch > < strong > 9 .</ strong > </ a >
3086+ title =voice-pitch > < strong > 8 .</ strong > </ a >
30973087
30983088 < li > voice-pitch-range, < a href ="#voice-pitch-range "
3099- title =voice-pitch-range > < strong > 9 .</ strong > </ a >
3089+ title =voice-pitch-range > < strong > 8 .</ strong > </ a >
31003090
31013091 < li > voice-rate, < a href ="#voice-rate "
3102- title =voice-rate > < strong > 9 .</ strong > </ a >
3092+ title =voice-rate > < strong > 8 .</ strong > </ a >
31033093
31043094 < li > voice-stress, < a href ="#voice-stress "
3105- title =voice-stress > < strong > 9 .</ strong > </ a >
3095+ title =voice-stress > < strong > 8 .</ strong > </ a >
31063096
31073097 < li > voice-volume, < a href ="#voice-volume "
3108- title =voice-volume > < strong > 4 .</ strong > </ a >
3098+ title =voice-volume > < strong > 3 .</ strong > </ a >
31093099 </ ul >
31103100 <!--end-index-->
31113101
@@ -3318,8 +3308,7 @@ <h2 class=no-num id=changes>Appendix F — Changes from previous draft</h2>
33183308 href ="http://www.w3.org/TR/2011/WD-css3-speech-20110419 "> previous Working
33193309 Draft</ a > includes < a
33203310 href ="http://www.w3.org/TR/2011/WD-css3-speech-20110419#changes "> its own
3321- list of changes</ a > , which - for succinctness purposes - is not repeated
3322- here.
3311+ list of changes</ a > , which - for succinctness - is not repeated here.
33233312
33243313 < ul >
33253314 < li > Adjusted the [initial] value for shorthand properties, to be
@@ -3345,7 +3334,8 @@ <h2 class=no-num id=changes>Appendix F — Changes from previous draft</h2>
33453334
33463335 < li > Added the missing "Computed value" line to each property definition.
33473336
3348- < li > Cleaned-up the list of module dependencies.
3337+ < li > Cleaned-up the list of module dependencies, and removed redundant
3338+ "module dependencies" section.
33493339
33503340 < li > Fixed typos and made other minor edits.
33513341 </ ul >
0 commit comments