Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q5416 How do I make my HTML document speak using ACSS?

irt.org | Knowledge Base | CSS | Q5416 [ previous next ]

Q5416 How do I make my HTML document speak using ACSS?

The aural rendering of a document, commonly used by the blind and print-impaired communities, occurs by converting the document to plain text and feeding this to a screen reader - software or hardware, that simply reads all the characters on the screen.

Besides the obvious accessibility advantages, there are other large markets for listening to information, including in-car use, industrial and medical documentation systems, home entertainment, perhaps it could even work nicely with a phone.

Consider the following example:

H1 {
   voice-family: Romeo, male
    }
P {
   voice-family: Juliet, female
    }

All H1 tags will then be read by a male voice, and P tags will be read by a female voice.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.