Skip to content

Commit

Permalink
[Editorial] Fix some minor spacing issues in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Nov 18, 2024
1 parent a84dda6 commit 0e2e5c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,10 @@ input {{SecurePaymentConfirmationRequest}} |data|, are:
|data|["{{SecurePaymentConfirmationRequest/credentialIds}}"].
1. If the |data|["{{SecurePaymentConfirmationRequest/rpId}}"] is
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}}"].
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,
return `false`. The user agent must maintain
Expand Down

0 comments on commit 0e2e5c5

Please sign in to comment.