Merge WHATWG change: Change description in handling data: URL parsing error as a network error.
authorJungkee Song <jungkee.song@samsung.com>
Fri, 10 May 2013 11:22:58 +0900
changeset 119 4ff1c36753a9
parent 118 27df7c3cf372
child 120 0100829e90ad
Merge WHATWG change: Change description in handling data: URL parsing error as a network error.
Overview.html
Overview.src.html
--- a/Overview.html	Fri May 10 11:04:29 2013 +0900
+++ b/Overview.html	Fri May 10 11:22:58 2013 +0900
@@ -2722,23 +2722,9 @@
  "<code title="">;base64</code>" flag is present.
 </ul>
 
-<p>When a
-<a class="external" href="http://dev.w3.org/html5/spec/infrastructure.html#data-protocol" title="data-protocol"><code>data:</code> URL</a> is
-<a class="external" href="http://dev.w3.org/html5/spec/urls.html#fetch" title="fetch">fetched</a> using the HTTP method
-that is <em>not</em> <code>GET</code>, determine the response as follows:
-
-<ul>
- <li><p>Ignore any request headers.
-
- <li><p>Set the HTTP status code to 501.
-
- <li><p>Set the HTTP status text to "<code title="">Not Implemented</code>".
-
- <li><p>Include no response headers.
-
- <li><p>Set the <a href="#response-entity-body">response entity body</a> to null.
-</ul>
-
+<p>Otherwise, including when the
+<a class="external" href="http://dev.w3.org/html5/spec/infrastructure.html#data-protocol" title="data-protocol"><code>data:</code> URL</a> cannot be
+parsed, this is a network error.
 
 <h2 class="no-num" id="references">References</h2>
 <div id="anolis-references"><dl><dt id="refsCOOKIES">[COOKIES]
--- a/Overview.src.html	Fri May 10 11:04:29 2013 +0900
+++ b/Overview.src.html	Fri May 10 11:22:58 2013 +0900
@@ -2731,23 +2731,9 @@
  "<code title>;base64</code>" flag is present.
 </ul>
 
-<p>When a
-<span data-anolis-spec=html title=data-protocol><code>data:</code> URL</span> is
-<span data-anolis-spec=html title=fetch>fetched</span> using the HTTP method
-that is <em>not</em> <code>GET</code>, determine the response as follows:
-
-<ul>
- <li><p>Ignore any request headers.
-
- <li><p>Set the HTTP status code to 501.
-
- <li><p>Set the HTTP status text to "<code title>Not Implemented</code>".
-
- <li><p>Include no response headers.
-
- <li><p>Set the <span>response entity body</span> to null.
-</ul>
-
+<p>Otherwise, including when the
+<span data-anolis-spec=html title=data-protocol><code>data:</code> URL</span> cannot be
+parsed, this is a network error.
 
 <h2 class=no-num>References</h2>
 <div id=anolis-references></div>