Skip to content

Commit 79ed1bd

Browse files
committed
[css2] Richness on a scale of 0 to 100
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40884
1 parent d81f91d commit 79ed1bd

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

css2/aural.src

Lines changed: 3 additions & 4 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.4 1998-02-12 12:46:39 ijacobs Exp $ -->
3+
<!-- $Id: aural.src,v 2.5 1998-02-12 13:51:43 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Aural style sheets</TITLE>
@@ -586,12 +586,11 @@ rich voice will "carry" in a large room, a smooth voice will not.
586586

587587
<dl>
588588
<dt><span class="index-inst" title="&lt;number&gt;"><span class="value-inst-number"><strong>&lt;number&gt;</strong></span></span>
589-
<dd>The higher the value, the more the voice will carry.
589+
<dd>A value between '0' and '100'.
590+
The higher the value, the more the voice will carry.
590591
A lower value will produce a soft, mellifluous voice.
591592
</dl>
592593

593-
<!-- What is a reasonable range of values? -IJ -->
594-
595594
<!-- Needs completion -IJ -->
596595

597596
<H2><a name="speech-props">Speech properties</a>:

css2/sample.src

Lines changed: 8 additions & 8 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.5 1998-02-12 12:46:44 ijacobs Exp $ -->
3+
<!-- $Id: sample.src,v 2.6 1998-02-12 13:51:46 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>
@@ -301,28 +301,28 @@ OL OL OL LI {
301301

302302
@media speech {
303303
H1,H2,H3,
304-
H4,H5,H6 { voice-family: paul; stress: 20; richness: 9; }
304+
H4,H5,H6 { voice-family: paul; stress: 20; richness: 90; }
305305
H1 { pitch: x-low; pitch-range: 90; }
306306
H2 { pitch: x-low; pitch-range: 80; }
307307
H3 { pitch: low; pitch-range: 70; }
308308
H4 { pitch: medium; pitch-range: 60; }
309309
H5 { pitch: medium; pitch-range: 50; }
310310
H6 { pitch: medium; pitch-range: 40; }
311311

312-
LI,DT,DD { pitch: medium; richness: 6; }
312+
LI,DT,DD { pitch: medium; richness: 60; }
313313
DT { stress: 80; }
314314

315315
PRE,KEY,CODE,TT { pitch: medium;
316316
pitch-range: 0;
317317
stress: 0;
318-
richness: 8;
318+
richness: 80;
319319
}
320-
EM { pitch: medium; pitch-range: 60 stress: 60; richness: 5; }
321-
STRONG { pitch: medium; pitch-range: 60 stress: 90; richness: 9; }
320+
EM { pitch: medium; pitch-range: 60 stress: 60; richness: 50; }
321+
STRONG { pitch: medium; pitch-range: 60 stress: 90; richness: 90; }
322322
DFN { pitch: high; pitch-range: 60 stress: 60; }
323323
S,STRIKE { richness: 0; }
324-
I { pitch: medium; pitch-range: 60 stress: 60; richness: 5 }
325-
B { pitch: medium; pitch-range: 60 stress: 90; richness: 9; }
324+
I { pitch: medium; pitch-range: 60 stress: 60; richness: 50 }
325+
B { pitch: medium; pitch-range: 60 stress: 90; richness: 90; }
326326
U { richness: 0; }
327327
A:link { voice-family: harry; }
328328
A:visited { voice-family: betty;}

0 commit comments

Comments
 (0)