- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 22 Sep 2021 22:30:37 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 September 2021 05:30:50 UTC
@marcoscaceres commented on this pull request. > + <td>"./foo"</td> + <td>"https://example.com/my-app/start"</td> + <td>"https://example.com/foo"</td> + </tr> + <tr> + <td>"https://example.com/foo"</td> + <td>"https://example.com/my-app/start"</td> + <td>"https://example.com/foo"</td> + </tr> + <tr> + <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> oh lols no... Firefox and Safari return different results to Chrome on this 🥴 Safari 15: ![Screen Shot 2021-09-23 at 3 27 20 pm](https://user-images.githubusercontent.com/870154/134458474-cfb75d8e-0a80-4da2-8cbf-6b20d8e27e3f.png) Firefox 92.0: ![Screen Shot 2021-09-23 at 3 28 04 pm](https://user-images.githubusercontent.com/870154/134458521-284168f0-14dc-4d60-a716-8cb31deece3a.png) And yes, you are right... Chrome returns "m". Would need to check URL spec for which is right. -- 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#discussion_r714481109
Received on Thursday, 23 September 2021 05:30:50 UTC