Skip to content

Commit

Permalink
Define link-default for orgin
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbjacobs committed Nov 18, 2024
1 parent 1a8c580 commit 0d0c2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ spec:fetch; type:dfn; for:/; text:request;
spec:i18n-glossary; type:dfn; text:bidi isolation
spec:i18n-glossary; type:dfn; text:language priority list
spec:url; type:dfn; text:valid domain;
spec:html; type:dfn; for:/; text:origin
</pre>

<pre class="biblio">
Expand Down Expand Up @@ -803,7 +804,7 @@ input {{SecurePaymentConfirmationRequest}} |data|, are:
If the result is `false`, remove |id| from
|data|["{{SecurePaymentConfirmationRequest/credentialIds}}"].
1. If the |data|["{{SecurePaymentConfirmationRequest/rpId}}"] is
not the [=top-level origin=] of the [=relevant settings object=] of |request|,
not the [=origin=] of the [=relevant settings object=] of |request|,
run the [=steps to silently determine if a credential is SPC-enabled=], passing in |data|["{{SecurePaymentConfirmationRequest/rpId}}"] and |id|. If the result is `false`, remove |id| from |data|["{{SecurePaymentConfirmationRequest/credentialIds}}"].

1. If |data|["{{SecurePaymentConfirmationRequest/credentialIds}}"] is now empty,
Expand Down

0 comments on commit 0d0c2c4

Please sign in to comment.