The CSS reference

"speak-header" - css property (v. css 2)

  • To specify how to handle table headers.
  • Should the headers be spoken before every cell, or only before a cell when that cell is associated with a different header than the previous cell.
  • Initial value: once
  • The property is inherited
  • HTML usage: elements that have table header information
  • Browsers that support the speak-header - property :
    Internet Explorer Mozilla Firefox Opera Google Chrome Apple Safari
Typical usage:
table { speak-header: once }

Possible speak-header values:

Values Comments CSS
once The header is spoken one time, before a series of cells. 2
always The header is spoken before every pertinent cell. 2
inherit Will inherit the value from parent specification. 2
© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.