csswg/css3-speech Overview.html,1.32,1.33 Overview.src.html,1.33,1.34

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
forgot to move the note about mediatype-based conditional includes


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html	28 Apr 2011 12:18:52 -0000	1.32
+++ Overview.html	28 Apr 2011 12:24:10 -0000	1.33
@@ -345,15 +345,6 @@
     stereo), and paragraphs of class "peter" from the right. Paragraphs with
     class "goat" will be played softly.</p>
   </div>
-
-  <p class=note> Note that content creators may conditionally include CSS
-   properties authored specifically for user-agents with text to speech
-   capabilities (TTS), by specifying the "speech" media type via the
-   <code>media</code> attribute of the <code>link</code> element, or with the
-   <code>@media</code> at-rule, or within an <code>@import</code> statement.
-   When doing so, the styles authored within the scope of such conditional
-   statements are ignored by user-agents that do not support speech
-   synthesis.</p>
   <!-- p class="note">
 Note that the "aural" media type is deprecated, as defined in the informative CSS2.1 Aural appendix [[!CSS21]]).
 </p -->
@@ -370,6 +361,15 @@
    for the "speech" media type, and defines a new "box" model for the aural
    dimension.
 
+  <p class=note> Note that content creators can conditionally include CSS
+   properties authored specifically for user-agents with text to speech
+   capabilities (TTS), by specifying the "speech" media type via the
+   <code>media</code> attribute of the <code>link</code> element, or with the
+   <code>@media</code> at-rule, or within an <code>@import</code> statement.
+   When doing so, the styles authored within the scope of such conditional
+   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>
 
   <p>The formatting model of CSS for aural media is based on a sequence of
@@ -519,13 +519,13 @@
    class=property>speakability</code></a>&rsquo; property has the value
    &lsquo;<code class=property>none</code>&rsquo;. The former takes up the
    same time as if it had been spoken, including any pause before and after
