- From: poot <cvsmail@w3.org>
- Date: Wed, 24 Dec 2008 21:41:08 +0900 (JST)
- To: public-html-diffs@w3.org
Same as last checkin, but for 'source'. (credit: pt) (whatwg r2579) source http://people.w3.org/mike/diffs/html5/spec/Overview.1.1750.html#dom-storageevent-source 5.10.1.6 Threads http://people.w3.org/mike/diffs/html5/spec/Overview.1.1750.html#threads storageArea http://people.w3.org/mike/diffs/html5/spec/Overview.1.1750.html#dom-storageevent-storagearea url http://people.w3.org/mike/diffs/html5/spec/Overview.1.1750.html#dom-storageevent-url http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1749&r2=1.1750&f=h http://html5.org/tools/web-apps-tracker?from=2578&to=2579 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1749 retrieving revision 1.1750 diff -u -d -r1.1749 -r1.1750 --- Overview.html 24 Dec 2008 12:37:05 -0000 1.1749 +++ Overview.html 24 Dec 2008 12:38:02 -0000 1.1750 @@ -31546,7 +31546,8 @@ 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 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> + represents the <code><a href=#window>Window</a></code> object of the document whose key + changed.<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 storage areas simultaneously in a predictable manner. Scripts must
Received on Wednesday, 24 December 2008 12:41:46 UTC