richness Description:
The richness property defines the richness or brightness of the speaking voice for when the element is read.
richness in CSS Versions:
richness Syntax:
richness: <number> | inherit
- <number>
A value between '0' and '100'. The higher the value, the more the voice will carry. A lower value will produce a soft, mellifluous voice. - inherit
The element should have the same richness setting as the parent.
richness Initial Value:
50
richness Applies To:
All elements.
richness Inheritance:
This property is inherited.
richness Browser Support:
Not supported by visual browsers.
richness media type:
- Aural
richness Examples:
Standard richness property
<p style="richness : 90;">
This paragraph should be read in a way that is very rich and carries well.
</p>
richness Special Notes:
- The precise method of rendering the sound is up to the user-agent.

