Skip to content

Commit

Permalink
[e] (0) threads aren't really predictable, but what we want to guaran…
Browse files Browse the repository at this point in the history
…tee can still be required... (credit: pt)

git-svn-id: http://svn.whatwg.org/webapps@2580 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 24, 2008
1 parent b3346a8 commit 267e5bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -38840,8 +38840,8 @@ user reload must be equivalent to .reload()
<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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -44234,8 +44234,8 @@ user reload must be equivalent to .reload()
<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
Expand Down

0 comments on commit 267e5bd

Please sign in to comment.