- From: poot <cvsmail@w3.org>
- Date: Wed, 24 Dec 2008 21:40:13 +0900 (JST)
- To: public-html-diffs@w3.org
Pedants unite! (credit: pt) (whatwg r2578) url http://people.w3.org/mike/diffs/html5/spec/Overview.1.1749.html#dom-storageevent-url oldValue http://people.w3.org/mike/diffs/html5/spec/Overview.1.1749.html#dom-storageevent-oldvalue 5.10.1.6 Threads http://people.w3.org/mike/diffs/html5/spec/Overview.1.1749.html#threads newValue http://people.w3.org/mike/diffs/html5/spec/Overview.1.1749.html#dom-storageevent-newvalue source http://people.w3.org/mike/diffs/html5/spec/Overview.1.1749.html#dom-storageevent-source storageArea http://people.w3.org/mike/diffs/html5/spec/Overview.1.1749.html#dom-storageevent-storagearea http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1748&r2=1.1749&f=h http://html5.org/tools/web-apps-tracker?from=2577&to=2578 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1748 retrieving revision 1.1749 diff -u -d -r1.1748 -r1.1749 --- Overview.html 24 Dec 2008 12:36:10 -0000 1.1748 +++ Overview.html 24 Dec 2008 12:37:05 -0000 1.1749 @@ -31544,8 +31544,8 @@ 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> - 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 + attribute represents the address of the document whose key + changed.<p>The <dfn id=dom-storageevent-source title=dom-StorageEvent-source><code>source</code></dfn> attribute represents the <code><a href=#window>Window</a></code> that changed the key.<p>The <dfn id=dom-storageevent-storagearea title=dom-StorageEvent-storageArea><code>storageArea</code></dfn> attribute represents the <code><a href=#storage-0>Storage</a></code> object that was affected.<h5 id=threads><span class=secno>5.10.1.6 </span>Threads</h5><p>Multiple browsing contexts must be able to access the local
Received on Wednesday, 24 December 2008 12:40:48 UTC