- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Jan 2009 23:25:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv489 Modified Files: Overview.html Log Message: Missed that onload was a global that was also on <body>. (whatwg r2721) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1890 retrieving revision 1.1891 diff -u -d -r1.1890 -r1.1891 --- Overview.html 29 Jan 2009 05:12:42 -0000 1.1890 +++ Overview.html 29 Jan 2009 23:25:20 -0000 1.1891 @@ -5559,7 +5559,7 @@ <dd><code title=handler-onkeydown><a href=#handler-onkeydown>onkeydown</a></code></dd> <dd><code title=handler-onkeypress><a href=#handler-onkeypress>onkeypress</a></code></dd> <dd><code title=handler-onkeyup><a href=#handler-onkeyup>onkeyup</a></code></dd> - <dd><code title=handler-onload><a href=#handler-onload>onload</a></code></dd> + <dd><code title=handler-onload><a href=#handler-onload>onload</a></code>*</dd> <dd><code title=handler-onmessage><a href=#handler-onmessage>onmessage</a></code>*</dd> <dd><code title=handler-onmousedown><a href=#handler-onmousedown>onmousedown</a></code></dd> <dd><code title=handler-onmousemove><a href=#handler-onmousemove>onmousemove</a></code></dd> @@ -5570,10 +5570,10 @@ <dd><code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code></dd> <dd><code title=handler-onselect><a href=#handler-onselect>onselect</a></code></dd> <dd><code title=handler-onsubmit><a href=#handler-onsubmit>onsubmit</a></code></dd> - </dl><p class=note>The two attributes marked with an asterisk, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> and <code title=handler-onmessage><a href=#handler-onmessage>onmessage</a></code>, cannot be specified on - <code><a href=#the-body-element>body</a></code> elements as those elements expose <a href=#event-handler-attributes-0>event - handler attributes</a> of the <code><a href=#window>Window</a></code> object with the - same names.</p><hr><p>Also, <a href=#custom-data-attribute title="custom data attribute">custom data + </dl><p class=note>The attributes marked with an asterisk cannot be + specified on <code><a href=#the-body-element>body</a></code> elements as those elements expose + <a href=#event-handler-attributes-0>event handler attributes</a> of the <code><a href=#window>Window</a></code> + object with the same names.</p><hr><p>Also, <a href=#custom-data-attribute title="custom data attribute">custom data attributes</a> (e.g. <code title="">data-foldername</code> or <code title="">data-msgid</code>) can be specified on any <a href=#html-elements title="HTML elements">HTML element</a>, to store custom data specific to the page.<p>In <a href=#html-documents>HTML documents</a>, elements in the <a href=#html-namespace-0>HTML
Received on Thursday, 29 January 2009 23:25:32 UTC