Merge WHATWG change: Further consolidate request termination.
authorJungkee Song <jungkee.song@samsung.com>
Wed, 23 Oct 2013 11:54:24 +0900
changeset 131 2ef0b8cebba5
parent 130 d7b20b946622
child 132 9d79a0dcd9b3
Merge WHATWG change: Further consolidate request termination.
Overview.html
Overview.src.html
--- a/Overview.html	Wed Oct 23 11:49:58 2013 +0900
+++ b/Overview.html	Wed Oct 23 11:54:24 2013 +0900
@@ -586,11 +586,7 @@
 </ul>
 
 <p>If an <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> object is garbage collected while its
-connection is still open, the user agent must cancel any instance of the
-<a class="external" href="http://www.w3.org/html/wg/drafts/html/master/infrastructure.html#fetch">fetch</a> algorithm opened by this object,
-discarding any <a class="external" href="http://www.w3.org/html/wg/drafts/html/master/webappapis.html#concept-task" title="concept-task">tasks</a>
-<a class="external" href="http://www.w3.org/html/wg/drafts/html/master/webappapis.html#queue-a-task" title="queue a task">queued</a> for them, and
-discarding any further data received from the network for them.
+connection is still open, the user agent must <a href="#terminate-the-request">terminate the request</a>.</p>
 
 
 
--- a/Overview.src.html	Wed Oct 23 11:49:58 2013 +0900
+++ b/Overview.src.html	Wed Oct 23 11:54:24 2013 +0900
@@ -595,11 +595,7 @@
 </ul>
 
 <p>If an <code>XMLHttpRequest</code> object is garbage collected while its
-connection is still open, the user agent must cancel any instance of the
-<span data-anolis-spec=html>fetch</span> algorithm opened by this object,
-discarding any <span data-anolis-spec=html title=concept-task>tasks</span>
-<span data-anolis-spec=html title="queue a task">queued</span> for them, and
-discarding any further data received from the network for them.
+connection is still open, the user agent must <span>terminate the request</span>.</p>