From 1fcb7aad5898035244ecc26a96da3074e8d6a516 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Mon, 7 Oct 2024 15:56:44 +0200 Subject: [PATCH] Fix typo in reference to variable |effectiveDomain| Fixes this Bikeshed lint: ``` LINE ~3100: The var 'effective domain' (in global scope) is only used once. If this is not a typo, please add an ignore='' attribute to the . ``` --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 060d1b51e..71d43d753 100644 --- a/index.bs +++ b/index.bs @@ -3098,7 +3098,7 @@ The [$Asynchronous RP ID validation algorithm$] lets [=signal methods=] validate and returns a promise that rejects if the validation fails. The steps are: 1. Let |effectiveDomain| be the [=relevant settings object=]'s [=environment - settings object/origin=]'s [=effective domain=]. If |effective domain| is + settings object/origin=]'s [=effective domain=]. If |effectiveDomain| is not a [=valid domain=], then return [=a promise rejected with=] "{{SecurityError}}" {{DOMException}}. 1. If |rpId| [=is a registrable domain suffix of or is equal to=]