Mark attribution to the upstream WHATWG version and merge editors.
--- a/Overview.html Wed Nov 06 19:44:55 2013 +0900
+++ b/Overview.html Wed Nov 20 20:07:06 2013 +0900
@@ -29,14 +29,6 @@
table td, table th { border-left:solid; border-right:solid; border-bottom:solid thin; vertical-align:top; padding:0.2em }
</style>
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
- <link class="dontpublish" href="coverage/coverage.css" rel="stylesheet">
- <script class="dontpublish" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
- <script class="dontpublish" src="coverage/coverage.js"></script>
- <script class="dontpublish">
- showCoverage({
- suite: "xhr-ms xhr-Ms2ger xhr-opera",
- });
- </script>
</head>
<body>
<div class="head">
@@ -48,7 +40,12 @@
<h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest</h1>
- <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 6 November 2013</h2>
+ <h2 class="dontpublish no-num no-toc" id="subtitle">Snapshot specification
+ for the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>
+ </h2>
+
+ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 20 November 2013</h2>
<dl>
<dt>This Version:</dt>
@@ -80,28 +77,25 @@
<dd><a href="http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/">http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/</a>
<dt>Editor:</dt>
- <dd>W3C:</dd>
- <dd><a href="http://jaubourg.net/">Julian Aubourg</a>
- (<a href="http://www.creative-area.net/">Creative Area</a>)
- <<a href="mailto:j@ubourg.net">j@ubourg.net</a>></dd>
- <dd><a href="mailto:jungkee.song@samsung.com">송정기(Jungkee Song)</a>
- (<a href="http://www.samsung.com/sec/">Samsung Electronics Co., Ltd.</a>)
- <<a href="mailto:jungkee.song@samsung.com">jungkee.song@samsung.com</a>></dd>
- <dd><a href="http://www.hallvord.com/">Hallvord R. M. Steen</a>
- (<a href="http://www.mozilla.org/">Mozilla</a>)
- <<a href="mailto:hsteen@mozilla.com">hsteen@mozilla.com</a>></dd>
-
- <dd>WHATWG:</dd>
- <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>
- (<a href="http://www.mozilla.org/">Mozilla</a>)
- <<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>></dd>
+ <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>,
+ <a href="http://www.mozilla.org/">Mozilla</a> (Upstream WHATWG version)
+ </dd>
+ <dd><a href="http://jaubourg.net/">Julian Aubourg</a>,
+ <a href="http://www.creative-area.net/">Creative Area</a>
+ </dd>
+ <dd><a href="mailto:jungkee.song@samsung.com">송정기 (Jungkee Song)</a>,
+ <a href="http://www.samsung.com/sec/">Samsung Electronics</a>
+ </dd>
+ <dd><a href="http://www.hallvord.com/">Hallvord R. M. Steen</a>,
+ <a href="http://www.mozilla.org/">Mozilla</a>
+ </dd>
</dl>
<!-- Anne's history
<p class="now3c copyright"><a rel=license href="http://creativecommons.org/publicdomain/zero/1.0/"><img src="http://i.creativecommons.org/p/zero/1.0/80x15.png" alt=CC0></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
-6 November 2013, the editor has made this specification available
+20 November 2013, the editor has made this specification available
under the
<a rel=license
href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0">Open Web Foundation Agreement Version 1.0</a>,
@@ -133,17 +127,17 @@
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 document is published as a snapshot of the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>.</p>
+
<p>If you wish to make comments regarding this document in a manner
that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG">our public bug database</a>, or please send comments to
<a href="mailto:public-webapps@w3.org?subject=%5BXHR%5D%20">public-webapps@w3.org</a>
(<a href="http://lists.w3.org/Archives/Public/public-webapps/">archived</a>)
with <samp>[XHR]</samp> at the start of the subject line.</p>
- <p>The bulk of the text of this specification is also
- available in the WHATWG <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>, under a license that permits reuse of the specification text.</p>
-
<p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working
- Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the 6 November 2013 Editor's Draft.</p>
+ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the 20 November 2013 Editor's Draft.</p>
<p>Publication as an Editor's Draft does not imply endorsement by the W3C
Membership. This is a draft document and may be updated, replaced or
@@ -165,7 +159,7 @@
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
6 of the W3C Patent Policy</a>.</p>
- <p>This document supersedes XMLHttpRequest 1.</p>
+ <p>This document supersedes XMLHttpRequest Level 1.</p>
</div>
<h2 class="no-num no-toc" id="toc">Table of Contents</h2>
--- a/Overview.src.html Wed Nov 06 19:44:55 2013 +0900
+++ b/Overview.src.html Wed Nov 20 20:07:06 2013 +0900
@@ -31,14 +31,6 @@
table td, table th { border-left:solid; border-right:solid; border-bottom:solid thin; vertical-align:top; padding:0.2em }
</style>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
- <link class="dontpublish" href="coverage/coverage.css" rel="stylesheet">
- <script class="dontpublish" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
- <script class="dontpublish" src="coverage/coverage.js"></script>
- <script class="dontpublish">
- showCoverage({
- suite: "xhr-ms xhr-Ms2ger xhr-opera",
- });
- </script>
</head>
<body>
<div class="head">
@@ -47,6 +39,11 @@
<h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest</h1>
+ <h2 class="dontpublish no-num no-toc" id="subtitle">Snapshot specification
+ for the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>
+ </h2>
+
<h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 3 August 2002]</h2>
<dl>
@@ -87,21 +84,18 @@
<dd><a href="http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/">http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/</a>
<dt>Editor:</dt>
- <dd>W3C:</dd>
- <dd><a href="http://jaubourg.net/">Julian Aubourg</a>
- (<a href="http://www.creative-area.net/">Creative Area</a>)
- <<a href="mailto:j@ubourg.net">j@ubourg.net</a>></dd>
- <dd><a href="mailto:jungkee.song@samsung.com">송정기(Jungkee Song)</a>
- (<a href="http://www.samsung.com/sec/">Samsung Electronics Co., Ltd.</a>)
- <<a href="mailto:jungkee.song@samsung.com">jungkee.song@samsung.com</a>></dd>
- <dd><a href="http://www.hallvord.com/">Hallvord R. M. Steen</a>
- (<a href="http://www.mozilla.org/">Mozilla</a>)
- <<a href="mailto:hsteen@mozilla.com">hsteen@mozilla.com</a>></dd>
-
- <dd>WHATWG:</dd>
- <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>
- (<a href="http://www.mozilla.org/">Mozilla</a>)
- <<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>></dd>
+ <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>,
+ <a href="http://www.mozilla.org/">Mozilla</a> (Upstream WHATWG version)
+ </dd>
+ <dd><a href="http://jaubourg.net/">Julian Aubourg</a>,
+ <a href="http://www.creative-area.net/">Creative Area</a>
+ </dd>
+ <dd><a href="mailto:jungkee.song@samsung.com">송정기 (Jungkee Song)</a>,
+ <a href="http://www.samsung.com/sec/">Samsung Electronics</a>
+ </dd>
+ <dd><a href="http://www.hallvord.com/">Hallvord R. M. Steen</a>,
+ <a href="http://www.mozilla.org/">Mozilla</a>
+ </dd>
</dl>
<!-- Anne's history
@@ -137,15 +131,15 @@
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 document is published as a snapshot of the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>.</p>
+
<p>If you wish to make comments regarding this document in a manner
that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG">our public bug database</a>, or please send comments to
<a href="mailto:public-webapps@w3.org?subject=%5BXHR%5D%20">public-webapps@w3.org</a>
(<a href="http://lists.w3.org/Archives/Public/public-webapps/">archived</a>)
with <samp>[XHR]</samp> at the start of the subject line.</p>
- <p>The bulk of the text of this specification is also
- available in the WHATWG <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>, under a license that permits reuse of the specification text.</p>
-
<p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working
Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the [DATE: 8 October 2012] Editor's Draft.</p>
@@ -169,7 +163,7 @@
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
6 of the W3C Patent Policy</a>.</p>
- <p>This document supersedes XMLHttpRequest 1.</p>
+ <p>This document supersedes XMLHttpRequest Level 1.</p>
</div>
<div class=publish><!-- publication version -->
@@ -186,15 +180,15 @@
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 document is published as a snapshot of the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>.</p>
+
<p>If you wish to make comments regarding this document in a manner
that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG">our public bug database</a>, or please send comments to
<a href="mailto:public-webapps@w3.org?subject=%5BXHR%5D%20">public-webapps@w3.org</a>
(<a href="http://lists.w3.org/Archives/Public/public-webapps/">archived</a>)
with <samp>[XHR]</samp> at the start of the subject line.</p>
- <p>The bulk of the text of this specification is also
- available in the WHATWG <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>, under a license that permits reuse of the specification text.</p>
-
<p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working
Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the [DATE: 8 October 2012] Working Draft.</p>
--- a/xhr-1/Overview.html Wed Nov 06 19:44:55 2013 +0900
+++ b/xhr-1/Overview.html Wed Nov 20 20:07:06 2013 +0900
@@ -40,7 +40,12 @@
<h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest Level 1</h1>
- <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 6 November 2013</h2>
+ <h2 class="dontpublish no-num no-toc" id="subtitle">Snapshot specification
+ for the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>
+ </h2>
+
+ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 20 November 2013</h2>
<dl>
<dt>This Version:</dt>
@@ -72,21 +77,18 @@
<dd><a href="http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/">http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/</a>
<dt>Editor:</dt>
- <dd>W3C:</dd>
- <dd><a href="http://jaubourg.net/">Julian Aubourg</a>
- (<a href="http://www.creative-area.net/">Creative Area</a>)
- <<a href="mailto:j@ubourg.net">j@ubourg.net</a>></dd>
- <dd><a href="mailto:jungkee.song@samsung.com">송정기(Jungkee Song)</a>
- (<a href="http://www.samsung.com/sec/">Samsung Electronics Co., Ltd.</a>)
- <<a href="mailto:jungkee.song@samsung.com">jungkee.song@samsung.com</a>></dd>
- <dd><a href="http://www.hallvord.com/">Hallvord R. M. Steen</a>
- (<a href="http://www.mozilla.org/">Mozilla</a>)
- <<a href="mailto:hsteen@mozilla.com">hsteen@mozilla.com</a>></dd>
-
- <dd>WHATWG:</dd>
- <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>
- (<a href="http://www.mozilla.org/">Mozilla</a>)
- <<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>></dd>
+ <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>,
+ <a href="http://www.mozilla.org/">Mozilla</a> (Upstream WHATWG version)
+ </dd>
+ <dd><a href="http://jaubourg.net/">Julian Aubourg</a>,
+ <a href="http://www.creative-area.net/">Creative Area</a>
+ </dd>
+ <dd><a href="mailto:jungkee.song@samsung.com">송정기 (Jungkee Song)</a>,
+ <a href="http://www.samsung.com/sec/">Samsung Electronics</a>
+ </dd>
+ <dd><a href="http://www.hallvord.com/">Hallvord R. M. Steen</a>,
+ <a href="http://www.mozilla.org/">Mozilla</a>
+ </dd>
</dl>
</div>
@@ -114,17 +116,17 @@
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 document is published as a snapshot of the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>.</p>
+
<p>If you wish to make comments regarding this document in a manner
that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG">our public bug database</a>, or please send comments to
<a href="mailto:public-webapps@w3.org?subject=%5BXHR%5D%20">public-webapps@w3.org</a>
(<a href="http://lists.w3.org/Archives/Public/public-webapps/">archived</a>)
with <samp>[XHR]</samp> at the start of the subject line.</p>
- <p>The bulk of the text of this specification is also
- available in the WHATWG <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>, under a license that permits reuse of the specification text.</p>
-
<p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working
- Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the 6 November 2013 Editor's Draft.</p>
+ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the 20 November 2013 Editor's Draft.</p>
<p>Publication as an Editor's Draft does not imply endorsement by the W3C
Membership. This is a draft document and may be updated, replaced or
--- a/xhr-1/Overview.src.html Wed Nov 06 19:44:55 2013 +0900
+++ b/xhr-1/Overview.src.html Wed Nov 20 20:07:06 2013 +0900
@@ -39,6 +39,11 @@
<h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest Level 1</h1>
+ <h2 class="dontpublish no-num no-toc" id="subtitle">Snapshot specification
+ for the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>
+ </h2>
+
<h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 3 August 2002]</h2>
<dl>
@@ -79,21 +84,18 @@
<dd><a href="http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/">http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/</a>
<dt>Editor:</dt>
- <dd>W3C:</dd>
- <dd><a href="http://jaubourg.net/">Julian Aubourg</a>
- (<a href="http://www.creative-area.net/">Creative Area</a>)
- <<a href="mailto:j@ubourg.net">j@ubourg.net</a>></dd>
- <dd><a href="mailto:jungkee.song@samsung.com">송정기(Jungkee Song)</a>
- (<a href="http://www.samsung.com/sec/">Samsung Electronics Co., Ltd.</a>)
- <<a href="mailto:jungkee.song@samsung.com">jungkee.song@samsung.com</a>></dd>
- <dd><a href="http://www.hallvord.com/">Hallvord R. M. Steen</a>
- (<a href="http://www.mozilla.org/">Mozilla</a>)
- <<a href="mailto:hsteen@mozilla.com">hsteen@mozilla.com</a>></dd>
-
- <dd>WHATWG:</dd>
- <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>
- (<a href="http://www.mozilla.org/">Mozilla</a>)
- <<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>></dd>
+ <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>,
+ <a href="http://www.mozilla.org/">Mozilla</a> (Upstream WHATWG version)
+ </dd>
+ <dd><a href="http://jaubourg.net/">Julian Aubourg</a>,
+ <a href="http://www.creative-area.net/">Creative Area</a>
+ </dd>
+ <dd><a href="mailto:jungkee.song@samsung.com">송정기 (Jungkee Song)</a>,
+ <a href="http://www.samsung.com/sec/">Samsung Electronics</a>
+ </dd>
+ <dd><a href="http://www.hallvord.com/">Hallvord R. M. Steen</a>,
+ <a href="http://www.mozilla.org/">Mozilla</a>
+ </dd>
</dl>
</div>
@@ -118,15 +120,15 @@
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 document is published as a snapshot of the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>.</p>
+
<p>If you wish to make comments regarding this document in a manner
that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG">our public bug database</a>, or please send comments to
<a href="mailto:public-webapps@w3.org?subject=%5BXHR%5D%20">public-webapps@w3.org</a>
(<a href="http://lists.w3.org/Archives/Public/public-webapps/">archived</a>)
with <samp>[XHR]</samp> at the start of the subject line.</p>
- <p>The bulk of the text of this specification is also
- available in the WHATWG <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>, under a license that permits reuse of the specification text.</p>
-
<p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working
Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the [DATE: 8 October 2012] Editor's Draft.</p>
@@ -166,15 +168,15 @@
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 document is published as a snapshot of the
+ <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>.</p>
+
<p>If you wish to make comments regarding this document in a manner
that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG">our public bug database</a>, or please send comments to
<a href="mailto:public-webapps@w3.org?subject=%5BXHR%5D%20">public-webapps@w3.org</a>
(<a href="http://lists.w3.org/Archives/Public/public-webapps/">archived</a>)
with <samp>[XHR]</samp> at the start of the subject line.</p>
- <p>The bulk of the text of this specification is also
- available in the WHATWG <a href="http://xhr.spec.whatwg.org/">XMLHttpRequest Living Standard</a>, under a license that permits reuse of the specification text.</p>
-
<p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working
Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the [DATE: 8 October 2012] Working Draft.</p>