Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
rel=search, rel=stylesheet placeholder, rel=prefetch
git-svn-id: http://svn.whatwg.org/webapps@345 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
title="external resource link">external resource link</span>.</p> | ||
|
||
<p>The <code title="rel-prefetch">prefetch</code> keyword indicates | ||
that the specified resource | ||
that preemptively fetching and caching the specified resource is | ||
likely to be beneficial, as it is highly likely that the user will | ||
require this resource.</p> | ||
|
||
|
||
<h5>Link type "<dfn title="rel-search"><code>search</code></dfn>"</h5> | ||
|
||
<p>The <code title="rel-search">search</code> keyword may be used | ||
with <code>link</code>, <code>a</code>, and <code>area</code> | ||
elements. For <code>link</code> elements, it creates a <span | ||
title="hyperlink link">hyperlink</span>.</p> | ||
|
||
<p>The <code title="rel-search">search</code> keyword indicates that | ||
the referenced document provides an interface specifically for | ||
searching the document and its related resources.</p> | ||
|
||
|
||
<h5>Link type "<dfn title="rel-stylesheet"><code>stylesheet</code></dfn>"</h5> | ||
|
||
<p>The <code title="rel-stylesheet">stylesheet</code> keyword may be | ||
used with <code>link</code> elements, for which it creates an <span | ||
title="external resource link">external resource link</span>.</p> | ||
|
||
<p>The specified resource is a resource that describes how to | ||
present the document. Exactly how the resource is to be processed | ||
depends on the actual type of the resource.</p> | ||
|
||
<p>If the <code title="rel-alternate">alternate</code> keyword is | ||
also specified on the <code>link</code> element, then the link is an | ||
alternate stylesheet.</p> | ||
|
||
<p class="big-issue">Need more here -- defining preferred | ||
stylesheets, alternate stylesheets, persistent stylesheets, and the | ||
stuff about the alternate stylesheet API. Maybe this should all be | ||
deferred to another processing model section.</p> | ||
|
||
|
||
<h5>Hierarchical link types</h5> | ||
|