Firefox Gets More HTML5: What's New in Aurora 10
Join the DZone community and get the full member experience.
Join For FreeLast week Mozilla released a new version of Aurora, the pre-beta preview of Firefox' future.
HTML5 support swelled noticeably, including:
- HTML5 Visibility API (lets your apps know whether a page is visible to a user, not just whether the page is the active page; useful especially for tabbed browsing)
- createProcessingInstruction (creates and returns a new processing instruction node; only for XML docs, since HTML does not support processing instructions)
- WebGL antialiasing (see bug discussion)
- 3D transforms (an extension of CSS transforms into the third dimension)
- Battery Status API (actually lets web apps detect battery status)
and quite a bit more.
Aurora 10 also previews a new set of developer tools, which actually look pretty cool. Kevin Dangoor stepped through the new developer tools in some detail, and user comments are already showing very positive developer response.
HTML
Aurora (protocol)
Opinions expressed by DZone contributors are their own.
Comments