From 7f3cbc2b1d07da06d9c4eb9a683b957106553956 Mon Sep 17 00:00:00 2001 From: joeyparrish <6843156+joeyparrish@users.noreply.github.com> Date: Thu, 23 May 2024 16:34:57 +0000 Subject: [PATCH] chore: tidy up index.html --- 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"}}.
- 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.