Which one is better? XHTML STRICT 1.0 or XHTML 1.1
Which one is better? XHTML STRICT 1.0 or XHTML 1.1
IE is incapable of displaying documents sent as application/xhtml+xml. As such, it can't display valid XHTML1.1, which must be sent using an XHTML MIME-type. XHTML 1.0, on the other hand, can validly be sent as text/html; however, doing so has serious problems, so really XHTML should be avoided altogether.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
will IE 7 support this type?
apperentallly not,
http://www.sitepoint.com/blogs/2005/...rt-in-whidbey/
those *Cencored string of vulgar directed at Mircosoft* i hate them.
Last edited by boxxertrumps; 10-29-2006 at 05:16 PM.
Well, the reason it doesn't support application/xhtml+xml is because it doesn't support XHTML at all. However, XHTML is generally close enough to HTML to be parsed as badly-written HTML, which is what happens when XHTML is sent as text/html. As such, all the benefits of using XHTML are effectively mitigated by using text/html, and the end result is worse than using HTML 4.01 Strict, the recommended DTD.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks