From 1507fa7a4cb1ce7e8c639784a1cd9373a5882672 Mon Sep 17 00:00:00 2001 From: Dan Clark Date: Wed, 3 Apr 2024 11:34:04 -0700 Subject: [PATCH] Restore missing word in --- dom.bs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dom.bs b/dom.bs index b8a282bb..a4aabb43 100644 --- a/dom.bs +++ b/dom.bs @@ -6941,8 +6941,9 @@ a boolean delegatesFocus, and a string slotAssignment:
  • If element's namespace is not the HTML namespace, then throw a "{{NotSupportedError!!exception}}" {{DOMException}}. -

  • If element's is not a valid shadow host name, then throw a - "{{NotSupportedError!!exception}}" {{DOMException}}. +

  • If element's local name is not a + valid shadow host name, then throw a "{{NotSupportedError!!exception}}" + {{DOMException}}.

  • If element's local name is a valid custom element name, or