Written by jon on 1:05 AM
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. |
|
|

| Posted in »
CSS Aural
Related Posts by Categories
0 comments: Responses to “ CSS SPEAK-NUMERICAL ”