- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 06:32:26 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Oops, missed four global event handler content attributes. (whatwg r4210) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3355&r2=1.3356&f=h http://html5.org/tools/web-apps-tracker?from=4209&to=4210 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3355 retrieving revision 1.3356 diff -u -d -r1.3355 -r1.3356 --- Overview.html 20 Oct 2009 11:32:09 -0000 1.3355 +++ Overview.html 20 Oct 2009 21:32:02 -0000 1.3356 @@ -69764,6 +69764,11 @@ <td> <code title="event-blur">blur</code> event handler for <code><a href="#window">Window</a></code> object <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + <tr><th> <code title="">onblur</code> + <td> <a href="#handler-onblur" title="handler-onblur">HTML elements</a> + <td> <code title="event-blur">blur</code> event handler + <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + <tr><th> <code title="">oncanplay</code> <td> <a href="#handler-oncanplay" title="handler-oncanplay">HTML elements</a> <td> <code title="event-media-canplay"><a href="#event-media-canplay">canplay</a></code> event handler @@ -69849,11 +69854,21 @@ <td> <code title="event-error">error</code> event handler for <code><a href="#window">Window</a></code> object <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + <tr><th> <code title="">onerror</code> + <td> <a href="#handler-onerror" title="handler-onerror">HTML elements</a> + <td> <code title="event-error">error</code> event handler + <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + <tr><th> <code title="">onfocus</code> <td> <code title="handler-window-onfocus"><a href="#handler-window-onfocus">body</a></code> <td> <code title="event-focus">focus</code> event handler for <code><a href="#window">Window</a></code> object <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + <tr><th> <code title="">onfocus</code> + <td> <a href="#handler-onfocus" title="handler-onfocus">HTML elements</a> + <td> <code title="event-focus">focus</code> event handler + <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + <tr><th> <code title="">onformchange</code> <td> <a href="#handler-onformchange" title="handler-onformchange">HTML elements</a> <td> <code title="event-formchange">formchange</code> event handler @@ -69899,6 +69914,11 @@ <td> <code title="event-load">load</code> event handler for <code><a href="#window">Window</a></code> object <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + <tr><th> <code title="">onload</code> + <td> <a href="#handler-onload" title="handler-onload">HTML elements</a> + <td> <code title="event-load">load</code> event handler + <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + <tr><th> <code title="">onloadeddata</code> <td> <a href="#handler-onloadeddata" title="handler-onloadeddata">HTML elements</a> <td> <code title="event-media-loadeddata"><a href="#event-media-loadeddata">loadeddata</a></code> event handler
Received on Tuesday, 20 October 2009 21:32:55 UTC