
- CSS Tutorial
- CSS - Home
- CSS - Introduction
- CSS - Syntax
- CSS - Inclusion
- CSS - Measurement Units
- CSS - Colors
- CSS - Backgrounds
- CSS - Fonts
- CSS - Text
- CSS - Images
- CSS - Links
- CSS - Tables
- CSS - Borders
- CSS - Margins
- CSS - Lists
- CSS - Padding
- CSS - Cursors
- CSS - Outlines
- CSS - Dimension
- CSS - Scrollbars
- CSS Advanced
- CSS - Visibility
- CSS - Positioning
- CSS - Layers
- CSS - Pseudo Classes
- CSS - Pseudo Elements
- CSS - @ Rules
- CSS - Text Effects
- CSS - Media Types
- CSS - Paged Media
- CSS - Aural Media
- CSS - Printing
- CSS - Layouts
- CSS - Validations
- CSS3 Tutorial
- CSS3 - Tutorial
- CSS3 - Rounded Corner
- CSS3 - Border Images
- CSS3 - Multi Background
- CSS3 - Color
- CSS3 - Gradients
- CSS3 - Shadow
- CSS3 - Text
- CSS3 - Web font
- CSS3 - 2d transform
- CSS3 - 3d transform
- CSS3 - Animation
- CSS3 - Multi columns
- CSS3 - User Interface
- CSS3 - Box Sizing
- CSS Responsive
- CSS - Responsive Web Design
- CSS References
- CSS - Questions and Answers
- CSS - Quick Guide
- CSS - References
- CSS - Color References
- CSS - Web browser References
- CSS - Web safe fonts
- CSS - Units
- CSS - Animation
- CSS Resources
- CSS - Useful Resources
- CSS - Discussion
Aural Media CSS Properties
Aural rendering of documents is mainly used by the visually impaired. The following are the aural media CSS properties −
- The azimuth property sets, where the sound should come from horizontally.
- The elevation property sets, where the sound should come from vertically.
- The cue-after specifies a sound to be played after speaking an element's content to delimit it from other.
- The cue-before specifies a sound to be played before speaking an element's content to delimit it from other.
- The cue is a shorthand for setting cue-before and cue-after.
- The pause-after specifies a pause to be observed after speaking an element's content.
- The pause-before specifies a pause to be observed before speaking an element's content.
- The pause is a shorthand for setting pause-before and pause-after.
- The pitch specifies the average pitch (a frequency) of the speaking voice.
- The pitch-range specifies variation in average pitch.
- The play-during specifies a sound to be played as a background while an element's content is spoken.
- The richness specifies the richness, or brightness, of the speaking voice.
- The speak specifies whether the text will be rendered aurally and if so, in what manner.
- The speak-numeral controls how numerals are spoken.
- The speak-punctuation specifies how punctuation is spoken.
- The speech-rate specifies the speaking rate.
- The stress specifies the height of "local peaks" in the intonation contour of a voice.
- The voice-family specifies the prioritized list of voice family names.
- The volume refers to the median volume of the voice.
- Related Articles
- Aural Media with CSS
- CSS media types
- CSS @media rule
- Paged Media in CSS
- CSS Margin Properties
- CSS Border Properties
- CSS Background Properties
- CSS Dimension Properties
- CSS rest Speech Media property
- Different Media Types in CSS
- CSS flex container properties
- CSS flex item properties
- CSS positioning related properties
- Font Properties in CSS
- CSS voice-volume Speech Media property

Advertisements