From 59d8002e58d8c8db6440f79c2b2b983351092780 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 16 Mar 2022 17:07:12 -0400 Subject: [PATCH] Editorial: use associated Document in place of responsible document (#495) Closes #493 *** Preview | Diff --- encrypted-media-respec.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/encrypted-media-respec.html b/encrypted-media-respec.html index 4346de3b..c8335ad4 100644 --- a/encrypted-media-respec.html +++ b/encrypted-media-respec.html @@ -684,8 +684,10 @@

Navigator Extension: requestMediaKeySystemAccess() -
  • If the responsible - document is not allowed to use the encrypted-media feature, then throw a "

    If this's + relevant global object's + associated Document + is not allowed to use the encrypted-media feature, then throw a "SecurityError" DOMException and abort these steps.