- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Dec 2008 12:38:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20054 Modified Files: Overview.html Log Message: Same as last checkin, but for 'source'. (credit: pt) (whatwg r2579) Index: Overview.html =================================================================== 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:38:18 UTC