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

-op-voice-stress property | -xv-voice-stress property

Browser support:
-op-voice-stress:
-xv-voice-stress:
Specifies the strength of emphasis to be applied.
Same as the voice-stress property in the CSS3 declaration.
The -op-voice-stress and -xv-voice-stress properties are equivalent in Opera.
JavaScript page for this property: opVoiceStress | XvVoiceStress. 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.
moderate
Apply a moderate emphasis.
none
Inhibit the synthesizer from emphasizing words it would normally emphasize.
reduced
Effectively the opposite of emphasizing a word.
strong
Apply a strong emphasis.
Default: moderate.

Example HTML code 1:

This example illustrates the use of the -xv-voice-stress property:
<head>
    <style>
        .example {
            -xv-voice-stress: strong;
        }
    </style>
</head>
<body>
    <p class="example">Apply a strong emphasis.</p>
    Select the text in the document, right click and select speak
</body>
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content