csswg/css3-speech Overview.html,1.27,1.28 Overview.src.html,1.28,1.29

Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv11955

Modified Files:
	Overview.html Overview.src.html 
Log Message:
swapped initial values for voice-pitch and voice-pitch-range (see change log in HTML file)



Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html	20 Apr 2011 14:23:39 -0000	1.27
+++ Overview.html	20 Apr 2011 14:53:08 -0000	1.28
@@ -508,7 +508,7 @@
     class=property>x-loud</code>&rsquo; is mapped to &lsquo;<code
     class=css>100</code>&rsquo;. The mapping of other values to numerical
     volume levels is implementation dependent and may vary from one speech
-    synthesizer to the next.
+    synthesizer to another.
   </dl>
 
   <p>User agents should allow the level corresponding to &lsquo;<code
@@ -1851,7 +1851,7 @@
     <tr>
      <td><em>Initial:</em>
 
-     <td>medium
+     <td>implementation dependent
 
     <tr>
      <td><em>Applies&nbsp;to:</em>
@@ -1945,7 +1945,7 @@
     <tr>
      <td><em>Initial:</em>
 
-     <td>implementation dependent
+     <td>medium
 
     <tr>
      <td><em>Applies&nbsp;to:</em>
@@ -2718,7 +2718,7 @@
      <td>&lt;frequency&gt; | &lt;percentage&gt; | &lt;relative-change&gt; |
       x-low | low | medium | high | x-high | inherit
 
-     <td>medium
+     <td>implementation dependent
 
      <td>all elements
 
@@ -2734,7 +2734,7 @@
      <td>&lt;frequency&gt; | &lt;percentage&gt; | &lt;relative-change&gt; |
       x-low | low | medium | high | x-high | inherit
 
-     <td>implementation dependent
+     <td>medium
 
      <td>all elements
 
@@ -3107,72 +3107,50 @@
 
   <h2 class=no-num id=changes>Appendix F &mdash; Changes from previous draft</h2>
 
-  <ul>
-   <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>Added the &lsquo;<a href="#speakability"><code
-    class=property>speakability</code></a>&rsquo; property and removed the
-    &lsquo;<code class=property>none</code>&rsquo; value of the &lsquo;<a
-    href="#speak"><code class=property>speak</code></a>&rsquo; property, as
-    per this <a
-    href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0483.html">discussion</a>
-
-   <li>Fixed &lsquo;<a href="#voice-family"><code
-    class=property>voice-family</code></a>&rsquo; grammar as per <a
-    href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0231.html">this
-    discussion</a>
-
-   <li>The volume level of audio cues can only be set relatively to the
-    inherited &lsquo;<a href="#voice-volume"><code
-    class=property>voice-volume</code></a>&rsquo; property (to avoid cues
-    being spoken when the main element is silent, which contradicts the
-    "aural box model").
-
-   <li>Added "HTML" to "CSS defines aural properties that give control over
-    rendering XML to speech" in the abstract.
-
-   <li>Removed unused normative links to CSS3 Modules (actually moved to
-    informative references), now the only dependency is CSS3 Values and
-    Units.
-
-   <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>Added support for semitones in pitch alterations.
-
-   <li>Added reference to "time" values syntax (s, ms) for &lsquo;<a
-    href="#voice-duration"><code
-    class=property>voice-duration</code></a>&rsquo;.
-
-   <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>Added prose to explicitly support alphabet other than IPA, via the
-    "x-" vendor-specific prefix.
-
-   <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>Added note about the "speech" and "aural" media types.
-
-   <li>Harmonized all hyperlinks so that CSS properties get auto-linked by
-    the pre-processor
-
-   <li>Clarified computation rules for positive percentages with "+" prefixes
-    (i.e. they do not denote increments, the regular multiplicative behavior
-    is used).
+  <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.
 
