Skip to content

Commit 5e983d5

Browse files
joeyparrishchrisn
authored andcommitted
chore: tidy up index.html
1 parent c3e5ee3 commit 5e983d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

encrypted-media-respec.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,18 +1052,18 @@ <h2>
10521052
and use a {{MediaKeys}} object with the provided configuration.
10531053
</p>
10541054
<p>
1055-
Requests access to the specified [=Key System=]. The configuration specified by
1056-
at least one of its elements must be supported. The resulting
1057-
{{MediaKeySystemAccess}} will correspond to the first such element.
1055+
Requests access to the specified [=Key System=]. The configuration specified by at
1056+
least one of its elements must be supported. The resulting {{MediaKeySystemAccess}}
1057+
will correspond to the first such element.
10581058
</p>
10591059
<p>
10601060
Any permission checks or user interaction, such as a prompt for consent, MUST be
10611061
performed before resolving the promise.
10621062
</p>
10631063
<p>
10641064
If the <code>keySystem</code> is not supported or not allowed (in at least one of
1065-
the <code>supportedConfigurations</code>), the promise is rejected.
1066-
Otherwise, it is resolved with a new {{MediaKeySystemAccess}} object.
1065+
the <code>supportedConfigurations</code>), the promise is rejected. Otherwise, it
1066+
is resolved with a new {{MediaKeySystemAccess}} object.
10671067
</p>
10681068
<div class="note">
10691069
<p>

0 commit comments

Comments
 (0)