CSS Richness Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The richness property defines the richness or brightness of the speaking voice for when the element is read.

Syntax

richness: [value];

Possible values

  • [number] - Between 0 and 100
  • inherit

Initial Value

50

Applies To

All elements

Inherited

Yes

Media

Aural

Example

p {richness: 75;}


View All CSS Properties