CSS Cue-After Property

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");}





