Skip to content

Commit 0d15916

Browse files
committed
oops, forgot to call "make" before last commit
1 parent b9902f5 commit 0d15916

1 file changed

Lines changed: 56 additions & 120 deletions

File tree

css3-speech/Overview.html

Lines changed: 56 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -3741,131 +3741,67 @@ <h2 class=no-num id=ack>Appendix D &mdash; Acknowledgements</h2>
37413741
<h2 class=no-num id=changes>Appendix E &mdash; Changes from previous draft</h2>
37423742

37433743
<p> Note that the <a
3744-
href="http://www.w3.org/TR/2011/WD-css3-speech-20110419">previous Working
3744+
href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/">previous Working
37453745
Draft</a> includes <a
3746-
href="http://www.w3.org/TR/2011/WD-css3-speech-20110419#changes">its own
3746+
href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/#changes">its own
37473747
list of changes</a>, which - for succinctness - is not repeated here.
37483748

37493749
<ul>
3750-
<li>Renamed &lsquo;<code class=property>voice-pitch-range</code>&rsquo; to
3751-
&lsquo;<a href="#voice-range"><code
3752-
class=property>voice-range</code></a>&rsquo;, which is compatible with
3753-
SSML's notation, and removes the possibility to interpret this property
3754-
as being a subset of &lsquo;<a href="#voice-pitch"><code
3755-
class=property>voice-pitch</code></a>&rsquo;.
3756-
3757-
<li>Fixed "computed value" for &lsquo;<a href="#voice-pitch"><code
3758-
class=property>voice-pitch</code></a>&rsquo; and &lsquo;<a
3759-
href="#voice-range"><code class=property>voice-range</code></a>&rsquo;
3760-
properties, and added the possibility to combine a keyword with a
3761-
relative change.
3762-
3763-
<li>Removed the "phonemes" property (and its associated "@alphabet"
3764-
at-rule).
3765-
3766-
<li>Renamed &lsquo;<code class=property>speakability</code>&rsquo; to
3767-
&lsquo;<a href="#speak"><code class=property>speak</code></a>&rsquo;, and
3768-
&lsquo;<a href="#speak"><code class=property>speak</code></a>&rsquo; to
3769-
&lsquo;<a href="#speak-as"><code
3770-
class=property>speak-as</code></a>&rsquo;. Reorganized the &lsquo;<a
3771-
href="#speak-as"><code class=property>speak-as</code></a>&rsquo; values
3772-
to allow mixing different types.
3773-
3774-
<li>Added support for lists and counters (item styles, numbering, etc.).
3775-
3776-
<li>Adjusted the [initial] value for shorthand properties, to be
3777-
consistent with other CSS specifications (i.e. "see individual
3778-
properties"), and removed the erroneous "inherit" value.
3779-
3780-
<li>Fixed &lsquo;<a href="#voice-volume"><code
3781-
class=property>voice-volume</code></a>&rsquo; by conforming to SSML 1.1
3782-
(dB scale, etc.).
3783-
3784-
<li>Fixed the [initial] values for &lsquo;<a href="#pause"><code
3785-
class=property>pause</code></a>&rsquo; and &lsquo;<a href="#rest"><code
3786-
class=property>rest</code></a>&rsquo;, which should be zero (were
3787-
"implementation-dependent").
3788-
3789-
<li>Corrected the [initial] values for &lsquo;<a href="#voice-range"><code
3790-
class=property>voice-range</code></a>&rsquo; and &lsquo;<a
3791-
href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo; to
3792-
"medium".
3793-
3794-
<li>Added an "auto" value to &lsquo;<a href="#voice-duration"><code
3795-
class=property>voice-duration</code></a>&rsquo;, which is the [initial]
3796-
property value as well.
3797-
3798-
<li>Handling of &lsquo;<a href="#voice-balance"><code
3799-
class=property>voice-balance</code></a>&rsquo; values outside of the
3800-
allowed range (clamping).
3801-
3802-
<li>Fixed &lsquo;<a href="#voice-balance"><code
3803-
class=property>voice-balance</code></a>&rsquo; prose to better explain
3804-
the relationship between author intent (stereo sound distribution) and
3805-
actual user sound system setup (mono, stereo, or surround speaker layout
3806-
/ mixing capabilities).
3807-
3808-
<li>Added prose for &lsquo;<a href="#voice-balance"><code
3809-
class=property>voice-balance</code></a>&rsquo; to describe the mapping
3810-
between stereo left-right sound axis and three-dimensional sound stage
3811-
(azimuth support in future versions of CSS-Speech).
3812-
3813-
<li>Fixed the "computed value" for &lsquo;<a href="#voice-balance"><code
3814-
class=property>voice-balance</code></a>&rsquo;.
3815-
3816-
<li>Added the &lsquo;<code class=property>normal</code>&rsquo; value for
3817-
voice-rate ("default" in SSML 1.1).
3818-
3819-
<li>Fixed the "computed value" for voice-rate, and added the possibility
3820-
to combine keywords and percentages (to be consistent with &lsquo;<a
3821-
href="#voice-volume"><code
3822-
class=property>voice-volume</code></a>&rsquo;). Added an example to
3823-
illustrate inheritance and value resolution.
3824-
3825-
<li>Renamed voice-family fields to be consistent with SSML.
3826-
3827-
<li>Improved the &lsquo;<a href="#voice-family"><code
3828-
class=property>voice-family</code></a>&rsquo; selection algorithm to
3829-
cater for language changes.
3830-
3831-
<li>Separated definition of semitones (pitch properties).
3832-
3833-
<li>More consistent behavior when audio cue URI fails (for whatever
3834-
reason).
3835-
3836-
<li>Enabled voice-family names to contain spaces, matching &lsquo;<code
3837-
class=property>font-family</code>&rsquo; syntax which is based on quoted
3838-
strings and concatenated identifiers.
3839-
3840-
<li>Added a new section to define the relationship of this specification
3841-
with CSS2.1.
3842-
3843-
<li>Added the missing "Computed value" line to each property definition.
3844-
3845-
<li>Cleaned-up the list of module dependencies, and removed redundant
3846-
"module dependencies" section.
3847-
3848-
<li> Voice age keywords now mapped to SSML ages.
3849-
3850-
<li>Improved the pause collapsing prose, removed redundant paragraphs.
3851-
3852-
<li>Added the missing &lsquo;<code class=property>normal</code>&rsquo;
3853-
value for &lsquo;<a href="#voice-stress"><code
3854-
class=property>voice-stress</code></a>&rsquo;.
3855-
3856-
<li>Separated the &lsquo;<code class=property>absolute</code>&rsquo;
3857-
keyword for &lsquo;<a href="#voice-pitch"><code
3858-
class=property>voice-pitch</code></a>&rsquo; and &lsquo;<a
3859-
href="#voice-range"><code class=property>voice-range</code></a>&rsquo;.
3860-
3861-
<li>Improved document structure by adding sub-sections.
3862-
3863-
<li>Removed the implicit &lsquo;<code class=property>inherit</code>&rsquo;
3864-
value for all properties.
3865-
3866-
<li>Fixed typos and made other minor edits.
3750+
<li>TODO
38673751
</ul>
3868-
<!-- For reference only, changes in previous draft: -->
3752+
<!-- For reference only, changes in previous draft
3753+
(http://www.w3.org/TR/2011/WD-css3-speech-20110818/#changes) -->
3754+
<!-- ul>
3755+
<li>Renamed 'voice-pitch-range' to 'voice-range', which is compatible with SSML's notation,
3756+
and removes the possibility to interpret this property as being a subset of
3757+
'voice-pitch'.</li>
3758+
<li>Fixed "computed value" for 'voice-pitch' and 'voice-range' properties, and added the
3759+
possibility to combine a keyword with a relative change.</li>
3760+
<li>Removed the "phonemes" property (and its associated "@alphabet" at-rule).</li>
3761+
<li>Renamed 'speakability' to 'speak', and 'speak' to 'speak-as'. Reorganized the 'speak-as'
3762+
values to allow mixing different types.</li>
3763+
<li>Added support for lists and counters (item styles, numbering, etc.).</li>
3764+
<li>Adjusted the [initial] value for shorthand properties, to be consistent with other CSS
3765+
specifications (i.e. "see individual properties"), and removed the erroneous "inherit"
3766+
value.</li>
3767+
<li>Fixed 'voice-volume' by conforming to SSML 1.1 (dB scale, etc.).</li>
3768+
<li>Fixed the [initial] values for 'pause' and 'rest', which should be zero (were
3769+
"implementation-dependent").</li>
3770+
<li>Corrected the [initial] values for 'voice-range' and 'voice-pitch' to "medium".</li>
3771+
<li>Added an "auto" value to 'voice-duration', which is the [initial] property value as
3772+
well.</li>
3773+
<li>Handling of 'voice-balance' values outside of the allowed range (clamping).</li>
3774+
<li>Fixed 'voice-balance' prose to better explain the relationship between author intent
3775+
(stereo sound distribution) and actual user sound system setup (mono, stereo, or surround
3776+
speaker layout / mixing capabilities).</li>
3777+
<li>Added prose for 'voice-balance' to describe the mapping between stereo left-right sound
3778+
axis and three-dimensional sound stage (azimuth support in future versions of
3779+
CSS-Speech).</li>
3780+
<li>Fixed the "computed value" for 'voice-balance'.</li>
3781+
<li>Added the 'normal' value for voice-rate ("default" in SSML 1.1).</li>
3782+
<li>Fixed the "computed value" for voice-rate, and added the possibility to combine keywords
3783+
and percentages (to be consistent with 'voice-volume'). Added an example to illustrate
3784+
inheritance and value resolution.</li>
3785+
<li>Renamed voice-family fields to be consistent with SSML.</li>
3786+
<li>Improved the 'voice-family' selection algorithm to cater for language changes.</li>
3787+
<li>Separated definition of semitones (pitch properties).</li>
3788+
<li>More consistent behavior when audio cue URI fails (for whatever reason).</li>
3789+
<li>Enabled voice-family names to contain spaces, matching 'font-family' syntax which is based
3790+
on quoted strings and concatenated identifiers.</li>
3791+
<li>Added a new section to define the relationship of this specification with CSS2.1.</li>
3792+
<li>Added the missing "Computed value" line to each property definition.</li>
3793+
<li>Cleaned-up the list of module dependencies, and removed redundant "module dependencies"
3794+
section.</li>
3795+
<li> Voice age keywords now mapped to SSML ages. </li>
3796+
<li>Improved the pause collapsing prose, removed redundant paragraphs.</li>
3797+
<li>Added the missing 'normal' value for 'voice-stress'.</li>
3798+
<li>Separated the 'absolute' keyword for 'voice-pitch' and 'voice-range'.</li>
3799+
<li>Improved document structure by adding sub-sections.</li>
3800+
<li>Removed the implicit 'inherit' value for all properties.</li>
3801+
<li>Fixed typos and made other minor edits.</li>
3802+
</ul -->
3803+
<!-- For reference only, changes in previous draft
3804+
(http://www.w3.org/TR/2011/WD-css3-speech-20110419/#changes) -->
38693805
<!-- ul>
38703806
<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>
38713807
<li>Added the 'speakability' property and removed the 'none' value of the 'speak' property,

0 commit comments

Comments
 (0)