Re: [w3c/manifest] Adding protocol handlers (#972)

@diekus commented on this pull request.



> +                the base URL, and [=this=]'s relevant [=environment settings
+                object=]. If the result is failure, [=iteration/continue=].
+              </li>
+            </ol>
+          </li>
+          <li>If [=normalizedUrl=] is not [=manifest/within scope=] of
+          <var>manifest URL</var>, [=iteration/continue=].
+          </li>
+          <li>If [=normalizedUrl=] already exists in
+          <var>processedProtocolHandlers</var>, [=iteration/continue=].
+          </li>
+          <li>[=List/Append=] |protocol_handler| to
+          <var>processedProtocolHandlers</var>.
+          </li>
+        </ol>
+        <ul>

seems like it indeed. I fixed the list since I hadn't noticed this one! Thanks

-- 
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#discussion_r680917472

Received on Monday, 2 August 2021 12:11:24 UTC