[html5] r7235 - [giow] (0) Improve compatibiliy for legacy features. Fixing https://www.w3.org/B [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 9 11:02:51 PDT 2012
Author: ianh
Date: 2012-08-09 11:02:50 -0700 (Thu, 09 Aug 2012)
New Revision: 7235
Modified:
complete.html
index
source
Log:
[giow] (0) Improve compatibiliy for legacy features.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15095
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-08-09 18:00:58 UTC (rev 7234)
+++ complete.html 2012-08-09 18:02:50 UTC (rev 7235)
@@ -74848,9 +74848,10 @@
</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 -->
Modified: index
===================================================================
--- index 2012-08-09 18:00:58 UTC (rev 7234)
+++ index 2012-08-09 18:02:50 UTC (rev 7235)
@@ -74848,9 +74848,10 @@
</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 -->
Modified: source
===================================================================
--- source 2012-08-09 18:00:58 UTC (rev 7234)
+++ source 2012-08-09 18:02:50 UTC (rev 7235)
@@ -87641,9 +87641,10 @@
<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>
More information about the Commit-Watchers
mailing list