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
…495)

Closes #493


<!--
    This comment and the below content is programmatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/miketaylr/encrypted-media/pull/495.html" title="Last updated on Mar 16, 2022, 8:51 PM UTC (f2b6eb7)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/encrypted-media/495/13509a1...miketaylr:f2b6eb7.html" title="Last updated on Mar 16, 2022, 8:51 PM UTC (f2b6eb7)">Diff</a>
  • Loading branch information
miketaylr authored Mar 16, 2022
1 parent 13509a1 commit 59d8002
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 59d8002

Please sign in to comment.