Skip to content

Commit e06cf95

Browse files
committed
[css2] mods on percent, date and time
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40351
1 parent e14ffd1 commit e06cf95

2 files changed

Lines changed: 48 additions & 31 deletions

File tree

css2/aural.src

Lines changed: 43 additions & 26 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 1.6 1997-10-03 22:10:22 ian Exp $ -->
3+
<!-- $Id: aural.src,v 1.7 1997-10-31 07:38:34 clilley Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Aural style sheets</TITLE>
@@ -73,53 +73,56 @@ views to produce truly multi-modal documents.
7373

7474
<!-- #include src=properties/volume.srb -->
7575

76-
<P>The legal range of percentage values is 0% to 100%. Note that '0%'
77-
<strong>does not mean the same as "silent"</strong>. 0% represents the
78-
<em>minimum audible</em> volume level and 100% corresponds to the
76+
<P>The legal range of numerical values is 0 to 100. Note that '0'
77+
<strong>does not mean the same as "silent"</strong>. 0 represents the
78+
<em>minimum audible</em> volume level and 100 corresponds to the
7979
<em>maximum comfortable</em> level.
8080

81-
<P>There is a fixed mapping between keyword values and percentages:
81+
<p>Percentage values are calculated relative to the inherited value,
82+
and are then clipped to the range 0 to 100.
83+
84+
<P>There is a fixed mapping between keyword values and volumes:
8285

8386
<UL>
8487
<li>'silent' = no sound at all, the element is spoken silently
85-
<LI>'x-soft' = '0%'
86-
<LI>'soft' = '25%'
87-
<LI>'medium' = '50%'
88-
<LI>'loud' = '75%'
89-
<LI>'x-loud' = '100%'
88+
<LI>'x-soft' = '0'
89+
<LI>'soft' = '25'
90+
<LI>'medium' = '50'
91+
<LI>'loud' = '75'
92+
<LI>'x-loud' = '100'
9093
</UL>
9194

