Skip to content

Commit

Permalink
Set "destination" of requests from <link rel=icon>
Browse files Browse the repository at this point in the history
Chromium 86 and Firefox 82 set the request "destination" to "image".
  • Loading branch information
jugglinmike authored Aug 28, 2020
1 parent 6af9722 commit c8d5ad3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -24360,6 +24360,17 @@ document.body.appendChild(wbr);</code></pre>

<div w-nodev>

<p>The <span>linked resource fetch setup steps</span> for this type of linked resource, given a
<code>link</code> element <var>el</var> and <span data-x="concept-request">request</span>
<var>request</var>, are:</p>

<ol>
<li><p>Set <var>request</var>'s <span data-x="concept-request-destination">destination</span> to
"<code data-x="">image</code>".</p></li>

<li><p>Return true.</p></li>
</ol>

<p>In the absence of a <code>link</code> with the <code data-x="rel-icon">icon</code> keyword, for
<code>Document</code> objects whose <span data-x="concept-document-url">URL</span>'s
<span data-x="concept-url-scheme">scheme</span> is an <span>HTTP(S) scheme</span>, user agents may
Expand Down

0 comments on commit c8d5ad3

Please sign in to comment.