- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Mon, 26 Apr 2021 05:07:09 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 April 2021 12:07:22 UTC
@kenchris commented on this pull request. > + <li>If <var>protocol_handler</var>["protocol"] or + <var>protocol_handler</var>["url"] are undefined, [=iteration/continue=]. + </li> + <li>Set <var>protocol_handler</var>["url"] to the result of [=URL + Parser|parsing=] <var>protocol_handler</var>["url"] using + <var>manifest URL</var> as the base URL. If the result is + failure, [=iteration/continue=]. + </li> + <li>If <var>protocol_handler</var>["url"] is not + [=manifest/within scope=] of <var>manifest URL</var>, [=iteration/continue=]. + </li> + <li>If <var>protocol_handler</var>["url"] already exists in <var> + processedProtocolHandlers</var>, [=iteration/continue=]. + </li> + <li> + <a>Append</a> <var>protocol_handler</var> to [=list/append=] -- -- 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/972#pullrequestreview-644591098
Received on Monday, 26 April 2021 12:07:22 UTC