Skip to content

Commit 550528e

Browse files
committed
[css2] Lowercased CSS examples.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401884
1 parent 4131ea2 commit 550528e

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

css2/aural.src

Lines changed: 25 additions & 25 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.31 2002-04-29 19:09:33 bbos Exp $ -->
5+
<!-- $Id: aural.src,v 2.32 2002-07-05 13:42:39 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Aural style sheets</TITLE>
@@ -41,15 +41,15 @@ frequency, inflection, etc.).
4141

4242
<div class="example"><p>
4343
<pre>
44-
H1, H2, H3, H4, H5, H6 {
44+
h1, h2, h3, h4, h5, h6 {
4545
voice-family: paul;
4646
stress: 20;
4747
richness: 90;
4848
cue-before: url("ping.au")
4949
}
50-
P.heidi { azimuth: center-left }
51-
P.peter { azimuth: right }
52-
P.goat { volume: x-soft }
50+
p.heidi { azimuth: center-left }
51+
p.peter { azimuth: right }
52+
p.goat { volume: x-soft }
5353
</pre>
5454

5555
<p>This will direct the speech synthesizer to speak headers in a voice
@@ -279,9 +279,9 @@ value is given, it applies to both properties.
279279

280280
<div class="example"><P>
281281
<PRE>
282-
H1 { pause: 20ms } /* pause-before: 20ms; pause-after: 20ms */
283-
H2 { pause: 30ms 40ms } /* pause-before: 30ms; pause-after: 40ms */
284-
H3 { pause-after: 10ms } /* pause-before: ?; pause-after: 10ms */
282+
h1 { pause: 20ms } /* pause-before: 20ms; pause-after: 20ms */
283+
h2 { pause: 30ms 40ms } /* pause-before: 30ms; pause-after: 40ms */
284+
h3 { pause-after: 10ms } /* pause-before: ?; pause-after: 10ms */
285285
</PRE>
286286
</div>
287287

@@ -308,8 +308,8 @@ delimit it. Values have the following meanings:</p>
308308

309309
<div class="example"><P>
310310
<PRE>
311-
A {cue-before: url("bell.aiff"); cue-after: url("dong.wav") }
312-
H1 {cue-before: url("pop.au"); cue-after: url("pop.au") }
311+
a {cue-before: url("bell.aiff"); cue-after: url("dong.wav") }
312+
h1 {cue-before: url("pop.au"); cue-after: url("pop.au") }
313313
</pre>
314314
</div>
315315

@@ -326,8 +326,8 @@ value is given, it applies to both properties.</p>
326326
<div class="example"><P>
327327
The following two rules are equivalent:
328328
<PRE>
329-
H1 {cue-before: url("pop.au"); cue-after: url("pop.au") }
330-
H1 {cue: url("pop.au") }
329+
h1 {cue-before: url("pop.au"); cue-after: url("pop.au") }
330+
h1 {cue: url("pop.au") }
331331
</pre>
332332
</div>
333333

@@ -387,9 +387,9 @@ continues after the current element.
387387

388388
<div class="example"><P>
389389
<PRE>
390-
BLOCKQUOTE.sad { play-during: url("violins.aiff") }
391-
BLOCKQUOTE Q { play-during: url("harp.wav") mix }
392-
SPAN.quiet { play-during: none }
390+
blockquote.sad { play-during: url("violins.aiff") }
391+
blockquote Q { play-during: url("harp.wav") mix }
392+
span.quiet { play-during: none }
393393
</pre>
394394
</div>
395395

@@ -463,10 +463,10 @@ result.
463463

464464
<div class="example"><P>
465465
<PRE>
466-
H1 { azimuth: 30deg }
467-
TD.a { azimuth: far-right } /* 60deg */
466+
h1 { azimuth: 30deg }
467+
td.a { azimuth: far-right } /* 60deg */
468468
#12 { azimuth: behind far-right } /* 120deg */
469-
P.comment { azimuth: behind } /* 180deg */
469+
p.comment { azimuth: behind } /* 180deg */
470470
</PRE>
471471
</div>
472472

@@ -508,10 +508,10 @@ identifies the desired end result.
508508

509509
<div class="example"><P>
510510
<PRE>
511-
H1 { elevation: above }
512-
TR.a { elevation: 60deg }
513-
TR.b { elevation: 30deg }
514-
TR.c { elevation: level }
511+
h1 { elevation: above }
512+
tr.a { elevation: 60deg }
513+
tr.b { elevation: 30deg }
514+
tr.c { elevation: level }
515515
</pre>
516516
</div>
517517

@@ -572,9 +572,9 @@ are 'male', 'female', and 'child'.
572572
<div class="example"><P>
573573

574574
<pre>
575-
H1 { voice-family: announcer, male }
576-
P.part.romeo { voice-family: romeo, male }
577-
P.part.juliet { voice-family: juliet, female }
575+
h1 { voice-family: announcer, male }
576+
p.part.romeo { voice-family: romeo, male }
577+
p.part.juliet { voice-family: juliet, female }
578578
</pre>
579579
</div>
580580

0 commit comments

Comments
 (0)