Re: [php-gtk-webmaster] strangely, this works...

[email protected] (Scott Mattocks) Mon, 10 Jul 2006 13:54:34 -0400
Newsgroups php.gtk.webmaster
Message-ID <[email protected]>
Steph Fox wrote:
> OK so it makes it invalid again, but a) it doesn't cause any problems 
> with display and b) the page I validated had HTML errors in it that I 
> hadn't noticed until the validator told me!
> 
> It'd make sense to me to switch, given that 4.01 fights back and 4.0 is 
> antiquated.

Google says that the difference in display when the dtd is added is 
because the browser switches from "quirks mode" to strict mode when it 
sees the dtd. Quirks mode is made to emulate the lack of standards 
support in older versions. I think by changing the style.css we can 
overcome this problem without having to change the dtd. That should keep 
us valid and fix the display issues.

Scott