CSS cue
The CSS cue
property is shorthand for the cue-before
and cue-after
properties.
These properties are used in speech media to designate a sound to be played before or after an element.
The cue
property accepts two values. The first value provided is for cue-before
and the second is for cue-after
. If only one value is provide it applies to both properties.
Example Code
Syntax
Possible Values
- cue-before
- This value provides the value for
cue-before
. - cue-after
- This value provides the value for
cue-after
.
In addition, all CSS properties also accept the following CSS-wide keyword values as the sole component of their property value:
initial
- Represents the value specified as the property's initial value.
inherit
- Represents the computed value of the property on the element's parent.
unset
- This value acts as either
inherit
orinitial
, depending on whether the property is inherited or not. In other words, it sets all properties to their parent value if they are inheritable or to their initial value if not inheritable.
General Information
- Initial Value
- See individual properties (
cue-before
andcue-after
) - Applies To
- All elements
- Inherited?
- No
- Media
- Speech
Official Specifications
- CSS Speech Module (W3C Candidate Recommendation 20 March 2012)
- CSS2.1 (W3C Recommendation 07 June 2011)