B.101. speak-header

For use by aural (speaking) browsers for the visually impaired, this property controls how table headers are read. As the browser reads out the contents of each cell in the table, it can either read all the headers for each cell before the cell's contents, or read only those headers that are different from the headers of the previously-read cell.

Inherited: Yes

See also: Section B.100speak, Section B.102speak-numeral, Section B.103speak-punctuation

B.101.1. Value

This property accepts any of the following constants:

  • always: For each cell, all the headers that apply to it are read first.

  • once: For each cell, only headers that are different from the previously-read cell are read.

Initial value: once

B.101.2. Compatibility

CSS Version: 2

Not supported by any currently-available browser.

B.101.3. Example

This example causes aural browsers to read all the headers that apply to each cell in a table of class matrix:

table.matrix {
  speak-header: always;
}

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.47.221