CSS speak-numeral
Also see the full, alphabetical list of CSS properties
The CSS speak-numeral property is used in aural media to specify how to speak numerals (numbers).
Also see speak-punctuation.
| Syntax: | speak-numeral: <value>; |
| Possible Values: |
|
| Initial Value: | none |
| Applies to: | All elements |
| Inherited: | Yes |
| Media: | Aural |
| Example: |
p { speak-numeral: continuous }
|

