- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Dec 2008 12:07:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16226 Modified Files: Overview.html Log Message: typo (credit: ak) (whatwg r2571) Index: Overview.html =================================================================== 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:08:00 UTC