Bug 19768: Explicitly mention that the initial value of AudioParam.value will be defaultValue
authorcrogers
Tue, 04 Dec 2012 14:40:51 -0800
changeset 230 49b0c8839296
parent 229 7d41ddcc4cdd
child 231 398d2b754707
Bug 19768: Explicitly mention that the initial value of AudioParam.value will be defaultValue
webaudio/specification.html
--- a/webaudio/specification.html	Tue Dec 04 14:35:59 2012 -0800
+++ b/webaudio/specification.html	Tue Dec 04 14:40:51 2012 -0800
@@ -1488,7 +1488,8 @@
 <h3 id="attributes-AudioParam">4.5.1. Attributes</h3>
 <dl>
   <dt id="dfn-value"><code>value</code></dt>
-    <dd><p>The parameter's floating-point value. If a value is set outside the
+    <dd><p>The parameter's floating-point value.  This attribute is initialized to the
+      <code>defaultValue</code>. If a value is set outside the
       allowable range described by <code>minValue</code> and
       <code>maxValue</code> no exception is thrown, because these limits are just nominal and may be
       exceeded.  If a value is set during a time when there are any automation events scheduled then