Re: [whatwg/dom] Clarify that new Document creates a document of type "html", not "xml" (#308)

Earlier someone has already asked about that https://github.com/whatwg/dom/issues/137. Why this constructor can't take additional argument to decide what document (internal xml or html) we want create? Now default is xml so we must use longer `document.implementation.createHTMLDocument()` which already has a predefined content.

-- 
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/308#issuecomment-241187602

Received on Saturday, 20 August 2016 08:39:43 UTC