- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 21 May 2025 00:04:03 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 21 May 2025 07:04:07 UTC
@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