ISSUE-34: Remove .name attribute from AudioParam
authorcrogers
Fri, 18 May 2012 16:33:29 -0700
changeset 49 812d1756323d
parent 48 90e55985e260
child 50 5614c60b62e1
ISSUE-34: Remove .name attribute from AudioParam
webaudio/specification.html
--- 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>