From 28b28d25759e57bc8bdd3ef6394534cc5222256f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 09:40:32 -0700 Subject: [PATCH] Tidied up document using tidy-html5 (#543) --- encrypted-media-respec.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/encrypted-media-respec.html b/encrypted-media-respec.html index 55895a4..474ec8e 100644 --- a/encrypted-media-respec.html +++ b/encrypted-media-respec.html @@ -5375,15 +5375,15 @@

  • - If cdm has become unavailable due to a hardware context reset, - [=queue a task=] to run the [=CDM Unavailable=] algorithm with reason + If cdm has become unavailable due to a hardware context reset, [=queue a + task=] to run the [=CDM Unavailable=] algorithm with reason {{MediaKeySessionClosedReason/"hardware-context-reset"}}.

  • - If cdm has become unavailable for any other reason, - [=queue a task=] to run the [=CDM Unavailable=] algorithm with reason + If cdm has become unavailable for any other reason, [=queue a task=] to + run the [=CDM Unavailable=] algorithm with reason {{MediaKeySessionClosedReason/"internal-error"}}.

  • @@ -6352,10 +6352,11 @@

  • - If cdm is no longer usable, run the [=CDM Unavailable=] - algorithm on media keys with the reason - {{MediaKeyStatus/"hardware-context-reset"}} for a hardware - context reset, or {{MediaKeyStatus/"internal-error"}} otherwise. + If cdm is no longer usable, run the [=CDM + Unavailable=] algorithm on media keys with the + reason {{MediaKeyStatus/"hardware-context-reset"}} for a + hardware context reset, or + {{MediaKeyStatus/"internal-error"}} otherwise.