1 Dec
2005
1 Dec
'05
10:19 p.m.
Except that sending XHTML 1.0 Strict as text/html is valid, but sending XHTML 1.1 Strict as text/html is not right, according to the W3C. Since we can't send things as text/xml+html because IE is a broken ancient piece of popular crap, that means XHTML 1.0 is as up to date as we can support and still be "right".
Using XHTML without application/xhtml+xml is pretty pointless. I'd prefer a theme based on HTML 4.01.
Actually doing all the Drupal core theme functions with XHTML in mind is quite a good idea IMHO. Any theme can do the fancy magic of detecting capable user agents, and send proper Content-type to them. Goba