Internet Explorer 9 Changelog

What's new in Internet Explorer 9 1.9.8023.6000 Platform Preview 7

Nov 18, 2010
  • Platform Preview 7 showcases performance enhancements made to the Chakra engine. Furthermore, Canvas pixel array manipulation has been optimized for better performance in this release.

New in Internet Explorer 9 1.9.8006.6000 Platform Preview 6 (Oct 29, 2010)

  • Platform Preview 6 introduces two new major HTML5 features along with bug fixes and performance enhancements made since the release of Platform Preview 5 and the Internet Explorer 9 Beta. The HTML5 features include CSS3 2D Transforms, which provide a simple, declarative way to translate, rotate, and scale elements in two-dimensional space. Platform Preview 6 also now recognizes HTML5 Semantic Elements as object type HTMLElement and provides default styling for them. It also continues to improve the developer experience, with built-in JavaScript formatting in F12 that quickly turns unreadable, minified code into nicely formatted JavaScript for easier debugging.

New in Internet Explorer 9 1.9.7916.6000 (Aug 4, 2010)

  • Web Platform
  • Features Available:
  • DOMException objects
  • Thrown by various DOM APIs according to the W3C DOM specs and HTML5.
  • “Constant” properties of the W3C DOM Standards
  • DOM constructor objects and prototypes now include the “const” properties described in the W3C specs
  • Updated DOM prototype hierarchy
  • Changes align IE9 standards mode with W3C standards, and include the addition of the “Node” object (and others described in DOM L2 Core), as well as changes and revisions to Node-derived objects such as “Comment”.
  • Note that the “HTMLDocument” constructor object has been removed as per the current HTML5 draft standard.
  • Features Partially Implemented
  • Canvas
  • globalCompositeOperation
  • The latest Platform Preview does not include support for the globalCompositeOperation attribute.
  • DOM Exceptions
  • The latest Platform Preview does not include support for Canvas 2D Context DOM Exceptions.
  • drawFocusRing()
  • The latest Platform Preview does not include support for the drawFocusRing() Focus management API.
  • CSS3 Fonts
  • font-size-adjust and advanced font features are not supported
  • Developer Tools
  • Features Available :
  • Searching in the Network Capture tool

New in Internet Explorer 9 1.9.7766.6000 (May 5, 2010)

  • Features Available :
  • IE9 User Agent String
  • getElementsByClassName
  • characterSet
  • CSS3 Media Queries
  • HTML5 Events
  • DOMContentLoaded
  • DOM Core
  • DocumentType, ProcessingInstruction, createDocument
  • DOM Traversal
  • DOM L3 Events
  • DOMAttrModified, Composition events
  • Features Partially Implemented :
  • DataURI
  • Support in script source
  • Developer Tools
  • Features Available :
  • - User Agent String Picker
  • A new tool that can be used to change the user agent string that IE sends with every request. The tool comes with some built in presets and new custom user agent strings can be added.
  • - Console Tab
  • The console window is now a full tab and has been expanded to include the logging of diagnostic information from IE.
  • - Network inspection improvements
  • Shortened URL
  • Color coding for errors
  • Scaling units (eg. 500 ms becomes 0.5 s)