- From: poot <cvsmail@w3.org>
- Date: Mon, 10 Aug 2009 07:42:25 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify what I meant by saying that onload='' couldn't be
specified on <body>. (bug 7143) (whatwg r3574)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7143
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2766&r2=1.2767&f=h
http://html5.org/tools/web-apps-tracker?from=3573&to=3574
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2766
retrieving revision 1.2767
diff -u -d -r1.2766 -r1.2767
--- Overview.html 9 Aug 2009 22:40:05 -0000 1.2766
+++ Overview.html 9 Aug 2009 22:42:08 -0000 1.2767
@@ -8480,10 +8480,10 @@
<li><code title="handler-onwaiting"><a href="#handler-onwaiting">onwaiting</a></code></li>
</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>
+ <p class="note">The attributes marked with an asterisk have a
+ different meaning when 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>
Received on Sunday, 9 August 2009 22:43:01 UTC