Skip to content

Commit 647a608

Browse files
committed
Trigger media preloads for non-HTML
1 parent 1e81b02 commit 647a608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,7 +2429,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
24292429

24302430
<ul class="brief">
24312431
<li>`<dfn data-x="http-link" data-x-href="https://tools.ietf.org/html/rfc8288#section-3"><code>Link</code></dfn>` header</li>
2432-
<li>`<dfn data-x="parsing a link header value" data-x-href="https://datatracker.ietf.org/doc/html/rfc8288#appendix-B.2">Parsing a <code>Link</code></dfn>` header value</li>
2432+
<li><dfn data-x="parsing a link header value" data-x-href="https://datatracker.ietf.org/doc/html/rfc8288#appendix-B.2">Parsing a `<code>Link</code>` header value</dfn></li>
24332433
</ul>
24342434

24352435
<p>The following terms are defined in <cite>Structured Field Values for HTTP</cite>: <ref
@@ -14259,7 +14259,7 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
1425914259
<ol>
1426014260
<li><p>Let <var>linkObject</var> be the result of
1426114261
<span data-x="parsing a link header value">parsing</span>
14262-
<var>linkHeader</var>.</p></li> <ref spec=WEBLINK>
14262+
<var>linkHeader</var>. <ref spec=WEBLINK></p></li>
1426314263

1426414264
<li>
1426514265
<p>If <var>linkObject</var>["<code data-x="">relation_type</code>"] is not

0 commit comments

Comments
 (0)