Re: [w3c/manifest] [Breaking] "scope" member now defaults to parent of "start_url" (#647)

mgiuca commented on this pull request.

I've uploaded a patch set; let's see if we get a diff.

>        </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 directory containing the <a>start_url</a> member. For

OK. I didn't want to s/directory/path segment, because a path segment is just one piece, not the whole prefix. (For example, if the path is `/x/y/z.html`, the scope is `/x/y`, not just `y`.)

I've reworded it to refer to path terminology, not directory.

> There too, we might just point to the URL spec "single-dot path segment".

Not sure what you mean. Do you think the actual algorithm should say "single-dot path segment" instead of "."? I don't think so, because "." is a specific string, while "single-dot path segment" is a pattern match.

-- 
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#pullrequestreview-92807075

Received on Wednesday, 31 January 2018 05:06:16 UTC