CSS volume
The CSS volume property is used for specifying the median volume of the wave form.
Syntax
Possible Values
- number
- Any number between
0and100.0represents the minimum audible volume level and100corresponds to the maximum comfortable level. - percentage
- Percentage values are calculated relative to the inherited value,and are then clipped to the range
0to100. silent- No sound at all. The value
0does not mean the same assilent. x-soft- Same as
0. soft- Same as
25. medium- Same as
50. loud- Same as
75. x-loud- Same as
100.
In addition, all CSS properties also accept the following CSS-wide keyword values as the sole component of their property value:
initial- Represents the value specified as the property's initial value.
inherit- Represents the computed value of the property on the element's parent.
unset- This value acts as either
inheritorinitial, depending on whether the property is inherited or not. In other words, it sets all properties to their parent value if they are inheritable or to their initial value if not inheritable.
General Information
- Initial Value
medium- Applies To
- All elements.
- Inherited?
- Yes
- Media
- Aural
Example Code
Official Specifications
- CSS Level 2.1 (W3C Recommendation 07 June 2011)