do not dispatch readystatechange at start of send() - http://lists.w3.org/Archives/Public/public-webapps/2012JanMar/0823.html
authorAnne van Kesteren <annevk@opera.com>
Wed, 29 Feb 2012 15:21:13 +0100
changeset 48 d2709f15a1c3
parent 47 d9af8c30a79a
child 49 8d4e9ccfdbd4
do not dispatch readystatechange at start of send() - http://lists.w3.org/Archives/Public/public-webapps/2012JanMar/0823.html
Overview.html
Overview.src.html
--- a/Overview.html	Fri Feb 17 18:55:27 2012 +0100
+++ b/Overview.html	Wed Feb 29 15:21:13 2012 +0100
@@ -40,7 +40,7 @@
 
    <h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest</h1>
 
-   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 17 February 2012</h2>
+   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 29 February 2012</h2>
 
    <dl>
     <dt>This Version:</dt>
@@ -72,7 +72,7 @@
 <p class="dontpublish copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
 To the extent possible under law, the editor has waived all copyright and
 related or neighboring rights to this work. In addition, as of
-17 February 2012, the editor has made this specification available
+29 February 2012, the editor has made this specification available
 under the
 <a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
 which is available at
@@ -1390,13 +1390,6 @@
     <ol>
      <li><p>Set the <a href="#send-flag"><code>send()</code> flag</a>.
 
-     <li>
-      <p><a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">Fire an event</a> named <code title="event-xhr-readystatechange"><a href="#event-xhr-readystatechange">readystatechange</a></code>.
-
-      <p class="note">The state does not change. The event is dispatched for
-      historical reasons.</p>
-     </li>
-
      <li><p><a class="external" href="http://dev.w3.org/2006/webapi/progress/#concept-event-fire-progress" title="concept-event-fire-progress">Fire a progress event</a> named <code title="event-xhr-loadstart"><a href="#event-xhr-loadstart">loadstart</a></code>.</li>
 
      <li><p>If the <a href="#upload-complete-flag">upload complete flag</a> is unset,
--- a/Overview.src.html	Fri Feb 17 18:55:27 2012 +0100
+++ b/Overview.src.html	Wed Feb 29 15:21:13 2012 +0100
@@ -1397,13 +1397,6 @@
     <ol>
      <li><p>Set the <span><code>send()</code> flag</span>.
 
-     <li>
-      <p><span data-anolis-spec=dom title=concept-event-fire>Fire an event</span> named <code title=event-xhr-readystatechange>readystatechange</code>.
-
-      <p class=note>The state does not change. The event is dispatched for
-      historical reasons.</p>
-     </li>
-
      <li><p><span data-anolis-spec=progress-events title=concept-event-fire-progress>Fire a progress event</span> named <code title="event-xhr-loadstart">loadstart</code>.</p></li>
 
      <li><p>If the <span>upload complete flag</span> is unset,