CSS cue-after
The CSS cue-after
property is used in speech media to play a sound after an element.
The cue-after
property allows you to play pre-recorded sound clips immediately after an element. These pre-generated clips are referred to as "auditory icons". Auditory icons can be a useful way to distinguish semantic elements.
Also see the cue-before
and cue
properties.
Syntax
Example Code
Possible Values
- uri
- This value specifies the URI of an auditory icon resource.
- decibel
-
This is a number followed by
dB
(decibel unit identifier).This value represents a change relative to the computed value of the
voice-volume
property. Therefore, the level of the audio cue changes when the level of thevoice-volume
property changes.When omitted, the implied value computes to
0dB
(i.e. no change). none
- Specifies that no auditory icon is used.
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
none
- 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)