CSS speak-header
Also see the full, alphabetical list of CSS properties
The CSS speak-header property is used in aural media to specify whether table headers are spoken before each cell, or only before each cell if that cell uses a different header to the previous cell.
| Syntax: | speak-header: <value>; |
| Possible Values: |
|
| Initial Value: | once |
| Applies to: | Elements with table headers |
| Inherited: | Yes |
| Media: | Aural |
| Example: |
table { speak-header: once }
|

