- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 19:41:54 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv19989
Modified Files:
Overview.html Overview.src.html
Log Message:
fixed typo and moved sentence
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.html 7 Jun 2011 08:22:30 -0000 1.56
+++ Overview.html 7 Jun 2011 19:41:51 -0000 1.57
@@ -2447,7 +2447,9 @@
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> is ignored, and
instead the ‘<code class=css><a href="#list-style-type-def"><code
class=property>list-style-type</code></a></code>’ is used (if
- present).
+ present). For hierarchical list structures, it is generally recommended
+ that user-agents announce the nesting depth of list items, in conjunction
+ with the speech output specified for the list style types.
<p class=note> Note that the working draft of the CSS Lists module <a
href="#CSS3LIST" rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>
@@ -2462,9 +2464,7 @@
<p> For these list item styles, the user-agent defines (possibly based on
user preferences) what equivalent phrase is spoken or what audio cue is
played. List items with graphical bullets are therefore announced
- appropriately in an implementation-dependent manner. For hierarchical
- lists structures, it is recommended that user-agents announce the
- nesting depth of list items.</p>
+ appropriately in an implementation-dependent manner.</p>
<dt> <strong>decimal, decimal-leading-zero, lower-roman, upper-roman,
georgian, armenian</strong>
@@ -3481,10 +3481,10 @@
<dt id=CSS21>[CSS21]
<dd>Bert Bos; et al. <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style
- Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 23
- April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
+ href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
+ Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
+ 2011. W3C Recommendation. URL: <a
+ href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
</dd>
<!---->
@@ -3549,11 +3549,11 @@
<dt id=CSS3LIST>[CSS3LIST]
- <dd>Ian Hickson; Tantek Çelı?k. <a
- href="http://www.w3.org/TR/2002/WD-css3-lists-20021107"><cite>CSS3
- module: Lists.</cite></a> 7 November 2002. W3C Working Draft. (Work in
- progress.) URL: <a
- href="http://www.w3.org/TR/2002/WD-css3-lists-20021107">http://www.w3.org/TR/2002/WD-css3-lists-20021107</a>
+ <dd>Tab Atkins Jr. <a
+ href="http://www.w3.org/TR/2011/WD-css3-lists-20110524"><cite>CSS Lists
+ and Counters Module Level 3.</cite></a> 24 May 2011. W3C Working Draft.
+ (Work in progress.) URL: <a
+ href="http://www.w3.org/TR/2011/WD-css3-lists-20110524">http://www.w3.org/TR/2011/WD-css3-lists-20110524</a>
</dd>
<!---->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Overview.src.html 7 Jun 2011 08:22:30 -0000 1.57
+++ Overview.src.html 7 Jun 2011 19:41:52 -0000 1.58
@@ -2014,7 +2014,9 @@
synthesis. The '<a href="#list-style-image-def"><code class="property"
>list-style-image</code></a>' property of [[!CSS21]] is ignored, and instead the '<a
href="#list-style-type-def"><code class="property">list-style-type</code></a>' is used (if
- present). </p>
+ present). For hierarchical list structures, it is generally recommended that user-agents
+ announce the nesting depth of list items, in conjunction with the speech output specified for
+ the list style types. </p>
<p class="note"> Note that the working draft of the CSS Lists module [[CSS3LIST]] contains new
features which are not yet supported in this version of the CSS Speech module. Support for
these features will be added later, when the CSS Lists draft stabilizes.</p>
@@ -2025,9 +2027,7 @@
<dd>
<p> For these list item styles, the user-agent defines (possibly based on user preferences)
what equivalent phrase is spoken or what audio cue is played. List items with graphical
- bullets are therefore announced appropriately in an implementation-dependent manner. For
- hierarchical lists structures, it is recommended that user-agents announce the nesting
- depth of list items.</p>
+ bullets are therefore announced appropriately in an implementation-dependent manner. </p>
</dd>
<dt>
<strong>decimal, decimal-leading-zero, lower-roman, upper-roman, georgian, armenian</strong>
Received on Tuesday, 7 June 2011 19:41:55 UTC