Re: [whatwg/dom] createDocument() should use namespace to set content type (#217)

If `new Document()` creates a `Document` of type `application/xhtml+xml`, that would be inconsistent with loading an `application/xhtml+xml` resource into a browsing context which would instead be `HTMLDocument` (I assumed, but reading #221 maybe `HTMLDocument` can be used only for "html" mode documents instead, if it is unmerged...)

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

Received on Thursday, 14 April 2016 21:38:57 UTC