- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 22 Sep 2021 01:32:38 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 September 2021 08:32:50 UTC
@marcoscaceres commented on this pull request. > + </ol> + <aside class="example"> + <p>Below table shows some example cases of the |identity| processing algorithm.</p> + <table class="data"> + <tr> + <th>|json|["id"]</th> + <th>|manifest|["start_url"]</th> + <th>|manifest|["id"]</th> + </tr> + <tr> + <td><i>undefined</i></td> + <td>"https://example.com/my-app/start"</td> + <td>"https://example.com/my-app/start"</td> + </tr> + <tr> + <td>""</td> Hmm... I don't know about this case... I think we should treat the empty string as missing. -- 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-760610888
Received on Wednesday, 22 September 2021 08:32:50 UTC