- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 21 Sep 2021 19:54:49 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 September 2021 02:55:02 UTC
@marcoscaceres commented on this pull request. > + <td>"https://anothersite.com/foo"</td> + <td>"https://example.com/my-app/start"</td> + <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 ```suggestion <p>Since [=manifest/id=] is resolved against [=manifest/start_url=]'s [=URL/origin=], providing ``` -- 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-760409269
Received on Wednesday, 22 September 2021 02:55:02 UTC