-   the element, but no sound is generated (although descendants may override
+   the element, but no sound is generated (although descendants can override
    the &lsquo;<a href="#voice-volume"><code
    class=property>voice-volume</code></a>&rsquo; value and may therefore
    generate audio output). The latter requires no time and is not rendered in
    the aural dimension
    <!-- (including its descendants, which cannot override the inherited 'none' value). -->
-   (although descendants may override the &lsquo;<a
+   (although descendants can override the &lsquo;<a
    href="#speakability"><code class=property>speakability</code></a>&rsquo;
    value and may therefore generate audio output).
 
@@ -950,7 +950,7 @@
     <strong>medium</strong>, <strong>strong</strong>, and
     <strong>x-strong</strong>
 
-   <dd>These values may be used to indicate the prosodic strength of the
+   <dd>These values can be used to indicate the prosodic strength of the
     break in speech output. The synthesis processor may insert a pause as
     part of its implementation of the prosodic break. The value "none"
     indicates that no prosodic break boundary should be output, and can be
@@ -1226,7 +1226,7 @@
     <strong>medium</strong>, <strong>strong</strong>, and
     <strong>x-strong</strong>
 
-   <dd>These values may be used to indicate the prosodic strength of the
+   <dd>These values can be used to indicate the prosodic strength of the
     break in speech output. The synthesis processor may insert a rest as part
     of its implementation of the prosodic break. The value "none" indicates
     that no prosodic break boundary should be output, and can be used to
@@ -1401,7 +1401,7 @@
   </table>
 
   <p>Auditory icons are another way to distinguish semantic elements. Sounds
-   may be played before and/or after the element to delimit it.
+   can be played before and/or after the element to delimit it.
 
   <p>Values have the following meanings:
 
@@ -1823,7 +1823,7 @@
 </pre>
   </div>
 
-  <p>Names of specific voices may be quoted, and indeed must be quoted if any
+  <p>Names of specific voices can be quoted, and indeed must be quoted if any
    of the words that make up the name does not conform to the syntax rules
    for <a href="#identifier-def">identifiers</a>. Any whitespace characters
    before and after the voice name are ignored. For compatibility with SSML,
@@ -2371,7 +2371,7 @@
   </div>
 
   <p>At most one <a href="#phonetic-alphabet">&lsquo;<code
-   class=css>@phonetic-alphabet</code>&rsquo;</a> rule may appear in style
+   class=css>@phonetic-alphabet</code>&rsquo;</a> rule can appear in style
    sheet and it must appear, when used, before any occurrence of the
    &lsquo;<a href="#phonemes"><code class=property>phonemes</code></a>&rsquo;
    property. The only valid values are the default "ipa" phonetic alphabet,
@@ -2447,9 +2447,9 @@
     the text-to-speech with its own synthesizer.</p>
   </div>
 
-  <p>Furthermore, authors (or users in a user stylesheet) may want to add
-   some information to ease understanding the structure for non-visual
-   interaction with the document. They can do so by using the &lsquo;<code
+  <p>Furthermore, authors (or via a user stylesheet) may add some information
+   to ease understanding the structure for non-visual interaction with the
+   document. They can do so by using the &lsquo;<code
    class=css>::before</code>&rsquo; and &lsquo;<code
    class=css>::after</code>&rsquo; pseudo-elements that will be inserted
    between the element's contents and the &lsquo;<a href="#rest"><code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.src.html	28 Apr 2011 12:18:52 -0000	1.33
+++ Overview.src.html	28 Apr 2011 12:24:11 -0000	1.34
@@ -193,17 +193,6 @@
 softly.</p>
 </div>
 
-<p class="note">
-Note that content creators may conditionally include CSS properties
-authored specifically for user-agents with text to speech capabilities (TTS),
-by specifying the "speech" media type
-via the <code>media</code> attribute of the <code>link</code> element,
-or with the <code>@media</code> at-rule,
-or within an <code>@import</code> statement.
-When doing so, the styles authored within the scope of such conditional statements
-are ignored by user-agents that do not support speech synthesis.
-</p>
-
 <!-- p class="note">
 Note that the "aural" media type is deprecated, as defined in the informative CSS2.1 Aural appendix [[!CSS21]]).
 </p -->
@@ -219,6 +208,17 @@
 and defines a new "box" model for the aural dimension.
 </p>
 
+<p class="note">
+Note that content creators can conditionally include CSS properties
+authored specifically for user-agents with text to speech capabilities (TTS),
+by specifying the "speech" media type
+via the <code>media</code> attribute of the <code>link</code> element,
+or with the <code>@media</code> at-rule,
+or within an <code>@import</code> statement.
+When doing so, the styles authored within the scope of such conditional statements
+are ignored by user-agents that do not support speech synthesis.
+</p>
+
 <h2 id="aural-model"><span class="secno">3. </span>The aural "box" model</h2>
 
 <p>The formatting model of CSS for aural media is based on a sequence
@@ -355,10 +355,10 @@
 and an element whose 'speakability' property has the value 'none'.
 The former takes up the same time as if it had been spoken,
 including any pause before and after the element, but no sound is generated
-(although descendants may override the 'voice-volume' value and may therefore generate audio output).
+(although descendants can override the 'voice-volume' value and may therefore generate audio output).
 The latter requires no time and is not rendered in the aural dimension
 <!-- (including its descendants, which cannot override the inherited 'none' value). -->
-(although descendants may override the 'speakability' value and may therefore generate audio output).
+(although descendants can override the 'speakability' value and may therefore generate audio output).
 </p>
 
 
@@ -735,7 +735,7 @@
 <strong>x-strong</strong>
 </dt>
 
-<dd>These values may be used to indicate the prosodic strength of
+<dd>These values can be used to indicate the prosodic strength of
 the break in speech output. The synthesis processor may insert a
 pause as part of its implementation of the prosodic break. The value
 "none" indicates that no prosodic break boundary should be output,
@@ -947,7 +947,7 @@
 <strong>x-strong</strong>
 </dt>
 
-<dd>These values may be used to indicate the prosodic strength of
+<dd>These values can be used to indicate the prosodic strength of
 the break in speech output. The synthesis processor may insert a
 rest as part of its implementation of the prosodic break. The value
 "none" indicates that no prosodic break boundary should be output,
@@ -1091,7 +1091,7 @@
 </table>
 
 <p>Auditory icons are another way to distinguish semantic elements.
-Sounds may be played before and/or after the element to delimit it.
+Sounds can be played before and/or after the element to delimit it.
 </p>
 
 <p>Values have the following meanings:</p>
@@ -1490,7 +1490,7 @@
 p.part.nurse { voice-family: child female }
 </pre></div>
 
-<p>Names of specific voices may be quoted, and indeed must be
+<p>Names of specific voices can be quoted, and indeed must be
 quoted if any of the words that make up the name does not conform
 to the syntax rules for <a href="#identifier-def">identifiers</a>.
 Any whitespace
@@ -2033,8 +2033,8 @@
 designated alphabet.</p>
 </div>
 
-<p>At most one <a href="#phonetic-alphabet">'@phonetic-alphabet'</a> rule may appear in style sheet and it
-must appear, when used, before any occurrence of the 'phonemes' property.
+<p>At most one <a href="#phonetic-alphabet">'@phonetic-alphabet'</a> rule can appear in style sheet
+and it must appear, when used, before any occurrence of the 'phonemes' property.
 The only valid values are the default "ipa" phonetic alphabet,
 and vendor-specific strings such as "x-organization" or "x-organization-alphabet".
 </p>
@@ -2110,7 +2110,7 @@
 to render the text-to-speech with its own synthesizer.</p>
 </div>
 
-<p>Furthermore, authors (or users in a user stylesheet) may want to
+<p>Furthermore, authors (or via a user stylesheet) may
 add some information to ease understanding the structure for non-visual
 interaction with the document. They can do so by using the '::before'
 and '::after' pseudo-elements that will be inserted between the

Received on Thursday, 28 April 2011 12:24:14 UTC