Skip to content

Commit 8c12e67

Browse files
committed
swapped initial values for voice-pitch and voice-pitch-range (see change log in HTML file)
1 parent 2a8b5bf commit 8c12e67

2 files changed

Lines changed: 62 additions & 73 deletions

File tree

css3-speech/Overview.html

Lines changed: 47 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ <h2 id=mixing-props><span class=secno>4. </span>Mixing properties:
508508
class=property>x-loud</code>&rsquo; is mapped to &lsquo;<code
509509
class=css>100</code>&rsquo;. The mapping of other values to numerical
510510
volume levels is implementation dependent and may vary from one speech
511-
synthesizer to the next.
511+
synthesizer to another.
512512
</dl>
513513

514514
<p>User agents should allow the level corresponding to &lsquo;<code
@@ -1851,7 +1851,7 @@ <h2 id=voice-char-props><span class=secno>9. </span>Voice characteristic
18511851
<tr>
18521852
<td><em>Initial:</em>
18531853

1854-
<td>medium
1854+
<td>implementation dependent
18551855

18561856
<tr>
18571857
<td><em>Applies&nbsp;to:</em>
@@ -1945,7 +1945,7 @@ <h2 id=voice-char-props><span class=secno>9. </span>Voice characteristic
19451945
<tr>
19461946
<td><em>Initial:</em>
19471947

1948-
<td>implementation dependent
1948+
<td>medium
19491949

19501950
<tr>
19511951
<td><em>Applies&nbsp;to:</em>
@@ -2718,7 +2718,7 @@ <h2 class=no-num id=property-index>Appendix B &mdash; Property index</h2>
27182718
<td>&lt;frequency&gt; | &lt;percentage&gt; | &lt;relative-change&gt; |
27192719
x-low | low | medium | high | x-high | inherit
27202720

2721-
<td>medium
2721+
<td>implementation dependent
27222722

27232723
<td>all elements
27242724

@@ -2734,7 +2734,7 @@ <h2 class=no-num id=property-index>Appendix B &mdash; Property index</h2>
27342734
<td>&lt;frequency&gt; | &lt;percentage&gt; | &lt;relative-change&gt; |
27352735
x-low | low | medium | high | x-high | inherit
27362736

2737-
<td>implementation dependent
2737+
<td>medium
27382738

27392739
<td>all elements
27402740

@@ -3107,72 +3107,50 @@ <h2 class=no-num id=acks>Appendix E &mdash; Acknowledgements</h2>
31073107

31083108
<h2 class=no-num id=changes>Appendix F &mdash; Changes from previous draft</h2>
31093109

3110-
<ul>
3111-
<li>Removed the "mark" property, see the <a
3112-
href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0029.html">Working
3113-
Group resolution</a>
3114-
3115-
<li>Added the &lsquo;<a href="#speakability"><code
3116-
class=property>speakability</code></a>&rsquo; property and removed the
3117-
&lsquo;<code class=property>none</code>&rsquo; value of the &lsquo;<a
3118-
href="#speak"><code class=property>speak</code></a>&rsquo; property, as
3119-
per this <a
3120-
href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0483.html">discussion</a>
3121-
3122-
<li>Fixed &lsquo;<a href="#voice-family"><code
3123-
class=property>voice-family</code></a>&rsquo; grammar as per <a
3124-
href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0231.html">this
3125-
discussion</a>
3126-
3127-
<li>The volume level of audio cues can only be set relatively to the
3128-
inherited &lsquo;<a href="#voice-volume"><code
3129-
class=property>voice-volume</code></a>&rsquo; property (to avoid cues
3130-
being spoken when the main element is silent, which contradicts the
3131-
"aural box model").
3132-
3133-
<li>Added "HTML" to "CSS defines aural properties that give control over
3134-
rendering XML to speech" in the abstract.
3135-
3136-
<li>Removed unused normative links to CSS3 Modules (actually moved to
3137-
informative references), now the only dependency is CSS3 Values and
3138-
Units.
3139-
3140-
<li>Removed issue about the &lsquo;<code class=property>sub</code>&rsquo;
3141-
SSML element given that the CSS "content" replacement functionality
3142-
addresses the same requirement.
3143-
3144-
<li>Added support for semitones in pitch alterations.
3145-
3146-
<li>Added reference to "time" values syntax (s, ms) for &lsquo;<a
3147-
href="#voice-duration"><code
3148-
class=property>voice-duration</code></a>&rsquo;.
3149-
3150-
<li>Moved "content" outside of "phonetics", as the ::before and ::after
3151-
use-cases do not relate to pronunciation rules (this is actually more
3152-
similar to audio cues, only applied with text rather than audio files)
3153-
3154-
<li>Added prose to explicitly support alphabet other than IPA, via the
3155-
"x-" vendor-specific prefix.
3156-
3157-
<li>Reworked HTML source code to work with the <a
3158-
href="http://cgi.w3.org/member-bin/process.cgi">members-only W3C
3159-
pre-processor/generator</a>
3160-
3161-
<li>Added note about the "speech" and "aural" media types.
3162-
3163-
<li>Harmonized all hyperlinks so that CSS properties get auto-linked by
3164-
the pre-processor
3110+
<p> Note that the <a
3111+
href="http://www.w3.org/TR/2011/WD-css3-speech-20110419">previous Working
3112+
Draft</a> includes <a
3113+
href="http://www.w3.org/TR/2011/WD-css3-speech-20110419#changes">its own
3114+
list of changes</a>, which - for succinctness purposes - is not repeated
3115+
here.
31653116

