[html5] r7690 - [e] (0) XHR defines this now Fixing https://www.w3.org/Bugs/Public/show_bug.cgi? [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 4 12:40:05 PST 2013


Author: ianh
Date: 2013-02-04 12:40:03 -0800 (Mon, 04 Feb 2013)
New Revision: 7690

Modified:
   complete.html
   index
   source
Log:
[e] (0) XHR defines this now
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19892
Affected topics: HTML, Workers

Modified: complete.html
===================================================================
--- complete.html	2013-02-04 20:32:06 UTC (rev 7689)
+++ complete.html	2013-02-04 20:40:03 UTC (rev 7690)
@@ -82204,17 +82204,7 @@
   <a href=#javascript-global-environment>JavaScript global environment</a> is a <a href=#worker-environment>worker
   environment</a> except for the following:</p>
 
-  <ul><li><p><code>XMLHttpRequest</code> and all interface objects and
-   constructors defined by the XMLHttpRequest specifications, except
-   that the <a href=#document-response-entity-body>document response entity body</a> must always be
-   null. The <a href=#xmlhttprequest-base-url><code>XMLHttpRequest</code> base URL</a> is the
-   <a href="#script's-base-url">script's base URL</a>; the
-   <a href=#xmlhttprequest-origin><code>XMLHttpRequest</code> origin</a> is the script's
-   <a href=#origin>origin</a>, and the <a href=#xmlhttprequest-referrer-source><code>XMLHttpRequest</code>
-   referrer source</a> is the <a href="#script's-referrer-source">script's referrer
-   source</a>. <a href=#refsXHR>[XHR]</a></li>
-
-   <li><p>The interface objects and constructors defined by this
+  <ul><!--CLEANUP--><li><p>The interface objects and constructors defined by this
    specification, except where is further restricted by explicit
    requirements in this specification.</li>
 

Modified: index
===================================================================
--- index	2013-02-04 20:32:06 UTC (rev 7689)
+++ index	2013-02-04 20:40:03 UTC (rev 7690)
@@ -82204,17 +82204,7 @@
   <a href=#javascript-global-environment>JavaScript global environment</a> is a <a href=#worker-environment>worker
   environment</a> except for the following:</p>
 
-  <ul><li><p><code>XMLHttpRequest</code> and all interface objects and
-   constructors defined by the XMLHttpRequest specifications, except
-   that the <a href=#document-response-entity-body>document response entity body</a> must always be
-   null. The <a href=#xmlhttprequest-base-url><code>XMLHttpRequest</code> base URL</a> is the
-   <a href="#script's-base-url">script's base URL</a>; the
-   <a href=#xmlhttprequest-origin><code>XMLHttpRequest</code> origin</a> is the script's
-   <a href=#origin>origin</a>, and the <a href=#xmlhttprequest-referrer-source><code>XMLHttpRequest</code>
-   referrer source</a> is the <a href="#script's-referrer-source">script's referrer
-   source</a>. <a href=#refsXHR>[XHR]</a></li>
-
-   <li><p>The interface objects and constructors defined by this
+  <ul><!--CLEANUP--><li><p>The interface objects and constructors defined by this
    specification, except where is further restricted by explicit
    requirements in this specification.</li>
 

Modified: source
===================================================================
--- source	2013-02-04 20:32:06 UTC (rev 7689)
+++ source	2013-02-04 20:40:03 UTC (rev 7690)
@@ -95371,17 +95371,7 @@
   environment</span> except for the following:</p>
 
   <ul>
-
-   <li><p><code>XMLHttpRequest</code> and all interface objects and
-   constructors defined by the XMLHttpRequest specifications, except
-   that the <span>document response entity body</span> must always be
-   null. The <span><code>XMLHttpRequest</code> base URL</span> is the
-   <span>script's base URL</span>; the
-   <span><code>XMLHttpRequest</code> origin</span> is the script's
-   <span>origin</span>, and the <span><code>XMLHttpRequest</code>
-   referrer source</span> is the <span>script's referrer
-   source</span>. <a href="#refsXHR">[XHR]</a></p></li>
-
+<!--CLEANUP-->
    <li><p>The interface objects and constructors defined by this
    specification, except where is further restricted by explicit
    requirements in this specification.</p></li>




More information about the Commit-Watchers mailing list