Skip to content

Commit 3624957

Browse files
authored
Editorial: Export the image pattern and the media pattern algorithm
Needed for whatwg/fetch#1755
1 parent 60ebda1 commit 3624957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mimesniff.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ and a <a for=/>set</a> of <a>bytes</a> to be ignored <var>ignored</var>, and ret
791791

792792
<p>To determine which <a>image MIME type</a> <a>byte pattern</a> a <a>byte sequence</a>
793793
<var>input</var> matches, if any, use the following
794-
<dfn>image type pattern matching algorithm</dfn>:
794+
<dfn export>image type pattern matching algorithm</dfn>:
795795

796796
<ol>
797797
<li><p>Execute the following steps for each row <var>row</var> in the following table:
@@ -985,7 +985,7 @@ and a <a for=/>set</a> of <a>bytes</a> to be ignored <var>ignored</var>, and ret
985985
<h3 id=matching-an-audio-or-video-type-pattern>Matching an audio or video type pattern</h3>
986986

987987
<p>To determine which <a>audio or video MIME type</a> <a>byte pattern</a> a <a>byte sequence</a>
988-
<var>input</var> matches, if any, use the following <dfn>audio or video type pattern matching
988+
<var>input</var> matches, if any, use the following <dfn export>audio or video type pattern matching
989989
algorithm</dfn>:
990990

991991
<ol>

0 commit comments

Comments
 (0)