- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 01 Feb 2018 09:34:17 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 February 2018 09:34:48 UTC
annevk commented on this pull request. > </p> + <div class="note" data-link-for="WebAppManifest"> + <p> + If the <a>scope</a> member is not present in the manifest, it + defaults to the parent path of the <a>start_url</a> member. For + example, if <a>start_url</a> is <code>/pages/welcome.html</code>, and + <a>scope</a> is missing, the navigation scope will be + <code>/pages/</code> on the same origin. If <a>start_url</a> is + <code>/pages/</code> (the trailing slash is important!), the + navigation scope will be <code>/pages/</code>. The language about "new URL" isn't quite correct. You actually need to invoke the URL parser. Otherwise I tend to agree with @mgiuca on the approach. -- 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/647#discussion_r165299443
Received on Thursday, 1 February 2018 09:34:48 UTC