Last Updated: $Date: 2002/05/20 10:45:51 $
| media type | text/html | application/xhtml+xml | text/xml | application/xml |
|---|---|---|---|---|
| xml-stylesheet PI and link | recognized as HTML | not supported | recognized as XML, parsing failed | recognized as XML, parsing failed |
| link only | recognized as HTML | not supported | recognized as XML, parsing failed | recognized as XML, parsing failed |
| xml-stylesheet PI only | recognized as HTML, xml-stylesheet PI was not recognized | not supported | recognized as XML, parsing failed | recognized as XML, parsing failed |
| without xmlns | recognized as HTML | not supported | recognized as XML, parsing failed | recognized as XML, parsing failed |
| without DOCTYPE | recognized as HTML | not supported | type 3 error occured, browser crashed | type 3 error occured, browser crashed |
| without DOCTYPE and xmlns | recognized as HTML | not supported | type 3 error occured, browser crashed | type 3 error occured, browser crashed |
| Broken XHTML | recognized as HTML, well-formedness error was not checked | not supported | failed correctly | failed correctly |
| HTML 4 | recognized as HTML | not supported | failed correctly while parsing the DTD | failed correctly while parsing the DTD |