html5/spec Overview.html,1.2766,1.2767

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26869

Modified Files:
	Overview.html 
Log Message:
Clarify what I meant by saying that onload='' couldn't be specified on <body>. (bug 7143) (whatwg r3574)

Index: Overview.html
===================================================================
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:42:20 UTC