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

@mgiuca commented on this pull request.



> +            by the user agent to process a manifest without an associated
+            document.
+          </p>
+          <p>
+            In this case, the user agent SHOULD ensure that, at least at some
+            point in the past:
+          </p>
+          <ul>
+            <li>there was at least one page which is [=same origin=] as
+            |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
+            </li>
+            <li>if |manifest URL| is not [=same origin=] as |document URL|, the
+            |bodyBytes:byte sequence| data was fetched with a [=CORS Request=]

Done.

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

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

Received on Thursday, 27 April 2023 03:03:35 UTC