CSS Pause Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The pause property defines a pause observed before and after speaking the element's content.

Syntax

pause: [value1], [value2] ...

Possible values

  • [time]
  • [percentage]
  • inherit

Initial Value

Depends on user agent

Applies To

All elements

Inherited

No

Media

Aural

Example

h1 {pause: 25ms;}
td {pause: 25ms 30ms;}


View All CSS Properties