Skip to content

Commit 9efafb1

Browse files
committed
updated dependencies
1 parent 88960c7 commit 9efafb1

2 files changed

Lines changed: 54 additions & 38 deletions

File tree

css3-speech/Overview.html

Lines changed: 43 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,14 @@ <h2 id=dependencies><span class=secno>1. </span>Dependencies on other
276276

277277
<p>This CSS3 module depends on the following other CSS3 modules:
278278

279+
<ul>
280+
<li>Values and Units <a href="#CSS3VAL"
281+
rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>
282+
</ul>
283+
284+
<p>It has non-normative (informative) references to the following other
285+
CSS3 modules:
286+
279287
<ul>
280288
<li>Cascade and Inheritance <a href="#CSS3CASCADE"
281289
rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>
@@ -286,14 +294,6 @@ <h2 id=dependencies><span class=secno>1. </span>Dependencies on other
286294
<li>Syntax <a href="#CSS3SYN"
287295
rel=biblioentry>[CSS3SYN]<!--{{CSS3SYN}}--></a>
288296

289-
<li>Values and Units <a href="#CSS3VAL"
290-
rel=biblioentry>[CSS3VAL]<!--{{CSS3VAL}}--></a>
291-
</ul>
292-
293-
<p>It has non-normative (informative) references to the following other
294-
CSS3 modules:
295-
296-
<ul>
297297
<li>The box model <a href="#CSS3BOX"
298298
rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a>
299299

@@ -1457,6 +1457,15 @@ <h2 id=mark-props><span class=secno>9. </span>Mark properties: <a
14571457
</pre>
14581458
</div>
14591459

1460+
<p class=issue>ISSUE: in SSML, the &lsquo;<a href="#mark"><code
1461+
class=property>mark</code></a>&rsquo; element acts as a destination anchor
1462+
and as a mean to raise an event when the point is reached within the
1463+
speech stream. This functionality arguably isn't purely of stylistic
1464+
nature, but this may be required but for the sake of covering SSML's
1465+
feature-set. There is a related <a
1466+
href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0239.html">discussion</a>
1467+
on the public mailing-list.
1468+
14601469
<h2 id=voice-char-props><span class=secno>10. </span>Voice characteristic
14611470
properties: <a href="#voice-family">&lsquo;<code
14621471
class=property>voice-family</code>&rsquo;</a>, <a
@@ -1565,7 +1574,7 @@ <h2 id=voice-char-props><span class=secno>10. </span>Voice characteristic
15651574
be used for speech synthesis. The overriding priority is to match the
15661575
language specified by the xml:lang attribute as per the XML 1.0
15671576
specification <a href="#XML10"
1568-
rel=biblioentry>[XML10]<!--{{XML10}}--></a>, and as inherited by nested
1577+
rel=biblioentry>[XML10]<!--{{!XML10}}--></a>, and as inherited by nested
15691578
elements until overridden by a further xml:lang attribute.
15701579

15711580
<p>If there is no voice available for the requested value of xml:lang, the
@@ -2060,7 +2069,7 @@ <h3 id=content><span class=secno>12.2. </span>Inserted and replaced content</h3>
20602069

20612070
<p>The drawback with this property is that it has to be applied to a
20622071
specific instance of an element and can't be used more generally. In the
2063-
longer term, the use of pronunciaton lexicons would provide a better
2072+
longer term, the use of pronunciation lexicons would provide a better
20642073
solution.</p>
20652074
</div>
20662075
<!--
@@ -2167,6 +2176,10 @@ <h2 class=no-num id=changes>Appendix A &mdash; Changes from previous draft</h2>
21672176
<li>Added "HTML" to "CSS defines aural properties that give control over
21682177
rendering XML to speech" in the abstract.
21692178

2179+
<li>Removed unused normative links to CSS3 Modules (actually moved to
2180+
informative references), now the only dependency is CSS3 Values and
2181+
Units.
2182+
21702183
<li>Reworked HTML source code to work with the <a
21712184
href="http://cgi.w3.org/member-bin/process.cgi">members-only W3C
21722185
pre-processor/generator</a>
@@ -2924,6 +2937,16 @@ <h3 class=no-num id=normative-references>Normative references</h3>
29242937
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
29252938
<!---->
29262939

2940+
<dt id=CSS3VAL>[CSS3VAL]
2941+
2942+
<dd>Chris Lilley; H&#229;kon Wium Lie. <a
2943+
href="http://www.w3.org/TR/2006/WD-css3-values-20060919"><cite>CSS3
2944+
Values and Units.</cite></a> 19 September 2006. W3C Working Draft. (Work
2945+
in progress.) URL: <a
2946+
href="http://www.w3.org/TR/2006/WD-css3-values-20060919">http://www.w3.org/TR/2006/WD-css3-values-20060919</a>
2947+
</dd>
2948+
<!---->
2949+
29272950
<dt id=RFC2119>[RFC2119]
29282951

29292952
<dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key
@@ -2943,6 +2966,16 @@ <h3 class=no-num id=normative-references>Normative references</h3>
29432966
</dd>
29442967
<!---->
29452968

2969+
<dt id=XML10>[XML10]
2970+
2971+
<dd>C. M. Sperberg-McQueen; et al. <a
2972+
href="http://www.w3.org/TR/2008/REC-xml-20081126/"><cite>Extensible
2973+
Markup Language (XML) 1.0 (Fifth Edition).</cite></a> 26 November 2008.
2974+
W3C Recommendation. URL: <a
2975+
href="http://www.w3.org/TR/2008/REC-xml-20081126/">http://www.w3.org/TR/2008/REC-xml-20081126/</a>
2976+
</dd>
2977+
<!---->
2978+
29462979
<dt id=XML11>[XML11]
29472980

