--- title: Firefox 11 技術文件 slug: Mozilla/Firefox/Releases/11 translation_of: Mozilla/Firefox/Releases/11 ---
{{FirefoxSidebar}}

Firefox 11 shipped on March 13, 2012. This article provides information about the new features and key bugs fixed in this release, as well as links to more detailed documentation for both web developers and add-on developers.

Changes for Web developers

HTML

DOM

CSS

JavaScript

No change.

SVG

WebSocket

IndexedDB

Network

Developer tools

Changes for Mozilla and add-on developers

JavaScript code modules

NetUtil.jsm

New JavaScript code modules

source-editor.jsm
Provides a convenient, easy-to-use source code editor that you can use in your add-ons. This is the same editor used by Scratchpad and other developer tools integrated into Firefox.

Interface changes

Removed interfaces

The following interfaces were implementation details that are no longer needed:

Preference changes

{{Pref("ui.tooltipDelay")}}
Specifies the delay, in milliseconds, between the mouse cursor beginning to hover and the display of a tooltip.

Build system changes

Other changes

See also

{{Firefox_for_developers('10')}}