Last Updated: $Date: 2003/06/24 13:11:02 $
| media type | text/html | application/xhtml+xml | text/xml | application/xml |
|---|---|---|---|---|
| xml-stylesheet PI and link | recognized as HTML | recognized as XHTML | recognized as XHTML | recognized as XHTML |
| link only | recognized as HTML | recognized as XHTML | blank page was rendered | blank page was rendered |
| xml-stylesheet PI only | recognized as HTML, xml-stylesheet PI was not recognized | recognized as XHTML | recognized as XHTML | recognized as XHTML |
| without xmlns | recognized as HTML | recognized as XML, XHTML-specific semantics were not recognized | recognized as XML, XHTML-specific semantics were not recognized | recognized as XML, XHTML-specific semantics were not recognized |
| without DOCTYPE | recognized as HTML | recognized as XHTML | recognized as XHTML | recognized as XHTML |
| without DOCTYPE and xmlns | recognized as HTML | recognized as XML, XHTML-specific semantics were not recognized | recognized as XML, XHTML-specific semantics were not recognized | recognized as XML, XHTML-specific semantics were not recognized |
| Broken XHTML | recognized as HTML, well-formedness error was not checked | failed correctly | reported a bunch of critical errors in the logger window, and showed blank page | reported a bunch of critical errors in the logger window, and showed blank page |
| HTML 4 | recognized as HTML | failed correctly | reported a bunch of critical errors in the logger window, but displayed text contents | reported a bunch of critical errors in the logger window, but displayed text contents |