CSS Cue-Before Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The cue-before property defines an auditory icon played before the element to distinguish and delimit the element.

Syntax

cue-before: [value];

Possible values

  • none
  • [URI]
  • inherit

Initial Value

None

Applies To

All elements

Inherited

No

Media

Aural

Example

h1 {cue-before: url("quack.wav"); cue-after: url("woof.wav");}


View All CSS Properties