[Bug 21945] New: Does responseXML ever return an XMLDocument

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

            Bug ID: 21945
           Summary: Does responseXML ever return an XMLDocument
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XHR
          Assignee: annevk@annevk.nl
          Reporter: arv@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

The IDL says Document? but I'm curious if one could check the type of the
returned document to determing if it is an HTML Document or an XMLDocument?

For example, it might be useful to know if xhr.responseXML.createElement('div')
would create an HTMLDivElement or an Element object.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 6 May 2013 21:59:40 UTC