On Thu, Jun 4, 2009 at 11:38 AM, Joseph Taylor <j...@sitesbyjoe.com> wrote:
> I took a look at your source code - there are a whole bunch of issues
> beginning with oddities in your HTML - things like:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd";>
> <HTML lang=en xml:lang="en" xmlns="http://www.w3.org/1999/xhtml";>
>
> Your saying the DocType is HTML 4.01 Transitional, but then you're linking
> to the XHTML namespace - that's probably confusing IE right from the get go.
> Using Transitional DocTypes also pisses IE off.
>
> <ul >
>
> Weird spacees in your tags? That's begging for IE weirdness.
>
> Try starting with perfect HTML that's of the Strict DocType whether it's
> HTML or XHTML.



I'm pretty sure the well observed and documented behavior of IE is
that WHICH doctype makes absolutely not a lick of difference at all.
The only thing it looks for is the string <!doctype at the beginning
of the document, which decides whether it goes into quirksmode or not.

But to such objections, I've cleaned up the example. It now validates
on the w3c validator, has no spare spaces in the wrong places, doesn't
disagree with itself about what sort of document it is,  and still
exhibits the bug, about as I predicted it would.


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to