<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">volume</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: Yes</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>For aural style sheets, this sets the dynamic range
(softness/loudness) of the spoken element. Because normal speech has
inflections that prevent an absolute volume to apply at all times,
the volume attribute sets the median volume.
</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>volume: <span class="replaceable">number</span>  | <span class="replaceable">percentage</span>  | <span class="replaceable">volumeConstant</span></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>A volume <span class="replaceable">number</span> value is any number. A
value of zero should represent the minimum audible level for the
equipment and ambient noise environment; a value of
<span class="literal">100</span> should represent the maximum comfortable level
under the same conditions. A <span class="replaceable">percentage</span>
value is calculated relative to the parent element's
volume attribute setting. Alternative settings include the following
constants (and their representative values):
<span class="literal">silent</span> (no sound) | <span class="literal">x-soft</span> (0)
| <span class="literal">soft</span> (25) | <span class="literal">medium</span> (50) |
<span class="literal">loud</span> (75) | <span class="literal">x-loud</span> (100).
</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><span class="literal">medium</span></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>