- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Apr 2011 11:37:19 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech In directory hutz:/tmp/cvs-serv6846 Modified Files: Overview.html Overview.src.html Log Message: removed redundant "module dependencies" section (see "references" section) Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- Overview.html 28 Apr 2011 11:29:15 -0000 1.30 +++ Overview.html 28 Apr 2011 11:37:16 -0000 1.31 @@ -193,43 +193,40 @@ <!--begin-toc--> <ul class=toc> - <li><a href="#dependencies"><span class=secno>1. </span>Dependencies on - other specifications</a> - - <li><a href="#introduction"><span class=secno>2. </span>Introduction</a> + <li><a href="#introduction"><span class=secno>1. </span>Introduction</a> - <li><a href="#aural-model"><span class=secno>3. </span>The aural "box" + <li><a href="#aural-model"><span class=secno>2. </span>The aural "box" model</a> - <li><a href="#mixing-props"><span class=secno>4. </span>Mixing properties: + <li><a href="#mixing-props"><span class=secno>3. </span>Mixing properties: ‘<code class=property>voice-volume</code>’ and ‘<code class=property>voice-balance</code>’</a> - <li><a href="#speaking-props"><span class=secno>5. </span>Speaking + <li><a href="#speaking-props"><span class=secno>4. </span>Speaking properties: ‘<code class=property>speakability</code>’, ‘<code class=property>speak</code>’</a> - <li><a href="#pause-props"><span class=secno>6. </span>Pause properties: + <li><a href="#pause-props"><span class=secno>5. </span>Pause properties: ‘<code class=property>pause-before</code>’, ‘<code class=property>pause-after</code>’ and ‘<code class=property>pause</code>’ <!-- a href="#collapsing">collapsing pauses</a --> </a> <ul class=toc> - <li><a href="#collapsing"><span class=secno>6.1. </span>Collapsing + <li><a href="#collapsing"><span class=secno>5.1. </span>Collapsing pauses</a> </ul> - <li><a href="#rest-props"><span class=secno>7. </span>Rest properties: + <li><a href="#rest-props"><span class=secno>6. </span>Rest properties: ‘<code class=property>rest-before</code>’, ‘<code class=property>rest-after</code>’ and ‘<code class=property>rest</code>’</a> - <li><a href="#cue-props"><span class=secno>8. </span>Cue properties: + <li><a href="#cue-props"><span class=secno>7. </span>Cue properties: ‘<code class=property>cue-before</code>’, ‘<code class=property>cue-after</code>’ and ‘<code class=property>cue</code>’</a> - <li><a href="#voice-char-props"><span class=secno>9. </span>Voice + <li><a href="#voice-char-props"><span class=secno>8. </span>Voice characteristic properties: ‘<code class=property>voice-family</code>’, ‘<code class=property>voice-rate</code>’, ‘<code @@ -237,18 +234,18 @@ class=property>voice-pitch-range</code>’ and ‘<code class=property>voice-stress</code>’</a> - <li><a href="#duration-props"><span class=secno>10. </span>Duration + <li><a href="#duration-props"><span class=secno>9. </span>Duration property: ‘<code class=property>voice-duration</code>’</a> - <li><a href="#phonetic-props"><span class=secno>11. </span>Phonetics: + <li><a href="#phonetic-props"><span class=secno>10. </span>Phonetics: ‘<code class=property>phonemes</code>’ and ‘<code class=css>@phonetic-alphabet</code>’</a> <ul class=toc> - <li><a href="#phonetic-alphabet"><span class=secno>11.1. + <li><a href="#phonetic-alphabet"><span class=secno>10.1. </span>@phonetic-alphabet</a> </ul> - <li><a href="#content"><span class=secno>12. </span>Inserted and replaced + <li><a href="#content"><span class=secno>11. </span>Inserted and replaced content</a> <li class=no-num><a href="#profiles">Appendix A — Profiles</a> @@ -284,34 +281,27 @@ <!--end-toc--> <hr> + <!-- h2 id="dependencies"><span class="secno">1. </span>Dependencies on other specifications</h2> - <h2 id=dependencies><span class=secno>1. </span>Dependencies on other - specifications</h2> - - <p>This CSS3 module depends on the following CSS specifications: - - <ul> - <li>Values and Units <a href="#CSS3VAL" - rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a> +<p>This CSS3 module depends on the following CSS specifications:</p> - <li>CSS 2.1 Visual Formatting model <a href="#CSS21" - rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> - </ul> +<ul> +<li>Values and Units [[!CSS3VAL]]</li> +<li>CSS 2.1 Visual Formatting model [[!CSS21]]</li> +</ul> - <p>This CSS3 module also has non-normative references to the following CSS - specifications: +<p>This CSS3 module also has non-normative references to the following CSS specifications:</p> - <ul> - <li>Generated and Replaced Content <a href="#CSS3GENCON" - rel=biblioentry>[CSS3GENCON]<!--{{CSS3GENCON}}--></a></li> - <!-- li>Basic box model [[CSS3BOX]]</li --> - <!-- li>Cascade and Inheritance [[CSS3CASCADE]]</li --> - <!-- li>Syntax [[CSS3SYN]]</li --> - <!-- li>Tables [[CSS3TBL]]</li --> - <!-- li>Selectors [[SELECT]]</li --> - </ul> +<ul> +<li>Generated and Replaced Content [[CSS3GENCON]]</li --> + <!-- /ul --> + <!-- li>Basic box model [[CSS3BOX]]</li --> + <!-- li>Cascade and Inheritance [[CSS3CASCADE]]</li --> + <!-- li>Syntax [[CSS3SYN]]</li --> + <!-- li>Tables [[CSS3TBL]]</li --> + <!-- li>Selectors [[SELECT]]</li --> - <h2 id=introduction><span class=secno>2. </span>Introduction</h2> + <h2 id=introduction><span class=secno>1. </span>Introduction</h2> <p>The speech rendering of a document, already commonly used by the blind and print-impaired communities, combines speech synthesis and "auditory @@ -367,7 +357,7 @@ statements are ignored by user-agents that do not support speech synthesis. - <h2 id=aural-model><span class=secno>3. </span>The aural "box" model</h2> + <h2 id=aural-model><span class=secno>2. </span>The aural "box" model</h2> <p>The formatting model of CSS for aural media is based on a sequence of sounds and silences that appear in a nested model which is related to the @@ -407,7 +397,7 @@ module affects a characteristic specific to the aural dimension (i.e. has an impact within the aural "box" model). - <h2 id=mixing-props><span class=secno>4. </span>Mixing properties: + <h2 id=mixing-props><span class=secno>3. </span>Mixing properties: ‘<a href="#voice-volume"><code class=property>voice-volume</code></a>’ and ‘<a href="#voice-balance"><code class=property>voice-balance</code></a>’</h2> @@ -640,7 +630,7 @@ <!-- p>Unlike 'voice-volume', 'voice-balance' <em>does</em> apply to <a href="#cue-props">audio cues</a>.</p --> - <h2 id=speaking-props><span class=secno>5. </span>Speaking properties: + <h2 id=speaking-props><span class=secno>4. </span>Speaking properties: ‘<a href="#speakability"><code class=property>speakability</code></a>’, ‘<a href="#speak"><code class=property>speak</code></a>’</h2> @@ -837,7 +827,7 @@ text, and may be implemented as a preprocessing step before passing the text to the speech synthesizer. - <h2 id=pause-props><span class=secno>6. </span>Pause properties: ‘<a + <h2 id=pause-props><span class=secno>5. </span>Pause properties: ‘<a href="#pause-before"><code class=property>pause-before</code></a>’, ‘<a href="#pause-after"><code class=property>pause-after</code></a>’ and ‘<a @@ -1034,7 +1024,7 @@ </pre> </div> - <h3 id=collapsing><span class=secno>6.1. </span>Collapsing pauses</h3> + <h3 id=collapsing><span class=secno>5.1. </span>Collapsing pauses</h3> <p>The pause defines the minimum distance of the aural "box" to the aural "boxes" before and after it. Adjacent pauses should be merged by selecting @@ -1117,7 +1107,7 @@ backwards compatible with the informative CSS2.1 Aural appendix <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. - <h2 id=rest-props><span class=secno>7. </span>Rest properties: ‘<a + <h2 id=rest-props><span class=secno>6. </span>Rest properties: ‘<a href="#rest-before"><code class=property>rest-before</code></a>’, ‘<a href="#rest-after"><code class=property>rest-after</code></a>’ and ‘<a @@ -1305,7 +1295,7 @@ class=property>rest-after</code></a>’. If only one value is given, it applies to both properties. - <h2 id=cue-props><span class=secno>8. </span>Cue properties: ‘<a + <h2 id=cue-props><span class=secno>7. </span>Cue properties: ‘<a href="#cue-before"><code class=property>cue-before</code></a>’, ‘<a href="#cue-after"><code class=property>cue-after</code></a>’ and ‘<a href="#cue"><code @@ -1725,7 +1715,7 @@ There is a <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0239.html">related discussion</a> on the public mailing-list. </p --> - <h2 id=voice-char-props><span class=secno>9. </span>Voice characteristic + <h2 id=voice-char-props><span class=secno>8. </span>Voice characteristic properties: ‘<a href="#voice-family"><code class=property>voice-family</code></a>’, ‘<a href="#voice-rate"><code class=property>voice-rate</code></a>’, @@ -2198,7 +2188,7 @@ phrase "going to" is reduced it may be spoken as "gonna". </dl> - <h2 id=duration-props><span class=secno>10. </span>Duration property: + <h2 id=duration-props><span class=secno>9. </span>Duration property: ‘<a href="#voice-duration"><code class=property>voice-duration</code></a>’</h2> @@ -2270,7 +2260,7 @@ are allowed. </dl> - <h2 id=phonetic-props><span class=secno>11. </span>Phonetics: ‘<a + <h2 id=phonetic-props><span class=secno>10. </span>Phonetics: ‘<a href="#phonemes"><code class=property>phonemes</code></a>’ and <a href="#phonetic-alphabet">‘<code class=css>@phonetic-alphabet</code>’</a></h2> @@ -2345,7 +2335,7 @@ href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0248.html">related discussion</a> on the public mailing-list. - <h3 id=phonetic-alphabet><span class=secno>11.1. </span>@phonetic-alphabet</h3> + <h3 id=phonetic-alphabet><span class=secno>10.1. </span>@phonetic-alphabet</h3> <p> A phonetic alphabet is a collection of symbols that represent the sounds of one or more human languages. The default alphabet for the @@ -2390,7 +2380,7 @@ to my mind as a widely used ASCII alternative to IPA, but then: SAMPA is language-dependent, and it might be better to have X-SAMPA.</p --> - <h2 id=content><span class=secno>12. </span>Inserted and replaced content</h2> + <h2 id=content><span class=secno>11. </span>Inserted and replaced content</h2> <!-- div class="issue"> <p>ISSUE: should there be a CSS equivalent to the SSML <sub> element? This gives the author the means to replace one string with @@ -2988,25 +2978,25 @@ <ul class=indexlist> <li>aural "box" model, <a href="#aural-box-model" title="aural - "box" model"><strong>3.</strong></a> + "box" model"><strong>2.</strong></a> <li>authoring tool, <a href="#authoring-tool" title="authoring tool"><strong>#</strong></a> <li>border, <a href="#border-def" title=border><strong>#</strong></a> - <li>collapse, <a href="#collapse" title=collapse><strong>6.1.</strong></a> + <li>collapse, <a href="#collapse" title=collapse><strong>5.1.</strong></a> <li>content, <a href="#content-def" title=content><strong>#</strong></a> - <li>cue, <a href="#cue" title=cue><strong>8.</strong></a> + <li>cue, <a href="#cue" title=cue><strong>7.</strong></a> <li>cue-after, <a href="#cue-after" - title=cue-after><strong>8.</strong></a> + title=cue-after><strong>7.</strong></a> <li>cue-before, <a href="#cue-before" - title=cue-before><strong>8.</strong></a> + title=cue-before><strong>7.</strong></a> <li>display, <a href="#display-def" title=display><strong>#</strong></a> @@ -3015,7 +3005,7 @@ <li>documents, <a href="#document" title=documents><strong>#</strong></a> <li><element>, <a href="#ltelementgt" - title="<element>"><strong>3.</strong></a> + title="<element>"><strong>2.</strong></a> <li>font-family, <a href="#font-family-def" title=font-family><strong>#</strong></a> @@ -3035,36 +3025,36 @@ <li>padding, <a href="#padding-def" title=padding><strong>#</strong></a> - <li>pause, <a href="#pause" title=pause><strong>6.</strong></a> + <li>pause, <a href="#pause" title=pause><strong>5.</strong></a> <li>pause-after, <a href="#pause-after" - title=pause-after><strong>6.</strong></a> + title=pause-after><strong>5.</strong></a> <li>pause-before, <a href="#pause-before" - title=pause-before><strong>6.</strong></a> + title=pause-before><strong>5.</strong></a> <li>percentage, <a href="#percentage-def" title=percentage><strong>#</strong></a> - <li>phonemes, <a href="#phonemes" title=phonemes><strong>11.</strong></a> + <li>phonemes, <a href="#phonemes" title=phonemes><strong>10.</strong></a> <li>renderer, <a href="#renderer" title=renderer><strong>#</strong></a> - <li>rest, <a href="#rest" title=rest><strong>7.</strong></a> + <li>rest, <a href="#rest" title=rest><strong>6.</strong></a> <li>rest-after, <a href="#rest-after" - title=rest-after><strong>7.</strong></a> + title=rest-after><strong>6.</strong></a> <li>rest-before, <a href="#rest-before" - title=rest-before><strong>7.</strong></a> + title=rest-before><strong>6.</strong></a> <li>screen reader, <a href="#screen-reader" title="screen - reader"><strong>2.</strong></a> + reader"><strong>1.</strong></a> - <li>speak, <a href="#speak" title=speak><strong>5.</strong></a> + <li>speak, <a href="#speak" title=speak><strong>4.</strong></a> <li>speakability, <a href="#speakability" - title=speakability><strong>5.</strong></a> + title=speakability><strong>4.</strong></a> <li>style sheet, <a href="#style-sheet" title="style sheet"><strong>#</strong></a> @@ -3084,28 +3074,28 @@ model"><strong>#</strong></a> <li>voice-balance, <a href="#voice-balance" - title=voice-balance><strong>4.</strong></a> + title=voice-balance><strong>3.</strong></a> <li>voice-duration, <a href="#voice-duration" - title=voice-duration><strong>10.</strong></a> + title=voice-duration><strong>9.</strong></a> <li>voice-family, <a href="#voice-family" - title=voice-family><strong>9.</strong></a> + title=voice-family><strong>8.</strong></a> <li>voice-pitch, <a href="#voice-pitch" - title=voice-pitch><strong>9.</strong></a> + title=voice-pitch><strong>8.</strong></a> <li>voice-pitch-range, <a href="#voice-pitch-range" - title=voice-pitch-range><strong>9.</strong></a> + title=voice-pitch-range><strong>8.</strong></a> <li>voice-rate, <a href="#voice-rate" - title=voice-rate><strong>9.</strong></a> + title=voice-rate><strong>8.</strong></a> <li>voice-stress, <a href="#voice-stress" - title=voice-stress><strong>9.</strong></a> + title=voice-stress><strong>8.</strong></a> <li>voice-volume, <a href="#voice-volume" - title=voice-volume><strong>4.</strong></a> + title=voice-volume><strong>3.</strong></a> </ul> <!--end-index--> @@ -3318,8 +3308,7 @@ href="http://www.w3.org/TR/2011/WD-css3-speech-20110419">previous Working Draft</a> includes <a href="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. + list of changes</a>, which - for succinctness - is not repeated here. <ul> <li>Adjusted the [initial] value for shorthand properties, to be @@ -3345,7 +3334,8 @@ <li>Added the missing "Computed value" line to each property definition. - <li>Cleaned-up the list of module dependencies. + <li>Cleaned-up the list of module dependencies, and removed redundant + "module dependencies" section. <li>Fixed typos and made other minor edits. </ul> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Overview.src.html 28 Apr 2011 11:29:15 -0000 1.31 +++ Overview.src.html 28 Apr 2011 11:37:17 -0000 1.32 @@ -125,7 +125,7 @@ <hr> -<h2 id="dependencies"><span class="secno">1. </span>Dependencies on other specifications</h2> +<!-- h2 id="dependencies"><span class="secno">1. </span>Dependencies on other specifications</h2> <p>This CSS3 module depends on the following CSS specifications:</p> @@ -137,13 +137,14 @@ <p>This CSS3 module also has non-normative references to the following CSS specifications:</p> <ul> -<li>Generated and Replaced Content [[CSS3GENCON]]</li> +<li>Generated and Replaced Content [[CSS3GENCON]]</li --> +<!-- /ul --> + <!-- li>Basic box model [[CSS3BOX]]</li --> <!-- li>Cascade and Inheritance [[CSS3CASCADE]]</li --> <!-- li>Syntax [[CSS3SYN]]</li --> <!-- li>Tables [[CSS3TBL]]</li --> <!-- li>Selectors [[SELECT]]</li --> -</ul> <h2 id="introduction"><span class="secno">2. </span>Introduction</h2> @@ -2484,7 +2485,7 @@ <h2 class="no-num" id="changes">Appendix F — Changes from previous draft</h2> <p> -Note that the <a href="http://www.w3.org/TR/2011/WD-css3-speech-20110419">previous Working Draft</a> includes <a href="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. +Note that the <a href="http://www.w3.org/TR/2011/WD-css3-speech-20110419">previous Working Draft</a> includes <a href="http://www.w3.org/TR/2011/WD-css3-speech-20110419#changes">its own list of changes</a>, which - for succinctness - is not repeated here. </p> <ul> @@ -2494,7 +2495,7 @@ <li>Added an "auto" value to 'voice-duration', which is the [initial] property value as well.</li> <li>Renamed voice-family fields to be consistent with SSML.</li> <li>Added the missing "Computed value" line to each property definition.</li> -<li>Cleaned-up the list of module dependencies.</li> +<li>Cleaned-up the list of module dependencies, and removed redundant "module dependencies" section.</li> <li>Fixed typos and made other minor edits.</li> </ul>
Received on Thursday, 28 April 2011 11:37:22 UTC