- From: poot <cvsmail@w3.org>
- Date: Wed, 24 Dec 2008 21:47:18 +0900 (JST)
- To: public-html-diffs@w3.org
threads aren't really predictable, but what we want to guarantee can still be required... (credit: pt) (whatwg r2580) storageArea http://people.w3.org/mike/diffs/html5/spec/Overview.1.1751.html#dom-storageevent-storagearea 5.10.1.6 Threads http://people.w3.org/mike/diffs/html5/spec/Overview.1.1751.html#threads http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1750&r2=1.1751&f=h http://html5.org/tools/web-apps-tracker?from=2579&to=2580 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1750 retrieving revision 1.1751 diff -u -d -r1.1750 -r1.1751 --- Overview.html 24 Dec 2008 12:38:02 -0000 1.1750 +++ Overview.html 24 Dec 2008 12:41:28 -0000 1.1751 @@ -31550,8 +31550,8 @@ 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 - not be able to detect any concurrent script execution.<p>This is required to guarantee that the <code title=dom-Storage-length><a href=#dom-storage-length>length</a></code> attribute of a + storage areas simultaneously in such a manner that scripts cannot + detect any concurrent script execution.<p>This is required to guarantee that the <code title=dom-Storage-length><a href=#dom-storage-length>length</a></code> attribute of a <code><a href=#storage-0>Storage</a></code> object never changes while a script is executing, other than in a way that is predictable by the script itself.<p class=note>There are various ways of implementing this
Received on Wednesday, 24 December 2008 12:47:55 UTC