Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: use different global #997

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,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 @@ -1957,7 +1957,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 @@ -1987,7 +1987,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 @@ -2305,9 +2305,9 @@ <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 <a>default
allowlist</a> is '<code>self</code>'.
by the string <dfn class="permission">"payment"</dfn>
[[permissions-policy]]. Its <a>default allowlist</a> is
'<code>self</code>'.
</p>
<aside class="note">
<p>
Expand Down