Hacker News new | ask | show | jobs
by astrodust 4854 days ago
There's a sad story waiting to be written about the developers that have had to spend so much time deliberately introducing bugs into IE10 to make this feature work.
1 comments

Nah, they just plug in the old Trident renderers. "Browser mode" changes the user agent, and "Document mode" changes the renderer. The JS engine remains the same, which is why you always need to test in the real deal.
Document mode changes JS compatibility, at least in IE9. I doubt they dropped that in IE10.

http://blogs.msdn.com/b/ie/archive/2011/03/24/ie9-s-document...