From http://www.w3schools.com (Copyright Refsnes Data)

XSL-FO speak-numeral Property

Back

Definition and Usage

The speak-numeral property is used only in Aural Stylesheets.

The aural rendering of a document combines sounds and voices to go through the content of a document. Aural presentation occurs often by converting the document to plain text and then feeding this to a screen reader.

Situations and markets for listening to information could be:

The speak-numeral property specifies how numerals will be spoken.


Details


Property Values

Value Description
digits Numerals will be spoken as individual digits (e.g "145" is spoken "one four five")
continuous Default. Numerals will be spoken as a full number (e.g "145" is spoken "one hundred forty five")


Back

From http://www.w3schools.com (Copyright Refsnes Data)