summaryrefslogtreecommitdiff
path: root/devdocs/html/attributes%2Frel%2Fdns-prefetch.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/html/attributes%2Frel%2Fdns-prefetch.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/html/attributes%2Frel%2Fdns-prefetch.html')
-rw-r--r--devdocs/html/attributes%2Frel%2Fdns-prefetch.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/devdocs/html/attributes%2Frel%2Fdns-prefetch.html b/devdocs/html/attributes%2Frel%2Fdns-prefetch.html
deleted file mode 100644
index 0fb97005..00000000
--- a/devdocs/html/attributes%2Frel%2Fdns-prefetch.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<header><h1>rel=dns-prefetch</h1></header><div class="section-content">
-<p>The <code>dns-prefetch</code> keyword for the <a href="../../element/link#rel"><code>rel</code></a> attribute of the <a href="../../element/link"><code>&lt;link&gt;</code></a> element is a hint to browsers that the user is likely to need resources from the target resource's origin, and therefore the browser can likely improve the user experience by preemptively performing DNS resolution for that origin.</p> <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch">Using dns-prefetch</a> for more details.</p>
-</div>
-<h2 id="specifications">Specifications</h2>
-<div class="_table"><table class="standard-table">
-<thead><tr><th scope="col">Specification</th></tr></thead>
-<tbody><tr><td><a href="https://html.spec.whatwg.org/multipage/links.html#link-type-dns-prefetch">HTML Standard <br><small># link-type-dns-prefetch</small></a></td></tr></tbody>
-</table></div>
-<h2 id="browser_compatibility">Browser compatibility</h2>
-<div class="_table"><table>
-<thead>
-<tr id="bct-browser-type">
-<th></th>
-<th colspan="6">Desktop</th>
-<th colspan="6">Mobile</th>
-</tr>
-<tr id="bct-browsers">
-<th></th>
-<th>Chrome</th>
-<th>Edge</th>
-<th>Firefox</th>
-<th>Internet Explorer</th>
-<th>Opera</th>
-<th>Safari</th>
-<th>WebView Android</th>
-<th>Chrome Android</th>
-<th>Firefox for Android</th>
-<th>Opera Android</th>
-<th>Safari on IOS</th>
-<th>Samsung Internet</th>
-</tr>
-</thead>
-<tbody><tr>
-<th><code>dns-prefetch</code></th>
-<td class="bc-supports-yes">46</td>
-<td class="bc-supports-yes">≤79</td>
-<td class="bc-supports-yes">3</td>
-<td class="bc-supports-no">No</td>
-<td class="bc-supports-yes">33</td>
-<td class="bc-supports-no">No</td>
-<td class="bc-supports-yes">46</td>
-<td class="bc-supports-yes">Yes</td>
-<td class="bc-supports-yes">4</td>
-<td class="bc-supports-no">No</td>
-<td class="bc-supports-no">No</td>
-<td class="bc-supports-yes">Yes</td>
-</tr></tbody>
-</table></div>
-<h2 id="see_also">See also</h2>
-<div class="section-content"><ul> <li>
-<a href="https://developer.mozilla.org/en-US/docs/Web/Performance/Speculative_loading">Speculative loading</a> for a comparison of <code>&lt;link rel="dns-prefetch"&gt;</code> and other similar performance improvement features.</li> </ul></div><div class="_attribution">
- <p class="_attribution-p">
- &copy; 2005&ndash;2023 MDN contributors.<br>Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.<br>
- <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/dns-prefetch" class="_attribution-link">https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/dns-prefetch</a>
- </p>
-</div>