hi in WebCore/dom/DOMImplementation.cpp
the member function bool DOMImplementation::isTextMIMEType(const String& mimeType) will regard all mime types starts with 'text/' as DOM except for 'text/html', 'text/xml' and 'text/xsl' but there are some mime types are not DOM but starts with 'text/' as their mime type such as JAD of the midlet http://en.wikipedia.org/wiki/JAD_(file_format) mime type:text/vnd.sun.j2me.app-descriptor but in this case , the JAD will be threated as a DOM and loaded by webkit instead of triggering download procedure so i would like to ask is this a bug in DOMImplementation here?? thanks
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

