Alyda Gilmore wrote:
> That's not my understanding at all! I used the following for a number of
> years:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> and recently switched to:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
> "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
> Source:
> http://en.wikipedia.org/wiki/Quirks_mode
> http://www.alistapart.com/stories/doctype/
> Could someone else please verify?

Hi Alyda--

I should add that IE reads XHTML, so it supports it in that sense, but 
it serves the pages as "text/html" not as "application/xml+xhtml."

I interpret that to mean that it's going to serve the pages as html, 
regardless of whether or not I've specified an xhtml doctype.

Source:
http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx

It used to be possible to trick IE into serving documents as 
"application/xml," but I'm not sure if this is still possible (or even 
used).

Source:
http://www.w3.org/MarkUp/2004/xhtml-faq#ie

Two other useful questions on that page:
http://www.w3.org/MarkUp/2004/xhtml-faq#texthtml
http://www.w3.org/MarkUp/2004/xhtml-faq#mime11

Hope that helps.
--Bill

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bill Brown, MacNimble.com :: "From dot concept to dot com since 1999"
WebDevelopedia.com, TheHolierGrail.com, Cyber-Sandbox.com, Anytowne.com
"The intuitive mind is a sacred gift and the rational mind is a
faithful servant. We have created a society that honors the servant and
has forgotten the gift. -- Albert Einstein
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to