--- 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