From f0dfb48c620ff7aebaffec883e60461b66ebb1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Tue, 28 Jul 2026 09:21:52 +0200 Subject: [PATCH 1/2] Address nits --- index.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.bs b/index.bs index 48c44a1..02eb8df 100644 --- a/index.bs +++ b/index.bs @@ -361,8 +361,8 @@ The registerTool(tool, options"file", then return [=a promise rejected with=] a "{{SecurityError}}" {{DOMException}}. @@ -409,9 +409,9 @@ The registerTool(tool, optionsgetTools(options) method steps 1. If |toolRequestor| is not [=Document/fully active=], then return [=a promise rejected with=] an "{{InvalidStateError}}" {{DOMException}}. -1. If this's [=surrounding agent=]'s [=agent cluster=]'s [=is origin-keyed=] is false and this's +1. If [=this=]'s [=surrounding agent=]'s [=agent cluster=]'s [=is origin-keyed=] is false and [=this=]'s [=relevant settings object=]'s [=environment settings object/origin=]'s [=origin/scheme=] is not "file", then return [=a promise rejected with=] a "{{SecurityError}}" {{DOMException}}. From 90677ba103894f4b8d9140090257fcbf638b4314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Tue, 28 Jul 2026 19:25:56 +0200 Subject: [PATCH 2/2] use proper form --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 02eb8df..4274a31 100644 --- a/index.bs +++ b/index.bs @@ -409,9 +409,9 @@ The registerTool(tool, options