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-header | Next Style: speak-punctuation |


speak-numeral

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-punctuation

Possible Values:

continuous
Numbers are spoken using the word or phrase represented by the number.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • For example, the number 157 is spoken as "one hundred and fifty-seven".

digits
Numbers are spoken by saying the individual digits in the number.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • For example, the number 157 is spoken as "one five seven".

Example:
<BODY STYLE="speak-numeral: continuous">

| Index | Current Category: Aural |
| Previous Style: speak-header | Next Style: speak-punctuation |