- From: Joey Arhar <notifications@github.com>
- Date: Tue, 20 May 2025 10:31:57 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 May 2025 17:32:01 UTC
@josepharhar 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. Actually this probably depends on the discussion here: https://github.com/whatwg/dom/issues/1373 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1079#discussion_r2098519834 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1079/review/2855051011@github.com>
Received on Tuesday, 20 May 2025 17:32:01 UTC