Skip to content

Commit

Permalink
[e] (0) There were a couple of places where I forgot that 'load' was …
Browse files Browse the repository at this point in the history
…also special.

git-svn-id: http://svn.whatwg.org/webapps@2871 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 26, 2009
1 parent 43cbdbf commit 6fa5b3a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
20 changes: 9 additions & 11 deletions index
Expand Up @@ -7132,11 +7132,10 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
<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>
</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
Expand Down Expand Up @@ -10738,12 +10737,11 @@ not-slash = %x0000-002E / %x0030-%10FFFF
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>

<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>
<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>

<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
Expand Down
24 changes: 12 additions & 12 deletions source
Expand Up @@ -7230,11 +7230,10 @@ interface <dfn>HTMLDocument</dfn> {
<li><code title="handler-onsubmit">onsubmit</code></li>
</ul>

<p class="note">The attribute<!--s--> marked with an asterisk cannot
be specified on <code>body</code> elements as those elements expose
<!---->an<!----> <span title="event handler attributes">event
handler attribute<!--s--></span> of the <code>Window</code> object
with the same name<!--s-->.</p>
<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>

<hr>

Expand Down Expand Up @@ -11359,13 +11358,14 @@ not-slash = %x0000-002E / %x0030-%10FFFF
attributes</span> of the <code>Window</code> object. It also mirrors
their <span>event handler DOM attributes</span>.</p>

<p>The <code title="handler-window-onerror">onerror</code> <span
title="event handler attributes">event handler
attribute<!--s--></span> of the <code>Window</code> object, exposed
on the <code>body</code> element, shadow<!---->s<!----> the generic
<code title="handler-onerror">onerror</code> <span title="event
handler attributes">event handler attribute<!--s--></span> normally
supported by <span>HTML elements</span>.</p>
<p>The <code title="handler-window-onerror">onerror</code> and <code
title="handler-window-onload">onload</code> <span>event handler
attributes</span> of the <code>Window</code> object, exposed on the
<code>body</code> element, shadow the generic <code
title="handler-onerror">onerror</code> and <code
title="handler-onload">onload</code> <span>event handler
attributes</span> normally supported by <span>HTML
elements</span>.</p>

<p class="example">Thus, for example, a bubbling <code
title="event-error">error</code> event fired on a child of <span>the
Expand Down

0 comments on commit 6fa5b3a

Please sign in to comment.