The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Aural |
| Previous Style: speak-numeral | Next Style: speech-rate |


speak-punctuation

Specifies how numbers are spoken during an aural rendering of an element.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

See Also:

speak, speak-header, speak-numerals

Possible Values:

code
The name of each punctuation mark is spoken

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • For example, the phrase "It was the best of times, it was the worst of times." would be spoken as "It was the best of times comma it was the worst of times period".

none
Punctuation is rendered naturally.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • For example, in the phrase "It was the best of times, it was the worst of times.", there would be a pause after "It was the best of times".

Example:
<BODY STYLE="speak-punctuation: code">

| Index | Current Category: Aural |
| Previous Style: speak-numeral | Next Style: speech-rate |