Skip to content

Commit c4bfb87

Browse files
committed
[css2] Minor improvements in language.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401973
1 parent 358f790 commit c4bfb87

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

css2/aural.src

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: aural.src,v 2.39 2002-08-02 17:34:35 bbos Exp $ -->
5+
<!-- $Id: aural.src,v 2.40 2002-11-28 20:53:19 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Aural style sheets</TITLE>
@@ -124,12 +124,12 @@ followed by a frequency unit identifier.
124124

125125
<ul>
126126
<li><strong>Hz</strong>: Hertz
127-
<li><strong>kHz</strong>: kilo Hertz
127+
<li><strong>kHz</strong>: kilohertz
128128
</ul>
129129

130130
<p>Frequency values may not be negative.
131131

132-
<P> For example, 200Hz (or 200hz) is a bass sound, and 6kHz (or 6khz)
132+
<P> For example, 200Hz (or 200hz) is a bass sound, and 6kHz
133133
is a treble sound.
134134

135135
<p>Like for &lt;length&gt;, the unit may be omitted, if the value is
@@ -289,7 +289,7 @@ value is given, it applies to both properties.
289289
<PRE>
290290
h1 { pause: 20ms } /* pause-before: 20ms; pause-after: 20ms */
291291
h2 { pause: 30ms 40ms } /* pause-before: 30ms; pause-after: 40ms */
292-
h3 { pause-after: 10ms } /* pause-before: ?; pause-after: 10ms */
292+
h3 { pause-after: 10ms } /* pause-before unspecified; pause-after: 10ms */
293293
</PRE>
294294
</div>
295295

@@ -341,13 +341,15 @@ h1 {cue: url("pop.au") }
341341

342342
<P>If a user agent cannot render an auditory icon (e.g., the user's
343343
environment does not permit it), we recommend that it produce an
344-
alternative cue (e.g., popping up a warning, emitting a warning sound,
345-
etc.)
344+
alternative cue.
346345

347346
<P>Please see the sections on <a
348347
href="generate.html#before-after-content"> the :before and :after
349348
pseudo-elements</a> for information on other content generation
350-
techniques.
349+
techniques. 'cue-before' sounds and 'pause-before' gaps are inserted
350+
before content from the ':before' pseudo-element. Similarly,
351+
'pause-after' gaps and 'cue-after' sounds are inserted after content
352+
from the ':after' pseudo-element.
351353

352354
<H2><a name="mixing-props">Mixing properties</a>: <span
353355
class="propinst-play-during">'play-during'</span></H2>

0 commit comments

Comments
 (0)