You are here: Reference > CSS > properties > browser specific extensions > -xv-voice-duration

-xv-voice-duration property

Browser support:
Specifies how long a given element is to be rendered.
Same as the voice-duration property in the CSS3 declaration.
JavaScript page for this property: XvVoiceDuration. 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.
time(s|ms)
Integer, followed by a time unit (s,ms).
Default: this property has no default value.

Example HTML code 1:

This example illustrates the use of the -xv-voice-duration property:
<head>
    <style>
        .example {
            -xv-voice-duration: 220ms;
        }
    </style>
</head>
<body>
    Normal duration
    <p class="example">voice-duration: 220ms</p>
    Select the text above, 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