data URLs have a default MIME type
authorAnne van Kesteren <annevk@opera.com>
Fri, 17 Feb 2012 18:55:27 +0100
changeset 47 d9af8c30a79a
parent 46 5c90cb13ad25
child 48 d2709f15a1c3
data URLs have a default MIME type
Overview.html
Overview.src.html
--- a/Overview.html	Thu Feb 16 13:50:15 2012 +0100
+++ b/Overview.html	Fri Feb 17 18:55:27 2012 +0100
@@ -40,7 +40,7 @@
 
    <h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest</h1>
 
-   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 16 February 2012</h2>
+   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 17 February 2012</h2>
 
    <dl>
     <dt>This Version:</dt>
@@ -72,7 +72,7 @@
 <p class="dontpublish copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></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
-16 February 2012, the editor has made this specification available
+17 February 2012, the editor has made this specification available
 under the
 <a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
 which is available at
@@ -2868,7 +2868,8 @@
 
  <li><p>Include a single response header whose header field name is
  "<code title="">content-type</code>" and whose value is the
- <span>MIME type</span> given in the <span><code>data:</code> URL</span>.
+ <span>MIME type</span> (including any parameters) given in the
+ <span><code>data:</code> URL</span>, or the default otherwise.
 
  <li><p>Set the <a href="#response-entity-body">response entity body</a> to the data the
  <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url">URL</a> encodes, base64 decoded if the
--- a/Overview.src.html	Thu Feb 16 13:50:15 2012 +0100
+++ b/Overview.src.html	Fri Feb 17 18:55:27 2012 +0100
@@ -2875,7 +2875,8 @@
 
  <li><p>Include a single response header whose header field name is
  "<code title>content-type</code>" and whose value is the
- <span>MIME type</span> given in the <span><code>data:</code> URL</span>.
+ <span>MIME type</span> (including any parameters) given in the
+ <span><code>data:</code> URL</span>, or the default otherwise.
 
  <li><p>Set the <span>response entity body</span> to the data the
  <span data-anolis-spec=html>URL</span> encodes, base64 decoded if the