This property controls how numeric values are read out. Long numeric values would normally be read out one digit at a time, but a year number might be read out as a compound string.
The CSS2 standard dictates that the language for reading the numbers should be defined with the LANG="..." HTML tag attribute for the HTML tag that instantiates the object that this style applies to.
The following keywords can be used with this property:
none
digits
continuous
The none keyword inhibits the reading out of numbers.
The digits keyword forces numeric values to be read out one digit at a time. For example, 2000 would be pronounced as "Two zero zero zero" if the spoken language is English.
The continuous keyword forces numeric values to be read out as a word or string of words compounded together. For example, 2000 would be pronounced as "Two thousand" if the spoken language is English.
See also: | Aural style sheets |
Prev | Home | Next |
style.speakHeader | Up | style.speakPunctuation |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |