[html5] r3574 - [e] (0) Clarify what I meant by saying that onload='' couldn't be specified on < [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 9 15:42:03 PDT 2009
Author: ianh
Date: 2009-08-09 15:42:02 -0700 (Sun, 09 Aug 2009)
New Revision: 3574
Modified:
index
source
Log:
[e] (0) Clarify what I meant by saying that onload='' couldn't be specified on <body>. (bug 7143)
Modified: index
===================================================================
--- index 2009-08-09 22:39:59 UTC (rev 3573)
+++ index 2009-08-09 22:42:02 UTC (rev 3574)
@@ -8268,10 +8268,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>
Modified: source
===================================================================
--- source 2009-08-09 22:39:59 UTC (rev 3573)
+++ source 2009-08-09 22:42:02 UTC (rev 3574)
@@ -7741,10 +7741,10 @@
<li><code title="handler-onwaiting">onwaiting</code></li>
</ul>
- <p class="note">The attributes marked with an asterisk cannot be
- specified on <code>body</code> elements as those elements expose
- <span>event handler attributes</span> of the <code>Window</code> object with the same
- names.</p>
+ <p class="note">The attributes marked with an asterisk have a
+ different meaning when specified on <code>body</code> elements as
+ those elements expose <span>event handler attributes</span> of the
+ <code>Window</code> object with the same names.</p>
<hr>
More information about the Commit-Watchers
mailing list