[xhr-1] Update the feature gap between Level 1 and upstream WHATWG version.
authorJungkee Song <jungkee.song@samsung.com>
Fri, 22 Nov 2013 17:59:00 +0900
changeset 156 c41b251302e4
parent 155 3c6ed2f44efe
child 157 881a744184f6
[xhr-1] Update the feature gap between Level 1 and upstream WHATWG version.
xhr-1/Overview.html
xhr-1/Overview.src.html
--- a/xhr-1/Overview.html	Fri Nov 22 17:39:47 2013 +0900
+++ b/xhr-1/Overview.html	Fri Nov 22 17:59:00 2013 +0900
@@ -296,7 +296,8 @@
 <ul>
  <li><a class="external" href="http://www.w3.org/html/wg/drafts/html/master/infrastructure.html#fetch" title="fetch">Fetching</a>
  <a class="external" href="http://www.w3.org/html/wg/drafts/html/master/infrastructure.html#data-protocol" title="data-protocol"><code>data:</code> URLs</a>.</li>
- <li>The <span>anonymous flag</span> and passing an <code>XMLHttpRequestOptions</code> dictionary to the constructor.</li>
+ <li>The <code>URLSearchParams</code> type in <code>send()</code> method.</li>
+ <li>The additional methods other than <code>append()</code> defined in the interface <code><a href="#formdata">FormData</a></code>.</li>
 </ul>
 
 <p>Historical discussion can be found in the following mailing list
--- a/xhr-1/Overview.src.html	Fri Nov 22 17:39:47 2013 +0900
+++ b/xhr-1/Overview.src.html	Fri Nov 22 17:59:00 2013 +0900
@@ -305,7 +305,8 @@
 <ul>
  <li><span data-anolis-spec=html title=fetch>Fetching</span>
  <span data-anolis-spec=html title=data-protocol><code>data:</code> URLs</span>.</li>
- <li>The <span>anonymous flag</span> and passing an <code>XMLHttpRequestOptions</code> dictionary to the constructor.</li>
+ <li>The <code>URLSearchParams</code> type in <code>send()</code> method.</li>
+ <li>The additional methods other than <code>append()</code> defined in the interface <code>FormData</code>.</li>
 </ul>
 
 <p>Historical discussion can be found in the following mailing list