Skip to content

Commit

Permalink
Meta: export "preload" and "alternate" link types
Browse files Browse the repository at this point in the history
  • Loading branch information
horo-t authored and mfreed7 committed Sep 11, 2020
1 parent 93d4b8e commit 49ef727
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -24012,7 +24012,8 @@ document.body.appendChild(wbr);</code></pre>
</table>


<h5 id="rel-alternate">Link type "<dfn><code data-x="rel-alternate">alternate</code></dfn>"</h5>
<h5 id="rel-alternate">Link type "<dfn data-export="" data-dfn-for="link/rel,a/rel,area/rel"
data-dfn-type="attr-value"><code data-x="rel-alternate">alternate</code></dfn>"</h5>

<p>The <code data-x="rel-alternate">alternate</code> keyword may be used with <code>link</code>,
<code>a</code>, and <code>area</code> elements.</p>
Expand Down Expand Up @@ -24836,7 +24837,8 @@ document.body.appendChild(wbr);</code></pre>
keyword.</p>


<h5>Link type "<dfn><code data-x="rel-preload">preload</code></dfn>"</h5>
<h5>Link type "<dfn data-export="" data-dfn-for="link/rel" data-dfn-type="attr-value"><code
data-x="rel-preload">preload</code></dfn>"</h5>

<p>The <code data-x="rel-preload">preload</code> keyword may be used with <code>link</code>
elements. This keyword creates an <span data-x="external resource link">external resource
Expand Down

0 comments on commit 49ef727

Please sign in to comment.