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 authored Mar 16, 2022
1 parent ff5e725 commit 34c206f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ <h2>
|details|)</dfn></code> constructor MUST act as follows:
</p>
<ol class="algorithm">
<li>If the <a>current settings object</a>'s [=environment settings
object / responsible document=] is not <a>allowed to use</a> the
<li>If the <a>current settings object</a>'s [=relevant global object=]'s
[=associated `Document`=] is not <a>allowed to use</a> the
"[=payment-permission|payment=]" permission, then [=exception/throw=]
a {{"SecurityError"}} {{DOMException}}.
</li>
Expand Down

0 comments on commit 34c206f

Please sign in to comment.