hixie: update the intro (whatwg r6240)

hixie: update the intro (whatwg r6240)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5003&r2=1.5004&f=h
http://html5.org/tools/web-apps-tracker?from=6239&to=6240

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5003
retrieving revision 1.5004
diff -u -d -r1.5003 -r1.5004
--- Overview.html 16 Jun 2011 04:55:40 -0000 1.5003
+++ Overview.html 16 Jun 2011 07:16:23 -0000 1.5004
@@ -1055,7 +1055,7 @@
        <li><a href="#killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</a></li>
        <li><a href="#runtime-script-errors"><span class="secno">6.1.3.5 </span>Runtime script errors</a>
         <ol>
-         <li><a href="#runtime-script-errors"><span class="secno">6.1.3.5.1 </span>Runtime script errors in documents</a></ol></ol></li>
+         <li><a href="#runtime-script-errors-in-documents"><span class="secno">6.1.3.5.1 </span>Runtime script errors in documents</a></ol></ol></li>
      <li><a href="#event-loops"><span class="secno">6.1.4 </span>Event loops</a>
       <ol>
        <li><a href="#definitions-1"><span class="secno">6.1.4.1 </span>Definitions</a></li>
@@ -49159,7 +49159,7 @@
 
    </dd>
 
-  </dl><h6 id="runtime-script-errors"><span class="secno">6.1.3.5.1 </span>Runtime script errors in documents</h6>
+  </dl><h6 id="runtime-script-errors-in-documents"><span class="secno">6.1.3.5.1 </span>Runtime script errors in documents</h6>
 
   <p>Whenever an uncaught runtime script error occurs in one of the
   scripts associated with a <code><a href="#document">Document</a></code>, the user agent must

Received on Friday, 17 June 2011 09:51:59 UTC