29482981
<dd>Eve Maler; et al. <a
@@ -3026,16 +3059,6 @@ <h3 class=no-num id=other-references>Other references</h3>
30263059
W3C Working Draft. (Work in progress.)</dd>
30273060
<!---->
30283061

3029-
<dt id=CSS3VAL>[CSS3VAL]
3030-
3031-
<dd>Chris Lilley; H&#229;kon Wium Lie. <a
3032-
href="http://www.w3.org/TR/2006/WD-css3-values-20060919"><cite>CSS3
3033-
Values and Units.</cite></a> 19 September 2006. W3C Working Draft. (Work
3034-
in progress.) URL: <a
3035-
href="http://www.w3.org/TR/2006/WD-css3-values-20060919">http://www.w3.org/TR/2006/WD-css3-values-20060919</a>
3036-
</dd>
3037-
<!---->
3038-
30393062
<dt id=CSSBEIJING>[CSSBEIJING]
30403063

30413064
<dd>Elika J. Etemad. <a
@@ -3055,16 +3078,6 @@ <h3 class=no-num id=other-references>Other references</h3>
30553078
href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215">http://www.w3.org/TR/2009/PR-css3-selectors-20091215</a>
30563079
</dd>
30573080
<!---->
3058-
3059-
<dt id=XML10>[XML10]
3060-
3061-
<dd>C. M. Sperberg-McQueen; et al. <a
3062-
href="http://www.w3.org/TR/2008/REC-xml-20081126/"><cite>Extensible
3063-
Markup Language (XML) 1.0 (Fifth Edition).</cite></a> 26 November 2008.
3064-
W3C Recommendation. URL: <a
3065-
href="http://www.w3.org/TR/2008/REC-xml-20081126/">http://www.w3.org/TR/2008/REC-xml-20081126/</a>
3066-
</dd>
3067-
<!---->
30683081
</dl>
30693082
<!--end-informative-->
30703083
</html>

css3-speech/Overview.src.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,16 @@ <h2 id="dependencies"><span class="secno">1. </span>Dependencies on other
109109
modules:</p>
110110

111111
<ul>
112-
113-
<li>Cascade and Inheritance [[CSS3CASCADE]]</li>
114-
<li>Tables [[CSS3TBL]]</li>
115-
<li>Syntax [[CSS3SYN]]</li>
116-
<li>Values and Units [[CSS3VAL]]</li>
112+
<li>Values and Units [[!CSS3VAL]]</li>
117113
</ul>
118114

119115
<p>It has non-normative (informative) references to the following
120116
other CSS3 modules:</p>
121117

122118
<ul>
123-
119+
<li>Cascade and Inheritance [[CSS3CASCADE]]</li>
120+
<li>Tables [[CSS3TBL]]</li>
121+
<li>Syntax [[CSS3SYN]]</li>
124122
<li>The box model [[CSS3BOX]]</li>
125123
<li>Generated and Replaced Content [[CSS3GENCON]]</li>
126124
<li>Selectors [[SELECT]]</li>
@@ -1141,6 +1139,10 @@ <h2 id="mark-props"><span class="secno">9. </span>Mark properties:
11411139
div {mark: "start" "end" }
11421140
</pre></div>
11431141

1142+
<p class="issue">ISSUE: in SSML, the 'mark' element acts as a destination anchor
1143+
and as a mean to raise an event when the point is reached within the speech stream.
1144+
This functionality arguably isn't purely of stylistic nature, but this may be required but for the sake of covering SSML's feature-set. There is a related <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0239.html">discussion</a> on the public mailing-list.
1145+
</p>
11441146

11451147
<h2 id="voice-char-props"><span class="secno">10. </span>Voice
11461148
characteristic properties:
@@ -1238,7 +1240,7 @@ <h2 id="voice-char-props"><span class="secno">10. </span>Voice
12381240
the voice to be used for speech synthesis. The overriding priority
12391241
is to match the language specified by the xml:lang attribute
12401242
as per the XML 1.0
1241-
specification [[XML10]], and as inherited by nested elements until
1243+
specification [[!XML10]], and as inherited by nested elements until
12421244
overridden by a further xml:lang attribute.</p>
12431245

12441246
<p>If there is no voice available for the requested value of
@@ -1708,7 +1710,7 @@ <h3 id="content">Inserted and replaced content</h3>
17081710

17091711
<p>The drawback with this property is that it has to be applied to a
17101712
specific instance of an element and can't be used more generally.
1711-
In the longer term, the use of pronunciaton lexicons would provide a
1713+
In the longer term, the use of pronunciation lexicons would provide a
17121714
better solution.</p>
17131715
</div>
17141716

@@ -1812,6 +1814,7 @@ <h2 class="no-num" id="changes">Appendix A &mdash; Changes from previous draft</
18121814
<li>Fixed "voice-family" grammar as per <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0231.html">this discussion</a></li>
18131815
<li>Added "HTML" to "CSS defines aural properties that give control over rendering
18141816
XML to speech" in the abstract.</li>
1817+
<li>Removed unused normative links to CSS3 Modules (actually moved to informative references), now the only dependency is CSS3 Values and Units.</li>
18151818
<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>
18161819
<li>Fixed minor typos</li>
18171820
</ul>

0 commit comments

Comments
 (0)