- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 21 Sep 2021 19:52:41 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 September 2021 02:52:53 UTC
@marcoscaceres commented on this pull request. > + <li>Let |id:URL| be the result of [=URL Parser|parsing=] |json|["id"] + with |manifest|["start_url"]'s origin as the base URL. + </li> ```suggestion <li>Let |base origin| be |manifest|["start_url"]'s [=url/origin=].</li> <li>Let |id:URL| be the result of [=URL Parser|parsing=] |json|["id"] with |base origin| as the base URL. </li> ``` -- 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-760408505
Received on Wednesday, 22 September 2021 02:52:53 UTC