Skip to content

Commit eaa0758

Browse files
committed
[css2] Very minor editing and formatting fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401508
1 parent e0e06d8 commit eaa0758

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

css2/aural.src

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: aural.src,v 2.22 1998-04-09 14:36:07 ijacobs Exp $ -->
3+
<!-- $Id: aural.src,v 2.23 1998-04-19 23:56:35 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Aural style sheets</TITLE>
@@ -42,18 +42,18 @@ H1, H2, H3, H4, H5, H6 {
4242
richness: 90;
4343
cue-before: url("ping.au")
4444
}
45-
P.heidi {azimuth: center-left}
46-
P.peter {azimuth: right}
47-
P.goat {volume: x-soft}
45+
P.heidi { azimuth: center-left }
46+
P.peter { azimuth: right }
47+
P.goat { volume: x-soft }
4848
</pre>
4949

5050
<p>This will direct the speech synthesizer to speak headers in a voice
51-
called "paul" (<em>cf.</em> 'font-family'), on a flat tone, but in a
52-
very rich voice. Before speaking the headers, a sound sample will be
53-
played from the given URL. Paragraphs with class "heidi" will appear
54-
to come from front left (if the sound system is capable of spatial
55-
audio), and paragraphs of class "peter" from the right. Paragraphs
56-
with class "goat" will be very soft.
51+
(a kind of "audio font") called "paul", on a flat tone, but in a very
52+
rich voice. Before speaking the headers, a sound sample will be played
53+
from the given URL. Paragraphs with class "heidi" will appear to come
54+
from front left (if the sound system is capable of spatial audio), and
55+
paragraphs of class "peter" from the right. Paragraphs with class
56+
"goat" will be very soft.
5757
</div>
5858

5959

@@ -142,7 +142,7 @@ values are:
142142
element requires no time to render. Note, however, that
143143
descendants may override this value and will be spoken. (To
144144
be sure to suppress rendering of an
145-
element and its children, use the
145+
element and its descendants, use the
146146
<span class="propinst-display">'display'</span> property).
147147

148148
<dt><strong>normal</strong></dt>
@@ -159,8 +159,9 @@ class="propinst-volume">'volume'</span> property has a value of
159159
'silent' and an element whose <span
160160
class="propinst-speak">'speak'</span> property has the value 'none'.
161161
The former takes up the same time as if it had been spoken, including
162-
any pause before and after the element, but no sound is
163-
generated.
162+
any pause before and after the element, but no sound is generated. The
163+
latter requires no time and is not rendered (though its descendants
164+
may be).
164165

165166
<H2><a name="pause-props">Pause properties</a>: <span
166167
class="propinst-pause-before">'pause-before'</span>, <span
@@ -296,15 +297,15 @@ class="propinst-play-during">'play-during'</span> property continues
296297
to play and the sound designated by the <span
297298
class="index-inst" title="&lt;uri&gt;"><span
298299
class="value-inst-uri">&lt;uri&gt;</span></span> is mixed with it. If
299-
'mix' is not specified, the sound replaces the sound of the parent
300-
element.
300+
'mix' is not specified, the element's background sound replaces
301+
the parent's.
301302
<dt><strong>repeat</strong>
302303
<dd>When present, this keyword means that the sound will repeat if it
303304
is too short to fill the entire duration of the element. Otherwise,
304305
the sound plays once and then stops. This is similar to the <span
305306
class="propinst-background-repeat">'background-repeat'</span>
306307
property. If the sound is too long for the element, it is clipped once
307-
the element is spoken.
308+
the element has been spoken.
308309
<dt><strong>auto</strong>
309310
<dd>The sound of the parent element continues to play
310311
(it is not restarted, which would have been the case if this property
@@ -318,8 +319,8 @@ continues after the current element.
318319
<div class="example"><P>
319320
<PRE>
320321
BLOCKQUOTE.sad { play-during: url(violins.aiff) }
321-
BLOCKQUOTE Q { play-during: url(harp.wav) mix}
322-
SPAN.quiet { play-during: none }
322+
BLOCKQUOTE Q { play-during: url(harp.wav) mix }
323+
SPAN.quiet { play-during: none }
323324
</pre>
324325
</div>
325326

@@ -524,8 +525,8 @@ in a way that is independent of speech synthesizer?
524525

525526
<p>Specifies the average pitch (a frequency) of the speaking voice. The
526527
average pitch of a voice depends on the voice family. For example,
527-
the average pitch for a standard male voice is around 120hz,
528-
but for a female voice, it's around 210hz.</p>
528+
the average pitch for a standard male voice is around 120Hz,
529+
but for a female voice, it's around 210Hz.</p>
529530

530531
<P>Values have the following meanings:</P>
531532

0 commit comments

Comments
 (0)