Revert the change: put the removed phrase back in the open() method to retain precision
authorJungkee Song <jungkee.song@samsung.com>
Thu, 22 Nov 2012 19:59:28 +0900
changeset 103 e7c0506cec76
parent 102 fe301b5c5917
child 104 290e77f27613
Revert the change: put the removed phrase back in the open() method to retain precision
Overview.html
Overview.src.html
--- a/Overview.html	Tue Nov 20 16:50:44 2012 +0900
+++ b/Overview.html	Thu Nov 22 19:59:28 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 20 November 2012</h2>
+   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 22 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 20 November 2012 W3C Editor's Draft of XMLHttpRequest.
+  <p>This is the 22 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,7 +748,8 @@
       <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.
+      <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> interface object was created from which
+      this <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> object was created.
 
       <p class="XXX">Should this move to the constructor phase?
 
--- a/Overview.src.html	Tue Nov 20 16:50:44 2012 +0900
+++ b/Overview.src.html	Thu Nov 22 19:59:28 2012 +0900
@@ -716,7 +716,8 @@
       <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.
+      <code>XMLHttpRequest</code> interface object was created from which
+      this <code>XMLHttpRequest</code> object was created.
 
       <p class=XXX>Should this move to the constructor phase?