Skip to content

Commit

Permalink
Editorial: use associated Document in place of responsible document
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr committed Mar 16, 2022
1 parent 13509a1 commit f2b6eb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions encrypted-media-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,10 @@ <h3><dfn>Navigator</dfn> Extension: <code>requestMediaKeySystemAccess()</code></
<ol class="method-algorithm">
<!-- TODO: Convert all parameters to use <code>. -->

<li><p>If the <a href="https://html.spec.whatwg.org/multipage/webappapis.html#responsible-document">responsible
document</a> is not <a>allowed to use</a> the <a><code>encrypted-media</code></a> feature, then throw a "<a
<li><p>If <a data-cite="!WEBIDL#this">this</a>'s
<a href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global">relevant global object</a>'s
<a href="https://html.spec.whatwg.org/multipage/window-object.html#concept-document-window">associated <code>Document</code></a>
is not <a>allowed to use</a> the <a><code>encrypted-media</code></a> feature, then throw a "<a
data-cite="!WEBIDL#securityerror">SecurityError</a>" <a
data-cite="!WEBIDL#dfn-DOMException">DOMException</a> and abort these steps.</p></li>

Expand Down

0 comments on commit f2b6eb7

Please sign in to comment.