CSS SPEAK-PUNCTUATION
This property specifies how punctuation characters 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. |
| code | Punctuation is to be spoken literally. |
| none | Punctuation is not spoken, but is rendered naturally as pauses in the rest of the content rendering. |


Leave Your Response