Skip to content

Commit

Permalink
Fix references to optional supportedConfigurations (#536)
Browse files Browse the repository at this point in the history
Closes #529


<!--
    This comment and the below content is programmatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/w3c/encrypted-media/pull/536.html" title="Last updated on May 14, 2024, 9:34 PM UTC (7c04de8)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/encrypted-media/536/c01e7e5...7c04de8.html" title="Last updated on May 14, 2024, 9:34 PM UTC (7c04de8)">Diff</a>
  • Loading branch information
joeyparrish authored May 15, 2024
1 parent c01e7e5 commit c3e5ee3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions encrypted-media-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,7 @@ <h2>
and use a {{MediaKeys}} object with the provided configuration.
</p>
<p>
Requests access to the specified [=Key System=]. When
<code>supportedConfigurations</code> is specified, the configuration specified by
Requests access to the specified [=Key System=]. The configuration specified by
at least one of its elements must be supported. The resulting
{{MediaKeySystemAccess}} will correspond to the first such element.
</p>
Expand All @@ -1063,7 +1062,7 @@ <h2>
</p>
<p>
If the <code>keySystem</code> is not supported or not allowed (in at least one of
the <code>supportedConfigurations</code>, if specified), the promise is rejected.
the <code>supportedConfigurations</code>), the promise is rejected.
Otherwise, it is resolved with a new {{MediaKeySystemAccess}} object.
</p>
<div class="note">
Expand Down

0 comments on commit c3e5ee3

Please sign in to comment.