spec/Overview.html 1.1743 2572 typo (credit: ak) (whatwg r2572)

typo (credit: ak) (whatwg r2572)

initStorageEventNS()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1743.html#dom-storageevent-initstorageeventns
url
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1743.html#dom-storageevent-url
5.10.1.5.1 Event definition
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1743.html#event-definition-0
storage
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1743.html#event-storage
oldValue
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1743.html#dom-storageevent-oldvalue
newValue
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1743.html#dom-storageevent-newvalue
key
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1743.html#dom-storageevent-key
source
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1743.html#dom-storageevent-source

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1742&r2=1.1743&f=h
http://html5.org/tools/web-apps-tracker?from=2571&to=2572

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1742
retrieving revision 1.1743
diff -u -d -r1.1742 -r1.1743
--- Overview.html 24 Dec 2008 12:07:47 -0000 1.1742
+++ Overview.html 24 Dec 2008 12:17:55 -0000 1.1743
@@ -31505,11 +31505,11 @@
   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>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>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
   of the page whose <code><a href=#storage-0>Storage</a></code> object was affected; its
   <code title=dom-StorageEvent-source><a href=#dom-storageevent-source>source</a></code> attribute set to
@@ -31523,7 +31523,7 @@
   affected (i.e. session or local).<h6 id=event-definition-0><span class=secno>5.10.1.5.1 </span>Event definition</h6><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>;
@@ -31534,7 +31534,7 @@
   methods must initialize the event in a manner analogous to the
   similarly-named methods in the DOM3 Events interfaces. <a href=#references>[DOM3EVENTS]</a><p>The <dfn id=dom-storageevent-key title=dom-StorageEvent-key><code>key</code></dfn>
   attribute represents the key being changed.<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>The <dfn id=dom-storageevent-vnewvalue title=dom-StorageEvent-vnewValue><code>newValue</code></dfn>
+  attribute represents the old value of the key being changed.<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>The <dfn id=dom-storageevent-url title=dom-StorageEvent-url><code>url</code></dfn>
   attribute represents the address of the document that changed the
   key.<p>The <dfn id=dom-storageevent-source title=dom-StorageEvent-source><code>source</code></dfn> attribute

Received on Wednesday, 24 December 2008 12:21:22 UTC