[html5] r1495 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Apr 27 17:29:28 PDT 2008


Author: ianh
Date: 2008-04-27 17:29:28 -0700 (Sun, 27 Apr 2008)
New Revision: 1495

Modified:
   index
   source
Log:
[] (0) Define onstorage=''.

Modified: index
===================================================================
--- index	2008-04-28 00:22:51 UTC (rev 1494)
+++ index	2008-04-28 00:29:28 UTC (rev 1495)
@@ -2953,6 +2953,7 @@
            attribute <span>EventListener</span> <a href="#onresize" title=handler-onresize>onresize</a>;
            attribute <span>EventListener</span> <a href="#onscroll" title=handler-onscroll>onscroll</a>;
            attribute <span>EventListener</span> <a href="#onselect" title=handler-onselect>onselect</a>;
+           attribute <span>EventListener</span> <a href="#onstorage" title=handler-onstorage>onstorage</a>;
            attribute <span>EventListener</span> <a href="#onsubmit" title=handler-onsubmit>onsubmit</a>;
            attribute <span>EventListener</span> <a href="#onunload" title=handler-onunload>onunload</a>;
 
@@ -6496,6 +6497,9 @@
 
    <dd><code title=handler-onselect><a href="#onselect">onselect</a></code>
 
+   <dd><code title=handler-onstorage><a
+    href="#onstorage">onstorage</a></code>
+
    <dd><code title=handler-onsubmit><a href="#onsubmit">onsubmit</a></code>
 
    <dd><code title=handler-onunload><a href="#onunload">onunload</a></code>
@@ -26857,6 +26861,7 @@
            attribute <span>EventListener</span> <a href="#onresize" title=handler-onresize>onresize</a>;
            attribute <span>EventListener</span> <a href="#onscroll" title=handler-onscroll>onscroll</a>;
            attribute <span>EventListener</span> <a href="#onselect" title=handler-onselect>onselect</a>;
+           attribute <span>EventListener</span> <a href="#onstorage" title=handler-onstorage>onstorage</a>;
            attribute <span>EventListener</span> <a href="#onsubmit" title=handler-onsubmit>onsubmit</a>;
            attribute <span>EventListener</span> <a href="#onunload" title=handler-onunload>onunload</a>;
 };</pre>
@@ -27711,6 +27716,14 @@
 -->
    <!-- XXX should define when it fires -->
 
+   <dt><dfn id=onstorage title=handler-onstorage><code>onstorage</code></dfn></dt>
+   <!-- new -->
+
+   <dd>
+    <p>Must be invoked whenever a <code title=event-storage><a
+     href="#storage1">storage</a></code> event is targeted at or bubbles
+     through the element.
+
    <dt><dfn id=onsubmit title=handler-onsubmit><code>onsubmit</code></dfn></dt>
    <!-- widely used -->
 
@@ -32120,8 +32133,7 @@
    attribute set to the <code><a href="#window">Window</a></code> object of
    the <span>browsing content</span> that that document is in, if the two
    documents are in the same <a href="#unit-of">unit of related browsing
-   contexts</a>, or null otherwise.</p>
-  <!-- XXX onstorage should be defined -->
+   contexts</a>, or null otherwise.
 
   <h5 id=event0><span class=secno>4.10.5.1. </span>Event definition</h5>
 

Modified: source
===================================================================
--- source	2008-04-28 00:22:51 UTC (rev 1494)
+++ source	2008-04-28 00:29:28 UTC (rev 1495)
@@ -1256,6 +1256,7 @@
            attribute <span>EventListener</span> <span title="handler-onresize">onresize</span>;
            attribute <span>EventListener</span> <span title="handler-onscroll">onscroll</span>;
            attribute <span>EventListener</span> <span title="handler-onselect">onselect</span>;
+           attribute <span>EventListener</span> <span title="handler-onstorage">onstorage</span>;
            attribute <span>EventListener</span> <span title="handler-onsubmit">onsubmit</span>;
            attribute <span>EventListener</span> <span title="handler-onunload">onunload</span>;
 
@@ -4930,6 +4931,7 @@
    <dd><code title="handler-onresize">onresize</code></dd>
    <dd><code title="handler-onscroll">onscroll</code></dd>
    <dd><code title="handler-onselect">onselect</code></dd>
+   <dd><code title="handler-onstorage">onstorage</code></dd>
    <dd><code title="handler-onsubmit">onsubmit</code></dd>
    <dd><code title="handler-onunload">onunload</code></dd>
   </dl>
@@ -24557,6 +24559,7 @@
            attribute <span>EventListener</span> <span title="handler-onresize">onresize</span>;
            attribute <span>EventListener</span> <span title="handler-onscroll">onscroll</span>;
            attribute <span>EventListener</span> <span title="handler-onselect">onselect</span>;
+           attribute <span>EventListener</span> <span title="handler-onstorage">onstorage</span>;
            attribute <span>EventListener</span> <span title="handler-onsubmit">onsubmit</span>;
            attribute <span>EventListener</span> <span title="handler-onunload">onunload</span>;
 };</pre>
@@ -25377,6 +25380,12 @@
    through the element.</p></dd>
 --> <!-- XXX should define when it fires -->
 
+   <dt><dfn title="handler-onstorage"><code>onstorage</code></dfn></dt> <!-- new -->
+
+   <dd><p>Must be invoked whenever a <code
+   title="event-storage">storage</code> event is targeted at or bubbles
+   through the element.</p></dd>
+
    <dt><dfn title="handler-onsubmit"><code>onsubmit</code></dfn></dt> <!-- widely used -->
 
    <dd><p>Must be invoked whenever a <code
@@ -29832,9 +29841,7 @@
   <span>unit of related browsing contexts</span>, or null
   otherwise.</p>
 
-  <!-- XXX onstorage should be defined -->
 
-
   <h5>Event definition</h5>
 
   <pre class="idl">interface <dfn>StorageEvent</dfn> : Event {




More information about the Commit-Watchers mailing list