I want to know, till what time will IE team supports the backward compatibility using the emulate tag for example ie11 to ie7 using
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
Asked
Active
Viewed 104 times
-3

Bhaskara Arani
- 1,556
- 1
- 26
- 44
1 Answers
2
Since Microsoft is no longer making changes to Internet Explorer (except for security updates), this will continue to work for the foreseeable future.

libertyernie
- 2,590
- 1
- 17
- 13
-
Thanks for your input, do we have any information to confirm this or in any blog they are saying, because i need to convey the same to my client – Bhaskara Arani Sep 08 '16 at 16:28
-
1@BhaskaraArani. There will be no further development on Internet Explorer , except for security patches. So it's safe to tell your client functionality won't change anymore. If for some strange reason Microsoft would decide that they need to make changes to the browser anyway, then you can't really be held accountable by your client for software not working anymore. They should update their software anyway so you don't need 'hacks' like document mode. – Luuuud Sep 12 '16 at 14:27
-
Thanks @LuudJacobs for the upate – Bhaskara Arani Sep 13 '16 at 15:52