Re: [w3c/manifest] Add id member to manifest (#988)

@marcoscaceres commented on this pull request.



> +              <td>"https://example.com/my-app/start"</td>
+            </tr>
+            <tr>
+              <td>"%6D"</td>
+              <td>"https://example.com/my-app/start"</td>
+              <td>"https://example.com/m"</td>
+            </tr>
+            <tr>
+              <td>"😀"</td>
+              <td>"https://example.com/my-app/start"</td>
+              <td>"https://example.com/%F0%9F%98%80"</td>
+            </tr>
+          </table>
+          <p>Since id is resolved against start_url's origin, providing id as
+          "../foo", "foo", "/foo", "./foo" all resolves to the same thing. It is
+          RECOMMENDED to always specify with a leading "/" to be explicit that

```suggestion
          As such, best practice is to use a leading "/" to be explicit 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/988#pullrequestreview-760409897

Received on Wednesday, 22 September 2021 02:56:44 UTC