Skip to content

Commit c3e5ee3

Browse files
authored
Fix references to optional supportedConfigurations (#536)
Closes #529 *** 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 | 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
1 parent c01e7e5 commit c3e5ee3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

encrypted-media-respec.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,7 @@

10521052
and use a {{MediaKeys}} object with the provided configuration.
10531053
p>
10541054
<p>
1055-
Requests access to the specified [=Key System=]. When
1056-
<code>supportedConfigurationscode> is specified, the configuration specified by
1055+
Requests access to the specified [=Key System=]. The configuration specified by
10571056
at least one of its elements must be supported. The resulting
10581057
{{MediaKeySystemAccess}} will correspond to the first such element.
10591058
p>
@@ -1063,7 +1062,7 @@

10631062
p>
10641063
<p>
10651064
If the <code>keySystemcode> is not supported or not allowed (in at least one of
1066-
the <code>supportedConfigurationscode>, if specified), the promise is rejected.
1065+
the <code>supportedConfigurationscode>), the promise is rejected.
10671066
Otherwise, it is resolved with a new {{MediaKeySystemAccess}} object.
10681067
p>
10691068
<div class="note">

0 commit comments

Comments
 (0)