- From: poot <cvsmail@w3.org>
- Date: Sat, 8 Aug 2009 17:21:13 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clean up some references in preparation for actually having a references section. (whatwg r3567) http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.58&r2=1.59&f=h http://html5.org/tools/web-apps-tracker?from=3566&to=3567 =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- Overview.html 8 Aug 2009 00:21:04 -0000 1.58 +++ Overview.html 8 Aug 2009 08:20:25 -0000 1.59 @@ -600,7 +600,7 @@ };</pre><p>The <dfn id="dom-storageevent-initstorageevent" title="dom-StorageEvent-initStorageEvent"><code>initStorageEvent()</code></dfn> and <dfn id="dom-storageevent-initstorageeventns" title="dom-StorageEvent-initStorageEventNS"><code>initStorageEventNS()</code></dfn> 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> + similarly-named methods in the DOM Events interfaces. <a href="#references">[DOMEVENTS]</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-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>
Received on Saturday, 8 August 2009 08:21:48 UTC