Merge WHATWG change: Rename the anon flag to anonymous.
authorJungkee Song <jungkee.song@samsung.com>
Fri, 10 May 2013 11:45:11 +0900
changeset 120 0100829e90ad
parent 119 4ff1c36753a9
child 121 e452b6600656
Merge WHATWG change: Rename the anon flag to anonymous.
Overview.html
Overview.src.html
--- 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&ouml;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,