CSS Cue-After Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

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

Syntax

cue-after: [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