Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML
Website builder

CSS speech-rate

Also see the full, alphabetical list of CSS properties


The CSS speech-rate property is used in aural media (audio) to specify the speaking rate, in words per minute.

Syntax: speech-rate: <value>;
Possible Values:
  • <number> - specifies the number words per minute
  • x-slow - 80 words per minute
  • slow - 120 words per minute
  • medium - 180 - 200 words per minute
  • fast - 300 words per minute
  • x-fast - 500 words per minute
  • faster - adds 40 words per minute to the current speech rate
  • slower - subtracts 40 words per minute from the current speech rate
  • inherit
Initial Value: medium
Applies to: All elements.
Inherited: Yes
Media: Aural
Example:
p { speech-rate: slow }

Also see all CSS properties listed alphabetically


Enjoy this page?

  1. Add this page to your Favorites
  2. Link to this page (copy/paste into your own website or blog):
  3. Link to Quackit using one of these banner ads.

Thanks for supporting Quackit!