Remove AudioProcessingEvent.node in favor of Event.target
authorEhsan Akhgari <ehsan@mozilla.com>
Sat, 13 Apr 2013 20:41:36 -0400
changeset 296 ec189710ea71
parent 295 666831bdd706
child 297 d251ad90bc25
Remove AudioProcessingEvent.node in favor of Event.target

This fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=21248
webaudio/specification.html
--- a/webaudio/specification.html	Mon Apr 08 18:04:24 2013 -0700
+++ b/webaudio/specification.html	Sat Apr 13 20:41:36 2013 -0400
@@ -2516,7 +2516,6 @@
 
 interface <dfn id="dfn-AudioProcessingEvent">AudioProcessingEvent</dfn> : Event {
 
-    attribute ScriptProcessorNode node;
     readonly attribute double playbackTime;
     readonly attribute AudioBuffer inputBuffer;
     readonly attribute AudioBuffer outputBuffer;
@@ -2529,12 +2528,6 @@
 <div id="attributes-AudioProcessingEvent-section" class="section">
 <h3 id="attributes-AudioProcessingEvent">4.13.1. Attributes</h3>
 <dl>
-  <dt id="dfn-node"><code>node</code></dt>
-    <dd><p>The <code>ScriptProcessorNode</code> associated with this processing
-      event. </p>
-    </dd>
-</dl>
-<dl>
   <dt id="dfn-playbackTime"><code>playbackTime</code></dt>
     <dd><p>The time when the audio will be played in the same time coordinate system as AudioContext.currentTime.
       <code>playbackTime</code> allows for very tight synchronization between