style.cueAfter (Property)

Part of the aural style control suite that defines the aural icon sound after an item is spoken.

Availability:

CSS level - 2
DOM level - 2
Property/method value type:String primitive
JavaScript syntax:nonemyStyle.cueAfter
CSS syntax:cue-after: aSound
Argument list:aSoundA sound to be played after speech

The cueAfter property provides a way to define a short audible sound after a spoken phrase. You can specify the URI for an audio clip or define the value none to inhibit the audible cue following the phrase.

The URI may be relative to the document or a fully specified URL value. It should locate an audio file having a MIME type that the browser supports for playback.

Warnings:

See also:Aural style sheets, MIME types, style.cue