Copyright © tutorialspoint.com
The speak-punctuation property is used in aural media to specify how punctuation (i.e. comma) should be spoken.
object.style.speakPunctuation="code"; |
All the HTML elements
Here is the example:
<style tyle="text/css"> <!-- *.literal {speak-punctuation: code;} body {speak-punctuation: none;} --> </style> |
For more detail please look into CSS Aural Media.
Copyright © tutorialspoint.com