speak property
Specifies how the browser should speak the content.
JavaScript page for this property: speak. You can find other example(s) there. |
Possible values:
One of the following values:
Takes the value of this property from the computed style of the parent element. | |||||||
Uses language-dependent pronunciation rules for rendering an element and its children. | |||||||
Suppresses aural rendering so that the element requires no time to render. | |||||||
Spells the text one letter at a time. |
Default: normal.
Example HTML code 1:
This example illustrates the use of the speak property:
|
||||
<head> <style> .example { speak: spell-out } </style> </head> <body> <p class="example">WWW Select this text and use context menu</p> </body> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
a, abbr, acronym, address, b, bdo, big, blink, blockQuote, body, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, fieldSet, font, form, H1, H2, H3, H4, H5, H6, html, i, ins, isIndex, kbd, label, legend, li, marquee, menu, ol, p, plainText, pre, q, s, samp, small, span, strike, strong, sub, sup, table, td, textArea, th, tr, tt, u, ul, var, xmp
Related pages:
-xv-interpret-as
-op-phonemes
-xv-voice-balance
-xv-voice-duration
-op-voice-pitch
-op-voice-pitch-range
-op-voice-rate
-op-voice-stress
-op-voice-volume
cue
cue-after
cue-before
pause
pause-after
pause-before
rest
rest-after
rest-before
voice-family
-op-phonemes
-xv-voice-balance
-xv-voice-duration
-op-voice-pitch
-op-voice-pitch-range
-op-voice-rate
-op-voice-stress
-op-voice-volume
cue
cue-after
cue-before
pause
pause-after
pause-before
rest
rest-after
rest-before
voice-family
External links:
User Contributed Comments