CSS Speak Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The speak property defines whether text should be rendered aurally and if so, how.
Syntax
speak: [value];
Possible values
- none
- normal
- spell-out
- inherit
Initial Value
normal
Applies To
All elements
Inherited
Yes
Media
Aural
Example
acronym {speak:spell-out;}
Loading Twitter