Skip to content

Commit 0e2e5c5

Browse files
[Editorial] Fix some minor spacing issues in spec
1 parent a84dda6 commit 0e2e5c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,10 @@ input {{SecurePaymentConfirmationRequest}} |data|, are:
806806
|data|["{{SecurePaymentConfirmationRequest/credentialIds}}"].
807807
1. If the |data|["{{SecurePaymentConfirmationRequest/rpId}}"] is
808808
not the [=origin=] of the [=relevant settings object=] of |request|,
809-
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}}"].
809+
run the [=steps to silently determine if a credential is SPC-enabled=],
810+
passing in |data|["{{SecurePaymentConfirmationRequest/rpId}}"] and |id|.
811+
If the result is `false`, remove |id| from
812+
|data|["{{SecurePaymentConfirmationRequest/credentialIds}}"].
810813

811814
1. If |data|["{{SecurePaymentConfirmationRequest/credentialIds}}"] is now empty,
812815
return `false`. The user agent must maintain

0 commit comments

Comments
 (0)