Merge Anne's change: Sep 13, 2012, mention 308 per https://www.w3.org/Bugs/Public/show_bug.cgi?id=17222
authorJungkee Song <jungkee.song@samsung.com>
Mon, 12 Nov 2012 17:43:42 +0900
changeset 80 55b7b68713b8
parent 79 94ea17542519
child 81 89f6116233ea
Merge Anne's change: Sep 13, 2012, mention 308 per https://www.w3.org/Bugs/Public/show_bug.cgi?id=17222
Overview.html
Overview.src.html
--- a/Overview.html	Mon Nov 12 17:39:29 2012 +0900
+++ b/Overview.html	Mon Nov 12 17:43:42 2012 +0900
@@ -1684,7 +1684,7 @@
   <p>The <dfn id="same-origin-request-event-rules">same-origin request event rules</dfn> are as follows:</p>
 
   <dl class="switch">
-   <dt>If the response has an HTTP status code of 301, 302, 303, or 307</dt>
+   <dt>If the response has an HTTP status code of 301, 302, 303, 307, or 308</dt>
    <dd>
     <p>If the redirect violates infinite loop precautions this is a
     <a href="#network-error">network error</a>.</p>
@@ -1735,7 +1735,7 @@
 
    <dt>Once all HTTP headers have been received, the
    <a href="#synchronous-flag">synchronous flag</a> is unset, and the HTTP status code of the
-   response is not 301, 302, 303, or 307</dt>
+   response is not one of 301, 302, 303, 307, and 308</dt>
    <dd><p><a href="#switch-headers-received">Switch to the HEADERS_RECEIVED state</a>.</dd>
 
    <dt>Once the first byte (or more) of the
--- a/Overview.src.html	Mon Nov 12 17:39:29 2012 +0900
+++ b/Overview.src.html	Mon Nov 12 17:43:42 2012 +0900
@@ -1648,7 +1648,7 @@
   <p>The <dfn>same-origin request event rules</dfn> are as follows:</p>
 
   <dl class=switch>
-   <dt>If the response has an HTTP status code of 301, 302, 303, or 307</dt>
+   <dt>If the response has an HTTP status code of 301, 302, 303, 307, or 308</dt>
    <dd>
     <p>If the redirect violates infinite loop precautions this is a
     <span>network error</span>.</p>
@@ -1699,7 +1699,7 @@
 
    <dt>Once all HTTP headers have been received, the
    <span>synchronous flag</span> is unset, and the HTTP status code of the
-   response is not 301, 302, 303, or 307</dt>
+   response is not one of 301, 302, 303, 307, and 308</dt>
    <dd><p><span>Switch to the HEADERS_RECEIVED state</span>.</p></dd>
 
    <dt>Once the first byte (or more) of the