[Bug 10324] New: send() should set Content-Type to text/html for HTML documents

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10324

           Summary: send() should set Content-Type to text/html for HTML
                    documents
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XHR 1.0
        AssignedTo: annevk@opera.com
        ReportedBy: annevk@opera.com
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-webapps@w3.org


When the Document object passed to send is created by createHTMLDocument() or
an HTML parser the media type should not be application/xml. The Document
object will be serialized according to HTML rules already, but the Content-Type
set for it is currently incorrect.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 9 August 2010 12:18:30 UTC