From 08098e1870a3ab1abd625ecb216af4153c2a5448 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Tue, 16 Jul 2024 22:47:12 +1000 Subject: [PATCH] Use SecurityError for document state check --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 97ec158..e807dd0 100644 --- a/index.html +++ b/index.html @@ -288,7 +288,7 @@

  • If |document| is not a [=Document/fully active descendant of a top-level traversable with user attention=], [=exception/throw=] - {{"NotAllowedError"}} {{DOMException}}. + {{"SecurityError"}} {{DOMException}}.
  • If |window| does not have [=transient activation=], [=exception/throw=] {{"NotAllowedError"}} {{DOMException}}.