[html5] r5580 - [acgiow] (2) Missed .onreset somehow. Fixing http://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 4 17:03:34 PDT 2010


Author: ianh
Date: 2010-10-04 17:03:32 -0700 (Mon, 04 Oct 2010)
New Revision: 5580

Modified:
   complete.html
   index
   source
Log:
[acgiow] (2) Missed .onreset somehow.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10892

Modified: complete.html
===================================================================
--- complete.html	2010-10-04 23:48:54 UTC (rev 5579)
+++ complete.html	2010-10-05 00:03:32 UTC (rev 5580)
@@ -214,7 +214,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 4 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 5 October 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -8092,6 +8092,7 @@
            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-onreset title=handler-onreset>onreset</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onscroll title=handler-onscroll>onscroll</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeked title=handler-onseeked>onseeked</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeking title=handler-onseeking>onseeking</a>;
@@ -9195,6 +9196,7 @@
            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-onreset title=handler-onreset>onreset</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onscroll title=handler-onscroll>onscroll</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeked title=handler-onseeked>onseeked</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeking title=handler-onseeking>onseeking</a>;
@@ -9301,6 +9303,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-onreadystatechange><a href=#handler-onreadystatechange>onreadystatechange</a></code></li>
+   <li><code title=handler-onreset><a href=#handler-onreset>onreset</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>
@@ -58890,6 +58893,7 @@
            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>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeked title=handler-onseeked>onseeked</a>;
@@ -65247,6 +65251,7 @@
     <tr><td><dfn id=handler-onprogress title=handler-onprogress><code>onprogress</code></dfn> <td> <code title=event-media-progress><a href=#event-media-progress>progress</a></code>
     <tr><td><dfn id=handler-onratechange title=handler-onratechange><code>onratechange</code></dfn> <td> <code title=event-media-ratechange><a href=#event-media-ratechange>ratechange</a></code>
     <tr><td><dfn id=handler-onreadystatechange title=handler-onreadystatechange><code>onreadystatechange</code></dfn> <td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code>
+    <tr><td><dfn id=handler-onreset title=handler-onreset><code>onreset</code></dfn> <td> <code title=event-reset>reset</code>
     <tr><td><dfn id=handler-onscroll title=handler-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code> <!-- widely used --> <!-- [CSSOM] -->
     <tr><td><dfn id=handler-onseeked title=handler-onseeked><code>onseeked</code></dfn> <td> <code title=event-media-seeked><a href=#event-media-seeked>seeked</a></code>
     <tr><td><dfn id=handler-onseeking title=handler-onseeking><code>onseeking</code></dfn> <td> <code title=event-media-seeking><a href=#event-media-seeking>seeking</a></code>
@@ -92333,6 +92338,11 @@
      <td> <code title=event-redo><a href=#event-redo>redo</a></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
+     <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

Modified: index
===================================================================
--- index	2010-10-04 23:48:54 UTC (rev 5579)
+++ index	2010-10-05 00:03:32 UTC (rev 5580)
@@ -218,7 +218,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 4 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 5 October 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -8069,6 +8069,7 @@
            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-onreset title=handler-onreset>onreset</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onscroll title=handler-onscroll>onscroll</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeked title=handler-onseeked>onseeked</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeking title=handler-onseeking>onseeking</a>;
@@ -9172,6 +9173,7 @@
            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-onreset title=handler-onreset>onreset</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onscroll title=handler-onscroll>onscroll</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeked title=handler-onseeked>onseeked</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeking title=handler-onseeking>onseeking</a>;
@@ -9278,6 +9280,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-onreadystatechange><a href=#handler-onreadystatechange>onreadystatechange</a></code></li>
+   <li><code title=handler-onreset><a href=#handler-onreset>onreset</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>
@@ -58870,6 +58873,7 @@
            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>;
            attribute <a href=#function>Function</a> <a href=#handler-onseeked title=handler-onseeked>onseeked</a>;
