Re: [whatwg/dom] Valid/Invalid characters in document.createElement() (#849)

cscott left a comment (whatwg/dom#849)

The Doctype element has the same issue: when the doctype name doesn't match the Name or QName production a DOMException is thrown according to spec (https://dom.spec.whatwg.org/#interface-domimplementation) but in a "real" parser the DocumentType element is created anyway.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/849#issuecomment-2877929861
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/849/2877929861@github.com>

Received on Tuesday, 13 May 2025 21:00:32 UTC