AURAL STYLE SHEETS
-------------------------------
In the near future, this product may offer "aural" or voice and speech-based style sheets. For now, those are not added. Examples of aural style classes are shown below for reference in this web product (Note: Aural has been changed to "speech" in the new style sheet references and used as media="speech" in future implementations by speech readers. Currently speech readers are rare, and dont support the link element with media="aural" in most cases so will not be used for the time being):
------------------------------------------------

/*hiding aural notes*/
.AuralNotes {display:none;speak:none;}

/*example of means to attach aural sheet to a web page*/
@media aural {

h1, h2, h3 { stress: 20; richness: 90; }
.hide { speak: none; }
p.copyright { volume: x-soft; speech-rate: x-fast; }
div { pause-before: 20%; }
pre { speak-punctuation: code; }

}

/*accessibility-speech-aural stylesheet example*/

body {
voice-family: male;
}
acronym, abbr {
speak: spell-out;
}
code{
speak-punctuation: code;
}

------------------------------
White Pacific Software. Copyright (C) 2005 White Pacific Software, www.whitepacificsoftware.com