[html5] r5581 - [agiow] (2) body.onscroll maps to window.onscroll Fixing http://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 5 10:04:19 PDT 2010


Author: ianh
Date: 2010-10-05 10:04:18 -0700 (Tue, 05 Oct 2010)
New Revision: 5581

Modified:
   complete.html
   index
   source
Log:
[agiow] (2) body.onscroll maps to window.onscroll
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10832

Modified: complete.html
===================================================================
--- complete.html	2010-10-05 00:03:32 UTC (rev 5580)
+++ complete.html	2010-10-05 17:04:18 UTC (rev 5581)
@@ -9304,7 +9304,7 @@
    <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-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>
    <li><code title=handler-onselect><a href=#handler-onselect>onselect</a></code></li>
@@ -15222,6 +15222,7 @@
    <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>
@@ -15244,6 +15245,7 @@
            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>;
@@ -15272,7 +15274,7 @@
   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-window-onblur><a href=#handler-window-onblur>onblur</a></code>, <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>, <code title=handler-window-onfocus><a href=#handler-window-onfocus>onfocus</a></code>, and <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code> <a href=#event-handlers>event
+  <p>The <code title=handler-window-onblur><a href=#handler-window-onblur>onblur</a></code>, <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>, <code title=handler-window-onfocus><a href=#handler-window-onfocus>onfocus</a></code>, <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code>, and <code title=handler-window-onscroll><a href=#handler-window-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-0>body</a></code> element, shadow the generic <a href=#event-handlers>event
   handlers</a> with the same names normally supported by <a href=#html-elements>HTML
@@ -65252,7 +65254,6 @@
     <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>
     <tr><td><dfn id=handler-onselect title=handler-onselect><code>onselect</code></dfn> <td> <code title=event-select>select</code> <!-- widely used --> <!-- [CSSOM] -->
@@ -65282,6 +65283,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-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>) that must be supported by <code><a href=#window>Window</a></code>
@@ -65306,6 +65308,7 @@
     <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><a href=#event-redo>redo</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-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><a href=#event-undo>undo</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 -->
@@ -88440,6 +88443,7 @@
            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>;
@@ -88471,6 +88475,7 @@
    <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>
@@ -88478,9 +88483,9 @@
   attributes</a> that mirror those on the <code><a href=#window>Window</a></code>
   element.</p>
 
-  <p>The <code title=handler-window-onblur><a href=#handler-window-onblur>onblur</a></code>, <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>, <code title=handler-window-onfocus><a href=#handler-window-onfocus>onfocus</a></code>, and <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code> <a href=#event-handler-idl-attributes>event handler IDL
-  attributes</a> of the <code><a href=#window>Window</a></code> object, exposed on the
-  <code><a href=#frameset>frameset</a></code> element, shadow the generic <a href=#event-handler-idl-attributes>event
+  <p>The <code title=handler-window-onblur><a href=#handler-window-onblur>onblur</a></code>, <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>, <code title=handler-window-onfocus><a href=#handler-window-onfocus>onfocus</a></code>, <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code>, and <code title=handler-window-onscroll><a href=#handler-window-onscroll>onscroll</a></code> <a href=#event-handler-idl-attributes>event handler
+  IDL attributes</a> of the <code><a href=#window>Window</a></code> object, exposed on
+  the <code><a href=#frameset>frameset</a></code> element, shadow the generic <a href=#event-handler-idl-attributes>event
   handler IDL attributes</a> with the same names normally supported
   by <a href=#html-elements>HTML elements</a>.</p>
 
@@ -90051,6 +90056,7 @@
          <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>
@@ -92348,6 +92354,11 @@
      <td> <code title=event-resize>resize</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-onscroll> <code title="">onscroll</code>
+     <td> <code title=handler-window-onscroll><a href=#handler-window-onscroll>body</a></code>
+     <td> <code title=event-scroll>scroll</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-onscroll> <code title="">onscroll</code>
      <td> <a href=#handler-onscroll title=handler-onscroll>HTML elements</a>
      <td> <code title=event-scroll>scroll</code> event handler

Modified: index
===================================================================
--- index	2010-10-05 00:03:32 UTC (rev 5580)
+++ index	2010-10-05 17:04:18 UTC (rev 5581)
@@ -9281,7 +9281,7 @@
    <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-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>
    <li><code title=handler-onselect><a href=#handler-onselect>onselect</a></code></li>
@@ -15199,6 +15199,7 @@
    <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>
@@ -15221,6 +15222,7 @@
            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>;
@@ -15249,7 +15251,7 @@
   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-window-onblur><a href=#handler-window-onblur>onblur</a></code>, <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>, <code title=handler-window-onfocus><a href=#handler-window-onfocus>onfocus</a></code>, and <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code> <a href=#event-handlers>event
+  <p>The <code title=handler-window-onblur><a href=#handler-window-onblur>onblur</a></code>, <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>, <code title=handler-window-onfocus><a href=#handler-window-onfocus>onfocus</a></code>, <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code>, and <code title=handler-window-onscroll><a href=#handler-window-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-0>body</a></code> element, shadow the generic <a href=#event-handlers>event
   handlers</a> with the same names normally supported by <a href=#html-elements>HTML
@@ -65252,7 +65254,6 @@
     <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>
     <tr><td><dfn id=handler-onselect title=handler-onselect><code>onselect</code></dfn> <td> <code title=event-select>select</code> <!-- widely used --> <!-- [CSSOM] -->
@@ -65282,6 +65283,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-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>) that must be supported by <code><a href=#window>Window</a></code>
@@ -65306,6 +65308,7 @@
     <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><a href=#event-redo>redo</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-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><a href=#event-undo>undo</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 -->
