[html5] r2572 - [e] (0) typo (credit: ak)

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 24 04:17:51 PST 2008


Author: ianh
Date: 2008-12-24 04:17:50 -0800 (Wed, 24 Dec 2008)
New Revision: 2572

Modified:
   index
   source
Log:
[e] (0) typo (credit: ak)

Modified: index
===================================================================
--- index	2008-12-24 12:07:43 UTC (rev 2571)
+++ index	2008-12-24 12:17:50 UTC (rev 2572)
@@ -38766,13 +38766,13 @@
   event must have its <code title=dom-StorageEvent-key><a href=#dom-storageevent-key>key</a></code>
   attribute set to the name of the key in question, its <code title=dom-StorageEvent-oldValue><a href=#dom-storageevent-oldvalue>oldValue</a></code> attribute set to
   the old value of the key in question, or null if the key is newly
-  added, and its <code title=dom-StorageEvent-newValue>newValue</code>
+  added, and its <code title=dom-StorageEvent-newValue><a href=#dom-storageevent-newvalue>newValue</a></code>
   attribute set to the new value of the key in question, or null if
   the key was removed.</p>
 
   <p>Otherwise, if the event is being fired due to an invocation of
   the <code title=dom-Storage-clear><a href=#dom-storage-clear>clear()</a></code> method, the event
-  must have its <code title=dom-StorageEvent-key><a href=#dom-storageevent-key>key</a></code>, <code title=dom-StorageEvent-oldValue><a href=#dom-storageevent-oldvalue>oldValue</a></code>, and <code title=dom-StorageEvent-newValue>newValue</code> attributes set to
+  must have its <code title=dom-StorageEvent-key><a href=#dom-storageevent-key>key</a></code>, <code title=dom-StorageEvent-oldValue><a href=#dom-storageevent-oldvalue>oldValue</a></code>, and <code title=dom-StorageEvent-newValue><a href=#dom-storageevent-newvalue>newValue</a></code> attributes set to
   null.</p>
 
   <p>In addition, the event must have its <code title=dom-StorageEvent-url><a href=#dom-storageevent-url>url</a></code> attribute set to the address
@@ -38793,7 +38793,7 @@
   <pre class=idl>interface <dfn id=storageevent>StorageEvent</dfn> : Event {
   readonly attribute DOMString <a href=#dom-storageevent-key title=dom-StorageEvent-key>key</a>;
   readonly attribute DOMString <a href=#dom-storageevent-oldvalue title=dom-StorageEvent-oldValue>oldValue</a>;
-  readonly attribute DOMString <span title=dom-StorageEvent-newValue>newValue</span>;
+  readonly attribute DOMString <a href=#dom-storageevent-newvalue title=dom-StorageEvent-newValue>newValue</a>;
   readonly attribute DOMString <a href=#dom-storageevent-url title=dom-StorageEvent-url>url</a>;
   readonly attribute <a href=#window>Window</a> <a href=#dom-storageevent-source title=dom-StorageEvent-source>source</a>;
   readonly attribute <a href=#storage-0>Storage</a> <a href=#dom-storageevent-storagearea title=dom-StorageEvent-storageArea>storageArea</a>;
@@ -38812,7 +38812,7 @@
   <p>The <dfn id=dom-storageevent-oldvalue title=dom-StorageEvent-oldValue><code>oldValue</code></dfn>
   attribute represents the old value of the key being changed.</p>
 
-  <p>The <dfn id=dom-storageevent-vnewvalue title=dom-StorageEvent-vnewValue><code>newValue</code></dfn>
+  <p>The <dfn id=dom-storageevent-newvalue title=dom-StorageEvent-newValue><code>newValue</code></dfn>
   attribute represents the new value of the key being changed.</p>
 
   <p>The <dfn id=dom-storageevent-url title=dom-StorageEvent-url><code>url</code></dfn>

Modified: source
===================================================================
--- source	2008-12-24 12:07:43 UTC (rev 2571)
+++ source	2008-12-24 12:17:50 UTC (rev 2572)
@@ -44202,7 +44202,7 @@
   attribute represents the old value of the key being changed.</p>
 
   <p>The <dfn
-  title="dom-StorageEvent-vnewValue"><code>newValue</code></dfn>
+  title="dom-StorageEvent-newValue"><code>newValue</code></dfn>
   attribute represents the new value of the key being changed.</p>
 
   <p>The <dfn title="dom-StorageEvent-url"><code>url</code></dfn>




More information about the Commit-Watchers mailing list