CSS SPEAK-NUMERICAL
This property controls how numbers are spoken.
Example
| .telephone { speak-punctuation: code; speak-numeral: digits }
<p>The phone number is <em style=”speak-punctuation: code; speak-numeral: digits”>555-1212</em></p> |
Possible Values
| Value | Description |
|---|---|
| inherit | Explicitly sets the value of this property to that of the parent. |
| digits | Speak the number as individual digits. |
| continuous | Speak the number as a full phrase/word number. Word representations of numbers are language-dependent. |

Leave Your Response