Copyright © tutorialspoint.com
The 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.
object.style.speakHeader="once"; |
All the elements that have table header information
Here is the example:
<style tyle="text/css"> <!-- table {speak-header: once;} th.urgent {speak-header: always;} --> </style> |
For more detail please look into CSS Aural Media.
Copyright © tutorialspoint.com