Bug 19764: Note in the spec that AudioParam.minValue/maxValue are merely informational
--- 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>