[Bug 21945] Does responseXML ever return an XMLDocument

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21945

--- Comment #10 from Boris Zbarsky <bzbarsky@mit.edu> ---
In IE9 the thing returned from responseXML isn't even instanceof Document and
is otherwise all sorts of weird (toString on it throws,
Object.prototype.toString.call returns "[object Object]", etc, etc).  It
certainly doesn't support various Document stuff from the spec like the named
getter and write().

So I guess you could argue that IE has merged Document and HTMLDocument by
making only HTML documents be Document.... I'm not sure that's useful.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 7 May 2013 16:30:45 UTC