- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2011 07:16:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27400
Modified Files:
Overview.html
Log Message:
update the intro (whatwg r6240)
Index: Overview.html
===================================================================
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 Thursday, 16 June 2011 07:16:32 UTC