CSS Aural Reference

❮ Previous Home Next ❯

Property Description Values Example CSS Version
azimuth Defines where the sound should come from horizontally. angle|left-side|far-left|left|center-left|center|center-right|right|far-right|right-side|behind|leftwards|rightwards|inherit
azimuth: angle;
CSS2
cue Its shorthand for setting the cue properties in one declaration. cue-before|cue-after|inherit
cue: cue-before;
CSS2
cue-after Specifies a sound to be played after speaking an element's content to delimit it from other. none|url|inherit
cue-after: url("URL");
CSS2
cue-before Specifies a sound to be played before speaking an element's content to delimit it from other. none|url|inherit
cue-before: url("URL");
CSS2
elevation Sets where the sound should come from vertically. angle|below|level|above|higher|lower|inherit
elevation: angle;
CSS2
pause Shorthand for setting the pause properties (i.e. pause-before and pause-after) in one declaration. pause-before|pause-after|inherit
pause: pause-before;
CSS2
pause-after Specify a pause to be observed after speaking an element's content. time|%|inherit
pause-after: 50%;
CSS2
pause-before Specify a pause to be observed before speaking an element's content. time|%|inherit
pause-before: 50%;
CSS2
pitch Specifies the average pitch of the speaking voice. The average pitch of a voice depends on the voice family. frequency|x-low|low|medium|high|x-high|inherit
pitch: x-high;
CSS2
pitch-range Specifies variation in average pitch. number|inherit
pitch-range: 1;
CSS2
play-during Specifies a sound to be played as a background while an element's content is spoken. auto|none|url|mix|repeat|inherit
play-during: auto;
CSS2
richness Specifies the richness of the speaking voice. number|inherit
richness: 1;
CSS2
speak Specifies whether text will be rendered aurally and if so, in what manner. normal|none|spell-out|inherit
speak: normal;
CSS2
speak-header Specifies whether table headers are spoken before every cell, or only before a cell when that cell is associated with a different header than the previous cell. always|once|inherit
speak-header: once;
CSS2
speak-numeral Specifies how numerals are spoken. digits|continuous|inherit
speak-numeral: continuous;
CSS2
speak-punctuation Specifies how punctuation characters are spoken. none|code|inherit
speak-punctuation: none;
CSS2
speech-rate Specifies the speaking rate i.e. number of words spoken per minute. number|x-slow|slow|medium|fast|x-fast|faster|slower|inherit
peech-rate: x-fast;
CSS2
stress Specifies the stress in the speaking voice. number|inherit
stress: 1;
CSS2
voice-family Specifies a comma-separated, prioritized list of voice family names. specific-voice|generic-voice|inherit
voice-family: specific-voice;
CSS2
volume Specifies the volume of the speaking. number|%|silent|x-soft|soft|medium|loud|x-loud |inherit
volume: x-loud;
CSS2
❮ Previous Home Next ❯