Bug 19764: Note in the spec that AudioParam.minValue/maxValue are merely informational
authorcrogers
Tue, 04 Dec 2012 14:30:08 -0800
changeset 228 ee728cfb2aad
parent 227 bc69b6d39cf1
child 229 7d41ddcc4cdd
Bug 19764: Note in the spec that AudioParam.minValue/maxValue are merely informational
webaudio/specification.html
--- a/webaudio/specification.html	Mon Dec 03 18:03:13 2012 -0800
+++ b/webaudio/specification.html	Tue Dec 04 14:30:08 2012 -0800
@@ -1536,13 +1536,13 @@
 </dl>
 <dl>
   <dt id="dfn-minValue"><code>minValue</code></dt>
-    <dd><p>Nominal minimum value. The <code>value</code> attribute may be set
+    <dd><p>Nominal minimum value. The <code>value</code> attribute is informational and may be set
       lower than this value.</p>
     </dd>
 </dl>
 <dl>
   <dt id="dfn-maxValue"><code>maxValue</code></dt>
-    <dd><p>Nominal maximum value. The <code>value</code> attribute may be set higher than this value. </p>
+    <dd><p>Nominal maximum value. The <code>value</code> attribute is informational and may be set higher than this value. </p>
     </dd>
 </dl>
 <dl>