CSS Speak-Header Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The speak-header property defines whether the table headers are spoken before every cell, or only when the cell is associated with a different header than the previous cell.

Syntax

speak-header: [value];

Possible values

  • once
  • always
  • inherit

Initial Value

once

Applies To

Elements with table headers

Inherited

Yes

Media

Aural

Example

table {speak-header: once;}


View All CSS Properties