<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">
<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">pause</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">n/a</span> CSS <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Inherited: No</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>For aural style sheets, this is a shorthand attribute for setting
both <span class="literal">pause-after</span> and
<span class="literal">pause-before</span> attributes in one statement. You may
supply one or two values for this attribute.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="csssyntax"><span class="title">CSS Syntax</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>pause: <span class="replaceable">time</span> | <span class="replaceable">percentage</span> {1,2}</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Value</span></td>
				</tr>
				<tr>
					<td><p>This attribute accepts one or two values, depending on the values you
want to assign to the <span class="literal">pause-before</span> and
<span class="literal">pause-after</span> settings. A single value of the
<span class="literal">pause</span> attribute is applied to both
<span class="literal">pause-before</span> and <span class="literal">pause-after</span>.
When two values are supplied, the first is assigned to
<span class="literal">pause-before</span>; the second is assigned to
<span class="literal">pause-after</span>.
</p><p>Values for <span class="replaceable">time</span> are floating-point numbers
followed by either the <span class="literal">ms</span> (milliseconds) or
<span class="literal">s</span> (seconds) unit identifier. These settings are
therefore absolute durations for pauses. Values for
<span class="replaceable">percentage</span> are inversely proportional to
the words-per-minute values of the <span class="literal">speech-rate</span>
attribute setting. Because the <span class="literal">speech-rate</span>
controls how long it takes for a single word (on average), a
<span class="literal">pause</span> setting of <span class="literal">100%</span> means
that a pause has the same duration as a single word; a setting of
<span class="literal">50%</span> would be a pause of one-half the duration of
speaking a single word.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="initvalue"><span class="title">Initial Value</span></td>
				</tr>
				<tr>
					<td><p>Depends on the browser.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="appliesto"><span class="title">Applies To</span></td>
				</tr>
				<tr>
					<td><p>All elements. </p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>