Skip to content

Commit d77b85a

Browse files
committed
minor fixes
1 parent cb279b9 commit d77b85a

3 files changed

Lines changed: 382 additions & 341 deletions

File tree

css3-speech/Overview.html

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
149149
and <a
150150
href="http://www.w3.org/Consortium/Legal/copyright-documents">document
151151
use</a> rules apply.</p>
152-
<!--end-copyright--> <!-- hr title="Separator for header" --></div>
152+
<!--end-copyright--></div>
153153

154154
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
155155

@@ -158,13 +158,13 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
158158
paper, speech, etc. The Speech module defines aural CSS properties that
159159
enable authors to declaratively control the rendering of documents via
160160
speech synthesis, and using optional audio cues. Some of the features in
161-
this specification are conceptually close to functionality described in
161+
this specification are conceptually similar to functionality described in
162162
the Speech Synthesis Markup Language (SSML) Version 1.1 <a href="#SSML"
163163
rel=biblioentry>[SSML]<!--{{!SSML}}--></a>. However, the specificities of
164164
the CSS model mean that compatibility with SSML in terms of syntax and/or
165-
semantics is partially enabled. Note that this standard was developed in
166-
cooperation with the <a href="http://www.w3.org/Voice/">Voice Browser
167-
Activity</a>.
165+
semantics is only partially achievable. Note that this standard was
166+
developed in cooperation with the <a href="http://www.w3.org/Voice/">Voice
167+
Browser Activity</a>.
168168

169169
<h2 class="no-num no-toc" id=status>Status of this document</h2>
170170
<!--begin-status-->
@@ -201,13 +201,28 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
201201
W3C Patent Policy</a>.</p>
202202
<!--end-status-->
203203

204-
<p><span class=issue>TODO: this statement is now obsolete, as this document
205-
is being updated to include the resolutions from the disposition of
206-
comments of the Last Call Working Draft.</span>This is a “last call”
207-
working draft, i.e., the working group expects this to be the last call
208-
for comments before the document becomes a W3C Candidate Recommendation.
209-
The <strong>deadline for comments</strong> is <strong>30 September
210-
2011</strong>.</p>
204+
<h3 class="no-num no-toc" id=maturity>Maturity Level</h3>
205+
206+
<p> This document is based on the <a
207+
href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/">Last Call
208+
Working Draft (18 August 2011)</a> and includes changes that reflect the
209+
outcome of the <a
210+
href="http://wiki.csswg.org/spec/css3-speech">disposition of comments</a>.
211+
The next step as per the <a
212+
href="http://www.w3.org/Consortium/Process/tr#cfi">W3C Recommendation
213+
Track process</a> is to publish a Candidate Recommendation and to announce
214+
a Call for Implementations.
215+
216+
<p id=at-risk>The following features are at-risk and may be dropped at the
217+
end of the Candidate Recommendation period if there has not been enough
218+
interest from implementers: &lsquo;<a href="#voice-balance"><code
219+
class=property>voice-balance</code></a>&rsquo;, &lsquo;<a
220+
href="#voice-duration"><code
221+
class=property>voice-duration</code></a>&rsquo;, &lsquo;<a
222+
href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo;,
223+
&lsquo;<a href="#voice-range"><code
224+
class=property>voice-range</code></a>&rsquo;, and &lsquo;<a
225+
href="#voice-stress"><code class=property>voice-stress</code></a>&rsquo;.</p>
211226
<!-- div class="issue">
212227
<p>The following issues need to be discussed and require working group resolutions:</p>
213228
<ul>
@@ -218,22 +233,9 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
218233
<p>The CSS WG maintains a separate <a href="http://www.w3.org/Style/CSS/Tracker/products/29"
219234
>list of issues</a> for this module.</p>
220235
</div -->
221-
222-
<p>The following features are at-risk and may be dropped at the end of the
223-
CR period if there has not been enough interest from implementers:
224-
&lsquo;<a href="#voice-balance"><code
225-
class=property>voice-balance</code></a>&rsquo;, &lsquo;<a
226-
href="#voice-duration"><code
227-
class=property>voice-duration</code></a>&rsquo;, &lsquo;<a
228-
href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo;,
229-
&lsquo;<a href="#voice-range"><code
230-
class=property>voice-range</code></a>&rsquo;, and &lsquo;<a
231-
href="#voice-stress"><code class=property>voice-stress</code></a>&rsquo;.
232-
233-
<p>The CSS Speech module is a community effort and if you would like to
234-
help with implementation and driving the specification forward along the
235-
W3C Recommendation track, please contact <a href="#editors-list">the
236-
editors</a>.
236+
<!-- p>The CSS Speech module is a community effort and if you would like to help with implementation
237+
and driving the specification forward along the W3C Recommendation track, please contact <a
238+
href="#editors-list">the editors</a>.</p -->
237239

