speak-numeral
Definition
The speak-numeral property determines if numerals are to be spoken as individual digits, or as full numbers.
Example
code {speak-numeral: digits}
Characteristics
Possible values
digits- Speak the numeral as individual digits. Thus, "237" is spoken as "Two Three Seven".
continuous- Speak the numeral as a full number. Thus, "237" is spoken as "Two hundred and thirty seven".
inherit- Use the same computed value as the parent element for this property.
Default value
continuous
Applies to
All elements
Inherited
Yes
See also