[html5] r6530 - [giow] (0) Drop onundo and onredo. Editing and undo specs will take care of this.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 26 13:10:48 PDT 2011
Author: ianh
Date: 2011-08-26 13:10:46 -0700 (Fri, 26 Aug 2011)
New Revision: 6530
Modified:
complete.html
index
source
Log:
[giow] (0) Drop onundo and onredo. Editing and undo specs will take care of this.
Modified: complete.html
===================================================================
--- complete.html 2011-08-26 00:52:53 UTC (rev 6529)
+++ complete.html 2011-08-26 20:10:46 UTC (rev 6530)
@@ -16890,11 +16890,9 @@
<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-onredo><a href=#handler-window-onredo>onredo</a></code></dd>
<dd><code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code></dd>
<dd><code title=handler-window-onscroll><a href=#handler-window-onscroll>onscroll</a></code></dd>
<dd><code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code></dd>
- <dd><code title=handler-window-onundo><a href=#handler-window-onundo>onundo</a></code></dd>
<dd><code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></dd>
<dt>DOM interface:</dt>
<dd>
@@ -16913,11 +16911,9 @@
attribute <a href=#function>Function</a>? <a href=#handler-window-onpopstate title=handler-window-onpopstate>onpopstate</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onpagehide title=handler-window-onpagehide>onpagehide</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onpageshow title=handler-window-onpageshow>onpageshow</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onredo title=handler-window-onredo>onredo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onresize title=handler-window-onresize>onresize</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onscroll title=handler-window-onscroll>onscroll</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onstorage title=handler-window-onstorage>onstorage</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onundo title=handler-window-onundo>onundo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
};</pre>
</dd>
@@ -62289,7 +62285,6 @@
attribute <a href=#function>Function</a>? <a href=#handler-onprogress title=handler-onprogress>onprogress</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onratechange title=handler-onratechange>onratechange</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onredo title=handler-window-onredo>onredo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onreset title=handler-onreset>onreset</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onresize title=handler-window-onresize>onresize</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onscroll title=handler-onscroll>onscroll</a>;
@@ -62302,7 +62297,6 @@
attribute <a href=#function>Function</a>? <a href=#handler-onsubmit title=handler-onsubmit>onsubmit</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onsuspend title=handler-onsuspend>onsuspend</a>;
attribute <a href=#function>Function</a>? <a href=#handler-ontimeupdate title=handler-ontimeupdate>ontimeupdate</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onundo title=handler-window-onundo>onundo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onvolumechange title=handler-onvolumechange>onvolumechange</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;
@@ -69227,11 +69221,9 @@
<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-onredo title=handler-window-onredo><code>onredo</code></dfn> <td> <code title=event-redo>redo</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-onscroll title=handler-window-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code>
<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-onundo title=handler-window-onundo><code>onundo</code></dfn> <td> <code title=event-undo>undo</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><p class=note>The <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>
handler is also used for <a href=#runtime-script-errors>reporting script errors</a>.</p>
@@ -96037,11 +96029,9 @@
attribute <a href=#function>Function</a>? <a href=#handler-window-onpagehide title=handler-window-onpagehide>onpagehide</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onpageshow title=handler-window-onpageshow>onpageshow</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onpopstate title=handler-window-onpopstate>onpopstate</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onredo title=handler-window-onredo>onredo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onresize title=handler-window-onresize>onresize</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onscroll title=handler-window-onscroll>onscroll</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onstorage title=handler-window-onstorage>onstorage</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onundo title=handler-window-onundo>onundo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
};</pre>
@@ -96069,11 +96059,9 @@
<li><code title=handler-window-onpagehide><a href=#handler-window-onpagehide>onpagehide</a></code></li>
<li><code title=handler-window-onpageshow><a href=#handler-window-onpageshow>onpageshow</a></code></li>
<li><code title=handler-window-onpopstate><a href=#handler-window-onpopstate>onpopstate</a></code></li>
- <li><code title=handler-window-onredo><a href=#handler-window-onredo>onredo</a></code></li>
<li><code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code></li>
<li><code title=handler-window-onscroll><a href=#handler-window-onscroll>onscroll</a></code></li>
<li><code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code></li>
- <li><code title=handler-window-onundo><a href=#handler-window-onundo>onundo</a></code></li>
<li><code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></li>
</ul><p>The DOM interface also exposes <a href=#event-handler-idl-attributes>event handler IDL
attributes</a> that mirror those on the <code><a href=#window>Window</a></code>
@@ -97847,11 +97835,9 @@
<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-onredo><a href=#handler-window-onredo>onredo</a></code>;
<code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code>;
<code title=handler-window-onscroll><a href=#handler-window-onscroll>onscroll</a></code>;
<code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code>;
- <code title=handler-window-onundo><a href=#handler-window-onundo>onundo</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>
<tr><th><code><a href=#the-br-element>br</a></code></th>
@@ -100174,11 +100160,6 @@
<td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></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-onredo> <code title="">onredo</code>
- <td> <code title=handler-window-onredo><a href=#handler-window-onredo>body</a></code>
- <td> <code title=event-redo>redo</code> event handler for <code><a href=#window>Window</a></code> object
- <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-
<tr><th id=ix-handler-onreset> <code title="">onreset</code>
<td> <a href=#handler-onreset title=handler-onreset>HTML elements</a>
<td> <code title=event-reset>reset</code> event handler
@@ -100244,11 +100225,6 @@
<td> <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></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-onundo> <code title="">onundo</code>
- <td> <code title=handler-window-onundo><a href=#handler-window-onundo>body</a></code>
- <td> <code title=event-undo>undo</code> event handler for <code><a href=#window>Window</a></code> object
- <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-
<tr><th id=ix-handler-window-onunload> <code title="">onunload</code>
<td> <code title=handler-window-onunload><a href=#handler-window-onunload>body</a></code>
<td> <code title=event-unload>unload</code> event handler for <code><a href=#window>Window</a></code> object
Modified: index
===================================================================
--- index 2011-08-26 00:52:53 UTC (rev 6529)
+++ index 2011-08-26 20:10:46 UTC (rev 6530)
@@ -16754,11 +16754,9 @@
<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-onredo><a href=#handler-window-onredo>onredo</a></code></dd>
<dd><code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code></dd>
<dd><code title=handler-window-onscroll><a href=#handler-window-onscroll>onscroll</a></code></dd>
<dd><code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code></dd>
- <dd><code title=handler-window-onundo><a href=#handler-window-onundo>onundo</a></code></dd>
<dd><code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></dd>
<dt>DOM interface:</dt>
<dd>
@@ -16777,11 +16775,9 @@
attribute <a href=#function>Function</a>? <a href=#handler-window-onpopstate title=handler-window-onpopstate>onpopstate</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onpagehide title=handler-window-onpagehide>onpagehide</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onpageshow title=handler-window-onpageshow>onpageshow</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onredo title=handler-window-onredo>onredo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onresize title=handler-window-onresize>onresize</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onscroll title=handler-window-onscroll>onscroll</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onstorage title=handler-window-onstorage>onstorage</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onundo title=handler-window-onundo>onundo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
};</pre>
</dd>
@@ -62156,7 +62152,6 @@
attribute <a href=#function>Function</a>? <a href=#handler-onprogress title=handler-onprogress>onprogress</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onratechange title=handler-onratechange>onratechange</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onredo title=handler-window-onredo>onredo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onreset title=handler-onreset>onreset</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onresize title=handler-window-onresize>onresize</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onscroll title=handler-onscroll>onscroll</a>;
@@ -62169,7 +62164,6 @@
attribute <a href=#function>Function</a>? <a href=#handler-onsubmit title=handler-onsubmit>onsubmit</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onsuspend title=handler-onsuspend>onsuspend</a>;
attribute <a href=#function>Function</a>? <a href=#handler-ontimeupdate title=handler-ontimeupdate>ontimeupdate</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onundo title=handler-window-onundo>onundo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onvolumechange title=handler-onvolumechange>onvolumechange</a>;
attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;
@@ -69114,11 +69108,9 @@
<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-onredo title=handler-window-onredo><code>onredo</code></dfn> <td> <code title=event-redo>redo</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-onscroll title=handler-window-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code>
<tr><td><dfn id=handler-window-onstorage title=handler-window-onstorage><code>onstorage</code></dfn> <td> <code title=event-storage>storage</code> <!-- new -->
- <tr><td><dfn id=handler-window-onundo title=handler-window-onundo><code>onundo</code></dfn> <td> <code title=event-undo>undo</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><p class=note>The <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>
handler is also used for <a href=#runtime-script-errors>reporting script errors</a>.</p>
@@ -91484,11 +91476,9 @@
attribute <a href=#function>Function</a>? <a href=#handler-window-onpagehide title=handler-window-onpagehide>onpagehide</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onpageshow title=handler-window-onpageshow>onpageshow</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onpopstate title=handler-window-onpopstate>onpopstate</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onredo title=handler-window-onredo>onredo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onresize title=handler-window-onresize>onresize</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onscroll title=handler-window-onscroll>onscroll</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onstorage title=handler-window-onstorage>onstorage</a>;
- attribute <a href=#function>Function</a>? <a href=#handler-window-onundo title=handler-window-onundo>onundo</a>;
attribute <a href=#function>Function</a>? <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
};</pre>
@@ -91516,11 +91506,9 @@
<li><code title=handler-window-onpagehide><a href=#handler-window-onpagehide>onpagehide</a></code></li>
<li><code title=handler-window-onpageshow><a href=#handler-window-onpageshow>onpageshow</a></code></li>
<li><code title=handler-window-onpopstate><a href=#handler-window-onpopstate>onpopstate</a></code></li>
- <li><code title=handler-window-onredo><a href=#handler-window-onredo>onredo</a></code></li>
<li><code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code></li>
<li><code title=handler-window-onscroll><a href=#handler-window-onscroll>onscroll</a></code></li>
<li><code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code></li>
- <li><code title=handler-window-onundo><a href=#handler-window-onundo>onundo</a></code></li>
<li><code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></li>
</ul><p>The DOM interface also exposes <a href=#event-handler-idl-attributes>event handler IDL
attributes</a> that mirror those on the <code><a href=#window>Window</a></code>
@@ -93294,11 +93282,9 @@
<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-onredo><a href=#handler-window-onredo>onredo</a></code>;
<code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code>;
<code title=handler-window-onscroll><a href=#handler-window-onscroll>onscroll</a></code>;
<code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code>;
- <code title=handler-window-onundo><a href=#handler-window-onundo>onundo</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>
<tr><th><code><a href=#the-br-element>br</a></code></th>
@@ -95621,11 +95607,6 @@
<td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></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-onredo> <code title="">onredo</code>
- <td> <code title=handler-window-onredo><a href=#handler-window-onredo>body</a></code>
- <td> <code title=event-redo>redo</code> event handler for <code><a href=#window>Window</a></code> object
- <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-
<tr><th id=ix-handler-onreset> <code title="">onreset</code>
<td> <a href=#handler-onreset title=handler-onreset>HTML elements</a>
<td> <code title=event-reset>reset</code> event handler
@@ -95691,11 +95672,6 @@
<td> <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></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-onundo> <code title="">onundo</code>
- <td> <code title=handler-window-onundo><a href=#handler-window-onundo>body</a></code>
- <td> <code title=event-undo>undo</code> event handler for <code><a href=#window>Window</a></code> object
- <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-
<tr><th id=ix-handler-window-onunload> <code title="">onunload</code>
<td> <code title=handler-window-onunload><a href=#handler-window-onunload>body</a></code>
<td> <code title=event-unload>unload</code> event handler for <code><a href=#window>Window</a></code> object
Modified: source
===================================================================
--- source 2011-08-26 00:52:53 UTC (rev 6529)
+++ source 2011-08-26 20:10:46 UTC (rev 6530)
@@ -18024,11 +18024,9 @@
<dd><code title="handler-window-onpagehide">onpagehide</code></dd>
<dd><code title="handler-window-onpageshow">onpageshow</code></dd>
<dd><code title="handler-window-onpopstate">onpopstate</code></dd>
- <dd><code title="handler-window-onredo">onredo</code></dd>
<dd><code title="handler-window-onresize">onresize</code></dd>
<dd><code title="handler-window-onscroll">onscroll</code></dd>
<dd><code title="handler-window-onstorage">onstorage</code></dd>
- <dd><code title="handler-window-onundo">onundo</code></dd>
<dd><code title="handler-window-onunload">onunload</code></dd>
<dt>DOM interface:</dt>
<dd>
@@ -18047,11 +18045,9 @@
attribute <span>Function</span>? <span title="handler-window-onpopstate">onpopstate</span>;
attribute <span>Function</span>? <span title="handler-window-onpagehide">onpagehide</span>;
attribute <span>Function</span>? <span title="handler-window-onpageshow">onpageshow</span>;
- attribute <span>Function</span>? <span title="handler-window-onredo">onredo</span>;
attribute <span>Function</span>? <span title="handler-window-onresize">onresize</span>;
attribute <span>Function</span>? <span title="handler-window-onscroll">onscroll</span>;
attribute <span>Function</span>? <span title="handler-window-onstorage">onstorage</span>;
- attribute <span>Function</span>? <span title="handler-window-onundo">onundo</span>;
attribute <span>Function</span>? <span title="handler-window-onunload">onunload</span>;
};</pre>
</dd>
@@ -70709,7 +70705,6 @@
attribute <span>Function</span>? <span title="handler-onprogress">onprogress</span>;
attribute <span>Function</span>? <span title="handler-onratechange">onratechange</span>;
attribute <span>Function</span>? <span title="handler-onreadystatechange">onreadystatechange</span>;
- attribute <span>Function</span>? <span title="handler-window-onredo">onredo</span>;
attribute <span>Function</span>? <span title="handler-onreset">onreset</span>;
attribute <span>Function</span>? <span title="handler-window-onresize">onresize</span>;
attribute <span>Function</span>? <span title="handler-onscroll">onscroll</span>;
@@ -70722,7 +70717,6 @@
attribute <span>Function</span>? <span title="handler-onsubmit">onsubmit</span>;
attribute <span>Function</span>? <span title="handler-onsuspend">onsuspend</span>;
attribute <span>Function</span>? <span title="handler-ontimeupdate">ontimeupdate</span>;
- attribute <span>Function</span>? <span title="handler-window-onundo">onundo</span>;
attribute <span>Function</span>? <span title="handler-window-onunload">onunload</span>;
attribute <span>Function</span>? <span title="handler-onvolumechange">onvolumechange</span>;
attribute <span>Function</span>? <span title="handler-onwaiting">onwaiting</span>;
@@ -78750,11 +78744,9 @@
<tr><td><dfn title="handler-window-onpagehide"><code>onpagehide</code></dfn> <td> <code title="event-pagehide">pagehide</code> <!-- new -->
<tr><td><dfn title="handler-window-onpageshow"><code>onpageshow</code></dfn> <td> <code title="event-pageshow">pageshow</code> <!-- new -->
<tr><td><dfn title="handler-window-onpopstate"><code>onpopstate</code></dfn> <td> <code title="event-popstate">popstate</code> <!-- new -->
- <tr><td><dfn title="handler-window-onredo"><code>onredo</code></dfn> <td> <code title="event-redo">redo</code> <!-- new -->
<tr><td><dfn title="handler-window-onresize"><code>onresize</code></dfn> <td> <code title="event-resize">resize</code> <!-- widely used --> <!-- [CSSOM] -->
<tr><td><dfn title="handler-window-onscroll"><code>onscroll</code></dfn> <td> <code title="event-scroll">scroll</code>
<tr><td><dfn title="handler-window-onstorage"><code>onstorage</code></dfn> <td> <code title="event-storage">storage</code> <!-- new -->
- <tr><td><dfn title="handler-window-onundo"><code>onundo</code></dfn> <td> <code title="event-undo">undo</code> <!-- new -->
<tr><td><dfn title="handler-window-onunload"><code>onunload</code></dfn> <td> <code title="event-unload">unload</code> <!-- widely used -->
</table>
@@ -108921,11 +108913,9 @@
attribute <span>Function</span>? <span title="handler-window-onpagehide">onpagehide</span>;
attribute <span>Function</span>? <span title="handler-window-onpageshow">onpageshow</span>;
attribute <span>Function</span>? <span title="handler-window-onpopstate">onpopstate</span>;
- attribute <span>Function</span>? <span title="handler-window-onredo">onredo</span>;
attribute <span>Function</span>? <span title="handler-window-onresize">onresize</span>;
attribute <span>Function</span>? <span title="handler-window-onscroll">onscroll</span>;
attribute <span>Function</span>? <span title="handler-window-onstorage">onstorage</span>;
- attribute <span>Function</span>? <span title="handler-window-onundo">onundo</span>;
attribute <span>Function</span>? <span title="handler-window-onunload">onunload</span>;
};</pre>
@@ -108954,11 +108944,9 @@
<li><code title="handler-window-onpagehide">onpagehide</code></li>
<li><code title="handler-window-onpageshow">onpageshow</code></li>
<li><code title="handler-window-onpopstate">onpopstate</code></li>
- <li><code title="handler-window-onredo">onredo</code></li>
<li><code title="handler-window-onresize">onresize</code></li>
<li><code title="handler-window-onscroll">onscroll</code></li>
<li><code title="handler-window-onstorage">onstorage</code></li>
- <li><code title="handler-window-onundo">onundo</code></li>
<li><code title="handler-window-onunload">onunload</code></li>
</ul>
@@ -111044,11 +111032,9 @@
<code title="handler-window-onpagehide">onpagehide</code>;
<code title="handler-window-onpageshow">onpageshow</code>;
<code title="handler-window-onpopstate">onpopstate</code>;
- <code title="handler-window-onredo">onredo</code>;
<code title="handler-window-onresize">onresize</code>;
<code title="handler-window-onscroll">onscroll</code>;
<code title="handler-window-onstorage">onstorage</code>;
- <code title="handler-window-onundo">onundo</code>;
<code title="handler-window-onunload">onunload</code></td>
<td><code>HTMLBodyElement</code></td>
</tr>
@@ -113876,12 +113862,6 @@
<td> <span title="event handler content attributes">Event handler content attribute</span>
<tr>
- <th id="ix-handler-window-onredo"> <code title="">onredo</code>
- <td> <code title="handler-window-onredo">body</code>
- <td> <code title="event-redo">redo</code> event handler for <code>Window</code> object
- <td> <span title="event handler content attributes">Event handler content attribute</span>
-
- <tr>
<th id="ix-handler-onreset"> <code title="">onreset</code>
<td> <span title="handler-onreset">HTML elements</span>
<td> <code title="event-reset">reset</code> event handler
@@ -113960,12 +113940,6 @@
<td> <span title="event handler content attributes">Event handler content attribute</span>
<tr>
- <th id="ix-handler-window-onundo"> <code title="">onundo</code>
- <td> <code title="handler-window-onundo">body</code>
- <td> <code title="event-undo">undo</code> event handler for <code>Window</code> object
- <td> <span title="event handler content attributes">Event handler content attribute</span>
-
- <tr>
<th id="ix-handler-window-onunload"> <code title="">onunload</code>
<td> <code title="handler-window-onunload">body</code>
<td> <code title="event-unload">unload</code> event handler for <code>Window</code> object
More information about the Commit-Watchers
mailing list