9295
<P><span class="index-def" title="volume">Volume</span>refers to the
9396
median volume of the waveform. In other words, a highly inflected
9497
voice at a volume of 50 might peak well above that. The overall values
9598
are likely to be human adjustable for comfort, for example with a
96-
physical volume control (which would increase both the 0% and 100%
99+
physical volume control (which would increase both the 0 and 100
97100
values proportionately); what this property does is adjust the dynamic
98101
range.
99102

100-
<p>The UA should allow the values corresponding to 0% and
101-
100% to be set by the listener. No one setting is universally
103+
<p>The UA should allow the values corresponding to 0 and
104+
100 to be set by the listener. No one setting is universally
102105
applicable; suitable values depend on the equipment in use (speakers,
103106
headphones), the environment (in car, home theater, library) and
104107
personal preferences. Some examples:
105108

106109
<ul>
107110
<li>A browser for in-car use has a setting for when there is lots
108-
of background noise. 0% would map to a fairly high level and 100% to a
111+
of background noise. 0 would map to a fairly high level and 100 to a
109112
quite high level. The speech is easily audible over the road noise but
110113
the overall dynamic range is compressed. Plusher cars with better
111114
insulation allow a wider dynamic range.
112115

113116

114117
<li>Another speech browser is being used in the home, late at night,
115-
(don't annoy the neighbors) or in a shared study room. 0% is set to
116-
a very quiet level and 100% to a fairly quiet level, too. As with the first
118+
(don't annoy the neighbors) or in a shared study room. 0 is set to
119+
a very quiet level and 100 to a fairly quiet level, too. As with the first
117120
example, there is a low slope; the dynamic range is reduced. The
118121
actual volumes are low here, whereas they were high in the first
119122
example.
120123

121124
<li>In a quiet and isolated house, an expensive hi-fi home theater
122-
setup. 0% is set fairly low and 100% to quite high; there is wide
125+
setup. 0 is set fairly low and 100 to quite high; there is wide
123126
dynamic range.
124127
</ul>
125128

@@ -453,9 +456,9 @@ in a way that is independent of speech synthesizer?
453456

454457
<!-- #include src=properties/pitch-range.srb -->
455458

456-
<p>Specifies variation in average pitch. A pitch range of 0% produces
457-
a flat, monotonic voice. A pitch range of 50% produces normal
458-
inflection. Pitch ranges greater than 50% produce animated voices.
459+
<p>Specifies variation in average pitch. A pitch range of 0 produces
460+
a flat, monotonic voice. A pitch range of 50 produces normal
461+
inflection. Pitch ranges greater than 50 produce animated voices.
459462

460463
<!-- #include src=properties/stress.srb -->
461464

@@ -492,24 +495,38 @@ naturally as various pauses.
492495
<!-- #include src=properties/speak-date.srb -->
493496

494497

495-
<p>This is a request about how any dates should be
498+
<p>This property controls how dates should be
496499
spoken. month-day-year is common in the USA, while day-month-year is
497500
common in Europe and year-month-day is also used.
498501

499502
<div class="example"><P>
500-
This would be useful, for example, when combined with a new
501-
HTML tag used to identify dates, such as:
503+
This would be useful, for example, when combined with an XML
504+
element used to identify dates, such as:
502505

503506
<pre>
504-
&lt;p&gt;The campaign started on &lt;date value="1874-oct-21"&gt;
505-
the twenty-first of that month&lt;/date&gt; and finished
506-
&lt;date value="1874-oct-28"&gt;a week later&lt;/date&gt;
507+
&lt;para&gt;The campaign started on &lt;date value="1874-10-21"/&gt;
508+
and finished &lt;date value="1874-10-28/"&gt;&lt;/para%gt;
507509
</pre>
508510
</div>
509511

510512
<!-- #include src=properties/speak-numeral.srb -->
511513

514+
<p>This property controls whether multi-digit numerals (such as 237)
515+
are spoken as a single number (two hundred and thirty seven) or
516+
individual digits (two three seven).
517+
512518
<!-- #include src=properties/speak-time.srb -->
513519

520+
<p>This property controls whether times are spoken in the 24-hour time
521+
system or the 12-hour, am/pm system. When used in combination with the
522+
'speak-date' property, this allows elements with an attribute
523+
containing an ISO 8601 format date/time attribute to be presented in a
524+
flexible manner.
525+
526+
<p>An additional aural property, <a
527+
href="tables.html#propdef-speak-header-cell">speak-header-cell</a>, is
528+
described in the capter on <a href="tables">tables</a>
529+
530+
514531
</BODY>
515532
</HTML>

css2/refs.src

Lines changed: 5 additions & 5 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: refs.src,v 1.13 1997-10-31 03:20:16 clilley Exp $ -->
3+
<!-- $Id: refs.src,v 1.14 1997-10-31 07:39:00 clilley Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>References</TITLE>
@@ -177,8 +177,8 @@ Available at <a
177177

178178
<dt><strong><a name="ref-OPENTYPE">[OPENTYPE]</a></strong>
179179
<dd>See
180-
<a href="http://www.microsoft.com/TRUETYPE/OTSPEC/tablist.htm">
181-
http://www.microsoft.com/TRUETYPE/OTSPEC/tablist.htm</a>.
180+
<a href="http://www.microsoft.com/OpenType/OTSpec/tablist.htm">
181+
http://www.microsoft.com/OpenType/OTSpec/tablist.htm</a>.
182182

183183
<dt><strong><a name="ref-PANOSE">[PANOSE]</a></strong>
184184
<dd>For information about PANOSE classification metrics, consult
@@ -204,8 +204,8 @@ Latin typefaces</a>.
204204

205205
<dt><strong><a name="ref-TRUETYPEGX">[TRUETYPEGX]</a></strong>
206206
<dd>See
207-
<a href="http://support.info.apple.com/gx/typog.html">
208-
http://support.info.apple.com/gx/typog.html</a> for details
207+
<a href="http://fonts.apple.com/TTRefMan/index.html">
208+
http://fonts.apple.com/TTRefMan/index.html</a> for details
209209
about TrueType GX from Apple Computer, including <a
210210
href="http://support.info.apple.com/gx/GXFF/chap0.html">descriptions
211211
of the added tables</a> and <a href="http://support.info.apple.com/gx/FQS/FQSTOC.html">font quality specifications</a>

0 commit comments

Comments
 (0)