HTML and CSS Reference
In-Depth Information
Name
voice-volume
Values:
<number> | <percentage> | silent | x-soft | soft | medium | loud | x-loud
Initial value:
medium
Applies to:
All elements
Inherited:
Yes
Percentages:
Refer to the inherited value
Computed value:
Not specified (in the previous incarnation, volume , it was an absolute number)
Description:
Defines the median volume level for the waveform of the audibly rendered content. Thus, a
waveform with large peaks and valleys may go well above or below the volume level set with
this property. <number> values are clipped to the range of 0 to 100, inclusive. Note that 0 is
the same as silent and 100 is the same as x-loud .
Examples:
big {voice-volume: x-loud;}
footer {voice-volume: 15;}
Search WWH ::




Custom Search