- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Jun 2011 10:15:42 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech In directory hutz:/tmp/cvs-serv11907 Modified Files: Overview.html Overview.src.html Log Message: moved note Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- Overview.html 7 Jun 2011 19:42:52 -0000 1.58 +++ Overview.html 14 Jun 2011 10:15:40 -0000 1.59 @@ -90,13 +90,13 @@ <h1 id=top>CSS Speech Module</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 07 June 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 June 2011</h2> <dl> <dt>This version: <dd> - <!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110607">http://www.w3.org/TR/2011/ED-css3-speech-20110607/</a>--> + <!--<a href="http://www.w3.org/TR/2011/WD-css3-speech-20110614">http://www.w3.org/TR/2011/ED-css3-speech-20110614/</a>--> <a href="http://dev.w3.org/csswg/css3-speech">http://dev.w3.org/csswg/css3-speech</a> @@ -2447,9 +2447,7 @@ 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). For hierarchical list structures, it is generally recommended - that user-agents announce the nesting depth of list items, in conjunction - with the speech output expected for the list style types. + present). <p class=note> Note that the working draft of the CSS Lists module <a href="#CSS3LIST" rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a> @@ -2492,17 +2490,16 @@ /a/, /be/, /se/, etc. (phonetic notation)</p> </dl> - <p class=note> Note that screen-readers tend to generate complementary - speech cues or audio icons to announce well-defined structures such as - lists or tables. These navigation aids are implementation-dependent and - may not necessarily reflect authored content. User-agents that support the - CSS Speech module are naturally expected to handle author-provided aural - styles as per the CSS <a href="#cascade-def">cascade</a> mechanism, and - may continue to provide additional implementation-specific content - navigation cues for use-cases that are not covered by this specification, - or as long as this doesn't create redundancies or inconsistencies in the - speech / audio output (for example: duplicated or different list item - numbering scheme). + <p class=note>Note that it is common for user-agents such as screen readers + to announce the nesting depth of list items, or more generally, to + indicate additional structural information pertaining to complex + hierarchical content. The verbosity of these additional audio cues and/or + speech output can usually be controlled by users, and contribute to + increasing usability. These navigation aids are implementation-dependent, + but it is recommended that user-agents supporting the CSS Speech module + ensure that these additional audio cues and speech output don't generate + redundancies or create inconsistencies (for example: duplicated or + different list item numbering scheme). <h2 id=pronunciation><span class=secno>11. </span> Pronunciation, phonemes</h2> @@ -3482,7 +3479,7 @@ <dd>Bert Bos; et al. <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 + 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> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- Overview.src.html 7 Jun 2011 19:42:52 -0000 1.59 +++ Overview.src.html 14 Jun 2011 10:15:40 -0000 1.60 @@ -2014,9 +2014,7 @@ 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). For hierarchical list structures, it is generally recommended that user-agents - announce the nesting depth of list items, in conjunction with the speech output expected for - the list style types. </p> + present). </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> @@ -2051,14 +2049,14 @@ notation) </p> </dd> </dl> - <p class="note"> Note that screen-readers tend to generate complementary speech cues or audio - icons to announce well-defined structures such as lists or tables. These navigation aids are - implementation-dependent and may not necessarily reflect authored content. User-agents that - support the CSS Speech module are naturally expected to handle author-provided aural styles as - per the CSS <a href="#cascade-def">cascade</a> mechanism, and may continue to provide - additional implementation-specific content navigation cues for use-cases that are not covered - by this specification, or as long as this doesn't create redundancies or inconsistencies in - the speech / audio output (for example: duplicated or different list item numbering scheme). </p> + <p class="note">Note that it is common for user-agents such as screen readers to announce the + nesting depth of list items, or more generally, to indicate additional structural information + pertaining to complex hierarchical content. The verbosity of these additional audio cues + and/or speech output can usually be controlled by users, and contribute to increasing + usability. These navigation aids are implementation-dependent, but it is recommended that + user-agents supporting the CSS Speech module ensure that these additional audio cues and + speech output don't generate redundancies or create inconsistencies (for example: duplicated + or different list item numbering scheme). </p> <h2 id="pronunciation"> Pronunciation, phonemes </h2> <p class="note">Note that this entire section is non-normative.</p> <p> CSS does not specify how to define the pronunciation (expressed using a well-defined
Received on Tuesday, 14 June 2011 10:15:43 UTC