cue-before
Definition
The cue-before property is used play a sound before an element, in order to delimit it.
Example
h1 {cue-before: 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