[html5] r2580 - [e] (0) threads aren't really predictable, but what we want to guarantee can sti [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 24 04:41:25 PST 2008


Author: ianh
Date: 2008-12-24 04:41:24 -0800 (Wed, 24 Dec 2008)
New Revision: 2580

Modified:
   index
   source
Log:
[e] (0) threads aren't really predictable, but what we want to guarantee can still be required... (credit: pt)

Modified: index
===================================================================
--- index	2008-12-24 12:37:56 UTC (rev 2579)
+++ index	2008-12-24 12:41:24 UTC (rev 2580)
@@ -38840,8 +38840,8 @@
   <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>
+  storage areas simultaneously in such a manner that scripts cannot
+  detect any concurrent script execution.</p>
 
   <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

Modified: source
===================================================================
--- source	2008-12-24 12:37:56 UTC (rev 2579)
+++ source	2008-12-24 12:41:24 UTC (rev 2580)
@@ -44234,8 +44234,8 @@
   <h5>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>
+  storage areas simultaneously in such a manner that scripts cannot
+  detect any concurrent script execution.</p>
 
   <p>This is required to guarantee that the <code
   title="dom-Storage-length">length</code> attribute of a




More information about the Commit-Watchers mailing list