--- a/Makefile Tue Nov 27 22:00:39 2012 +0900
+++ b/Makefile Mon Dec 03 13:53:34 2012 +0900
@@ -10,7 +10,7 @@
data/xrefs/dom/xhr.json: Overview.src.html Makefile
$(ANOLIS) --dump-xrefs=$@ $< /tmp/spec
-Overview.html: Overview.src.html data Makefile
+publish: Overview.src.html data Makefile
$(ANOLIS) --output-encoding=ascii --omit-optional-tags --quote-attr-values \
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="XMLHttpRequest" \
--filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD \
--- a/Overview.html Tue Nov 27 22:00:39 2012 +0900
+++ b/Overview.html Mon Dec 03 13:53:34 2012 +0900
@@ -48,14 +48,14 @@
<h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest</h1>
- <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 27 November 2012</h2>
+ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 3 December 2012</h2>
<dl>
<dt>This Version:</dt>
<dd class="dontpublish"><a href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html">http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html</a></dd>
<dt class="dontpublish">Participate:</dt>
<dd class="dontpublish">Send feedback to
- <a href="mailto:public-webapps@w3.org?subject==%5Bxhr%5D%20">public-webapps@w3.org</a>
+ <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/">archives</a>) or
<a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG&component=XHR">file a bug</a>
(<a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=WebAppsWG&component=XHR&resolution=---">open bugs</a>)
@@ -88,18 +88,18 @@
<dd><a href="http://my.opera.com/hallvors/">Hallvord R. M. Steen</a>
(<a href="http://www.opera.com/">Opera Software ASA</a>)
<<a href="mailto:hallvord@opera.com">hallvord@opera.com</a>></dd>
- </dl>
+
<dt>Previous Editor:</dt>
<dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>
(<a href="http://www.opera.com/">Opera Software ASA</a>)
<<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</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
-27 November 2012, the editor has made this specification available
+3 December 2012, 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>,
@@ -114,7 +114,7 @@
</div>
- <hr>
+ <hr class="top">
<div class="dontpublish"><!-- ED version -->
@@ -133,7 +133,7 @@
<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=[XHR]%20">public-webapps@w3.org</a>
+ <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>
@@ -141,7 +141,7 @@
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 27 November 2012 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 3 December 2012 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
@@ -376,8 +376,8 @@
<dt>Typed Array</dt>
<dd><p>A <span>conforming user agent</span> must support the
- <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#5">ArrayBuffer</a></code> and
- <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#6">ArrayBufferView</a></code> objects.
+ <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a></code> and
+ <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFERVIEW">ArrayBufferView</a></code> objects.
<a href="#refsTYPEDARRAY">[TYPEDARRAY]</a>
<dt>Web IDL</dt>
@@ -467,7 +467,7 @@
attribute unsigned long <a href="#dom-xmlhttprequest-timeout" title="dom-XMLHttpRequest-timeout">timeout</a>;
attribute boolean <a href="#dom-xmlhttprequest-withcredentials" title="dom-XMLHttpRequest-withCredentials">withCredentials</a>;
readonly attribute <a href="#xmlhttprequestupload">XMLHttpRequestUpload</a> <a href="#dom-xmlhttprequest-upload" title="dom-XMLHttpRequest-upload">upload</a>;
- void <a href="#dom-xmlhttprequest-send" title="dom-XMLHttpRequest-send">send</a>(optional (<a class="external" href="http://www.khronos.org/registry/typedarray/specs/latest/#6">ArrayBufferView</a> or <a class="external" href="http://dev.w3.org/2006/webapi/FileAPI/#blob">Blob</a> or <a class="external" href="http://dev.w3.org/2006/webapi/DOM4Core/#document">Document</a> or DOMString or <a href="#formdata">FormData</a>)? <var>data</var> = null);
+ void <a href="#dom-xmlhttprequest-send" title="dom-XMLHttpRequest-send">send</a>(optional (<a class="external" href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFERVIEW">ArrayBufferView</a> or <a class="external" href="http://dev.w3.org/2006/webapi/FileAPI/#blob">Blob</a> or <a class="external" href="http://dev.w3.org/2006/webapi/DOM4Core/#document">Document</a> or DOMString or <a href="#formdata">FormData</a>)? <var>data</var> = null);
void <a href="#dom-xmlhttprequest-abort" title="dom-XMLHttpRequest-abort">abort</a>();
// <a href="#response">response</a>
@@ -719,7 +719,7 @@
<h4 id="the-open()-method"><span class="secno">4.6.1 </span>The <code title="">open()</code> method</h4>
<dl class="domintro">
- <br>
+ <dt><dd></dd>
<dt><code><var title="">client</var> . <a href="#dom-xmlhttprequest-open" title="dom-XMLHttpRequest-open">open</a>(<var title="">method</var>,
<var title="">url</var> [, <var title="">async</var> = true [, <var title="">user</var> = null [,
<var title="">password</var> = null]]])</code>
@@ -1275,7 +1275,7 @@
<dl class="switch">
- <dt id="dom-XMLHttpRequest-send-ArrayBufferView"><code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#6">ArrayBufferView</a></code>
+ <dt id="dom-XMLHttpRequest-send-ArrayBufferView"><code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFERVIEW">ArrayBufferView</a></code>
<dd><p>Let the <a href="#request-entity-body">request entity body</a> be the raw data
represented by <var title="">data</var>.</dd>
@@ -2239,17 +2239,17 @@
<p>The
<dfn id="arraybuffer-response-entity-body">arraybuffer response entity body</dfn>
- is an <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#5">ArrayBuffer</a></code> representing
+ is an <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a></code> representing
the <a href="#response-entity-body">response entity body</a>. If the
<a href="#arraybuffer-response-entity-body">arraybuffer response entity body</a> has no value assigned to it
let it be the return value of the following algorithm:</p>
<ol>
<li><p>If the <a href="#response-entity-body">response entity body</a> is null, return an empty
- <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#5">ArrayBuffer</a></code> object and terminate
+ <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a></code> object and terminate
these steps.</li>
- <li><p>Return an <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#5">ArrayBuffer</a></code>
+ <li><p>Return an <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a></code>
object representing the <a href="#response-entity-body">response entity body</a>.</li>
</ol>
--- a/Overview.src.html Tue Nov 27 22:00:39 2012 +0900
+++ b/Overview.src.html Mon Dec 03 13:53:34 2012 +0900
@@ -56,7 +56,7 @@
<dt class=dontpublish>Participate:</dt>
<dd class=dontpublish>Send feedback to
- <a href="mailto:public-webapps@w3.org?subject==%5Bxhr%5D%20">public-webapps@w3.org</a>
+ <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/">archives</a>) or
<a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG&component=XHR">file a bug</a>
(<a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=WebAppsWG&component=XHR&resolution=---">open bugs</a>)
@@ -95,7 +95,7 @@
<dd><a href="http://my.opera.com/hallvors/">Hallvord R. M. Steen</a>
(<a href="http://www.opera.com/">Opera Software ASA</a>)
<<a href="mailto:hallvord@opera.com">hallvord@opera.com</a>></dd>
- </dl>
+
<dt>Previous Editor:</dt>
<dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>
(<a href="http://www.opera.com/">Opera Software ASA</a>)
@@ -118,7 +118,7 @@
</div>
- <hr>
+ <hr class="top">
<div class=dontpublish><!-- ED version -->
@@ -137,7 +137,7 @@
<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=[XHR]%20">public-webapps@w3.org</a>
+ <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>
@@ -186,7 +186,7 @@
<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=[XHR]%20">public-webapps@w3.org</a>
+ <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>
@@ -728,7 +728,7 @@
<h4>The <code title>open()</code> method</h4>
<dl class=domintro>
- <br>
+ <dt><dd></dd></dt>
<dt><code><var title>client</var> . <span title=dom-XMLHttpRequest-open>open</span>(<var title>method</var>,
<var title>url</var> [, <var title>async</var> = true [, <var title>user</var> = null [,
<var title>password</var> = null]]])</code>
--- a/TR/Overview.html Tue Nov 27 22:00:39 2012 +0900
+++ b/TR/Overview.html Mon Dec 03 13:53:34 2012 +0900
@@ -40,7 +40,7 @@
<h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest</h1>
- <h2 class="no-num no-toc" id="w3c-doctype">W3C Working Draft 06 December 2012</h2>
+ <h2 class="no-num no-toc" id="w3c-doctype">W3C Working Draft 6 December 2012</h2>
<dl>
<dt>This Version:</dt>
@@ -76,18 +76,18 @@
<dd><a href="http://my.opera.com/hallvors/">Hallvord R. M. Steen</a>
(<a href="http://www.opera.com/">Opera Software ASA</a>)
<<a href="mailto:hallvord@opera.com">hallvord@opera.com</a>></dd>
- </dl>
+
<dt>Previous Editor:</dt>
<dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>
(<a href="http://www.opera.com/">Opera Software ASA</a>)
<<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</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
-27 November 2012, the editor has made this specification available
+3 December 2012, 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>,
@@ -102,7 +102,7 @@
</div>
- <hr>
+ <hr class="top">
<div class="publish"><!-- publication version -->
@@ -121,7 +121,7 @@
<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=[XHR]%20">public-webapps@w3.org</a>
+ <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>
@@ -129,7 +129,7 @@
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 06 December 2012 Working Draft.</p>
+ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. This specification is the 6 December 2012 Working Draft.</p>
<p>Publication as a Working Draft does not imply endorsement by the W3C
Membership. This is a draft document and may be updated, replaced or
@@ -365,8 +365,8 @@
<dt>Typed Array</dt>
<dd><p>A <span>conforming user agent</span> must support the
- <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#5">ArrayBuffer</a></code> and
- <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#6">ArrayBufferView</a></code> objects.
+ <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a></code> and
+ <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFERVIEW">ArrayBufferView</a></code> objects.
<a href="#refsTYPEDARRAY">[TYPEDARRAY]</a>
<dt>Web IDL</dt>
@@ -456,7 +456,7 @@
attribute unsigned long <a href="#dom-xmlhttprequest-timeout" title="dom-XMLHttpRequest-timeout">timeout</a>;
attribute boolean <a href="#dom-xmlhttprequest-withcredentials" title="dom-XMLHttpRequest-withCredentials">withCredentials</a>;
readonly attribute <a href="#xmlhttprequestupload">XMLHttpRequestUpload</a> <a href="#dom-xmlhttprequest-upload" title="dom-XMLHttpRequest-upload">upload</a>;
- void <a href="#dom-xmlhttprequest-send" title="dom-XMLHttpRequest-send">send</a>(optional (<a class="external" href="http://www.khronos.org/registry/typedarray/specs/latest/#6">ArrayBufferView</a> or <a class="external" href="http://dev.w3.org/2006/webapi/FileAPI/#blob">Blob</a> or <a class="external" href="http://dev.w3.org/2006/webapi/DOM4Core/#document">Document</a> or DOMString or <a href="#formdata">FormData</a>)? <var>data</var> = null);
+ void <a href="#dom-xmlhttprequest-send" title="dom-XMLHttpRequest-send">send</a>(optional (<a class="external" href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFERVIEW">ArrayBufferView</a> or <a class="external" href="http://dev.w3.org/2006/webapi/FileAPI/#blob">Blob</a> or <a class="external" href="http://dev.w3.org/2006/webapi/DOM4Core/#document">Document</a> or DOMString or <a href="#formdata">FormData</a>)? <var>data</var> = null);
void <a href="#dom-xmlhttprequest-abort" title="dom-XMLHttpRequest-abort">abort</a>();
// <a href="#response">response</a>
@@ -708,7 +708,7 @@
<h4 id="the-open()-method"><span class="secno">4.6.1 </span>The <code title="">open()</code> method</h4>
<dl class="domintro">
- <br>
+ <dt><dd></dd>
<dt><code><var title="">client</var> . <a href="#dom-xmlhttprequest-open" title="dom-XMLHttpRequest-open">open</a>(<var title="">method</var>,
<var title="">url</var> [, <var title="">async</var> = true [, <var title="">user</var> = null [,
<var title="">password</var> = null]]])</code>
@@ -1264,7 +1264,7 @@
<dl class="switch">
- <dt id="dom-XMLHttpRequest-send-ArrayBufferView"><code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#6">ArrayBufferView</a></code>
+ <dt id="dom-XMLHttpRequest-send-ArrayBufferView"><code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFERVIEW">ArrayBufferView</a></code>
<dd><p>Let the <a href="#request-entity-body">request entity body</a> be the raw data
represented by <var title="">data</var>.</dd>
@@ -2228,17 +2228,17 @@
<p>The
<dfn id="arraybuffer-response-entity-body">arraybuffer response entity body</dfn>
- is an <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#5">ArrayBuffer</a></code> representing
+ is an <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a></code> representing
the <a href="#response-entity-body">response entity body</a>. If the
<a href="#arraybuffer-response-entity-body">arraybuffer response entity body</a> has no value assigned to it
let it be the return value of the following algorithm:</p>
<ol>
<li><p>If the <a href="#response-entity-body">response entity body</a> is null, return an empty
- <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#5">ArrayBuffer</a></code> object and terminate
+ <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a></code> object and terminate
these steps.</li>
- <li><p>Return an <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#5">ArrayBuffer</a></code>
+ <li><p>Return an <code class="external"><a href="http://www.khronos.org/registry/typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a></code>
object representing the <a href="#response-entity-body">response entity body</a>.</li>
</ol>
--- a/data/xrefs/dom/typedarray.json Tue Nov 27 22:00:39 2012 +0900
+++ b/data/xrefs/dom/typedarray.json Mon Dec 03 13:53:34 2012 +0900
@@ -1,8 +1,8 @@
{
"url": "http://www.khronos.org/registry/typedarray/specs/latest/#",
"definitions": {
- "arraybuffer": "5",
- "arraybufferview": "6",
+ "arraybuffer": "ARRAYBUFFER",
+ "arraybufferview": "ARRAYBUFFERVIEW",
"int8array": "7",
"uint8array": "7",
"int16array": "7",