CSS3.com


CSS SPEAK-HEADER

This property specifies how often table headers are spoken in relation to their relevant data cells.

Example
table { speak-header: once }
Possible Values
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.


Go Back