- From: Joey Arhar <notifications@github.com>
- Date: Tue, 20 May 2025 10:11:38 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 May 2025 17:11:43 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.
What if instead this called the new "validate and extract" algorithm?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1079#pullrequestreview-2854994399
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1079/review/2854994399@github.com>
Received on Tuesday, 20 May 2025 17:11:43 UTC