Skip to content

Commit

Permalink
Address Issue #152.
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Sep 17, 2024
1 parent ee7f0b6 commit 38a53ca
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,29 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
configuration</var> create a new property with the same name and
value in {{MediaCapabilitiesDecodingInfo/configuration}}.
</li>
<li>
If <code>configuration.video</code> [=map/exists=]:
<ol>
<li>
If <code>configuration.video.colorGamut</code> exists and is not
valid for the <a>valid video MIME type</a> represented by
<code>configuration.video.contentType</code>, set
{{MediaCapabilitiesInfo/supported}} to <code>false</code>.
</li>
<li>
If <code>configuration.video.transferFunction</code> exists and
is not valid for the <a>valid video MIME type</a> represented by
<code>configuration.video.contentType</code>, set
{{MediaCapabilitiesInfo/supported}} to <code>false</code>.
</li>
<li>
If {{MediaCapabilitiesInfo/supported}} is <code>false</code>, set
{{MediaCapabilitiesInfo/smooth}} and
{{MediaCapabilitiesInfo/powerEfficient}} to <code>false</code>, and
return <var>info</var>.
</li>
</ol>
</li>
<li>
If <code>configuration.keySystemConfiguration</code> [=map/exists=]:
<ol>
Expand Down

0 comments on commit 38a53ca

Please sign in to comment.