Copyright © tutorialspoint.com

CSS - speak-punctuation

previous next


Description:

The speak-punctuation property is used in aural media to specify how punctuation (i.e. comma) should be spoken.

Possible Values:

DOM Syntax:

object.style.speakPunctuation="code";

Applies to:

All the HTML elements

Example:

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.


previous next

Copyright © tutorialspoint.com