The CSS reference
"speak-numeral" - css property (v. css 2)
- To specify how to speak numbers.
- Initial value: continuous
- The property is inherited
- HTML usage: all elements
-
Browsers that support the speak-numeral - property :
p.note { speak-numeral : digits }
Possible speak-numeral values:
Values | Comments | CSS |
---|---|---|
digits | Speak the numeral as individual digits. Thus, "237" is spoken "Two Three Seven". | 2 |
continuous | Speak the numeral as a full number. Thus, "237" is spoken "Two hundred thirty seven". Word representations are language-dependent. | 2 |
inherit | Will inherit the value from parent specification. | 2 |
© 2010 by Finnesand Data.
All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the
correctness in the pages or source codes.
The risk of using this web-site pages or any program
codes from this website is entirely at the individual user.