Re: [whatwg/dom] I can't find where inserting DocumentType nodes into Element nodes is disallowed (Issue #1278)

> If either node is a [Text](https://dom.spec.whatwg.org/#text) [node](https://dom.spec.whatwg.org/#concept-node) and parent is a [document](https://dom.spec.whatwg.org/#concept-document), or node is a [doctype](https://dom.spec.whatwg.org/#concept-doctype) and parent is not a [document](https://dom.spec.whatwg.org/#concept-document), then [throw](https://webidl.spec.whatwg.org/#dfn-throw) a "[HierarchyRequestError](https://webidl.spec.whatwg.org/#hierarchyrequesterror)" [DOMException](https://webidl.spec.whatwg.org/#idl-DOMException).

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

Message ID: <whatwg/dom/issues/1278/2060786099@github.com>

Received on Wednesday, 17 April 2024 09:15:07 UTC