|
2 | 2 | 'http://www.w3.org/TR/html4/strict.dtd'> |
3 | 3 |
|
4 | 4 | <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 $ --> |
6 | 6 | <HEAD> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
8 | 8 | <TITLE>Aural style sheets</TITLE> |
@@ -124,12 +124,12 @@ followed by a frequency unit identifier. |
124 | 124 |
|
125 | 125 | <ul> |
126 | 126 | <li><strong>Hz</strong>: Hertz |
127 | | -<li><strong>kHz</strong>: kilo Hertz |
| 127 | +<li><strong>kHz</strong>: kilohertz |
128 | 128 | </ul> |
129 | 129 |
|
130 | 130 | <p>Frequency values may not be negative. |
131 | 131 |
|
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 |
133 | 133 | is a treble sound. |
134 | 134 |
|
135 | 135 | <p>Like for <length>, the unit may be omitted, if the value is |
@@ -289,7 +289,7 @@ value is given, it applies to both properties. |
289 | 289 | <PRE> |
290 | 290 | h1 { pause: 20ms } /* pause-before: 20ms; pause-after: 20ms */ |
291 | 291 | 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 */ |
293 | 293 | </PRE> |
294 | 294 | </div> |
295 | 295 |
|
@@ -341,13 +341,15 @@ h1 {cue: url("pop.au") } |
341 | 341 |
|
342 | 342 | <P>If a user agent cannot render an auditory icon (e.g., the user's |
343 | 343 | 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. |
346 | 345 |
|
347 | 346 | <P>Please see the sections on <a |
348 | 347 | href="generate.html#before-after-content"> the :before and :after |
349 | 348 | 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. |
351 | 353 |
|
352 | 354 | <H2><a name="mixing-props">Mixing properties</a>: <span |
353 | 355 | class="propinst-play-during">'play-during'</span></H2> |
|
0 commit comments