The CSS reference
"speak" - css property (v. css 2)
- To specify whether content will render aurally.
- Initial value: normal
- The property is inherited
- HTML usage: all elements
-
Browsers that support the speak - property :
acronym, abbr { speak: spell-out }
Possible speak values:
Values | Comments | CSS |
---|---|---|
none | Suppresses aural rendering so that the element requires no time to render. | 2 |
normal | Uses language-dependent pronunciation rules for rendering an element and its children. | 2 |
spell-out | Spells the text one letter at a time (useful for acronyms and abbreviations). | 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.