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 Aug 20, 2020
1 parent 076d2d0 commit e226bf4
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 @@ -24007,7 +24007,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 @@ -24831,7 +24832,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 e226bf4

Please sign in to comment.