html5/spec-author-view Overview.html,1.883,1.884 browsers.html,1.593,1.594 spec.html,1.891,1.892

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv21953

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

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.883
retrieving revision 1.884
diff -u -d -r1.883 -r1.884
--- Overview.html	13 Apr 2010 09:27:35 -0000	1.883
+++ Overview.html	13 Apr 2010 09:37:27 -0000	1.884
@@ -305,7 +305,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.4049.
+This is revision 1.4050.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.593
retrieving revision 1.594
diff -u -d -r1.593 -r1.594
--- browsers.html	13 Apr 2010 08:37:22 -0000	1.593
+++ browsers.html	13 Apr 2010 09:37:27 -0000	1.594
@@ -453,6 +453,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>();
 
@@ -605,7 +606,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>
 
@@ -613,6 +614,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><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.2 </span>Accessing other browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="#dom-length">length</a></code></dt>
 
    <dd>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.891
retrieving revision 1.892
diff -u -d -r1.891 -r1.892
--- spec.html	13 Apr 2010 09:27:35 -0000	1.891
+++ spec.html	13 Apr 2010 09:37:27 -0000	1.892
@@ -303,7 +303,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.4049.
+This is revision 1.4050.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -22684,6 +22684,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>();
 
@@ -22836,7 +22837,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>
 
@@ -22844,6 +22845,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><h4 id=accessing-other-browsing-contexts><span class=secno>5.2.2 </span>Accessing other browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><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:37:32 UTC