From 0d0c2c4ac73d4e66f869ae9ffabf3154437e1431 Mon Sep 17 00:00:00 2001 From: Ian Jacobs Date: Mon, 18 Nov 2024 09:19:10 -0600 Subject: [PATCH] Define link-default for orgin --- spec.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 4a22e43..2badb2a 100644 --- a/spec.bs +++ b/spec.bs @@ -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
@@ -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,