typo (whatwg r3215)

typo (whatwg r3215)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2366.html#event-handler-attributes-0
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2366.html#event-handler-attributes

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2365&r2=1.2366&f=h
http://html5.org/tools/web-apps-tracker?from=3214&to=3215

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2365
retrieving revision 1.2366
diff -u -d -r1.2365 -r1.2366
--- Overview.html 9 Jun 2009 22:57:01 -0000 1.2365
+++ Overview.html 9 Jun 2009 23:40:08 -0000 1.2366
@@ -43014,7 +43014,7 @@
   <h5 id="event-handler-attributes"><span class="secno">6.5.6.1 </span>Event handler attributes</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-handler-attributes-0">event handler attributes</dfn>
-  specified. These act as bubbling event listeners for the element on
+  specified. These act as bubbling event listeners for the object on
   which they are specified.<p>An <a href="#event-handler-attributes-0" title="event handler attributes">event handler
   attribute</a>, unless otherwise specified, can either have the
   value null or be set to a <code><a href="#function">Function</a></code> object. <span class="impl">Initially, an event handler attribute must be set to

Received on Tuesday, 9 June 2009 23:42:21 UTC