Skip to content

Commit e3cff7b

Browse files
committed
[css2] Added media type 'aural'.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402003
1 parent 76388d4 commit e3cff7b

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

css2/aural.src

Lines changed: 36 additions & 1 deletion
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.40 2002-11-28 20:53:19 bbos Exp $ -->
5+
<!-- $Id: aural.src,v 2.41 2003-01-10 22:55:31 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Aural style sheets</TITLE>
@@ -13,6 +13,39 @@
1313
<p>This chapter is informative. UAs are not required to implement the
1414
properties of this chapter in order to conform to CSS 2.1.
1515

16+
<h2>The media type 'aural'</h2>
17+
18+
<p>We expect that in a future level of CSS there will be new
19+
properties and values defined for speech output. Therefore
20+
CSS&nbsp;2.1 reserves the 'speech' media type (see <a
21+
href="media.html">chapter 7, "Media types"<a/>), but does not yet
22+
define which properties do or do not apply to it.
23+
24+
<p>The properties in this appendix apply to a media type 'aural', that
25+
was introduced in CSS2. The type 'aural' is now deprecated.
26+
27+
<div class=note>
28+
<p>This means that a style sheet such as
29+
30+
<pre>
31+
@media speech {
32+
body { voice-family: Paul }
33+
}
34+
</pre>
35+
36+
<p>is valid, but that its meaning is not defined by CSS&nbsp;2.1,
37+
while
38+
39+
<pre>
40+
@media aural {
41+
body { voice-family: Paul }
42+
}
43+
</pre>
44+
45+
<p>is deprecated, but defined by this appendix.
46+
</div>
47+
48+
1649
<H2>Introduction to aural style sheets</H2>
1750

1851
<p>The aural rendering of a document, already commonly used by the
@@ -867,6 +900,7 @@ San Jose, 25-Aug-97, Meals: 37.74
867900
<p>This style sheet describes a possible rendering of HTML 4.0:
868901

869902
<pre>
903+
@media aural {
870904
h1, h2, h3,
871905
h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 }
872906
h1 { pitch: x-low; pitch-range: 90 }
@@ -888,6 +922,7 @@ u { richness: 0 }
888922
a:link { voice-family: harry, male }
889923
a:visited { voice-family: betty, female }
890924
a:active { voice-family: betty, female; pitch-range: 80; pitch: x-high }
925+
}
891926
</pre>
892927

893928
<h2><a name="Emacspeak">Emacspeak</a></h2>

0 commit comments

Comments
 (0)