Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Improve compatibiliy for legacy features.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15095
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7235 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2012
1 parent ca5fe40 commit f505eb9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -74848,9 +74848,10 @@ <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span cl
</table><hr><p>The following are the <a href=#event-handlers>event handlers</a> (and their
corresponding <a href=#event-handler-event-type title="event handler event type">event handler
event types</a>) <span class=impl>that must be</span> supported
by all <a href=#html-elements>HTML elements</a> other than <code><a href=#the-body-element>body</a></code>, as
both content attributes and IDL attributes, and on
<code><a href=#document>Document</a></code> objects, as IDL attributes:</p>
by all <a href=#html-elements>HTML elements</a> other than <code><a href=#the-body-element>body</a></code> and
<code><a href=#frameset>frameset</a></code>, as both content attributes and IDL
attributes, and on <code><a href=#document>Document</a></code> objects, as IDL
attributes:</p>

<table><thead><tr><th><a href=#event-handlers title="event handlers">Event handler</a> <th><a href=#event-handler-event-type>Event handler event type</a>
<tbody><tr><td><dfn id=handler-onblur title=handler-onblur><code>onblur</code></dfn> <td> <code title=event-blur>blur</code> <!-- widely used -->
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -74848,9 +74848,10 @@ typedef <a href=#onerroreventhandlernonnull>OnErrorEventHandlerNonNull</a>? <dfn
</table><hr><p>The following are the <a href=#event-handlers>event handlers</a> (and their
corresponding <a href=#event-handler-event-type title="event handler event type">event handler
event types</a>) <span class=impl>that must be</span> supported
by all <a href=#html-elements>HTML elements</a> other than <code><a href=#the-body-element>body</a></code>, as
both content attributes and IDL attributes, and on
<code><a href=#document>Document</a></code> objects, as IDL attributes:</p>
by all <a href=#html-elements>HTML elements</a> other than <code><a href=#the-body-element>body</a></code> and
<code><a href=#frameset>frameset</a></code>, as both content attributes and IDL
attributes, and on <code><a href=#document>Document</a></code> objects, as IDL
attributes:</p>

<table><thead><tr><th><a href=#event-handlers title="event handlers">Event handler</a> <th><a href=#event-handler-event-type>Event handler event type</a>
<tbody><tr><td><dfn id=handler-onblur title=handler-onblur><code>onblur</code></dfn> <td> <code title=event-blur>blur</code> <!-- widely used -->
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -87641,9 +87641,10 @@ typedef <span>OnErrorEventHandlerNonNull</span>? <dfn>OnErrorEventHandler</dfn>;
<p>The following are the <span>event handlers</span> (and their
corresponding <span title="event handler event type">event handler
event types</span>) <span class="impl">that must be</span> supported
by all <span>HTML elements</span> other than <code>body</code>, as
both content attributes and IDL attributes, and on
<code>Document</code> objects, as IDL attributes:</p>
by all <span>HTML elements</span> other than <code>body</code> and
<code>frameset</code>, as both content attributes and IDL
attributes, and on <code>Document</code> objects, as IDL
attributes:</p>

<table>
<thead>
Expand Down

0 comments on commit f505eb9

Please sign in to comment.