Skip to content

Commit

Permalink
Tidied up document using tidy-html5 (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2024
1 parent 16a5d67 commit 28b28d2
Showing 1 changed file with 9 additions and 8 deletions.
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

0 comments on commit 28b28d2

Please sign in to comment.