Skip to content

Commit

Permalink
Add reference to #235
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Dec 17, 2024
1 parent 24b23f0 commit 7001dec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
<section algorithm>
<h4 id='check-mime-type-validity'><dfn abstract-op noexport lt="Check MIME Type Validity|check MIME type validity">Check MIME Type Validity</dfn></h4>
<p>
To [$check MIME type validity$] given a [=MIME type record=] |mimeType| and
To [$check MIME type validity$] given a [=MIME type record=] |mimeType| and
a string |media|, run the following steps:
</p>
<ol>
Expand All @@ -961,7 +961,10 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
<li>
If the <code>parameters</code> member of |mimeType|
does not contain a single key named "codecs", return
false.
<code>false</code>.

Issue(235): Why does it matter if a single media codec is listed?

</li>
<li>
If the value of <code>mimeType.parameters["codecs"]</code>
Expand All @@ -974,7 +977,7 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
Return <code>true</code>.
</li>
</ol>

Issue(238): Does this logic apply to <code>webrtc</code>?

</section>
Expand Down

0 comments on commit 7001dec

Please sign in to comment.