CSS speak-punctuation
Also see the full, alphabetical list of CSS properties
The CSS speak-punctuation property is used in aural media to specify how punctuation (i.e. semi-colons etc) should be spoken.
Also see speak-numeral.
| Syntax: | speak-punctuation: <value>; |
| Possible Values: |
|
| Initial Value: | none |
| Applies to: | All elements |
| Inherited: | Yes |
| Media: | Aural |
| Example: |
p { speak-punctuation: none }
|

