Skip to content

Commit 0ab8642

Browse files
committed
[css2] Began adapting aural property values to CSS2 values (instead of TVs 1-10 scale)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40875
1 parent d8e197f commit 0ab8642

1 file changed

Lines changed: 22 additions & 20 deletions

File tree

css2/sample.src

Lines changed: 22 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: sample.src,v 2.3 1998-02-11 13:27:15 ijacobs Exp $ -->
3+
<!-- $Id: sample.src,v 2.4 1998-02-11 23:40:27 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix A: A sample style sheet for HTML 4.0</TITLE>
@@ -295,36 +295,38 @@ OL OL OL LI {
295295

296296
/* Begin aural section */
297297

298-
/* The following values have been suggested by T.V. Raman. */
298+
/* The following rules have been adapted from
299+
suggestions by T.V. Raman.
300+
*/
299301

300302
@media speech {
301303
H1,H2,H3,
302-
H4,H5,H6 { voice-family: paul; stress: 2; richness: 9; }
303-
H1 { pitch: 1; pitch-range: 9; }
304-
H2 { pitch: 2; pitch-range: 8; }
305-
H3 { pitch: 3; pitch-range: 7; }
306-
H4 { pitch: 4; pitch-range: 6; }
307-
H5 { pitch: 5; pitch-range: 5; }
308-
H6 { pitch: 6; pitch-range: 4; }
309-
310-
LI,DT,DD { pitch: 6; richness: 6; }
311-
DT { stress: 8; }
312-
313-
PRE,KEY,CODE,TT { pitch: 5;
304+
H4,H5,H6 { voice-family: paul; stress: 30Hz; richness: 9; }
305+
H1 { pitch: x-low; pitch-range: 90Hz; }
306+
H2 { pitch: x-low; pitch-range: 80Hz; }
307+
H3 { pitch: low; pitch-range: 70Hz; }
308+
H4 { pitch: medium; pitch-range: 60Hz; }
309+
H5 { pitch: medium; pitch-range: 50Hz; }
310+
H6 { pitch: medium; pitch-range: 40Hz; }
311+
312+
LI,DT,DD { pitch: medium; richness: 6; }
313+
DT { stress: 120Hz; }
314+
315+
PRE,KEY,CODE,TT { pitch: medium;
314316
pitch-range: 0;
315317
stress: 0;
316318
richness: 8;
317319
}
318-
EM { pitch: 6; pitch-range: 6; stress: 6; richness: 5; }
319-
STRONG { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
320-
DFN { pitch: 7; pitch-range: 6; stress: 6; }
320+
EM { pitch: medium; pitch-range: 60Hz stress: 90Hz; richness: 5; }
321+
STRONG { pitch: medium; pitch-range: 60Hz stress: 135Hz; richness: 9; }
322+
DFN { pitch: high; pitch-range: 60Hz stress: 90Hz; }
321323
S,STRIKE { richness: 0; }
322-
I { pitch: 6; pitch-range: 6; stress: 6; richness: 5 }
323-
B { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
324+
I { pitch: medium; pitch-range: 60Hz stress: 90Hz; richness: 5 }
325+
B { pitch: medium; pitch-range: 60Hz stress: 135Hz; richness: 9; }
324326
U { richness: 0; }
325327
A:link { voice-family: harry; }
326328
A:visited { voice-family: betty;}
327-
A:active { voice-family: betty; pitch-range: 8; pitch: 8 }
329+
A:active { voice-family: betty; pitch-range: 80Hz; pitch: x-high }
328330
}
329331

330332

0 commit comments

Comments
 (0)