- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 21:32:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10487
Modified Files:
Overview.html
Log Message:
Oops, missed four global event handler content attributes. (whatwg r4210)
Index: Overview.html
===================================================================
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:10 UTC