Skip to content

Commit

Permalink
Editorial: use different global (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Feb 5, 2024
1 parent c37921b commit 1a4263b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ <h2>
|details|)</dfn></code> constructor MUST act as follows:
</p>
<ol class="algorithm">
<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=]
<li>If [=this=]'s [=relevant global object=]'s [=associated
`Document`=] is not <a>allowed to use</a> the
<a>"payment"</a> permission, then [=exception/throw=]
a {{"SecurityError"}} {{DOMException}}.
</li>
<li>Establish the request's id:
Expand Down Expand Up @@ -1924,7 +1924,7 @@ <h2>
|response|.{{PaymentResponse/[[request]]}}.
</li>
<li>Let |document:Document| be |request|'s <a>relevant global
object</a>'s <a>associated Document</a>.
object</a>'s <a>associated `Document`</a>.
</li>
<li data-tests=
"payment-response/rejects_if_not_active-manual.https.html">If
Expand Down Expand Up @@ -1954,7 +1954,7 @@ <h2>
If
|errorFields:PaymentValidationErrors|.{{PaymentValidationErrors/paymentMethod}}
member was passed, and if required by the specification that
defines |response|.{{PaymentResponse/payment}}, then [=converted
defines |response|.{{PaymentResponse/methodName}}, then [=converted
to an IDL value|convert=] |errorFields|'s
{{PaymentValidationErrors/paymentMethod}} member to an IDL value
of the type specified there. Otherwise, [=converted to an IDL
Expand Down Expand Up @@ -2272,8 +2272,8 @@ <h2>
</h2>
<p>
This specification defines a [=policy-controlled feature=] identified
by the string "<code><dfn data-lt="payment-permission" data-nodefault=
"">payment</dfn></code>" [[permissions-policy]]. Its
by the string <dfn class="permission">"payment"</dfn>
[[permissions-policy]]. Its
[=policy-controlled feature/default allowlist=] is '<code>self</code>'.
</p>
<aside class="note">
Expand Down

0 comments on commit 1a4263b

Please sign in to comment.