Re: [w3c/manifest] Allow manifest processing to be invoked without going through an HTML document (PR #1069)

@mgiuca commented on this pull request.



> +            |document URL:URL| that has a [^link^] element
+            |linkElement:HTMLLinkElement| with a [^link/rel^] of
+            [^link/rel/manifest^] and a [^link/href^] that resolves to
+            |manifest URL:URL|, and that

HTML doesn't export a concept of "link type". Internally, they just link "link type" to the [#linkTypes](https://html.spec.whatwg.org/multipage/links.html#linkTypes) heading, but it isn't exported.

I think it's reasonable to keep this the way it is; it's just literally stating what it is instead of referring to a concept.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1069#discussion_r1178576409
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1069/review/1403098765@github.com>

Received on Thursday, 27 April 2023 03:00:44 UTC