You are here: Reference > JavaScript > client-side > style handling > properties > browser specific extensions > opPhonemes
opPhonemes style property | XvPhonemes style property
opPhonemes | ||||||
XvPhonemes |
Specifies or retrieves a phonetic pronunciation for the text contained by the corresponding element.
Same as the phonemes property in the CSS3 declaration.
The opPhonemes and XvPhonemes properties are equivalent in Opera.
Syntax:
You can find the related objects in the Supported by objects section below.
XvPhonemes: | This property is read/write. |
opPhonemes: | This property is read/write. |
CSS page for this property: -op-phonemes |
Possible values:
The type of this property is string.
One of the following values:
Takes the value of this property from the computed style of the parent element. | |||||||
A phonetic pronunciation for the text. |
Default: this property has no default value.
Example CSS code 1:
This example illustrates the use of the -xv-phonemes property:
|
|||
@phonetic-alphabet "ipa"; #tomato { -xv-phonemes: "t\0252 m\0251 to\028a " } |
|||
|
|||
Did you find this example helpful?
|
Supported by objects:
CSSStyleDeclaration, htmlElement.currentStyle, htmlElement.style
HTML elements:
a, abbr, acronym, address, b, bdo, big, blink, blockquote, body, button, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, input:button, input:file, input:password, input:reset, input:submit, input:text, ins, isindex, kbd, label, legend, li, marquee, menu, ol, optgroup, option, p, plaintext, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var, xmp
Related pages:
XvInterpretAs
XvVoiceBalance
XvVoiceDuration
opVoicePitch
opVoicePitchRange
opVoiceRate
opVoiceStress
opVoiceVolume
cue
cueAfter
cueBefore
pause
pauseAfter
pauseBefore
rest
restAfter
restBefore
speak
voiceFamily
XvVoiceBalance
XvVoiceDuration
opVoicePitch
opVoicePitchRange
opVoiceRate
opVoiceStress
opVoiceVolume
cue
cueAfter
cueBefore
pause
pauseAfter
pauseBefore
rest
restAfter
restBefore
speak
voiceFamily
External links:
User Contributed Comments