[w3c/manifest] Should the scope terminate by "/"? (#554)

The step 3 of "within scope algorithm" says:

> If target is same origin as scope and target's pathname starts with scope's pathname, return true.

Suppose the `scope` is "https://example.com/foo", and `target` is "https://example.com/foobar.html", it is within scope. Is this WAI?

-- 
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/554

Received on Friday, 10 February 2017 14:03:41 UTC