Fix table of contents
authorRobert O'Callahan <robert@ocallahan.org>
Thu, 20 Oct 2011 14:48:37 +1300
changeset 27 f6f90d88e305
parent 26 6597d15ed66d
child 28 72be13c6f33c
Fix table of contents
StreamProcessing/StreamProcessing.html
--- a/StreamProcessing/StreamProcessing.html	Thu Oct 20 14:47:25 2011 +1300
+++ b/StreamProcessing/StreamProcessing.html	Thu Oct 20 14:48:37 2011 +1300
@@ -43,6 +43,7 @@
   <li><a href="#media-elements">3. Media Elements</a>
   <ol>
     <li><a href="#media-element-extensions">3.1. Media Element Extensions</a>
+    <li><a href="#audio-element-extensions">3.2. Audio Element Extensions</a>
   </ol>
   <li><a href="#stream-mixing-and-processing">4. Stream Mixing And Processing</a>
   <ol>
@@ -237,7 +238,7 @@
 used as a source for a media element. Setting a media element to use this source URL is equivalent to setting
 the media element <code>src</code> to the given stream.
 
-<h3>3.2 Audio Element Extensions</h3>
+<h3 id="audio-element-extensions">3.2 Audio Element Extensions</h3>
 
 <p>We add an <code>Audio</code> constructor taking a <code>MediaStream</code> as a parameter.
 This sets the initial <code>src</code> to the stream.