Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service

cue-after

Definition

The cue-after property is used play a sound after an element, in order to delimit it.

Example

  1. h1 {cue-after: url('bell.wav')}

Characteristics

Possible values

uri
A URL to a sound file.
none
No sound is specified.
inherit
Use the same computed value as the parent element for this property.

Default value

none

Applies to

All elements

Inherited

No

See also