Skip to content

Commit 787476f

Browse files
authored
Editorial: update parse a MIME type
Update the usage of "collect an HTTP quoted string" in the "parse a MIME type" algorithm as per whatwg/fetch#1567.
1 parent 227a469 commit 787476f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimesniff.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ a <a>valid MIME type string</a> that does not contain U+003B (;).
325325

326326
<ol>
327327
<li><p>Set <var>parameterValue</var> to the result of <a>collecting an HTTP quoted string</a>
328-
from <var>input</var>, given <var>position</var> and the <var ignore>extract-value flag</var>.
328+
from <var>input</var>, given <var>position</var> and true.
329329

330330
<li>
331331
<p><a>Collect a sequence of code points</a> that are not U+003B (;) from <var>input</var>,

0 commit comments

Comments
 (0)