<desc>

Provides a textual description of the referenced audio source.

Syntax

<desc
    xml:lang = "CDATA"
/>

Attributes

Attribute

Data Type

Required?

Default

Description

xml:lang

CDATA

no

NA

RFC 1766-compliant identifier used to indicate that the content of the element is in a different language from that of the content surrounding the element.

Details

This element can only occur as a child of <audio>. It does not affect the audio output in any way.

Parents

<audio>

Children

None.

Example

<?xml version="1.0"?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml">
    <form>
        <block>
            <audio src="../audio/effect_1.wav">
                <desc> Vivaldi music earcon </desc>
            </audio>
        </block>
    </form>
</vxml>