Merge WHATWG change: Rename the anon flag to anonymous.
--- a/Overview.html Fri May 10 11:22:58 2013 +0900
+++ b/Overview.html Fri May 10 11:45:11 2013 +0900
@@ -450,7 +450,7 @@
};
dictionary <dfn id="xmlhttprequestoptions">XMLHttpRequestOptions</dfn> {
- boolean anon = false;
+ boolean anonymous = false;
};
[<a href="#dom-xmlhttprequest" title="dom-XMLHttpRequest">Constructor</a>(optional <a href="#xmlhttprequestoptions">XMLHttpRequestOptions</a> <var title="">options</var>)]
@@ -514,7 +514,7 @@
<dt><code><var title="">client</var> = new <a href="#dom-xmlhttprequest" title="dom-XMLHttpRequest">XMLHttpRequest</a>()</code>
<dd>Returns a new <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> object.
- <dt><code><var title="">client</var> = new <a href="#dom-xmlhttprequest" title="dom-XMLHttpRequest">XMLHttpRequest</a>({anon:true})</code>
+ <dt><code><var title="">client</var> = new <a href="#dom-xmlhttprequest" title="dom-XMLHttpRequest">XMLHttpRequest</a>({anonymous:true})</code>
<dd>Returns a new <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> object that has its
<a href="#anonymous-flag">anonymous flag</a> set.
</dl>
@@ -527,7 +527,7 @@
<li><p>Let <var title="">xhr</var> be a new <code><a href="#xmlhttprequest">XMLHttpRequest</a></code>
object.
- <li><p>If <var title="">options</var>'s <code title="">anon</code> member is
+ <li><p>If <var title="">options</var>'s <code title="">anonymous</code> member is
true, set <var title="">xhr</var>'s <a href="#anonymous-flag">anonymous flag</a>.
<li><p>If the
@@ -2815,6 +2815,7 @@
Dominik Röttsches,
Doug Schepers,
Douglas Livingstone,
+ Elliott Sprehn,
Elliotte Harold,
Eric Lawrence,
Eric Uhrhane,
--- a/Overview.src.html Fri May 10 11:22:58 2013 +0900
+++ b/Overview.src.html Fri May 10 11:45:11 2013 +0900
@@ -459,7 +459,7 @@
};
dictionary <dfn>XMLHttpRequestOptions</dfn> {
- boolean anon = false;
+ boolean anonymous = false;
};
[<span title="dom-XMLHttpRequest">Constructor</span>(optional <span>XMLHttpRequestOptions</span> <var title>options</var>)]
@@ -523,7 +523,7 @@
<dt><code><var title>client</var> = new <span title=dom-XMLHttpRequest>XMLHttpRequest</span>()</code>
<dd>Returns a new <code>XMLHttpRequest</code> object.
- <dt><code><var title>client</var> = new <span title=dom-XMLHttpRequest>XMLHttpRequest</span>({anon:true})</code>
+ <dt><code><var title>client</var> = new <span title=dom-XMLHttpRequest>XMLHttpRequest</span>({anonymous:true})</code>
<dd>Returns a new <code>XMLHttpRequest</code> object that has its
<span>anonymous flag</span> set.
</dl>
@@ -536,7 +536,7 @@
<li><p>Let <var title>xhr</var> be a new <code>XMLHttpRequest</code>
object.
- <li><p>If <var title>options</var>'s <code title>anon</code> member is
+ <li><p>If <var title>options</var>'s <code title>anonymous</code> member is
true, set <var title>xhr</var>'s <span>anonymous flag</span>.
<li><p>If the
@@ -2766,6 +2766,7 @@
Dominik Röttsches,
Doug Schepers,
Douglas Livingstone,
+ Elliott Sprehn,
Elliotte Harold,
Eric Lawrence,
Eric Uhrhane,