[w3c/ServiceWorker] Parse URLs relative to the relevant settings object, not entry (#963)

Fixes #922. Web platform tests at https://github.com/w3c/web-platform-tests/pull/3449. Part of the overall effort in https://github.com/whatwg/html/issues/1431.

In the process, fixes some ambiguity about how to parse URLs in the Link header, as previous it parsed relative to the entry settings object, which did not exist during this algorithm.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/ServiceWorker/pull/963

-- Commit Summary --

  * Parse URLs relative to the relevant settings object, not entry

-- File Changes --

    M spec/service_worker/index.bs (32)
    M spec/service_worker/index.html (33)

-- Patch Links --

https://github.com/w3c/ServiceWorker/pull/963.patch
https://github.com/w3c/ServiceWorker/pull/963.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/963

Received on Friday, 26 August 2016 20:13:40 UTC