Skip to content

Commit eff77b3

Browse files
committed
[css-speech-1] Fix links
1 parent c35e326 commit eff77b3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

css-speech-1/Overview.bs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ The 'speak' property</h3>
469469
when 'display' is ''display/none'',
470470
otherwise resolves to a computed value of ''speak/auto''.
471471
The used value of a computed ''speak/auto'' is equivalent
472-
to ''speak/always'' if 'visibility' is ''visible''
472+
to ''speak/always'' if 'visibility' is ''visibility/visible''
473473
and to ''never'' otherwise.
474474

475475
Note: The ''display/none'' value of the 'display' property
@@ -595,7 +595,7 @@ The 'pause-before' and 'pause-after' properties</h3>
595595
<dl dfn-type=value dfn-for="pause-before,pause-after">
596596
<dt><dfn><<time>></dfn>
597597
<dd>
598-
Expresses the pause in absolute [=time=] units
598+
Expresses the pause in absolute time units
599599
(seconds and milliseconds, e.g. "+3s", "250ms").
600600
Only non-negative values are allowed.
601601

@@ -712,7 +712,7 @@ The 'rest-before' and 'rest-after' properties</h3>
712712
<dl dfn-type=value dfn-for="rest-before,rest-after">
713713
<dt><dfn><<time>></dfn>
714714
<dd>
715-
Expresses the rest in absolute [=time=] units (seconds and milliseconds, e.g. "+3s", "250ms").
715+
Expresses the rest in absolute time units (seconds and milliseconds, e.g. "+3s", "250ms").
716716
Only non-negative values are allowed.
717717

718718
<dt><dfn>none</dfn>
@@ -1229,7 +1229,7 @@ The 'voice-pitch' property</h3>
12291229
<dl dfn-type=value dfn-for=voice-pitche>
12301230
<dt><dfn><<frequency>></dfn>
12311231
<dd>
1232-
A value in [=frequency=] units (Hertz or kiloHertz, e.g. ''100Hz'', ''+2kHz'').
1232+
A value in frequency units (Hertz or kiloHertz, e.g. ''100Hz'', ''+2kHz'').
12331233
Values are restricted to positive numbers when the ''voice-pitch/absolute'' keyword is specified.
12341234
Otherwise (when the ''voice-pitch/absolute'' keyword is not specified),
12351235
a negative value represents a decrement, and a positive value represents an increment,
@@ -1246,7 +1246,8 @@ The 'voice-pitch' property</h3>
12461246
<dt><dfn><<semitones>></dfn>
12471247
<dd>
12481248
Specifies a relative change (decrement or increment) to the inherited value.
1249-
The syntax of allowed values is a [=dimension=] with the unit identifier ''st'' (semitones).
1249+
The syntax of <dfn type><<semitones>></dfn> allowed values is
1250+
a [=dimension=] with the unit identifier ''st'' (semitones).
12501251
A <dfn dfn>semitone</dfn> interval corresponds to the step between each note
12511252
on an equal temperament chromatic scale.
12521253
A [=semitone=] can therefore be quantified as the difference between
@@ -1340,7 +1341,7 @@ The 'voice-range' property</h3>
13401341
<dl dfn-type=value dfn-for=voice-range>
13411342
<dt><<frequency>>
13421343
<dd>
1343-
A value in [=frequency=] units (Hertz or kiloHertz, e.g. ''100Hz'', ''+2kHz'').
1344+
A value in frequency units (Hertz or kiloHertz, e.g. ''100Hz'', ''+2kHz'').
13441345
Values are restricted to positive numbers when the ''voice-range/absolute'' keyword is specified.
13451346
Otherwise (when the ''voice-range/absolute'' keyword is not specified),
13461347
a negative value represents a decrement, and a positive value represents an increment,
@@ -1832,6 +1833,6 @@ Appendix E &mdash; Changes</h2>
18321833
<ul>
18331834
<li>Renamed the <css>none</css> and <css>normal</css> values of 'speak' to ''never'' and ''always'' for clarity.
18341835
See <a href="https://github.com/w3c/csswg-drafts/issues/510">Issue 510</a>.
1835-
<li>Made the ''auto'' value of 'speak' respond to 'visibility'.
1836+
<li>Made the ''speak/auto'' value of 'speak' respond to 'visibility'.
18361837
See <a href="https://github.com/w3c/csswg-drafts/issues/511">Issue 511</a>.
18371838
</ul>

0 commit comments

Comments
 (0)