Copyright © tutorialspoint.com

CSS - speak-header

previous next


Description:

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.

Possible Values:

DOM Syntax:

object.style.speakHeader="once";

Applies to:

All the elements that have table header information

Example:

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.


previous next

Copyright © tutorialspoint.com