|
"Mozilla and its derivatives are the only major browsers that can handle the XHTML MIME type"
Mark is a little hard here. The link he gives (http://www.w3.org/People/mimasa/test/xhtml/media-types/results) shows that Icab and Opera also handle the XHTML MIME type. They do one thing incorrectly: uppercase selectors in CSS match lowercase element names. But if your CSS only uses lowercase selectors (and there's little reason not to) then those browsers will perform perfectly well. In other words, correct documents will be processed correctly.
Steven Pemberton
|