From 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Mon, 15 Nov 2021 19:39:07 +0100 Subject: Prepare Mozilla section for Markdown conversion (#2980) * Remove summary * Remove hidden except for copyright notice * Remove spans * Remove font * Remove notranslate * Remove extra id, deleting an untranslated page doing so * Fix links, absolute links, rm internal, titles * Remove external classes * fix headings with name attr * fix some styles and classes * remove useless class reference-values * rm styles in links * Fix code blocks in pre * Remove ltr classes * remove fullwidth-table * Fix various conversion errors and some one offs * Remove nested code/pre/code * Fix notes * Fix warnings * fix dls * fix nested issues in dls * fix images --- files/fr/mozilla/firefox/releases/41/index.html | 43 ++++++++++++------------- 1 file changed, 21 insertions(+), 22 deletions(-) (limited to 'files/fr/mozilla/firefox/releases/41/index.html') diff --git a/files/fr/mozilla/firefox/releases/41/index.html b/files/fr/mozilla/firefox/releases/41/index.html index ce17e33802..51a8e8ad3b 100644 --- a/files/fr/mozilla/firefox/releases/41/index.html +++ b/files/fr/mozilla/firefox/releases/41/index.html @@ -7,8 +7,7 @@ tags: 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.
+
{{FirefoxSidebar}}

Changements pour les développeurs Web

@@ -17,15 +16,15 @@ install Firefox Developer Edition Firefox 41 was released on September 22, 2

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.

+

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

@@ -50,7 +49,7 @@ install Firefox Developer Edition Firefox 41 was released on September 22, 2

JavaScript

@@ -62,10 +61,10 @@ install Firefox Developer Edition Firefox 41 was released on September 22, 2
  • {{jsxref("Map.@@species", "Map[@@species]")}} and {{jsxref("Set.@@species", "Set[@@species]")}} getters have been added ({{bug(1131043)}}).
  • Non-standard {{jsxref("Statements/let", "let expression", "#let_expressions", 1)}} support has been dropped ({{bug(1023609)}}).
  • {{jsxref("Functions/Default_parameters", "Destructured parameters with default value assignment", "#Destructured_parameter_with_default_value_assignment", 1)}} are now supported ({{bug(1018628)}}).
  • -
  • Per ES6, curly braces are required for method definitions. Syntax without them will fail from now on ({{bug(1150855)}}).
  • -
  • Method definitions (except for generator methods) are not constructable anymore ({{bug(1059908)}} and {{bug(1166950)}}).
  • -
  • As part of ES6 specification compliance, parenthesized destructuring patterns, like ([a, b]) = [1, 2] or ({a, b}) = { a: 1, b: 2 }, are now considered invalid and will throw a {{jsxref("SyntaxError")}}. See Jeff Walden's blog post for more details.
  • -
  • The new.target syntax has been added ({{bug(1141865)}}).
  • +
  • Per ES6, curly braces are required for method definitions. Syntax without them will fail from now on ({{bug(1150855)}}).
  • +
  • Method definitions (except for generator methods) are not constructable anymore ({{bug(1059908)}} and {{bug(1166950)}}).
  • +
  • As part of ES6 specification compliance, parenthesized destructuring patterns, like ([a, b]) = [1, 2] or ({a, b}) = { a: 1, b: 2 }, are now considered invalid and will throw a {{jsxref("SyntaxError")}}. See Jeff Walden's blog post for more details.
  • +
  • The new.target syntax has been added ({{bug(1141865)}}).
  • Interfaces/APIs/DOM

    @@ -107,7 +106,7 @@ install Firefox Developer Edition Firefox 41 was released on September 22, 2

    Service Workers