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

We use `Document` for HTML and "XML" documents. `XMLDocument` exists mostly because of `load()` (which only Firefox has at this point I think). E.g., `XMLHttpRequest` always returns `Document` from `responseXML`. This can sometimes be flagged as "xml", sometimes as "html".

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

Received on Tuesday, 23 August 2016 08:18:51 UTC