Fix 18662: Setting audioparam value while there is an automation curve will cancel that automation curve and set value immediately
--- a/webaudio/specification.html Fri Oct 05 12:26:28 2012 -0700
+++ b/webaudio/specification.html Fri Oct 05 12:48:36 2012 -0700
@@ -1274,7 +1274,7 @@
<ol>
<li>An <em>intrinsic</em> parameter value will be calculated at each time, which is either the value set directly to the .value attribute,
or, if there are any scheduled parameter changes (automation events), the value as calculated from these events. If the .value attribute
-is directly set during a time when there are any automation events, then it will be ignored. When read, the .value attribute
+is set after any automation events have been scheduled, then these events will be removed. When read, the .value attribute
always returns the <em>intrinsic</em> value for the current time. If automation events are removed from a given time range, then the
<em>intrinsic</em> value will remain unchanged and stay at its previous value until either the .value attribute is directly set, or automation events are added
for the time range.