3166-
<li>Clarified computation rules for positive percentages with "+" prefixes
3167-
(i.e. they do not denote increments, the regular multiplicative behavior
3168-
is used).
3169-
3170-
<li>Fixed IPA URL reference
3171-
3172-
<li>Reorganized appendixes
3173-
3174-
<li>Fixed minor typos
3117+
<ul>
3118+
<li>Adjusted the [initial] value for shorthand properties, to be
3119+
consistent with other CSS specifications (i.e. "see individual
3120+
properties")
3121+
3122+
<li>Corrected an oversight / mixup: swapped the [initial] values for
3123+
&lsquo;<a href="#voice-pitch-range"><code
3124+
class=property>voice-pitch-range</code></a>&rsquo; and &lsquo;<a
3125+
href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo;
3126+
(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.
31753130
</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 &lsquo;<code class=property>speakability</code>&rsquo; property and removed the &lsquo;<code class=property>none</code>&rsquo; value of the &lsquo;<code class=property>speak</code>&rsquo; property,
3135+
as per this <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0483.html">discussion</a></li>
3136+
<li>Fixed &lsquo;<code class=property>voice-family</code>&rsquo; 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 &lsquo;<code class=property>voice-volume</code>&rsquo; 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 &lsquo;<code class=property>sub</code>&rsquo; 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 &lsquo;<code class=property>voice-duration</code>&rsquo;.</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 -->
31763154

31773155
<h2 class=no-num id=references>Appendix G &mdash; References</h2>
31783156

css3-speech/Overview.src.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h2 id="mixing-props"><span class="secno">4. </span>Mixing properties:
332332
<dd>A sequence of monotonically non-decreasing volume levels. The value
333333
of 'silent' is mapped to '0' and 'x-loud' is mapped to '100'.
334334
The mapping of other values to numerical volume levels is implementation
335-
dependent and may vary from one speech synthesizer to the next.</dd>
335+
dependent and may vary from one speech synthesizer to another.</dd>
336336
</dl>
337337

338338
<p>User agents should allow the level corresponding to '100' to be
@@ -1511,7 +1511,7 @@ <h2 id="voice-char-props"><span class="secno">10. </span>Voice
15111511
</tr>
15121512
<tr>
15131513
<td><em>Initial:</em></td>
1514-
<td>medium</td>
1514+
<td>implementation dependent</td>
15151515
</tr>
15161516
<tr>
15171517
<td><em>Applies&nbsp;to:</em></td>
@@ -1610,7 +1610,7 @@ <h2 id="voice-char-props"><span class="secno">10. </span>Voice
16101610
</tr>
16111611
<tr>
16121612
<td><em>Initial:</em></td>
1613-
<td>implementation dependent</td>
1613+
<td>medium</td>
16141614
</tr>
16151615
<tr>
16161616
<td><em>Applies&nbsp;to:</em></td>
@@ -2326,7 +2326,18 @@ <h2 class="no-num" id="acks">Appendix E &mdash; Acknowledgements</h2>
23262326

23272327
<h2 class="no-num" id="changes">Appendix F &mdash; Changes from previous draft</h2>
23282328

2329+
<p>
2330+
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.
2331+
</p>
2332+
23292333
<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>
23302341
<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>
23312342
<li>Added the 'speakability' property and removed the 'none' value of the 'speak' property,
23322343
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 &mdash; Changes from previous draft</
23472358
<li>Fixed IPA URL reference</li>
23482359
<li>Reorganized appendixes</li>
23492360
<li>Fixed minor typos</li>
2350-
</ul>
2361+
</ul -->
23512362

23522363

23532364
<h2 class="no-num" id="references">Appendix G &mdash; References</h2>

0 commit comments

Comments
 (0)