
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Tables |
| Previous Style: speak
| Next Style: speak-numeral
|
speak-header
Determines how often a speech-enabled browser speaks a table's headers.
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Possible Values:
- always
The table headers are spoken before each corresponding cell.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- once
The table headers are spoken only before each series (row or column) of cells.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Example:
<TABLE STYLE="speak-header: always">
| Index
| Current Category: Tables |
| Previous Style: speak
| Next Style: speak-numeral
|
|