- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 05 Feb 2011 12:05:26 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech In directory hutz:/tmp/cvs-serv31610 Modified Files: Overview.html Overview.src.html Log Message: added missing property index entry. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Overview.html 5 Feb 2011 12:03:29 -0000 1.20 +++ Overview.html 5 Feb 2011 12:05:23 -0000 1.21 @@ -457,8 +457,9 @@ <dd> Resolves to a used value of ‘<code class=property>medium</code>’ when the computed value of the - ‘<code class=property>visibility</code>’ property is - ‘<code class=property>visible</code>’ (see <a href="#CSS3BOX" + ‘<a href="#visibility-def"><code + class=property>visibility</code></a>’ property is ‘<code + class=property>visible</code>’ (see <a href="#CSS3BOX" rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a>), otherwise resolves to a used value of ‘<code class=property>silent</code>’. @@ -686,8 +687,9 @@ get rendered in the aural dimension, use the ‘<code class=property>none</code>’ value for the ‘<a href="#speakability"><code class=property>speakability</code></a>’ - property. Also note that the value of the ‘<code - class=property>visibility</code>’ property (see <a href="#CSS3BOX" + property. Also note that the value of the ‘<a + href="#visibility-def"><code class=property>visibility</code></a>’ + property (see <a href="#CSS3BOX" rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a>) may affect the computed value of ‘<a href="#voice-volume"><code class=property>voice-volume</code></a>’, but do not affect the @@ -2754,6 +2756,9 @@ <li><dfn id=display-def>display</dfn> <a href="#CSS3BOX" rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a> + + <li><dfn id=visibility-def>visibility</dfn> <a href="#CSS3BOX" + rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a> </ul> <h2 class=no-num id=index>Appendix C — Index</h2> @@ -2828,6 +2833,9 @@ <li>User Agent, <a href="#user-agent" title="User Agent"><strong>#</strong></a> + <li>visibility, <a href="#visibility-def" + title=visibility><strong>#</strong></a> + <li>voice-balance, <a href="#voice-balance" title=voice-balance><strong>4.</strong></a> @@ -3129,8 +3137,9 @@ <li>Added the default ‘<code class=property>auto</code>’ value for the ‘<a href="#voice-volume"><code class=property>voice-volume</code></a>’ property, in order to - inherit aural rendering behavior from the ‘<code - class=property>visibility</code>’ property. + inherit aural rendering behavior from the ‘<a + href="#visibility-def"><code class=property>visibility</code></a>’ + property. <li>Added "HTML" to "CSS defines aural properties that give control over rendering XML to speech" in the abstract. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Overview.src.html 5 Feb 2011 12:03:29 -0000 1.21 +++ Overview.src.html 5 Feb 2011 12:05:24 -0000 1.22 @@ -2022,6 +2022,7 @@ <ul> <li><dfn id="content-def">content</dfn> [[CSS3GENCON]]</li> <li><dfn id="display-def">display</dfn> [[CSS3BOX]]</li> +<li><dfn id="visibility-def">visibility</dfn> [[CSS3BOX]]</li> </ul>
Received on Saturday, 5 February 2011 12:05:27 UTC