Support both Standard mode and Quirks mode? Is that possible and necessary?

Posted by tshao on Stack Overflow See other posts from Stack Overflow or by tshao
Published on 2011-01-04T14:51:54Z Indexed on 2011/01/04 14:53 UTC
Read the original article Hit count: 257

Filed under:
|

Today I was assigned a bug saying that some page elements don't work on IE8 Quirks mode at all, and I need to fix them. The point is that I believe our pages will always be rendered in Standard mode, because we specify DOCTYPE at the beginning of every page (via master page). I'd think it must be some debugging tools changed that during testing.

I managed to convice QA to close it as by design, after a brief explanation to her. Now I start to think the question that whether we should have our page work on both Standard and Quirks mode. Maybe we should try to minimize the problem even if the page is not rendering in a supposed mode?

Any standard or best practices on that? Thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html