Merge Hallvord's change: Nov 02, 2012, updated ID values to match spec conventions
--- a/Overview.html Mon Nov 19 15:57:06 2012 +0900
+++ b/Overview.html Mon Nov 19 16:00:07 2012 +0900
@@ -1282,11 +1282,11 @@
<dl class="switch">
- <dt id="send()-array-buffer-view"><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/#6">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>
- <dt id="send()-blob"><code class="external"><a href="http://dev.w3.org/2006/webapi/FileAPI/#blob">Blob</a></code>
+ <dt id="dom-XMLHttpRequest-send-Blob"><code class="external"><a href="http://dev.w3.org/2006/webapi/FileAPI/#blob">Blob</a></code>
<dd>
<p>If the object's
<code class="external" title="dom-Blob-type"><a href="http://dev.w3.org/2006/webapi/FileAPI/#dfn-type">type</a></code>
@@ -1298,7 +1298,7 @@
</dd>
- <dt id="send()-document"><a class="external" href="http://dev.w3.org/2006/webapi/DOM4Core/#concept-document" title="concept-document">document</a>
+ <dt id="dom-XMLHttpRequest-send-document"><a class="external" href="http://dev.w3.org/2006/webapi/DOM4Core/#concept-document" title="concept-document">document</a>
<dd>
<p>Let <var title="">encoding</var> be the
<a class="external" href="http://dev.w3.org/2006/webapi/DOM4Core/#concept-document-encoding" title="concept-document-encoding">encoding</a>
@@ -1334,7 +1334,7 @@
no effect on what is transferred.
</dd>
- <dt id="send()-a-string">a string
+ <dt id="dom-XMLHttpRequest-send-a-string">a string
<dd>
<p>Let <var>encoding</var> be "<code title="">UTF-8</code>".
@@ -1346,7 +1346,7 @@
<a class="external" href="http://encoding.spec.whatwg.org/#utf-8">utf-8</a>.
</dd>
- <dt id="send()-form-data"><code><a href="#formdata">FormData</a></code>
+ <dt id="dom-XMLHttpRequest-send-FormData"><code><a href="#formdata">FormData</a></code>
<dd>
<p>Let the <a href="#request-entity-body">request entity body</a> be the result of running
the
--- a/Overview.src.html Mon Nov 19 15:57:06 2012 +0900
+++ b/Overview.src.html Mon Nov 19 16:00:07 2012 +0900
@@ -1249,11 +1249,11 @@
<dl class=switch>
- <dt id="send()-array-buffer-view"><code data-anolis-spec=typedarray>ArrayBufferView</code>
+ <dt id="dom-XMLHttpRequest-send-ArrayBufferView"><code data-anolis-spec=typedarray>ArrayBufferView</code>
<dd><p>Let the <span>request entity body</span> be the raw data
represented by <var title>data</var>.</p></dd>
- <dt id="send()-blob"><code data-anolis-spec=fileapi>Blob</code>
+ <dt id="dom-XMLHttpRequest-send-Blob"><code data-anolis-spec=fileapi>Blob</code>
<dd>
<p>If the object's
<code data-anolis-spec=fileapi title=dom-Blob-type>type</code>
@@ -1265,7 +1265,7 @@
</dd>
- <dt id="send()-document"><span data-anolis-spec=dom title=concept-document>document</span>
+ <dt id="dom-XMLHttpRequest-send-document"><span data-anolis-spec=dom title=concept-document>document</span>
<dd>
<p>Let <var title>encoding</var> be the
<span data-anolis-spec=dom title=concept-document-encoding>encoding</span>
@@ -1301,7 +1301,7 @@
no effect on what is transferred.
</dd>
- <dt id="send()-a-string">a string
+ <dt id="dom-XMLHttpRequest-send-a-string">a string
<dd>
<p>Let <var>encoding</var> be "<code title>UTF-8</code>".
@@ -1313,7 +1313,7 @@
<span data-anolis-spec=encoding>utf-8</span>.
</dd>
- <dt id="send()-form-data"><code>FormData</code>
+ <dt id="dom-XMLHttpRequest-send-FormData"><code>FormData</code>
<dd>
<p>Let the <span>request entity body</span> be the result of running
the