NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Something you might want to look at (Score:1)
http://hixie.ch/advocacy/xhtml
to sum it up,
IE6 does not support application/xhtml+xml (in fact, it does not support XHTML at all)
Documents sent as text/html are handled as tag soup by most UAs.
This is the key. If you send XHTML as text/html, as far as browsers are concerned, you are just sending them Tag Soup. It doesn't matter if it validates, they are just going to be treating it the same w
Re:Something you might want to look at (Score:1)
Anyway, I wanted to add that some lively discussion of these issues can be had in the #web channel on Freenode (great bunch of folks by the way. one of my favorite freenode channels.) in addition to more FAQ info linked therein by its helpful denizens.
Reply to This
Parent
Re:Something you might want to look at (Score:2)