internet-explorercompatibility-mode

IE compatibly document modes


i want to test my website on IE X as appear for normal user who use IEx, but i have confusion with the difference between "Standards" and "Internet explorer X standards" as appeared in the image.

Internet explorer document modes


Solution

  • First things first, please be aware that the IE compatibility modes are not really suitable for testing how your site works in other versions of IE. Setting the browser to IE8 mode does not turn it into IE8. There are features that are missing or different, and there are bugs that make it work differently to a real copy of IE8.

    The only way to accurately test for compatibility with old IE versions is to actually run your site in real copies of those old IE versions. I would suggest going to modern.ie, which is Microsoft's site for browser testing. You can download free VMs to allow you to test your site in all versions of IE. Alternatively, they are offering a free 3 month package to the BrowserStack website, which is a nice little service that allows you to test in various browsers and versions online without having to install anything. Give those services a try rather than relying on compatibility mode to work for you.

    It's also worth saying that the next IE version (IE11, due out in a few months) won't actually allow you to switch to compatibility mode so easily, for exactly the reasons described above; compat mode will be limited only to sites that explicitly declare themselves as requiring it in the headers. That will make it much harder to use compat mode in the way you're doing now.

    Having said that, the compat mode does give a basic level of backward compatibility, and your question is about what those menu options actually mean, so let me explain:

    Hope that helps answer the question.