This property specifies how often table headers are spoken in relation to their relevant data cells.
Example
| table { speak-header: once }
<table style=”speak-header: once”> |
Possible Values
| Value | Description |
|---|---|
| inherit | Explicitly sets the value of this property to that of the parent. |
| once | The table header is spoken once before a series of cells. |
| always | The table header is spoken every time a relevant data cell is aurally rendered. |


November 1st, 2007 at 4:40 am
table { speak-header: once }