IE8 doctype changing

Posted by user303378 on Stack Overflow See other posts from Stack Overflow or by user303378
Published on 2010-03-27T23:05:18Z Indexed on 2010/03/27 23:13 UTC
Read the original article Hit count: 496

Filed under:
|
|

I am currently using an XHTML 1.0 transitional doctype on my vBulletin website. The page in question is PHP. The source (view source) of this page verifies that the XHTML 1.0 transitional doctype is on the page. Upon downloading (File > Save As) the page in IE8, I realized that my doctype had been replaced with an HTML 4.0 transitional doctype.

Why does IE8 change the doctype?

Why isn't the doctype its chosen displayed in the "View Source"?

© Stack Overflow or respective owner

Related posts about doctype

Related posts about ie8