Skip to content

Commit ca8b6a5

Browse files
Editorial: use different global (#997)
1 parent b9bf709 commit ca8b6a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,9 @@

575575
|details|)dfn>code> constructor MUST act as follows:
576576
p>
577577
<ol class="algorithm">
578-
<li>If the <a>current settings objecta>'s [=relevant global
579-
object=]'s [=associated `Document`=] is not <a>allowed to usea> the
580-
"[=payment-permission|payment=]" permission, then [=exception/throw=]
578+
<li>If [=this=]'s [=relevant global object=]'s [=associated
579+
`Document`=] is not <a>allowed to usea> the
580+
<a>"payment"a> permission, then [=exception/throw=]
581581
a {{"SecurityError"}} {{DOMException}}.
582582
li>
583583
<li>Establish the request's id:
@@ -1957,7 +1957,7 @@

19571957
|response|.{{PaymentResponse/[[request]]}}.
19581958
li>
19591959
<li>Let |document:Document| be |request|'s <a>relevant global
1960-
objecta>'s <a>associated Documenta>.
1960+
objecta>'s <a>associated `Document`a>.
19611961
li>
19621962
<li data-tests=
19631963
"payment-response/rejects_if_not_active-manual.https.html">If
@@ -1987,7 +1987,7 @@

19871987
If
19881988
|errorFields:PaymentValidationErrors|.{{PaymentValidationErrors/paymentMethod}}
19891989
member was passed, and if required by the specification that
1990-
defines |response|.{{PaymentResponse/payment}}, then [=converted
1990+
defines |response|.{{PaymentResponse/methodName}}, then [=converted
19911991
to an IDL value|convert=] |errorFields|'s
19921992
{{PaymentValidationErrors/paymentMethod}} member to an IDL value
19931993
of the type specified there. Otherwise, [=converted to an IDL
@@ -2305,9 +2305,9 @@

23052305
h2>
23062306
<p>
23072307
This specification defines a [=policy-controlled feature=] identified
2308-
by the string "<code><dfn data-lt="payment-permission" data-nodefault=
2309-
"">paymentdfn>code>" [[permissions-policy]]. Its <a>default
2310-
allowlista> is '<code>selfcode>'.
2308+
by the string <dfn class="permission">"payment"dfn>
2309+
[[permissions-policy]]. Its <a>default allowlista> is
2310+
'<code>selfcode>'.
23112311
p>
23122312
<aside class="note">
23132313
<p>

0 commit comments

Comments
 (0)