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

@diekus commented on this pull request.



> +          system.
+        </p>
+        <p>
+          The steps for <dfn>processing the <code>protocol_handlers</code>
+          member</dfn> are given by the following algorithm. The algorithm
+          takes a <a data-cite=
+          "WEBIDL#sequence-type">sequence</a>&lt;<a>ProtocolHandlerItem</a>&gt;
+          <var>protocol_handlers</var> and a <a>URL</a> <var>manifest
+          URL</var>. This algorithm returns a <a data-cite=
+          "WEBIDL#sequence-type">sequence</a>&lt;<a>ProtocolHandlerItem</a>&gt;.
+        </p>
+        <ol>
+          <li>Let <var>processedProtocolHandlers</var> be a new Array object
+          created as if by the expression [].
+          </li>
+          <li><a href="https://infra.spec.whatwg.org/#list-iterate">For each</a> <var>protocol_handler</var> (<a>ProtocolHandlerItem</a>)

Hola Kenny. I'm still quite new to this so sorry for the basic question. đŸ˜‰

I'm trying to change the IDL stuff to references to the infra stuff. I can't seem to find proper examples of how to do so, I kinda get that I need a data-cite, and trying to do this **<a data-cite="#list-iterate">For each</a>** but it is not working. I also tried **<a data-cite="ref-for-list-iterate⑤">For each</a>** trying to get the id's that they have in the infra spec. Can you guide me how to proceed in this case?

-- 
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_r628219891

Received on Friday, 7 May 2021 13:42:46 UTC