@@ -84354,6 +84357,7 @@
            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>;
@@ -84385,6 +84389,7 @@
    <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>
@@ -84392,9 +84397,9 @@
   attributes</a> that mirror those on the <code><a href=#window>Window</a></code>
   element.</p>
 
-  <p>The <code title=handler-window-onblur><a href=#handler-window-onblur>onblur</a></code>, <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>, <code title=handler-window-onfocus><a href=#handler-window-onfocus>onfocus</a></code>, and <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code> <a href=#event-handler-idl-attributes>event handler IDL
-  attributes</a> of the <code><a href=#window>Window</a></code> object, exposed on the
-  <code><a href=#frameset>frameset</a></code> element, shadow the generic <a href=#event-handler-idl-attributes>event
+  <p>The <code title=handler-window-onblur><a href=#handler-window-onblur>onblur</a></code>, <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>, <code title=handler-window-onfocus><a href=#handler-window-onfocus>onfocus</a></code>, <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code>, and <code title=handler-window-onscroll><a href=#handler-window-onscroll>onscroll</a></code> <a href=#event-handler-idl-attributes>event handler
+  IDL attributes</a> of the <code><a href=#window>Window</a></code> object, exposed on
+  the <code><a href=#frameset>frameset</a></code> element, shadow the generic <a href=#event-handler-idl-attributes>event
   handler IDL attributes</a> with the same names normally supported
   by <a href=#html-elements>HTML elements</a>.</p>
 
@@ -85965,6 +85970,7 @@
          <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>
@@ -88262,6 +88268,11 @@
      <td> <code title=event-resize>resize</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-onscroll> <code title="">onscroll</code>
+     <td> <code title=handler-window-onscroll><a href=#handler-window-onscroll>body</a></code>
+     <td> <code title=event-scroll>scroll</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-onscroll> <code title="">onscroll</code>
      <td> <a href=#handler-onscroll title=handler-onscroll>HTML elements</a>
      <td> <code title=event-scroll>scroll</code> event handler

Modified: source
===================================================================
--- source	2010-10-05 00:03:32 UTC (rev 5580)
+++ source	2010-10-05 17:04:18 UTC (rev 5581)
@@ -9385,7 +9385,7 @@
    <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-onscroll">onscroll</code>*</li>
    <li><code title="handler-onseeked">onseeked</code></li>
    <li><code title="handler-onseeking">onseeking</code></li>
    <li><code title="handler-onselect">onselect</code></li>
@@ -16174,6 +16174,7 @@
    <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>
@@ -16196,6 +16197,7 @@
            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>;
@@ -16228,8 +16230,9 @@
 
   <p>The <code title="handler-window-onblur">onblur</code>, <code
   title="handler-window-onerror">onerror</code>, <code
-  title="handler-window-onfocus">onfocus</code>, and <code
-  title="handler-window-onload">onload</code> <span>event
+  title="handler-window-onfocus">onfocus</code>, <code
+  title="handler-window-onload">onload</code>, and <code
+  title="handler-window-onscroll">onscroll</code> <span>event
   handlers</span> of the <code>Window</code> object, exposed on the
   <code>body</code> element, shadow the generic <span>event
   handlers</span> with the same names normally supported by <span>HTML
@@ -73910,7 +73913,6 @@
     <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>
     <tr><td><dfn title="handler-onselect"><code>onselect</code></dfn> <td> <code title="event-select">select</code> <!-- widely used --> <!-- [CSSOM] -->
@@ -73947,6 +73949,7 @@
     <tr><td><dfn title="handler-onerror"><code>onerror</code></dfn> <td> <code title="event-error">error</code>
     <tr><td><dfn title="handler-onfocus"><code>onfocus</code></dfn> <td> <code title="event-focus">focus</code> <!-- widely used -->
     <tr><td><dfn title="handler-onload"><code>onload</code></dfn> <td> <code title="event-load">load</code>
+    <tr><td><dfn title="handler-onscroll"><code>onscroll</code></dfn> <td> <code title="event-scroll">scroll</code>
   </table>
 
   <hr>
@@ -73978,6 +73981,7 @@
     <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 -->
@@ -101006,6 +101010,7 @@
            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>;
@@ -101038,6 +101043,7 @@
    <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>
@@ -101049,10 +101055,11 @@
 
   <p>The <code title="handler-window-onblur">onblur</code>, <code
   title="handler-window-onerror">onerror</code>, <code
-  title="handler-window-onfocus">onfocus</code>, and <code
-  title="handler-window-onload">onload</code> <span>event handler IDL
-  attributes</span> of the <code>Window</code> object, exposed on the
-  <code>frameset</code> element, shadow the generic <span>event
+  title="handler-window-onfocus">onfocus</code>, <code
+  title="handler-window-onload">onload</code>, and <code
+  title="handler-window-onscroll">onscroll</code> <span>event handler
+  IDL attributes</span> of the <code>Window</code> object, exposed on
+  the <code>frameset</code> element, shadow the generic <span>event
   handler IDL attributes</span> with the same names normally supported
   by <span>HTML elements</span>.</p>
 
@@ -102905,6 +102912,7 @@
          <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>
@@ -105703,6 +105711,12 @@
      <td> <span title="event handler content attributes">Event handler content attribute</span>
 
     <tr>
+     <th id="ix-handler-window-onscroll"> <code title="">onscroll</code>
+     <td> <code title="handler-window-onscroll">body</code>
+     <td> <code title="event-scroll">scroll</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-onscroll"> <code title="">onscroll</code>
      <td> <span title="handler-onscroll">HTML elements</span>
      <td> <code title="event-scroll">scroll</code> event handler




More information about the Commit-Watchers mailing list