CSS SPEAK-PUNCTUATION
This property specifies how punctuation characters are spoken.
Example
.telephone {
speak-punctuation: code;
speak-numeral: digits
}
The phone number is
555-1212
Possible Values
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.
Go Back