cue
Definition
The cue property is a shorthand method for setting cue-before and cue-after property values. If a single value is given, it will apply to both cue-before and cue-after. If two values are given, the first value will be applied to cue-before, and the second to cue-after.
Example
h1 {cue: url('pop.au')}h2 {cue: url('ding.mp3) url('dong.mp3')}h3 {cue: url('bong.wav') none}
Characteristics
Possible values
One of the following:
- Value from cue-before or cue-after. The same value will be applied to both
cue-before and cue-after. - Values from cue-before and cue-after, separated by a space.
inherit- Use the same computed value as the parent element for this property.
Default value
none for both cue-before and cue-after
Applies to
All elements
Inherited
No
See also