- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Aug 2009 00:56:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30410 Modified Files: Overview.html Log Message: typo (whatwg r3608) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2798 retrieving revision 1.2799 diff -u -d -r1.2798 -r1.2799 --- Overview.html 14 Aug 2009 00:46:31 -0000 1.2798 +++ Overview.html 14 Aug 2009 00:56:01 -0000 1.2799 @@ -1250,7 +1250,7 @@ script can ever detect the simultaneous execution of other scripts. Even with <span title="Worker">workers</span>, the intent is that the behavior of implementations can be thought of as - completely serialising the execution of all scripts in all <a href="#browsing-context" title="browsing context">browsing contexts</a>.<p class="note">The <code title="dom-navigator-GetStorageUpdates"><a href="#dom-navigator-getstorageupdates">navigator.getStorageUpdates()</a></code> + completely serializing the execution of all scripts in all <a href="#browsing-context" title="browsing context">browsing contexts</a>.<p class="note">The <code title="dom-navigator-GetStorageUpdates"><a href="#dom-navigator-getstorageupdates">navigator.getStorageUpdates()</a></code> method, in this model, is equivalent to allowing other scripts to run while the calling script is blocked.<h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</h4><p><i>This section is non-normative.</i><p>This specification interacts with and relies on a wide variety of other specifications. In certain circumstances, unfortunately, the
Received on Friday, 14 August 2009 00:56:14 UTC