Re: [w3c/manifest] Make start_url relative to scope and not manifest location (#552)

I don't think this is how Chrome WebAPKs work. @pkotwicz can you confirm?

It sounds a bit cyclic to me to have a rule that essentially says:

- If `scope` is declared, `start_url` is relative to `scope`.
- If `scope` is not declared, `start_url` is relative to manifest URL, and `scope` default is based on `start_url`.

Although it seems reasonable to make the start URL based on scope, the above rule is a bit too complex and I think it's nice and simple to have everything be relative to the manifest URL.

-- 
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/552#issuecomment-364326166

Received on Friday, 9 February 2018 03:39:35 UTC