238240
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
239241
<!--begin-toc-->

css3-speech/Overview.src.html

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,25 +112,33 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
112112
href="http://www.opera.com/">Opera Software</a>)</dd>
113113
</dl>
114114
<!--copyright-->
115-
<!-- hr title="Separator for header" -->
116115
</div>
117116
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
118117
<p>CSS (Cascading Style Sheets) is a language that describes the rendering of markup documents
119118
(e.g. HTML, XML) on various supports, such as screen, paper, speech, etc. The Speech module
120119
defines aural CSS properties that enable authors to declaratively control the rendering of
121120
documents via speech synthesis, and using optional audio cues. Some of the features in this
122-
specification are conceptually close to functionality described in the Speech Synthesis Markup
123-
Language (SSML) Version 1.1 [[!SSML]]. However, the specificities of the CSS model mean that
124-
compatibility with SSML in terms of syntax and/or semantics is partially enabled. Note that
125-
this standard was developed in cooperation with the <a href="http://www.w3.org/Voice/">Voice
126-
Browser Activity</a>.</p>
121+
specification are conceptually similar to functionality described in the Speech Synthesis
122+
Markup Language (SSML) Version 1.1 [[!SSML]]. However, the specificities of the CSS model mean
123+
that compatibility with SSML in terms of syntax and/or semantics is only partially achievable.
124+
Note that this standard was developed in cooperation with the <a
125+
href="http://www.w3.org/Voice/">Voice Browser Activity</a>.</p>
127126
<h2 class="no-num no-toc" id="status">Status of this document</h2>
128127
<!--status-->
129-
<p><span class="issue">TODO: this statement is now obsolete, as this document is being updated
130-
to include the resolutions from the disposition of comments of the Last Call Working
131-
Draft.</span>This is a “last call” working draft, i.e., the working group expects this to be
132-
the last call for comments before the document becomes a W3C Candidate Recommendation. The
133-
<strong>deadline for comments</strong> is <strong>30 September 2011</strong>.</p>
128+
129+
<h3 class="no-num no-toc" id="maturity">Maturity Level</h3>
130+
131+
<p> This document is based on the <a href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/"
132+
>Last Call Working Draft (18 August 2011)</a> and includes changes that reflect the outcome
133+
of the <a href="http://wiki.csswg.org/spec/css3-speech">disposition of comments</a>. The next
134+
step as per the <a href="http://www.w3.org/Consortium/Process/tr#cfi">W3C Recommendation Track
135+
process</a> is to publish a Candidate Recommendation and to announce a Call for
136+
Implementations. </p>
137+
138+
<p id="at-risk">The following features are at-risk and may be dropped at the end of the
139+
Candidate Recommendation period if there has not been enough interest from implementers:
140+
'voice-balance', 'voice-duration', 'voice-pitch', 'voice-range', and 'voice-stress'. </p>
141+
134142
<!-- div class="issue">
135143
<p>The following issues need to be discussed and require working group resolutions:</p>
136144
<ul>
@@ -141,12 +149,9 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
141149
<p>The CSS WG maintains a separate <a href="http://www.w3.org/Style/CSS/Tracker/products/29"
142150
>list of issues</a> for this module.</p>
143151
</div -->
144-
<p>The following features are at-risk and may be dropped at the end of the CR period if there
145-
has not been enough interest from implementers: 'voice-balance', 'voice-duration',
146-
'voice-pitch', 'voice-range', and 'voice-stress'. </p>
147-
<p>The CSS Speech module is a community effort and if you would like to help with implementation
152+
<!-- p>The CSS Speech module is a community effort and if you would like to help with implementation
148153
and driving the specification forward along the W3C Recommendation track, please contact <a
149-
href="#editors-list">the editors</a>.</p>
154+
href="#editors-list">the editors</a>.</p -->
150155
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
151156
<!--toc-->
152157
<h2 id="introduction">Introduction</h2>

0 commit comments

Comments
 (0)