Skip to content

Commit 8a47755

Browse files
committed
added missing property index entry.
1 parent 7351278 commit 8a47755

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

css3-speech/Overview.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,9 @@ <h2 id=mixing-props><span class=secno>4. </span>Mixing properties:
457457

458458
<dd> Resolves to a used value of &lsquo;<code
459459
class=property>medium</code>&rsquo; when the computed value of the
460-
&lsquo;<code class=property>visibility</code>&rsquo; property is
461-
&lsquo;<code class=property>visible</code>&rsquo; (see <a href="#CSS3BOX"
460+
&lsquo;<a href="#visibility-def"><code
461+
class=property>visibility</code></a>&rsquo; property is &lsquo;<code
462+
class=property>visible</code>&rsquo; (see <a href="#CSS3BOX"
462463
rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a>), otherwise resolves to a
463464
used value of &lsquo;<code class=property>silent</code>&rsquo;.
464465

@@ -686,8 +687,9 @@ <h2 id=speaking-props><span class=secno>5. </span>Speaking properties:
686687
get rendered in the aural dimension, use the &lsquo;<code
687688
class=property>none</code>&rsquo; value for the &lsquo;<a
688689
href="#speakability"><code class=property>speakability</code></a>&rsquo;
689-
property. Also note that the value of the &lsquo;<code
690-
class=property>visibility</code>&rsquo; property (see <a href="#CSS3BOX"
690+
property. Also note that the value of the &lsquo;<a
691+
href="#visibility-def"><code class=property>visibility</code></a>&rsquo;
692+
property (see <a href="#CSS3BOX"
691693
rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a>) may affect the computed
692694
value of &lsquo;<a href="#voice-volume"><code
693695
class=property>voice-volume</code></a>&rsquo;, but do not affect the
@@ -2754,6 +2756,9 @@ <h2 class=no-num id=property-index>Appendix B &mdash; Property index</h2>
27542756

27552757
<li><dfn id=display-def>display</dfn> <a href="#CSS3BOX"
27562758
rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a>
2759+
2760+
<li><dfn id=visibility-def>visibility</dfn> <a href="#CSS3BOX"
2761+
rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a>
27572762
</ul>
27582763

27592764
<h2 class=no-num id=index>Appendix C &mdash; Index</h2>
@@ -2828,6 +2833,9 @@ <h2 class=no-num id=index>Appendix C &mdash; Index</h2>
28282833
<li>User Agent, <a href="#user-agent" title="User
28292834
Agent"><strong>#</strong></a>
28302835

2836+
<li>visibility, <a href="#visibility-def"
2837+
title=visibility><strong>#</strong></a>
2838+
28312839
<li>voice-balance, <a href="#voice-balance"
28322840
title=voice-balance><strong>4.</strong></a>
28332841

@@ -3129,8 +3137,9 @@ <h2 class=no-num id=changes>Appendix F &mdash; Changes from previous draft</h2>
31293137
<li>Added the default &lsquo;<code class=property>auto</code>&rsquo; value
31303138
for the &lsquo;<a href="#voice-volume"><code
31313139
class=property>voice-volume</code></a>&rsquo; property, in order to
3132-
inherit aural rendering behavior from the &lsquo;<code
3133-
class=property>visibility</code>&rsquo; property.
3140+
inherit aural rendering behavior from the &lsquo;<a
3141+
href="#visibility-def"><code class=property>visibility</code></a>&rsquo;
3142+
property.
31343143

31353144
<li>Added "HTML" to "CSS defines aural properties that give control over
31363145
rendering XML to speech" in the abstract.

css3-speech/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,7 @@ <h2 class="no-num" id="property-index">Appendix B &mdash; Property index</h2>
20222022
<ul>
20232023
<li><dfn id="content-def">content</dfn> [[CSS3GENCON]]</li>
20242024
<li><dfn id="display-def">display</dfn> [[CSS3BOX]]</li>
2025+
<li><dfn id="visibility-def">visibility</dfn> [[CSS3BOX]]</li>
20252026
</ul>
20262027

20272028

0 commit comments

Comments
 (0)