html5/spec Overview.html,1.3039,1.3040

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7539

Modified Files:
	Overview.html 
Log Message:
Make document.domain and history.back() release the storage mutex. (whatwg r3875)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3039
retrieving revision 1.3040
diff -u -d -r1.3039 -r1.3040
--- Overview.html	16 Sep 2009 09:45:23 -0000	1.3039
+++ Overview.html	16 Sep 2009 10:39:35 -0000	1.3040
@@ -44262,6 +44262,8 @@
 
     </ol></li>
 
+   <li><p>Release the <a href="#storage-mutex">storage mutex</a>.</li>
+
    <li>
 
     <p>Set the attribute's value to <var title="">new value</var>.</p>
@@ -48271,6 +48273,12 @@
    <a href="#browsing-context">browsing context</a> of the <var title="">specified
    entry</var>.</li>
 
+   <li><p>If the <code>Document</code> of the <var title="">specified
+   entry</var> of the <var title="">specified browsing context</var>
+   is not the same as the <code>Document</code> of the <a href="#current-entry">current
+   entry</a> of the <var title="">specified browsing context</var>,
+   then release the <a href="#storage-mutex">storage mutex</a>.</li>
+
    <li><p><a href="#traverse-the-history">Traverse the history</a> of the <var title="">specified browsing context</var> to the <var title="">specified entry</var>.</p>
 
   </ol><p>When the user navigates through a <a href="#browsing-context">browsing context</a>,

Received on Wednesday, 16 September 2009 10:39:47 UTC