@@ -65247,6 +65251,7 @@
     <tr><td><dfn id=handler-onprogress title=handler-onprogress><code>onprogress</code></dfn> <td> <code title=event-media-progress><a href=#event-media-progress>progress</a></code>
     <tr><td><dfn id=handler-onratechange title=handler-onratechange><code>onratechange</code></dfn> <td> <code title=event-media-ratechange><a href=#event-media-ratechange>ratechange</a></code>
     <tr><td><dfn id=handler-onreadystatechange title=handler-onreadystatechange><code>onreadystatechange</code></dfn> <td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code>
+    <tr><td><dfn id=handler-onreset title=handler-onreset><code>onreset</code></dfn> <td> <code title=event-reset>reset</code>
     <tr><td><dfn id=handler-onscroll title=handler-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code> <!-- widely used --> <!-- [CSSOM] -->
     <tr><td><dfn id=handler-onseeked title=handler-onseeked><code>onseeked</code></dfn> <td> <code title=event-media-seeked><a href=#event-media-seeked>seeked</a></code>
     <tr><td><dfn id=handler-onseeking title=handler-onseeking><code>onseeking</code></dfn> <td> <code title=event-media-seeking><a href=#event-media-seeking>seeking</a></code>
@@ -88247,6 +88252,11 @@
      <td> <code title=event-redo><a href=#event-redo>redo</a></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
+     <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

Modified: source
===================================================================
--- source	2010-10-04 23:48:54 UTC (rev 5579)
+++ source	2010-10-05 00:03:32 UTC (rev 5580)
@@ -7974,6 +7974,7 @@
            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-onreset">onreset</span>;
            attribute <span>Function</span> <span title="handler-onscroll">onscroll</span>;
            attribute <span>Function</span> <span title="handler-onseeked">onseeked</span>;
            attribute <span>Function</span> <span title="handler-onseeking">onseeking</span>;
@@ -9270,6 +9271,7 @@
            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-onreset">onreset</span>;
            attribute <span>Function</span> <span title="handler-onscroll">onscroll</span>;
            attribute <span>Function</span> <span title="handler-onseeked">onseeked</span>;
            attribute <span>Function</span> <span title="handler-onseeking">onseeking</span>;
@@ -9382,6 +9384,7 @@
    <li><code title="handler-onprogress">onprogress</code></li>
    <li><code title="handler-onratechange">onratechange</code></li>
    <li><code title="handler-onreadystatechange">onreadystatechange</code></li>
+   <li><code title="handler-onreset">onreset</code></li>
    <li><code title="handler-onscroll">onscroll</code></li>
    <li><code title="handler-onseeked">onseeked</code></li>
    <li><code title="handler-onseeking">onseeking</code></li>
@@ -66524,6 +66527,7 @@
            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>;
            attribute <span>Function</span> <span title="handler-onseeked">onseeked</span>;
@@ -73905,6 +73909,7 @@
     <tr><td><dfn title="handler-onprogress"><code>onprogress</code></dfn> <td> <code title="event-media-progress">progress</code>
     <tr><td><dfn title="handler-onratechange"><code>onratechange</code></dfn> <td> <code title="event-media-ratechange">ratechange</code>
     <tr><td><dfn title="handler-onreadystatechange"><code>onreadystatechange</code></dfn> <td> <code title="event-readystatechange">readystatechange</code>
+    <tr><td><dfn title="handler-onreset"><code>onreset</code></dfn> <td> <code title="event-reset">reset</code>
     <tr><td><dfn title="handler-onscroll"><code>onscroll</code></dfn> <td> <code title="event-scroll">scroll</code> <!-- widely used --> <!-- [CSSOM] -->
     <tr><td><dfn title="handler-onseeked"><code>onseeked</code></dfn> <td> <code title="event-media-seeked">seeked</code>
     <tr><td><dfn title="handler-onseeking"><code>onseeking</code></dfn> <td> <code title="event-media-seeking">seeking</code>
@@ -105686,6 +105691,12 @@
      <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
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
      <th id="ix-handler-window-onresize"> <code title="">onresize</code>
      <td> <code title="handler-window-onresize">body</code>
      <td> <code title="event-resize">resize</code> event handler for <code>Window</code> object




More information about the Commit-Watchers mailing list