Skip to content

Commit ac046f7

Browse files
committed
[css2] Added list of properties supported by Emacsspeak. Added that this chapter is informative. Changed doctype and added system ID
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401854
1 parent 6787274 commit ac046f7

1 file changed

Lines changed: 30 additions & 3 deletions

File tree

css2/aural.src

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!doctype html public '-//W3C//DTD HTML 4.01//EN'
2+
'http://www.w3.org/TR/html4/strict.dtd'>
3+
24
<html lang="en">
3-
<!-- $Id: aural.src,v 2.29 2002-04-22 22:05:21 bbos Exp $ -->
5+
<!-- $Id: aural.src,v 2.30 2002-04-23 20:42:46 bbos Exp $ -->
46
<HEAD>
57
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
68
<TITLE>Aural style sheets</TITLE>
79
</HEAD>
810
<BODY>
9-
<H1 align="center"><a name="aural">Aural style sheets</a></H1>
11+
<H1><a name="aural">Aural style sheets</a></H1>
12+
13+
<p>This chapter is informative. UAs are not required to implement the
14+
properties of this chapter in order to conform to CSS 2.1.
1015

1116
<H2>Introduction to aural style sheets</H2>
1217

@@ -638,5 +643,27 @@ following meanings:</P>
638643
"Two hundred thirty seven". Word representations are language-dependent.
639644
</dl>
640645

646+
<h2><a name="emacsspeak">Emacsspeak</a></h2>
647+
648+
<p>For information, here is the list of properties implemented by
649+
Emacsspeak, a speech subsystem for the Emacs editor.
650+
651+
<ul>
652+
<li>voice-family
653+
<li>stress (but with a different range of values)
654+
<li>richness (but with a different range of values)
655+
<li>pitch (but with differently named values)
656+
<li>pitch-range (but with a different range of values)
657+
</ul>
658+
641659
</BODY>
642660
</HTML>
661+
<!-- Keep this comment at the end of the file
662+
Local variables:
663+
mode: sgml
664+
sgml-declaration:"~/SGML/HTML4.decl"
665+
sgml-default-doctype-name:"html"
666+
sgml-minimize-attributes:t
667+
sgml-nofill-elements:("pre" "style" "br")
668+
End:
669+
-->

0 commit comments

Comments
 (0)