pause

Support Key: [CSS2|CSS2.1]
Other Aural Properties
volume
stress
richness
azimuth
elevation
voice-family
speak
speak-punctuation
speak-numeral
pitch
pitch-range
speech-rate
play-during
pause-before
pause-after
cue
cue-before
cue-after
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   Browser Dependent
Applicable Elements:
All
Inherit From Parent:
No
Applicable Media:
Aural
HTML Equivalent:
NA
Official Docs:
CSS2: Sect. 19.4, CSS2.1: App A.5
What is it?
This is a shorthand property used to set the 'pause-before' and 'pause-after' properties. If two values are given, the first refers to 'pause-before' and the second to 'pause-after'. If only one value is given, it is used for both properties.

Allowed Values
inherit
[CSS2|CSS2.1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
[time]
[CSS2|CSS2.1]
Type: Explicit
Description:
Sets the pause length to a time measurement (see the time units for more details)
[percentage]
[CSS2|CSS2.1]
Type: Calculated
Description:
Refers to the inverse of the value of the 'speech-rate' property. (eg: a value of 100% for 'pause-after' with a 'speech-rate' of 60 words per minute would create a pause of 1 second.)
Syntax
Selector { pause: [pause-before] [pause-after] } OR
Selector { pause: [pause] }
Example
Ext/Doc: blockquote { pause: 2s 3s }
In-Line:  <blockquote STYLE="pause: 2s 3s">text</blockquote>
Notes Browser Peculiarities

Boring Copyright Stuff....