html5/spec spec.html,1.1540,1.1541 toc-status.html,1.310,1.311 toc-status.xml,1.140,1.141 webappapis.html,1.178,1.179

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20662

Modified Files:
	spec.html toc-status.html toc-status.xml webappapis.html 
Log Message:
Try to clarify this by switching the order around. (whatwg r6239)

[updated by splitter]


Index: toc-status.xml
===================================================================
RCS file: /sources/public/html5/spec/toc-status.xml,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- toc-status.xml	8 Jun 2011 22:46:58 -0000	1.140
+++ toc-status.xml	16 Jun 2011 05:47:08 -0000	1.141
@@ -1063,7 +1063,12 @@
 Creating scripts</a></li>
 <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></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></li>
+</ol>
+</li>
 </ol>
 </li>
 <li><a href="#event-loops"><span class="secno">6.1.4</span> Event

Index: toc-status.html
===================================================================
RCS file: /sources/public/html5/spec/toc-status.html,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -d -r1.310 -r1.311
--- toc-status.html	13 Jun 2011 22:46:46 -0000	1.310
+++ toc-status.html	16 Jun 2011 05:47:07 -0000	1.311
@@ -1097,7 +1097,12 @@
 Creating scripts</a> <span class="id">(creating-scripts)</span></li>
 <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=killing-scripts" class="status LC">LC</a> <a href="../spec/#killing-scripts">6.1.3.4
 Killing scripts</a> <span class="id">(killing-scripts)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=runtime-script-errors" class="status LC">LC</a> <a href="../spec/#runtime-script-errors">6.1.3.5 Runtime script errors</a> <span class="id">(runtime-script-errors)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=runtime-script-errors" class="status LC">LC</a> <a href="../spec/#runtime-script-errors">6.1.3.5 Runtime script errors</a> <span class="id">(runtime-script-errors)</span>
+<ol>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=runtime-script-errors" class="status LC">LC</a> <a href="../spec/#runtime-script-errors">6.1.3.5.1 Runtime script errors in
+documents</a> <span class="id">(runtime-script-errors)</span></li>
+</ol>
+</li>
 </ol>
 </li>
 <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-loops" class="status LC">LC</a> <a href="../spec/#event-loops">6.1.4 Event

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1540
retrieving revision 1.1541
diff -u -d -r1.1540 -r1.1541
--- spec.html	16 Jun 2011 00:47:21 -0000	1.1540
+++ spec.html	16 Jun 2011 05:47:07 -0000	1.1541
@@ -322,7 +322,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-15-june-2011">Editor's Draft 15 June 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-16-june-2011">Editor's Draft 16 June 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -347,7 +347,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5002.
+This is revision 1.5003.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -468,7 +468,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 15 June 2011 Editor's Draft.
+  This specification is the 16 June 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -977,7 +977,8 @@
        <li><a href="webappapis.html#calling-scripts"><span class="secno">6.1.3.2 </span>Calling scripts</a></li>
        <li><a href="webappapis.html#creating-scripts"><span class="secno">6.1.3.3 </span>Creating scripts</a></li>
        <li><a href="webappapis.html#killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</a></li>
-       <li><a href="webappapis.html#runtime-script-errors"><span class="secno">6.1.3.5 </span>Runtime script errors</a></li></ol></li>
+       <li><a href="webappapis.html#runtime-script-errors"><span class="secno">6.1.3.5 </span>Runtime script errors</a>
+        <ol><li><a href="webappapis.html#runtime-script-errors"><span class="secno">6.1.3.5.1 </span>Runtime script errors in documents</a></li></ol></li></ol></li>
      <li><a href="webappapis.html#event-loops"><span class="secno">6.1.4 </span>Event loops</a>
       <ol><li><a href="webappapis.html#definitions-1"><span class="secno">6.1.4.1 </span>Definitions</a></li>
        <li><a href="webappapis.html#processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</a></li>

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- webappapis.html	4 Jun 2011 01:46:48 -0000	1.178
+++ webappapis.html	16 Jun 2011 05:47:08 -0000	1.179
@@ -331,7 +331,8 @@
   <ol class="toc"><li><a href="webappapis.html#webappapis"><span class="secno">6 </span>Web application APIs</a>
   <ol><li><a href="webappapis.html#scripting"><span class="secno">6.1 </span>Scripting</a>
     <ol><li><a href="webappapis.html#introduction-5"><span class="secno">6.1.1 </span>Introduction</a></li><li><a href="webappapis.html#enabling-and-disabling-scripting"><span class="secno">6.1.2 </span>Enabling and disabling scripting</a></li><li><a href="webappapis.html#processing-model-1"><span class="secno">6.1.3 </span>Processing model</a>
