--- a/webaudio/specification.html	Fri Oct 05 13:12:46 2012 -0700
+++ b/webaudio/specification.html	Fri Oct 05 14:29:20 2012 -0700
@@ -315,7 +315,6 @@
       <li><a href="#down-mix">Down Mixing</a></li>
     </ul>
   </li>
-  <li><a href="#EventScheduling">10. Event Scheduling</a></li>
   <li><a href="#Spatialization">11. Spatialization / Panning </a> 
     <ul>
       <li><a href="#Spatialization-background">Background</a></li>
@@ -3651,20 +3650,6 @@
         ???</pre>
 </div>
 
-<div id="EventScheduling-section" class="section">
-<h2 id="EventScheduling">10. Event Scheduling</h2>
-Need more detail here, but for now: 
-<ul>
-  <li>Audio events such as start/stop play and volume fades can be scheduled to
-    happen in a rhythmically perfect way (sample-accurate scheduling)</li>
-  <li>Allows sequencing applications such as drum-machines, digital-dj mixers.
-    Ultimately, it may be useful for DAW applications.</li>
-  <li>Allows rhythmically accurate segueways from one section of music to
-    another (as is possible with the FMOD engine).</li>
-  <li>Allows scheduling of sound "grains" for granular synthesis effects.</li>
-</ul>
-</div>
-
 <div id="Spatialization-section" class="section">
 <h2 id="Spatialization">11. Spatialization / Panning </h2>