spec/Overview.html 1.1742 2571 typo (credit: ak) (whatwg r2571)

typo (credit: ak) (whatwg r2571)

initStorageEvent()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1742.html#dom-storageevent-initstorageevent
5.10.1.5.1 Event definition
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1742.html#event-definition-0

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

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1741
retrieving revision 1.1742
diff -u -d -r1.1741 -r1.1742
--- Overview.html 24 Dec 2008 12:07:10 -0000 1.1741
+++ Overview.html 24 Dec 2008 12:07:47 -0000 1.1742
@@ -31526,7 +31526,7 @@
   readonly attribute DOMString <span title=dom-StorageEvent-newValue>newValue</span>;
   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> <span title=dom-StorageEvent-storage>storageArea</span>;
+  readonly attribute <a href=#storage-0>Storage</a> <a href=#dom-storageevent-storagearea title=dom-StorageEvent-storageArea>storageArea</a>;
   void <a href=#dom-storageevent-initstorageevent title=dom-StorageEvent-initStorageEvent>initStorageEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, in <a href=#window>Window</a> sourceArg, in <a href=#storage-0>Storage</a> storageAreaArg);
   void <a href=#dom-storageevent-initstorageeventns title=dom-StorageEvent-initStorageEventNS>initStorageEventNS</a>(in DOMString namespaceURI, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, in <a href=#window>Window</a> sourceArg, in <a href=#storage-0>Storage</a> storageAreaArg);
 };</pre><p>The <dfn id=dom-storageevent-initstorageevent title=dom-StorageEvent-initStorageEvent><code>initStorageEvent()</code></dfn>

Received on Wednesday, 24 December 2008 12:11:12 UTC