Re: [whatwg/dom] Allow more characters in element/attribute names and prefixes (PR #1079)

@domenic commented on this pull request.



> @@ -6132,10 +6182,8 @@ interface DOMImplementation {
   Returns a <a>doctype</a>, with the given
   <var>qualifiedName</var>, <var>publicId</var>, and
   <var>systemId</var>. If <var>qualifiedName</var> does not
-  match the <code><a type>Name</a></code> production, an
-  "{{InvalidCharacterError!!exception}}" {{DOMException}} is thrown, and if it does not match the
-  <code><a type>QName</a></code> production, a
-  "{{NamespaceError!!exception}}" {{DOMException}} is thrown.
+  match the <code><a>QName</a></code> production, an
+  "{{InvalidCharacterError!!exception}}" {{DOMException}} is thrown.

Yep, this has been re-done.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1079#discussion_r2099521452
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1079/review/2856544624@github.com>

Received on Wednesday, 21 May 2025 07:04:07 UTC