Re: [w3c/manifest] Processing the manifest is no longer a function of document URL (#834)

@marcoscaceres commented on this pull request.



> @@ -304,6 +304,10 @@ <h2>
             </li>
           </ul>
         </li>
+        <li>Otherwise, if |manifest|["{{WebAppManifest/start_url}}"] is not
+        present, or not <a>same origin</a> as the {{Document}}'s
+        {{Document/URL}}, consider the document not <a>installable</a>.

Given that user agents let you install whatever you want (via "add to home screen") - maybe we should say:  
```suggestion
        {{Document/URL}}, a user agent MAY consider the document not <a>installable</a>.
```

-- 
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/834#pullrequestreview-434708529

Received on Monday, 22 June 2020 08:29:36 UTC