Skip to content

Commit

Permalink
Use the URL from the response, if it has one
Browse files Browse the repository at this point in the history
This mostly affects the way stylesheets work in service workers. See
w3c/ServiceWorker#757 for details.
  • Loading branch information
annevk committed Nov 2, 2015
1 parent a64b661 commit 9effdfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1904,9 +1904,9 @@ <h3 id="main-fetch"><span class="secno">5.1 </span>Main fetch</h3>
<p class="note">This operates on <var title="">response</var> as this algorithm is not
supposed to observe <var>internalResponse</var>.

<li><p>Set <var title="">internalResponse</var>'s
<a href="#concept-response-url-list" title="concept-response-url-list">url list</a> to a copy of
<var title="">request</var>'s <a href="#concept-request-url-list" title="concept-request-url-list">url list</a>.
<li><p>If <var>internalResponse</var>'s <a href="#concept-response-url-list" title="concept-response-url-list">url list</a> is
empty, set it to a copy of <var>request</var>'s
<a href="#concept-request-url-list" title="concept-request-url-list">url list</a>.

<li>
<p>If <var title="">request</var>'s <a href="#synchronous-flag">synchronous flag</a> is set,
Expand Down
6 changes: 3 additions & 3 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -1843,9 +1843,9 @@ <h3>Main fetch</h3>
<p class=note>This operates on <var title>response</var> as this algorithm is not
supposed to observe <var>internalResponse</var>.

<li><p>Set <var title>internalResponse</var>'s
<span title=concept-response-url-list>url list</span> to a copy of
<var title>request</var>'s <span title=concept-request-url-list>url list</span>.
<li><p>If <var>internalResponse</var>'s <span title=concept-response-url-list>url list</span> is
empty, set it to a copy of <var>request</var>'s
<span title=concept-request-url-list>url list</span>.

<li>
<p>If <var title>request</var>'s <span>synchronous flag</span> is set,
Expand Down

0 comments on commit 9effdfc

Please sign in to comment.