--- title: Firefox 41 pour développeurs slug: Mozilla/Firefox/Releases/41 tags: - Firefox - Versions translation_of: Mozilla/Firefox/Releases/41 original_slug: Mozilla/Firefox/Versions/41 ---
{{FirefoxSidebar}}
To test the latest developer features of Firefox,
install Firefox Developer Edition
Firefox 41 was released on September 22, 2015. This article lists key changes that are useful not only for web developers, but also Firefox and Gecko developers as well as add-on developers.

Changements pour les développeurs Web

Outils pour Développeurs

Nouveautés:

All devtools bugs fixed between Firefox 40 and Firefox 41: note that many of these bugs, especially those relating to the performance tools, were uplifted to Firefox 40.

CSS

HTML

JavaScript

Interfaces/APIs/DOM

HTML Editing API

Events

Web Crypto

Canvas API

Service Workers

Miscellaneous

MathML

New default and fallback font handling

Mathematical formulas require special fonts. So far, these fonts were hard-coded in the mathml.css user agent stylesheet (which sets the font-family on {{MathMLElement("math")}} tag) and in the preference option font.mathfont-family (which sets the fallback fonts to use for stretchy and large operators). Firefox 41 introduces, an internal x-math language that is automatically set on the <math> tag as well as corresponding preference options (e.g. font.name.serif.x-math). The user agent stylesheet now sets font-family to serif on the <math> tag and the preference option font.mathfont-family is replaced with font.name.serif.x-math.  All platforms now essentially use the same list of fallback fonts, with "Latin Modern Math" as first one. The default/fallback fonts can be configured from the standard per-language font preference menu. For more details, see {{bug(947654)}} and {{bug(1160456)}}.

SVG

Audio/Video

HTTP

Networking

pas de changement.

Security

Changes for add-on and Mozilla developers

XUL

pas de changement.

JavaScript code modules

pas de changement.

XPCOM

Interfaces

pas de changement.

Other

pas de changement.

See also

Older versions

{{Firefox_for_developers('40')}}