You are here: Reference > CSS > properties > browser specific extensions > -op-phonemes

-op-phonemes property | -xv-phonemes property

Browser support:
-op-phonemes:
-xv-phonemes:
Specifies a phonetic pronunciation for the text contained by the corresponding element.
Same as the phonemes property in the CSS3 declaration.
The -op-phonemes and -xv-phonemes properties are equivalent in Opera.
JavaScript page for this property: opPhonemes | XvPhonemes. You can find other example(s) there.

Possible values:

 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 tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content