Description

Cue is a shorthand property for setting cue-before or cue-after in aural style sheets. If two values are given the first is for cue-before and second for cue-after. One value is applied to both.

Example

p{
cue:url(bong.wav);
}
p{
cue:url(bong.wav) url(bing.wav);
}

Values
cue-before cue-after
Default value
none
Introduced in CSS version
2.1
Applies to elements
All
Inherited
No
Browser Support
BrowsersIEFirefoxSafariOperaChrome
Versionsnonenonenone8none

See the full list CSS properties and browser support: CSS Properties