Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -16400,8 +16400,9 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
contains the <code data-x="rel-preload">preload</code> keyword. It may be specified on
<code>link</code> elements that have a <code data-x="attr-link-rel">rel</code> attribute that
contains the <code data-x="rel-modulepreload">modulepreload</code> keyword; in such cases it must
have a value which is a <span data-x="concept-script-like-destination">script-like
destination</span>. For other <code>link</code> elements, it must not be specified.</p>
have a value which is either "<code data-x="">json</code>", "<code data-x="">style</code>", or a
<span data-x="concept-script-like-destination">script-like destination</span>. For other
<code>link</code> elements, it must not be specified.</p>

<p w-nodev>The processing model for how the <code data-x="attr-link-as">as</code> attribute is
used is given in an individual link type's <span>fetch and process the linked resource</span>
Expand Down Expand Up @@ -28336,11 +28337,12 @@ document.body.appendChild(wbr);</code></pre>
data-x="concept-request-destination">destination</span>), or "<code data-x="">script</code>" if
it is in no state.</p></li>

<li><p>If <var>destination</var> is not <span
data-x="concept-script-like-destination">script-like</span>, then <span>queue an element
task</span> on the <span>networking task source</span> given <var>el</var> to <span
data-x="concept-event-fire">fire an event</span> named <code data-x="event-error">error</code>
at <var>el</var>, and return.</p></li>
<li><p>If <var>destination</var> is not "<code data-x="">json</code>","<code
data-x="">style</code>", or a <span
data-x="concept-script-like-destination">script-like destination</span>, then
<span>queue an element task</span> on the <span>networking task source</span> given <var>el</var>
to <span data-x="concept-event-fire">fire an event</span> named <code
data-x="event-error">error</code> at <var>el</var>, and return.</p></li>

<li><p>Let <var>url</var> be the result of <span>encoding-parsing a URL</span> given
<var>el</var>'s <code data-x="attr-link-href">href</code> attribute's value, relative to
Expand Down Expand Up @@ -152544,7 +152546,7 @@ interface <dfn interface>External</dfn> {
<th> <code data-x="">as</code>
<td> <code data-x="attr-link-as">link</code>
<td> <span data-x="concept-potential-destination">Potential destination</span> for a preload request (for <code data-x="attr-link-rel">rel</code>="<code data-x="rel-preload">preload</code>" and <code data-x="attr-link-rel">rel</code>="<code data-x="rel-modulepreload">modulepreload</code>")
<td> <span data-x="concept-potential-destination">Potential destination</span>, for <code data-x="attr-link-rel">rel</code>="<code data-x="rel-preload">preload</code>"; <span data-x="concept-script-like-destination">script-like destination</span>, for <code data-x="attr-link-rel">rel</code>="<code data-x="rel-modulepreload">modulepreload</code>"
<td> <span data-x="concept-potential-destination">Potential destination</span>, for <code data-x="attr-link-rel">rel</code>="<code data-x="rel-preload">preload</code>"; "<code data-x="">json</code>", "<code data-x="">style</code>", or a <span data-x="concept-script-like-destination">script-like destination</span> for <code data-x="attr-link-rel">rel</code>="<code data-x="rel-modulepreload">modulepreload</code>"
<tr>
<th> <code data-x="">async</code>
<td> <code data-x="attr-script-async">script</code>
Expand Down Expand Up @@ -156406,6 +156408,7 @@ INSERT INTERFACES HERE
Kristof Zelechovski,
Krzysztof Maczy&#x0144;ski,
&#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (Kurosawa Takeshi),
Kurt Catti-Schmidt,
Kyle Barnhart,
Kyle Hofmann<!-- Ozob -->,
Kyle Huey,
Expand Down