Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions encrypted-media-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5375,15 +5375,15 @@ <h4>
</li>
<li>
<p>
If <var>cdm</var> has become unavailable due to a hardware context reset,
[=queue a task=] to run the [=CDM Unavailable=] algorithm with reason
If <var>cdm</var> has become unavailable due to a hardware context reset, [=queue a
task=] to run the [=CDM Unavailable=] algorithm with reason
{{MediaKeySessionClosedReason/"hardware-context-reset"}}.
</p>
</li>
<li>
<p>
If <var>cdm</var> has become unavailable for any other reason,
[=queue a task=] to run the [=CDM Unavailable=] algorithm with reason
If <var>cdm</var> has become unavailable for any other reason, [=queue a task=] to
run the [=CDM Unavailable=] algorithm with reason
{{MediaKeySessionClosedReason/"internal-error"}}.
</p>
</li>
Expand Down Expand Up @@ -6352,10 +6352,11 @@ <h4>
</li>
<li>
<p>
If <var>cdm</var> is no longer usable, run the [=CDM Unavailable=]
algorithm on <var>media keys</var> with the reason
{{MediaKeyStatus/"hardware-context-reset"}} for a hardware
context reset, or {{MediaKeyStatus/"internal-error"}} otherwise.
If <var>cdm</var> is no longer usable, run the [=CDM
Unavailable=] algorithm on <var>media keys</var> with the
reason {{MediaKeyStatus/"hardware-context-reset"}} for a
hardware context reset, or
{{MediaKeyStatus/"internal-error"}} otherwise.
</p>
</li>
<li>
Expand Down