@@ -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 ‘< a href ="#mark "> < code
1461+ class =property > mark</ code > </ a > ’ 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 "> ‘< code
14621471 class =property > voice-family</ code > ’</ 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 — 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å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å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 >
0 commit comments