IE9 throws my page in IE7 document mode and <!DOCTYPE html> gets commented out
问题 My webpage has the following doctype <!DOCTYPE html> The above line is the very first line on my HTML page. These are no extra spaces or comments before this line. Still the page goes in IE7 document mode and <!DOCTYPE html> gets commented out when i check the html page using developer tools. I know that I can force a certain document mode by including the following meta tag <meta http-equiv="X-UA-Compatible" content="IE=edge" /> But I am not supposed to use this, niether I am supposed to go