html5/spec Overview.html,1.4049,1.4050

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

Modified Files:
	Overview.html 
Log Message:
Add window.stop() (whatwg r5034)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4049
retrieving revision 1.4050
diff -u -d -r1.4049 -r1.4050
--- Overview.html	13 Apr 2010 09:22:13 -0000	1.4049
+++ Overview.html	13 Apr 2010 09:35:28 -0000	1.4050
@@ -40944,6 +40944,7 @@
   [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-toolbar" title="dom-window-toolbar">toolbar</a>;<!--
   [Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-directories">directories</span>; // legacy (Gecko-only) -->
   void <a href="#dom-window-close" title="dom-window-close">close</a>();
+  void <a href="#dom-window-stop" title="dom-window-stop">stop</a>();
   void <a href="#dom-window-focus" title="dom-window-focus">focus</a>();
   void <a href="#dom-window-blur" title="dom-window-blur">blur</a>();
 
@@ -41157,7 +41158,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-close">close</code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-close"><a href="#dom-window-close">close</a></code>()</dt>
 
    <dd>
 
@@ -41165,6 +41166,14 @@
 
    </dd>
 
+   <dt><var title="">window</var> . <code title="dom-window-stop"><a href="#dom-window-stop">stop</a></code>()</dt>
+
+   <dd>
+
+    <p>Cancels the document load.</p>
+
+   </dd>
+
   </dl><div class="impl">
 
   <p>The <dfn id="dom-open" title="dom-open"><code>open()</code></dfn> method on
@@ -41253,6 +41262,14 @@
   context</a> <var title="">A</var> (and may <a href="#a-browsing-context-is-discarded" title="a
   browsing context is discarded">discard</a> it too).</p>
 
+  <p>The <dfn id="dom-window-stop" title="dom-window-stop"><code>stop()</code></dfn> method
+  on <code><a href="#window">Window</a></code> objects should, if there is an existing
+  attempt to <a href="#navigate">navigate</a> the <a href="#browsing-context">browsing context</a>
+  and that attempt is not currently running the <a href="#unload-a-document">unload a
+  document</a> algorithm, cancel that <a href="#navigate" title="navigate">navigation</a> and any associated instances of
+  the <a href="#fetch" title="fetch">fetch algorithm</a>. Otherwise, it must
+  do nothing.</p>
+
   </div><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.3 </span>Accessing other browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="#dom-length">length</a></code></dt>
 
    <dd>

Received on Tuesday, 13 April 2010 09:35:37 UTC