-   <li>Fixed IPA URL reference
+  <ul>
+   <li>Adjusted the [initial] value for shorthand properties, to be
+    consistent with other CSS specifications (i.e. "see individual
+    properties")
 
-   <li>Reorganized appendixes
+   <li>Corrected an oversight / mixup: swapped the [initial] values for
+    &lsquo;<a href="#voice-pitch-range"><code
+    class=property>voice-pitch-range</code></a>&rsquo; and &lsquo;<a
+    href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo;
+    (the former is set to a specific value, whereas the latter is
+    voice-dependent (varies from a processor implementation to another).
 
-   <li>Fixed minor typos
+   <li>Fixed typos and made other minor edits.
   </ul>
+  <!-- For reference only, changes in previous draft: -->
+  <!-- ul>
+<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>
+<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,
+as per this <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0483.html">discussion</a></li>
+<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>
+<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>
+<li>Added "HTML" to "CSS defines aural properties that give control over rendering
+XML to speech" in the abstract.</li>
+<li>Removed unused normative links to CSS3 Modules (actually moved to informative references), now the only dependency is CSS3 Values and Units.</li>
+<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>
+<li>Added support for semitones in pitch alterations.</li>
+<li>Added reference to "time" values syntax (s, ms) for &lsquo;<code class=property>voice-duration</code>&rsquo;.</li>
+<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>
+<li>Added prose to explicitly support alphabet other than IPA, via the "x-" vendor-specific prefix.</li>
+<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>
+<li>Added note about the "speech" and "aural" media types.</li>
+<li>Harmonized all hyperlinks so that CSS properties get auto-linked by the pre-processor</li>
+<li>Clarified computation rules for positive percentages with "+" prefixes (i.e. they do not denote increments, the regular multiplicative behavior is used).</li>
+<li>Fixed IPA URL reference</li>
+<li>Reorganized appendixes</li>
+<li>Fixed minor typos</li>
+</ul -->
 
   <h2 class=no-num id=references>Appendix G &mdash; References</h2>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.src.html	20 Apr 2011 14:23:39 -0000	1.28
+++ Overview.src.html	20 Apr 2011 14:53:08 -0000	1.29
@@ -332,7 +332,7 @@
 <dd>A sequence of monotonically non-decreasing volume levels. The value
 of 'silent' is mapped to '0' and 'x-loud' is mapped to '100'.
 The mapping of other values to numerical volume levels is implementation
-dependent and may vary from one speech synthesizer to the next.</dd>
+dependent and may vary from one speech synthesizer to another.</dd>
 </dl>
 
 <p>User agents should allow the level corresponding to '100' to be
@@ -1511,7 +1511,7 @@
 </tr>
 <tr>
 <td><em>Initial:</em></td>
-<td>medium</td>
+<td>implementation dependent</td>
 </tr>
 <tr>
 <td><em>Applies&nbsp;to:</em></td>
@@ -1610,7 +1610,7 @@
 </tr>
 <tr>
 <td><em>Initial:</em></td>
-<td>implementation dependent</td>
+<td>medium</td>
 </tr>
 <tr>
 <td><em>Applies&nbsp;to:</em></td>
@@ -2326,7 +2326,18 @@
 
 <h2 class="no-num" id="changes">Appendix F &mdash; 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.
+</p>
+
 <ul>
+<li>Adjusted the [initial] value for shorthand properties, to be consistent with other CSS specifications (i.e. "see individual properties")</li>
+<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>
+<li>Fixed typos and made other minor edits.</li>
+</ul>
+
+<!-- For reference only, changes in previous draft: -->
+<!-- ul>
 <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>
 <li>Added the 'speakability' property and removed the 'none' value of the 'speak' property,
 as per this <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0483.html">discussion</a></li>
@@ -2347,7 +2358,7 @@
 <li>Fixed IPA URL reference</li>
 <li>Reorganized appendixes</li>
 <li>Fixed minor typos</li>
-</ul>
+</ul -->
 
 
 <h2 class="no-num" id="references">Appendix G &mdash; References</h2>

Received on Wednesday, 20 April 2011 14:53:12 UTC