CSS Pitch-Range Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The pitch-range property defines the variation in pitch for when the element is read.

Syntax

pitch-range: [value];

Possible values

  • [number] - Between 0 and 100
  • inherit

Initial Value

50

Applies To

All elements

Inherited

Yes

Media

Aural

Example

p {pitch-range: 75;}


View All CSS Properties