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
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:
+ +When the external resource link is created on a link element
+ that is already browsing-context connected.
When the external resource link's link element becomes
+ browsing-context connected.
When the href attribute of the link
+ element of an external resource link that is already browsing-context
+ connected is changed.
The fetch and process the linked resource steps for this type of linked resource,
+ given a link element el, are:
+
+
Parse el's
+ href attribute relative to el's
+ node document and let url be the resulting URL record. If
+ this fails, return.
Let partitionKey be the result of determining the network partition key given el's + node document's relevant settings object.
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.
+