[html5] r8354 - [giow] (3) Move onresize from just Window to Window and elements, since <video> [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Dec 13 14:38:22 PST 2013
Author: ianh
Date: 2013-12-13 14:38:21 -0800 (Fri, 13 Dec 2013)
New Revision: 8354
Modified:
complete.html
index
source
Log:
[giow] (3) Move onresize from just Window to Window and elements, since <video> now uses it
Affected topics: DOM APIs, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-12-13 17:49:42 UTC (rev 8353)
+++ complete.html 2013-12-13 22:38:21 UTC (rev 8354)
@@ -10417,6 +10417,7 @@
<li><code title=handler-onprogress><a href=#handler-onprogress>onprogress</a></code></li>
<li><code title=handler-onratechange><a href=#handler-onratechange>onratechange</a></code></li>
<li><code title=handler-onreset><a href=#handler-onreset>onreset</a></code></li>
+ <li><code title=handler-onresize><a href=#handler-onresize>onresize</a></code>*</li>
<li><code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code>*</li>
<li><code title=handler-onseeked><a href=#handler-onseeked>onseeked</a></code></li>
<li><code title=handler-onseeking><a href=#handler-onseeking>onseeking</a></code></li>
@@ -14003,7 +14004,6 @@
<dd><code title=handler-window-onpagehide><a href=#handler-window-onpagehide>onpagehide</a></code></dd>
<dd><code title=handler-window-onpageshow><a href=#handler-window-onpageshow>onpageshow</a></code></dd>
<dd><code title=handler-window-onpopstate><a href=#handler-window-onpopstate>onpopstate</a></code></dd>
- <dd><code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code></dd>
<dd><code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code></dd>
<dd><code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -14031,8 +14031,9 @@
of the <a href=#event-handlers>event handlers</a> of the <code><a href=#window>Window</a></code> object. It also mirrors their
<a href=#event-handler-idl-attributes>event handler IDL attributes</a>.</p>
+<!--CLEANUP-->
<p>The <code title=handler-onblur><a href=#handler-onblur>onblur</a></code>, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>,
- <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>, and
+ <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>, <code title=handler-onresize><a href=#handler-onresize>onresize</a></code>, and
<code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code> <a href=#event-handlers>event handlers</a> of the
<code><a href=#window>Window</a></code> object, exposed on the <code><a href=#the-body-element>body</a></code> element, replace the generic
<a href=#event-handlers>event handlers</a> with the same names normally supported by <a href=#html-elements>HTML
@@ -71766,6 +71767,7 @@
<tr><td><dfn id=handler-onerror title=handler-onerror><code>onerror</code></dfn> <td> <code title=event-error>error</code>
<tr><td><dfn id=handler-onfocus title=handler-onfocus><code>onfocus</code></dfn> <td> <code title=event-focus>focus</code> <!-- widely used -->
<tr><td><dfn id=handler-onload title=handler-onload><code>onload</code></dfn> <td> <code title=event-load>load</code>
+ <tr><td><dfn id=handler-onresize title=handler-onresize><code>onresize</code></dfn> <td> <code title=event-resize>resize</code>
<tr><td><dfn id=handler-onscroll title=handler-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code>
</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>
@@ -71786,7 +71788,6 @@
<tr><td><dfn id=handler-window-onpagehide title=handler-window-onpagehide><code>onpagehide</code></dfn> <td> <code title=event-pagehide><a href=#event-pagehide>pagehide</a></code> <!-- new -->
<tr><td><dfn id=handler-window-onpageshow title=handler-window-onpageshow><code>onpageshow</code></dfn> <td> <code title=event-pageshow><a href=#event-pageshow>pageshow</a></code> <!-- new -->
<tr><td><dfn id=handler-window-onpopstate title=handler-window-onpopstate><code>onpopstate</code></dfn> <td> <code title=event-popstate><a href=#event-popstate>popstate</a></code> <!-- new -->
- <tr><td><dfn id=handler-window-onresize title=handler-window-onresize><code>onresize</code></dfn> <td> <code title=event-resize>resize</code> <!-- widely used --> <!-- [CSSOM] -->
<tr><td><dfn id=handler-window-onstorage title=handler-window-onstorage><code>onstorage</code></dfn> <td> <code title=event-storage><a href=#event-storage>storage</a></code> <!-- new -->
<tr><td><dfn id=handler-window-onunload title=handler-window-onunload><code>onunload</code></dfn> <td> <code title=event-unload>unload</code> <!-- widely used -->
</table><hr><!-- this guy is only on Document and not on HTMLElement because otherwise HTMLScriptElement would
@@ -71852,6 +71853,7 @@
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onprogress title=handler-onprogress>onprogress</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onratechange title=handler-onratechange>onratechange</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onreset title=handler-onreset>onreset</a>;
+ attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onresize title=handler-onresize>onresize</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onscroll title=handler-onscroll>onscroll</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onseeked title=handler-onseeked>onseeked</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onseeking title=handler-onseeking>onseeking</a>;
@@ -71879,7 +71881,6 @@
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onpagehide title=handler-window-onpagehide>onpagehide</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onpageshow title=handler-window-onpageshow>onpageshow</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onpopstate title=handler-window-onpopstate>onpopstate</a>;
- attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onresize title=handler-window-onresize>onresize</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onstorage title=handler-window-onstorage>onstorage</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
};</pre>
@@ -96649,7 +96650,8 @@
handlers</a> of the <code><a href=#window>Window</a></code> object. It also mirrors
their <a href=#event-handler-idl-attributes>event handler IDL attributes</a>.</p>
- <p>The <code title=handler-onblur><a href=#handler-onblur>onblur</a></code>, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>, <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>,
+<!--CLEANUP-->
+ <p>The <code title=handler-onblur><a href=#handler-onblur>onblur</a></code>, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>, <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>, <code title=handler-onresize><a href=#handler-onresize>onresize</a></code>,
and <code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code> <a href=#event-handlers>event handlers</a> of the
<code><a href=#window>Window</a></code> object, exposed on the <code><a href=#frameset>frameset</a></code> element, replace the generic
<a href=#event-handlers>event handlers</a> with the same names normally supported by <a href=#html-elements>HTML elements</a>.</p>
@@ -98216,7 +98218,6 @@
<code title=handler-window-onpagehide><a href=#handler-window-onpagehide>onpagehide</a></code>;
<code title=handler-window-onpageshow><a href=#handler-window-onpageshow>onpageshow</a></code>;
<code title=handler-window-onpopstate><a href=#handler-window-onpopstate>onpopstate</a></code>;
- <code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code>;
<code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code>;
<code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></td>
<td><code><a href=#htmlbodyelement>HTMLBodyElement</a></code></td>
@@ -100798,9 +100799,9 @@
<td> <code title=event-reset>reset</code> event handler
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
- <tr><th id=ix-handler-window-onresize> <code title="">onresize</code>
- <td> <code title=handler-window-onresize><a href=#handler-window-onresize>body</a></code>
- <td> <code title=event-resize>resize</code> event handler for <code><a href=#window>Window</a></code> object
+ <tr><th id=ix-handler-onresize> <code title="">onresize</code>
+ <td> <code title=handler-onresize><a href=#handler-onresize>body</a></code>
+ <td> <code title=event-resize>resize</code> event handler
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
<tr><th id=ix-handler-onscroll> <code title="">onscroll</code>
Modified: index
===================================================================
--- index 2013-12-13 17:49:42 UTC (rev 8353)
+++ index 2013-12-13 22:38:21 UTC (rev 8354)
@@ -10417,6 +10417,7 @@
<li><code title=handler-onprogress><a href=#handler-onprogress>onprogress</a></code></li>
<li><code title=handler-onratechange><a href=#handler-onratechange>onratechange</a></code></li>
<li><code title=handler-onreset><a href=#handler-onreset>onreset</a></code></li>
+ <li><code title=handler-onresize><a href=#handler-onresize>onresize</a></code>*</li>
<li><code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code>*</li>
<li><code title=handler-onseeked><a href=#handler-onseeked>onseeked</a></code></li>
<li><code title=handler-onseeking><a href=#handler-onseeking>onseeking</a></code></li>
@@ -14003,7 +14004,6 @@
<dd><code title=handler-window-onpagehide><a href=#handler-window-onpagehide>onpagehide</a></code></dd>
<dd><code title=handler-window-onpageshow><a href=#handler-window-onpageshow>onpageshow</a></code></dd>
<dd><code title=handler-window-onpopstate><a href=#handler-window-onpopstate>onpopstate</a></code></dd>
- <dd><code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code></dd>
<dd><code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code></dd>
<dd><code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -14031,8 +14031,9 @@
of the <a href=#event-handlers>event handlers</a> of the <code><a href=#window>Window</a></code> object. It also mirrors their
<a href=#event-handler-idl-attributes>event handler IDL attributes</a>.</p>
+<!--CLEANUP-->
<p>The <code title=handler-onblur><a href=#handler-onblur>onblur</a></code>, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>,
- <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>, and
+ <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>, <code title=handler-onresize><a href=#handler-onresize>onresize</a></code>, and
<code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code> <a href=#event-handlers>event handlers</a> of the
<code><a href=#window>Window</a></code> object, exposed on the <code><a href=#the-body-element>body</a></code> element, replace the generic
<a href=#event-handlers>event handlers</a> with the same names normally supported by <a href=#html-elements>HTML
@@ -71766,6 +71767,7 @@
<tr><td><dfn id=handler-onerror title=handler-onerror><code>onerror</code></dfn> <td> <code title=event-error>error</code>
<tr><td><dfn id=handler-onfocus title=handler-onfocus><code>onfocus</code></dfn> <td> <code title=event-focus>focus</code> <!-- widely used -->
<tr><td><dfn id=handler-onload title=handler-onload><code>onload</code></dfn> <td> <code title=event-load>load</code>
+ <tr><td><dfn id=handler-onresize title=handler-onresize><code>onresize</code></dfn> <td> <code title=event-resize>resize</code>
<tr><td><dfn id=handler-onscroll title=handler-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code>
</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>
@@ -71786,7 +71788,6 @@
<tr><td><dfn id=handler-window-onpagehide title=handler-window-onpagehide><code>onpagehide</code></dfn> <td> <code title=event-pagehide><a href=#event-pagehide>pagehide</a></code> <!-- new -->
<tr><td><dfn id=handler-window-onpageshow title=handler-window-onpageshow><code>onpageshow</code></dfn> <td> <code title=event-pageshow><a href=#event-pageshow>pageshow</a></code> <!-- new -->
<tr><td><dfn id=handler-window-onpopstate title=handler-window-onpopstate><code>onpopstate</code></dfn> <td> <code title=event-popstate><a href=#event-popstate>popstate</a></code> <!-- new -->
- <tr><td><dfn id=handler-window-onresize title=handler-window-onresize><code>onresize</code></dfn> <td> <code title=event-resize>resize</code> <!-- widely used --> <!-- [CSSOM] -->
<tr><td><dfn id=handler-window-onstorage title=handler-window-onstorage><code>onstorage</code></dfn> <td> <code title=event-storage><a href=#event-storage>storage</a></code> <!-- new -->
<tr><td><dfn id=handler-window-onunload title=handler-window-onunload><code>onunload</code></dfn> <td> <code title=event-unload>unload</code> <!-- widely used -->
</table><hr><!-- this guy is only on Document and not on HTMLElement because otherwise HTMLScriptElement would
@@ -71852,6 +71853,7 @@
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onprogress title=handler-onprogress>onprogress</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onratechange title=handler-onratechange>onratechange</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onreset title=handler-onreset>onreset</a>;
+ attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onresize title=handler-onresize>onresize</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onscroll title=handler-onscroll>onscroll</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onseeked title=handler-onseeked>onseeked</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onseeking title=handler-onseeking>onseeking</a>;
@@ -71879,7 +71881,6 @@
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onpagehide title=handler-window-onpagehide>onpagehide</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onpageshow title=handler-window-onpageshow>onpageshow</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onpopstate title=handler-window-onpopstate>onpopstate</a>;
- attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onresize title=handler-window-onresize>onresize</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onstorage title=handler-window-onstorage>onstorage</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
};</pre>
@@ -96649,7 +96650,8 @@
handlers</a> of the <code><a href=#window>Window</a></code> object. It also mirrors
their <a href=#event-handler-idl-attributes>event handler IDL attributes</a>.</p>
- <p>The <code title=handler-onblur><a href=#handler-onblur>onblur</a></code>, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>, <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>,
+<!--CLEANUP-->
+ <p>The <code title=handler-onblur><a href=#handler-onblur>onblur</a></code>, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>, <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>, <code title=handler-onresize><a href=#handler-onresize>onresize</a></code>,
and <code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code> <a href=#event-handlers>event handlers</a> of the
<code><a href=#window>Window</a></code> object, exposed on the <code><a href=#frameset>frameset</a></code> element, replace the generic
<a href=#event-handlers>event handlers</a> with the same names normally supported by <a href=#html-elements>HTML elements</a>.</p>
@@ -98216,7 +98218,6 @@
<code title=handler-window-onpagehide><a href=#handler-window-onpagehide>onpagehide</a></code>;
<code title=handler-window-onpageshow><a href=#handler-window-onpageshow>onpageshow</a></code>;
<code title=handler-window-onpopstate><a href=#handler-window-onpopstate>onpopstate</a></code>;
- <code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code>;
<code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code>;
<code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></td>
<td><code><a href=#htmlbodyelement>HTMLBodyElement</a></code></td>
@@ -100798,9 +100799,9 @@
<td> <code title=event-reset>reset</code> event handler
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
- <tr><th id=ix-handler-window-onresize> <code title="">onresize</code>
- <td> <code title=handler-window-onresize><a href=#handler-window-onresize>body</a></code>
- <td> <code title=event-resize>resize</code> event handler for <code><a href=#window>Window</a></code> object
+ <tr><th id=ix-handler-onresize> <code title="">onresize</code>
+ <td> <code title=handler-onresize><a href=#handler-onresize>body</a></code>
+ <td> <code title=event-resize>resize</code> event handler
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
<tr><th id=ix-handler-onscroll> <code title="">onscroll</code>
Modified: source
===================================================================
--- source 2013-12-13 17:49:42 UTC (rev 8353)
+++ source 2013-12-13 22:38:21 UTC (rev 8354)
@@ -10289,6 +10289,7 @@
<li><code data-x="handler-onprogress">onprogress</code></li>
<li><code data-x="handler-onratechange">onratechange</code></li>
<li><code data-x="handler-onreset">onreset</code></li>
+ <li><code data-x="handler-onresize">onresize</code>*</li>
<li><code data-x="handler-onscroll">onscroll</code>*</li>
<li><code data-x="handler-onseeked">onseeked</code></li>
<li><code data-x="handler-onseeking">onseeking</code></li>
@@ -14548,7 +14549,6 @@
<dd><code data-x="handler-window-onpagehide">onpagehide</code></dd>
<dd><code data-x="handler-window-onpageshow">onpageshow</code></dd>
<dd><code data-x="handler-window-onpopstate">onpopstate</code></dd>
- <dd><code data-x="handler-window-onresize">onresize</code></dd>
<dd><code data-x="handler-window-onstorage">onstorage</code></dd>
<dd><code data-x="handler-window-onunload">onunload</code></dd>
<dt><span data-x="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
@@ -14577,8 +14577,9 @@
of the <span>event handlers</span> of the <code>Window</code> object. It also mirrors their
<span>event handler IDL attributes</span>.</p>
+<!--CLEANUP-->
<p>The <code data-x="handler-onblur">onblur</code>, <code data-x="handler-onerror">onerror</code>,
- <code data-x="handler-onfocus">onfocus</code>, <code data-x="handler-onload">onload</code>, and
+ <code data-x="handler-onfocus">onfocus</code>, <code data-x="handler-onload">onload</code>, <code data-x="handler-onresize">onresize</code>, and
<code data-x="handler-onscroll">onscroll</code> <span>event handlers</span> of the
<code>Window</code> object, exposed on the <code>body</code> element, replace the generic
<span>event handlers</span> with the same names normally supported by <span>HTML
@@ -80166,6 +80167,7 @@
<tr><td><dfn data-x="handler-onerror"><code>onerror</code></dfn> <td> <code data-x="event-error">error</code>
<tr><td><dfn data-x="handler-onfocus"><code>onfocus</code></dfn> <td> <code data-x="event-focus">focus</code> <!-- widely used -->
<tr><td><dfn data-x="handler-onload"><code>onload</code></dfn> <td> <code data-x="event-load">load</code>
+ <tr><td><dfn data-x="handler-onresize"><code>onresize</code></dfn> <td> <code data-x="event-resize">resize</code>
<tr><td><dfn data-x="handler-onscroll"><code>onscroll</code></dfn> <td> <code data-x="event-scroll">scroll</code>
</table>
@@ -80193,7 +80195,6 @@
<tr><td><dfn data-x="handler-window-onpagehide"><code>onpagehide</code></dfn> <td> <code data-x="event-pagehide">pagehide</code> <!-- new -->
<tr><td><dfn data-x="handler-window-onpageshow"><code>onpageshow</code></dfn> <td> <code data-x="event-pageshow">pageshow</code> <!-- new -->
<tr><td><dfn data-x="handler-window-onpopstate"><code>onpopstate</code></dfn> <td> <code data-x="event-popstate">popstate</code> <!-- new -->
- <tr><td><dfn data-x="handler-window-onresize"><code>onresize</code></dfn> <td> <code data-x="event-resize">resize</code> <!-- widely used --> <!-- [CSSOM] -->
<tr><td><dfn data-x="handler-window-onstorage"><code>onstorage</code></dfn> <td> <code data-x="event-storage">storage</code> <!-- new -->
<tr><td><dfn data-x="handler-window-onunload"><code>onunload</code></dfn> <td> <code data-x="event-unload">unload</code> <!-- widely used -->
</table>
@@ -80271,6 +80272,7 @@
attribute <span>EventHandler</span> <span data-x="handler-onprogress">onprogress</span>;
attribute <span>EventHandler</span> <span data-x="handler-onratechange">onratechange</span>;
attribute <span>EventHandler</span> <span data-x="handler-onreset">onreset</span>;
+ attribute <span>EventHandler</span> <span data-x="handler-onresize">onresize</span>;
attribute <span>EventHandler</span> <span data-x="handler-onscroll">onscroll</span>;
attribute <span>EventHandler</span> <span data-x="handler-onseeked">onseeked</span>;
attribute <span>EventHandler</span> <span data-x="handler-onseeking">onseeking</span>;
@@ -80298,7 +80300,6 @@
attribute <span>EventHandler</span> <span data-x="handler-window-onpagehide">onpagehide</span>;
attribute <span>EventHandler</span> <span data-x="handler-window-onpageshow">onpageshow</span>;
attribute <span>EventHandler</span> <span data-x="handler-window-onpopstate">onpopstate</span>;
- attribute <span>EventHandler</span> <span data-x="handler-window-onresize">onresize</span>;
attribute <span>EventHandler</span> <span data-x="handler-window-onstorage">onstorage</span>;
attribute <span>EventHandler</span> <span data-x="handler-window-onunload">onunload</span>;
};</pre>
@@ -107533,9 +107534,10 @@
handlers</span> of the <code>Window</code> object. It also mirrors
their <span>event handler IDL attributes</span>.</p>
+<!--CLEANUP-->
<p>The <code data-x="handler-onblur">onblur</code>, <code
data-x="handler-onerror">onerror</code>, <code
- data-x="handler-onfocus">onfocus</code>, <code data-x="handler-onload">onload</code>,
+ data-x="handler-onfocus">onfocus</code>, <code data-x="handler-onload">onload</code>, <code data-x="handler-onresize">onresize</code>,
and <code data-x="handler-onscroll">onscroll</code> <span>event handlers</span> of the
<code>Window</code> object, exposed on the <code>frameset</code> element, replace the generic
<span>event handlers</span> with the same names normally supported by <span>HTML elements</span>.</p>
@@ -109395,7 +109397,6 @@
<code data-x="handler-window-onpagehide">onpagehide</code>;
<code data-x="handler-window-onpageshow">onpageshow</code>;
<code data-x="handler-window-onpopstate">onpopstate</code>;
- <code data-x="handler-window-onresize">onresize</code>;
<code data-x="handler-window-onstorage">onstorage</code>;
<code data-x="handler-window-onunload">onunload</code></td>
<td><code>HTMLBodyElement</code></td>
@@ -112515,9 +112516,9 @@
<td> <span data-x="event handler content attributes">Event handler content attribute</span>
<tr>
- <th id="ix-handler-window-onresize"> <code data-x="">onresize</code>
- <td> <code data-x="handler-window-onresize">body</code>
- <td> <code data-x="event-resize">resize</code> event handler for <code>Window</code> object
+ <th id="ix-handler-onresize"> <code data-x="">onresize</code>
+ <td> <code data-x="handler-onresize">body</code>
+ <td> <code data-x="event-resize">resize</code> event handler
<td> <span data-x="event handler content attributes">Event handler content attribute</span>
<tr>
More information about the Commit-Watchers
mailing list