diff --git a/source b/source index c26c6eec677..358f962be8a 100644 --- a/source +++ b/source @@ -2577,6 +2577,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • determine the network partition key
  • extract full timing info
  • as a body
  • +
  • resolve an origin
  • response and its @@ -25763,9 +25764,43 @@ document.body.appendChild(wbr);

    There is no default type for resources given by the dns-prefetch keyword.

    -

    The processing model for dns-prefetch needs - to be properly specified. Tracked in issue #9015.

    +

    The appropriate times to fetch and + process this type of link are:

    + + + +

    The fetch and process the linked resource steps for this type of linked resource, + given a link element el, are: + +

      +
    1. Parse el's + href attribute relative to el's + node document and let url be the resulting URL record. If + this fails, return.

    2. + +
    3. Let partitionKey be the result of determining the network partition key given el's + node document's relevant settings object.

    4. + +
    5. +

      The user agent should resolve an origin given partitionKey and + url's origin.

      + +

      As the results of this algorithm can be cached, future fetches could be + faster.

      +
    6. +
    Link type "