Re: [w3c/manifest] Add scope conflict section about same-origin and nested scopes (PR #1034)

@aarongustafson commented on this pull request.



> +        <p>
+          It is possible for two web apps to be installed where there are
+          conflicts between the scope. These conflicts come with disadvantages
+          outlined below and they are generally not recommended.
+        </p>

Agreed. Adding "_with_ the same":

```suggestion
        <p>
          Because scopes are based on URL matching, it is possible for a developer to create
          multiple web applications with the same, overlapping, or nested scopes. Doing so creates
          several issues (detailed below) and is thus considered bad practice.
        </p>
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1034#discussion_r877535679
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1034/review/979256616@github.com>

Received on Thursday, 19 May 2022 20:58:42 UTC