hixie: tiny editorial fixes (whatwg r4038)

hixie: tiny editorial fixes (whatwg r4038)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3199&r2=1.3200&f=h
http://html5.org/tools/web-apps-tracker?from=4037&to=4038

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3199
retrieving revision 1.3200
diff -u -d -r1.3199 -r1.3200
--- Overview.html 29 Sep 2009 08:32:35 -0000 1.3199
+++ Overview.html 29 Sep 2009 08:46:05 -0000 1.3200
@@ -840,7 +840,7 @@
      <li><a href="#javascript-protocol"><span class="secno">6.5.5 </span>The <code title="">javascript:</code> protocol</a></li>
      <li><a href="#events"><span class="secno">6.5.6 </span>Events</a>
       <ol>
-       <li><a href="#event-handler-attributes"><span class="secno">6.5.6.1 </span>event handlers</a></li>
+       <li><a href="#event-handler-attributes"><span class="secno">6.5.6.1 </span>Event handlers</a></li>
        <li><a href="#event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.5.6.2 </span>Event handlers on elements, <code>Document</code> objects, and <code>Window</code> objects</a></li>
        <li><a href="#event-firing"><span class="secno">6.5.6.3 </span>Event firing</a></li>
        <li><a href="#events-and-the-window-object"><span class="secno">6.5.6.4 </span>Events and the <code>Window</code> object</a></li>
@@ -45319,7 +45319,7 @@
 
   </div><h4 id="events"><span class="secno">6.5.6 </span>Events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><div class="impl">
 
-  <h5 id="event-handler-attributes"><span class="secno">6.5.6.1 </span>event handlers</h5>
+  <h5 id="event-handler-attributes"><span class="secno">6.5.6.1 </span>Event handlers</h5>
 
   </div><!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>--><p>Many objects can have <dfn id="event-handlers">event handlers</dfn> specified. These
   act as bubbling event listeners for the object on which they are
@@ -49543,7 +49543,7 @@
    e.g. because the resource is to be handed to an external
    application. Process the resource appropriately.</p>
 
-  </ol><p>Some of the sections below, to which the above algorithm defers
+  </ol><hr><p>Some of the sections below, to which the above algorithm defers
   in certain cases, require the user agent to <dfn id="update-the-session-history-with-the-new-page">update the session
   history with the new page</dfn>. When a user agent is required to do
   this, it must <a href="#queue-a-task">queue a task</a> to run the following

Received on Tuesday, 29 September 2009 08:47:03 UTC