Re: [w3c/manifest] editorial: shortcut compares wrong scope (#886)

@marcoscaceres commented on this pull request.



>        </p>
-      <ol>
-        <li>Let <var>scopePath</var> be the [=string/concatenation=] of
-        <var>scopes</var>'s <a data-cite="URL#concept-url-path">path</a>, using
-        U+002F (/).
+      <ol class="algorithm">
+        <li>If |target| and |scope| are not [=same origin=], return `false`.
+        </li>
+        <li>Let |scopePath:string| be the [=string/concatenation=] of

Ok, I thought that was weird.... was going to ask about that. 

-- 
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/886#discussion_r432304763

Received on Friday, 29 May 2020 07:31:19 UTC