CSS pitch Property
Description
The pitch
property defines the average pitch of the speaking voice for when the element is read.
The pitch property has been deprecated or is no longer in any CSS working groups.
- Initial value
- medium
- Applies to
- All elements
- Inherited
- Yes
- Media
- Aural
- Computed value
- Frequency
- Animatable
- No
- CSS Version
- CSS2, CSS3
- JavaScript syntax
- object.style.pitch
Syntax
pitch: <frequency> | x-low | low | medium | high | x-high | inherit
Values
- <frequency>Specifies the average pitch of the speaking voice in hertz (Hz).
- x-low
- low
- medium
- high
- x-high
- inherit
Example
blockquote {pitch: high;}
Browser Support
Desktop | |||||
? | ? | ? | ? | ? | ? |
Tablets / Mobile | |||||
![]() |
|||||
? | ? | ? | ? | ? | ? |