Re: [w3c/manifest] start_url should not default to document URL (#669)

Discussed with @marcoscaceres and @dominickng : the new "document is installable" logic gives us a path forward on this:

1. If start_url is not supplied or invalid, just leave it as undefined (so there's no default).
2. Move the "start_url is same origin as document URL" check up to steps to determine installability of the document. If start_url is missing or not same origin as document URL, document is not installable.

Resolves #668 and #669.

-- 
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/issues/669#issuecomment-535785927

Received on Friday, 27 September 2019 05:00:06 UTC