--- a/webaudio/specification.html Fri May 18 16:27:19 2012 -0700
+++ b/webaudio/specification.html Fri May 18 16:33:29 2012 -0700
@@ -1209,8 +1209,6 @@
readonly attribute float maxValue;
readonly attribute float defaultValue;
- readonly attribute DOMString name;
-
<span class="comment">// Should define units constants here (seconds, decibels, cents, etc.) </span>
readonly attribute short units;
@@ -1262,11 +1260,6 @@
</dd>
</dl>
<dl>
- <dt id="dfn-name"><code>name</code></dt>
- <dd><p>The name of the parameter.</p>
- </dd>
-</dl>
-<dl>
<dt id="dfn-units"><code>units</code></dt>
<dd><p>Represents the type of value (seconds, decibels, cents, etc.).</p>
</dd>