Editorial change: removed duplicate phrase in the open() method.
authorJungkee Song <jungkee.song@samsung.com>
Tue, 20 Nov 2012 16:50:44 +0900
changeset 102 fe301b5c5917
parent 101 0eaa3231f315
child 103 e7c0506cec76
Editorial change: removed duplicate phrase in the open() method.
Overview.html
Overview.src.html
--- a/Overview.html	Mon Nov 19 23:01:06 2012 +0900
+++ b/Overview.html	Tue Nov 20 16:50:44 2012 +0900
@@ -48,7 +48,7 @@
 
    <h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest</h1>
 
-   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 19 November 2012</h2>
+   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 20 November 2012</h2>
 
    <dl>
     <dt>This Version:</dt>
@@ -118,7 +118,7 @@
   found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
   at http://www.w3.org/TR/.</em></p>
 
-  <p>This is the 19 November 2012 W3C Editor's Draft of XMLHttpRequest.
+  <p>This is the 20 November 2012 W3C Editor's Draft of XMLHttpRequest.
   Please send comments to
   <a href="mailto:public-webapps@w3.org?subject=[XHR]%20">public-webapps@w3.org</a>
   (<a href="http://lists.w3.org/Archives/Public/public-webapps/">archived</a>)
@@ -748,8 +748,7 @@
       <p>Let <var title="">document</var> be the
       <a class="external" href="http://dev.w3.org/2006/webapi/DOM4Core/#concept-document" title="concept-document">document</a>
       associated with the global object for which the
-      <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> interface object was created from which
-      this <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> object was created.
+      <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> interface object was created.
 
       <p class="XXX">Should this move to the constructor phase?
 
--- a/Overview.src.html	Mon Nov 19 23:01:06 2012 +0900
+++ b/Overview.src.html	Tue Nov 20 16:50:44 2012 +0900
@@ -716,8 +716,7 @@
       <p>Let <var title>document</var> be the
       <span data-anolis-spec=dom title=concept-document>document</span>
       associated with the global object for which the
-      <code>XMLHttpRequest</code> interface object was created from which
-      this <code>XMLHttpRequest</code> object was created.
+      <code>XMLHttpRequest</code> interface object was created.
 
       <p class=XXX>Should this move to the constructor phase?