CSS speak
Also see the full, alphabetical list of CSS properties
The CSS speak property is used to specify that the text will be used for aural media. It also specifies how it will be spoken, for example normal or spelt out (i.e. for acronyms).
| Syntax: | speak: <value>; |
| Possible Values: |
|
| Initial Value: | normal |
| Applies to: | All elements. |
| Inherited: | Yes |
| Media: | Aural |
| Example: |
acronym, abbr { spelt-out }
|

