4

I would like a (extensive) list of changes that have been made to the behavior of IE9 in standards mode.

As an example, I recently debugged an issue in SWFObject and found that IE9 now returns typeof stylesheet.addRule == "function" instead of "object".

Jeremy
  • 1
  • 85
  • 340
  • 366
user120242
  • 14,918
  • 3
  • 38
  • 52

1 Answers1

2

IE9 guide for developers is a complete overview of new features and improvements.

Sindre Sorhus
  • 62,972
  • 39
  • 168
  • 232
  • Was hoping for a better list as that list doesn't actually cover things like the example I gave in the OP. It'd be nice if they had an issue tracker or changelog. But I guess that's asking a bit much. – user120242 Apr 20 '11 at 13:44
  • You could look through the fixed bugs for IE9 in the feedback program, but I wouldn't recommend it. http://connect.microsoft.com/ie/ – Sindre Sorhus Apr 20 '11 at 16:19