[w3c/manifest] scope algorithm: Delete same-origin-as-document check. (#696)

This was redundant, because a) the start_url is already checked to be
same-origin-as-document, and b) the start_url is checked to be within
scope of scope (which implies they are same-origin). Thus the scope is
guaranteed to be same-origin as the document without this explicit
check.

This removes the document URL parameter to the scope algorithm.

No normative changes.

Work towards fixing #668.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/manifest/pull/696

-- Commit Summary --

  * scope algorithm: Delete same-origin-as-document check.

-- File Changes --

    M index.html (23)

-- Patch Links --

https://github.com/w3c/manifest/pull/696.patch
https://github.com/w3c/manifest/pull/696.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/manifest/pull/696

Received on Friday, 15 June 2018 02:48:17 UTC