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

I think this issue ought to be closed, because the Document constructor as already implemented returns an "xml" document, so leaving that alone seems good. One of two things can then happen:
 * `HTMLDocument` is revived and gets its own constructor
 * Everything is successfully folded in `Document`, and its constructor is given options to pick between "xml" and "html", with "xml" as the default.

-- 
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-250160640

Received on Wednesday, 28 September 2016 13:06:43 UTC