Skip to content

Commit bbaf8a7

Browse files
Editorial: remove unreachable preload destinations from match-preload-type
1 parent c81a6a0 commit bbaf8a7

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

source

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29059,8 +29059,8 @@ document.body.appendChild(wbr);</code></pre>
2905929059

2906029060
<div algorithm>
2906129061
<p>For the purposes of this section, a string <var>type</var>
29062-
<dfn data-x="match preload type">matches</dfn> a string <var>destination</var> if the following
29063-
algorithm returns true:</p>
29062+
<dfn data-x="match preload type">matches</dfn> a <span>preload destination</span>
29063+
<var>destination</var> if the following algorithm returns true:</p>
2906429064
<ol>
2906529065
<li><p>If <var>type</var> is an empty string, then return true.</p></li>
2906629066

@@ -29079,12 +29079,7 @@ document.body.appendChild(wbr);</code></pre>
2907929079
<p>If any of the following are true:</p>
2908029080

2908129081
<ul>
29082-
<li><p><var>destination</var> is "<code data-x="">audio</code>" or "<code
29083-
data-x="">video</code>", and <var>mimeTypeRecord</var> is an
29084-
<span>audio or video MIME type</span>;</p></li>
29085-
29086-
<li><p><var>destination</var> is a
29087-
<span data-x="concept-script-like-destination">script-like destination</span> and
29082+
<li><p><var>destination</var> is "<code data-x="">script</code>" and
2908829083
<var>mimeTypeRecord</var> is a <span>JavaScript MIME type</span>;</p></li>
2908929084

2909029085
<li><p><var>destination</var> is "<code data-x="">image</code>" and

0 commit comments

Comments
 (0)