Actually xHTML works fine in IE provided it is xHTML 1.0 served as text
through a mime type of text/html. It's the xhtml served as :
application/xhtml+xml, application/xml or text/xml that causes problems in
IE.(That's why I can't go to xHTML 1.1 since it has to be served with one of
those mime types.)

http://www.w3.org/International/articles/serving-xhtml/

Just remember to dump the prolog when serving xHTML (<?xml version="1.0"
encoding="utf-8"?>).  It throws IE into quirks mode. (Quirks mode = non
cross browser rendering compatibility and is not to be desired).

<cf_northeasternshout>
        Hallelujah! They are listening!
</cf_northeasternshout>

Sandy

-----Original Message-----
From: Micha Schopman [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 04, 2005 2:48 AM
To: CF-Talk
Subject: RE: Slightly OT: XHTML (was Re: cfset ?)

XHTML is still unsupported by IE, so if you need to develop for IE, use
quirks mode at least, or stick to 4.01 

Micha Schopman
Software Engineer

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377, Fax
033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

------------------------------------------------------------------------
------------------------------------------------------------------------
-----
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren de
interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl
------------------------------------------------------------------------
------------------------------------------------------------------------
-----

-----Original Message-----
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: vrijdag 4 februari 2005 3:53
To: CF-Talk
Subject: RE: Slightly OT: XHTML (was Re: cfset ?)

TinyMCE outputs XHTML, so no problems there... 

-----Original Message-----
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
Sent: Friday, 4 February 2005 10:37
To: CF-Talk
Subject: RE: Slightly OT: XHTML (was Re: cfset ?)

 

> From: Charlie Griefer [mailto:[EMAIL PROTECTED]
> cleaning up the deprecated tags like <font> and the like will also 
> really clean up the code (and by putting all of the presentation code 
> into css, your pages will load that much faster)!
> 
> /me hears ms. clark shout an amen from up north :)

I wonder what will happen to all those nifty WYSIWYG editors... I have
never
been a fan of the HTML they output.









~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193056
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to