You are here: Reference > JavaScript > client-side > style handling > properties > browser specific extensions > opPhonemes

opPhonemes style property | XvPhonemes style property

Browser support:
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:

object.opPhonemes;
object.XvPhonemes;
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: 
inherit
Takes the value of this property from the computed style of the parent element.
phonetic pronunciation
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? yes no

Supported by objects:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content