- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Feb 2009 08:35:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28258
Modified Files:
Overview.html
Log Message:
There were a couple of places where I forgot that 'load' was also special. (whatwg r2871)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2043
retrieving revision 1.2044
diff -u -d -r1.2043 -r1.2044
--- Overview.html 26 Feb 2009 08:33:48 -0000 1.2043
+++ Overview.html 26 Feb 2009 08:35:52 -0000 1.2044
@@ -5954,11 +5954,10 @@
<li><code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code></li>
<li><code title=handler-onselect><a href=#handler-onselect>onselect</a></code></li>
<li><code title=handler-onsubmit><a href=#handler-onsubmit>onsubmit</a></code></li>
- </ul><p class=note>The attribute<!--s--> marked with an asterisk cannot
- be specified on <code><a href=#the-body-element>body</a></code> elements as those elements expose
- <!---->an<!----> <a href=#event-handler-attributes-0 title="event handler attributes">event
- handler attribute<!--s--></a> of the <code><a href=#window>Window</a></code> object
- with the same name<!--s-->.</p><hr><p>Also, <a href=#custom-data-attribute title="custom data attribute">custom data
+ </ul><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
@@ -8853,12 +8852,11 @@
<code><a href=#the-body-element>body</a></code> element.<p>The <code><a href=#the-body-element>body</a></code> element exposes as <a href=#event-handler-content-attributes>event handler
content attributes</a> a number of the <a href=#event-handler-attributes-0>event handler
attributes</a> of the <code><a href=#window>Window</a></code> object. It also mirrors
- their <a href=#event-handler-dom-attributes>event handler DOM attributes</a>.<p>The <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code> <a href=#event-handler-attributes-0 title="event handler attributes">event handler
- attribute<!--s--></a> of the <code><a href=#window>Window</a></code> object, exposed
- on the <code><a href=#the-body-element>body</a></code> element, shadow<!---->s<!----> the generic
- <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> <a href=#event-handler-attributes-0 title="event
- handler attributes">event handler attribute<!--s--></a> normally
- supported by <a href=#html-elements>HTML elements</a>.<p class=example>Thus, for example, a bubbling <code title=event-error><a href=#event-error>error</a></code> event fired on a child of <a href=#the-body-element-0>the
+ their <a href=#event-handler-dom-attributes>event handler DOM attributes</a>.<p>The <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code> and <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code> <a href=#event-handler-attributes-0>event handler
+ attributes</a> of the <code><a href=#window>Window</a></code> object, exposed on the
+ <code><a href=#the-body-element>body</a></code> element, shadow the generic <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> and <code title=handler-onload><a href=#handler-onload>onload</a></code> <a href=#event-handler-attributes-0>event handler
+ attributes</a> normally supported by <a href=#html-elements>HTML
+ elements</a>.<p class=example>Thus, for example, a bubbling <code title=event-error><a href=#event-error>error</a></code> event fired on a child of <a href=#the-body-element-0>the
body element</a> of a <code>Document</code> would first trigger
the <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> <a href=#event-handler-content-attributes>event handler
content attributes</a> of that element, then that of the root
Received on Thursday, 26 February 2009 08:36:16 UTC