-      <ol><li><a href="webappapis.html#definitions-0"><span class="secno">6.1.3.1 </span>Definitions</a></li><li><a href="webappapis.html#calling-scripts"><span class="secno">6.1.3.2 </span>Calling scripts</a></li><li><a href="webappapis.html#creating-scripts"><span class="secno">6.1.3.3 </span>Creating scripts</a></li><li><a href="webappapis.html#killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</a></li><li><a href="webappapis.html#runtime-script-errors"><span class="secno">6.1.3.5 </span>Runtime script errors</a></li></ol></li><li><a href="webappapis.html#event-loops"><span class="secno">6.1.4 </span>Event loops</a>
+      <ol><li><a href="webappapis.html#definitions-0"><span class="secno">6.1.3.1 </span>Definitions</a></li><li><a href="webappapis.html#calling-scripts"><span class="secno">6.1.3.2 </span>Calling scripts</a></li><li><a href="webappapis.html#creating-scripts"><span class="secno">6.1.3.3 </span>Creating scripts</a></li><li><a href="webappapis.html#killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</a></li><li><a href="webappapis.html#runtime-script-errors"><span class="secno">6.1.3.5 </span>Runtime script errors</a>
+        <ol><li><a href="webappapis.html#runtime-script-errors"><span class="secno">6.1.3.5.1 </span>Runtime script errors in documents</a></li></ol></li></ol></li><li><a href="webappapis.html#event-loops"><span class="secno">6.1.4 </span>Event loops</a>
       <ol><li><a href="webappapis.html#definitions-1"><span class="secno">6.1.4.1 </span>Definitions</a></li><li><a href="webappapis.html#processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</a></li><li><a href="webappapis.html#generic-task-sources"><span class="secno">6.1.4.3 </span>Generic task sources</a></li></ol></li><li><a href="webappapis.html#javascript-protocol"><span class="secno">6.1.5 </span>The <code title="">javascript:</code> URL scheme</a></li><li><a href="webappapis.html#events"><span class="secno">6.1.6 </span>Events</a>
       <ol><li><a href="webappapis.html#event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</a></li><li><a href="webappapis.html#event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.1.6.2 </span>Event handlers on elements, <code>Document</code> objects, and <code>Window</code> objects</a></li><li><a href="webappapis.html#event-firing"><span class="secno">6.1.6.3 </span>Event firing</a></li><li><a href="webappapis.html#events-and-the-window-object"><span class="secno">6.1.6.4 </span>Events and the <code>Window</code> object</a></li></ol></li></ol></li><li><a href="webappapis.html#atob"><span class="secno">6.2 </span>Base64 utility methods</a></li></ol></li></ol></div>
 
@@ -655,14 +656,7 @@
 
   <h5 id="runtime-script-errors"><span class="secno">6.1.3.5 </span>Runtime script errors</h5>
 
-  <p>Whenever an uncaught runtime script error occurs in one of the
-  scripts associated with a <code><a href="infrastructure.html#document">Document</a></code>, the user agent must
-  <a href="#report-the-error">report the error</a> using the <code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code> <a href="#event-handlers" title="event
-  handlers">event handler</a> of the <a href="#script-s-global-object">script's global
-  object</a>. If the error is still <i title="concept-error-nothandled"><a href="#concept-error-nothandled">not handled</a></i> after this, then
-  the error may be reported to the user.</p>
-
-  <hr><p>When the user agent is required to <dfn id="report-the-error" title="report the
+  <p>When the user agent is required to <dfn id="report-the-error" title="report the
   error">report an error</dfn> <var title="">error</var> using the
   <a href="#event-handlers" title="event handlers">event handler</a> <var title="">onerror</var>, it must run these steps, after which the
   error is either <dfn id="concept-error-handled" title="concept-error-handled"><i>handled</i></dfn> or <dfn id="concept-error-nothandled" title="concept-error-nothandled"><i>not handled</i></dfn>:</p>
@@ -698,7 +692,16 @@
 
    </dd>
 
-  </dl></div><div class="impl">
+  </dl><h6 id="runtime-script-errors"><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="infrastructure.html#document">Document</a></code>, the user agent must
+  <a href="#report-the-error">report the error</a> using the <code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code> <a href="#event-handlers" title="event
+  handlers">event handler</a> of the <a href="#script-s-global-object">script's global
+  object</a>. If the error is still <i title="concept-error-nothandled"><a href="#concept-error-nothandled">not handled</a></i> after this, then
+  the error may be reported to the user.</p>
+
+  </div><div class="impl">
 
   <h4 id="event-loops"><span class="secno">6.1.4 </span>Event loops</h4>
 

Received on Thursday, 16 June 2011 05:47:12 UTC