diff --git a/files/fr/web/javascript/reference/global_objects/error/linenumber/index.md b/files/fr/web/javascript/reference/global_objects/error/linenumber/index.md index 4ddfc476d3306d..2c591bf30865a7 100644 --- a/files/fr/web/javascript/reference/global_objects/error/linenumber/index.md +++ b/files/fr/web/javascript/reference/global_objects/error/linenumber/index.md @@ -42,7 +42,7 @@ Ne fait partie d'aucune spécification. Non standard. ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Error.lineNumber")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/error/stack/index.md b/files/fr/web/javascript/reference/global_objects/error/stack/index.md index 7d52d031c5eeb2..4b00f101b1da4b 100644 --- a/files/fr/web/javascript/reference/global_objects/error/stack/index.md +++ b/files/fr/web/javascript/reference/global_objects/error/stack/index.md @@ -117,7 +117,7 @@ Ne fait partie d'aucune spécification. Non-standard. ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Error.stack")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/function/caller/index.md b/files/fr/web/javascript/reference/global_objects/function/caller/index.md index 3d51b10b9c5aaa..736aceb16389ac 100644 --- a/files/fr/web/javascript/reference/global_objects/function/caller/index.md +++ b/files/fr/web/javascript/reference/global_objects/function/caller/index.md @@ -79,7 +79,7 @@ Ne fait partie d'aucune spécification. Implémentée avec JavaScript 1.5. ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Function.caller")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/function/displayname/index.md b/files/fr/web/javascript/reference/global_objects/function/displayname/index.md index 0f910032b3043a..418e87ac2ef131 100644 --- a/files/fr/web/javascript/reference/global_objects/function/displayname/index.md +++ b/files/fr/web/javascript/reference/global_objects/function/displayname/index.md @@ -82,4 +82,4 @@ N'appartient à aucune spécification. ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Function.displayName")}} +{{Compat}} diff --git a/files/fr/web/javascript/reference/global_objects/globalthis/index.md b/files/fr/web/javascript/reference/global_objects/globalthis/index.md index 464296820c00fd..d8d6c0fd172be4 100644 --- a/files/fr/web/javascript/reference/global_objects/globalthis/index.md +++ b/files/fr/web/javascript/reference/global_objects/globalthis/index.md @@ -67,10 +67,8 @@ if (typeof globalThis.setTimeout !== 'function') { ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | ------------ | -| [Proposition pour `globalThis`](https://tc39.github.io/proposal-global/#sec-other-properties-of-the-global-object-global) | Proposition de niveau 3 (_stage 3_) | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.globalThis")}} +{{Compat}} diff --git a/files/fr/web/javascript/reference/global_objects/intl/datetimeformat/formatrangetoparts/index.md b/files/fr/web/javascript/reference/global_objects/intl/datetimeformat/formatrangetoparts/index.md index 074ca70a599cc7..16f950cb6599d9 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/datetimeformat/formatrangetoparts/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/datetimeformat/formatrangetoparts/index.md @@ -57,10 +57,8 @@ fmt.formatRangeToParts(date1, date2); ## Spécifications -| Specification | Status | Comment | -| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------- | -| [Intl.DateTimeFormat.prototype.formatRange](https://rawgit.com/fabalbon/proposal-intl-DateTimeFormat-formatRange/master/out/#datetimeformat-objects) | Stage 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.DateTimeFormat.formatRangeToParts")}} +{{Compat}} diff --git a/files/fr/web/javascript/reference/global_objects/intl/listformat/format/index.md b/files/fr/web/javascript/reference/global_objects/intl/listformat/format/index.md index cef8bc43387632..ee24a88fbdaa07 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/listformat/format/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/listformat/format/index.md @@ -40,13 +40,11 @@ Une chaîne de caractères représentant les éléments de la liste et mise en f ## Spécifications -| Spécification | État | Commentaires | -| --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.ListFormat.prototype.format`](https://tc39.github.io/proposal-intl-list-format/#sec-Intl.ListFormat.prototype.format) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.ListFormat.format")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/listformat/formattoparts/index.md b/files/fr/web/javascript/reference/global_objects/intl/listformat/formattoparts/index.md index 36d75dbd1fca5e..f1a23201c387c1 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/listformat/formattoparts/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/listformat/formattoparts/index.md @@ -58,13 +58,11 @@ console.table(myListFormat.formatToParts(fruits)); ## Spécifications -| Spécification | État | Commentaires | -| --------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------------ | -| [`Intl.ListFormat.prototype.formatToParts` proposal](https://tc39.github.io/proposal-intl-list-format/#sec-Intl.ListFormat.prototype.formatToParts) | Stage 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.ListFormat.formatToParts")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/listformat/resolvedoptions/index.md b/files/fr/web/javascript/reference/global_objects/intl/listformat/resolvedoptions/index.md index 0a20cef48c8ee9..5156c81b381b78 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/listformat/resolvedoptions/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/listformat/resolvedoptions/index.md @@ -51,13 +51,11 @@ console.log(usedOptions.type); // "conjunction" (la valeur par défaut) ## Spécifications -| Spécification | État | Commentaires | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.ListFormat.prototype.resolvedOptions()`](https://tc39.github.io/proposal-intl-list-format/#sec-Intl.ListFormat.prototype.resolvedOptions) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.ListFormat.resolvedOptions")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/listformat/supportedlocalesof/index.md b/files/fr/web/javascript/reference/global_objects/intl/listformat/supportedlocalesof/index.md index f13958b797d0e5..705f63f1a725e5 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/listformat/supportedlocalesof/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/listformat/supportedlocalesof/index.md @@ -56,13 +56,11 @@ console.log(Intl.ListFormat.supportedLocalesOf(locales, options).join(', ')); ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.ListFormat.supportedLocalesOf`](https://tc39.github.io/proposal-intl-list-format/#sec-Intl.ListFormat.supportedLocalesOf) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.ListFormat.supportedLocalesOf")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/basename/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/basename/index.md index ef01b708fdb9b4..3b76060ea71c9f 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/basename/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/basename/index.md @@ -55,13 +55,11 @@ console.log(dutch.baseName); // Prints out "nl-Latn-NL" ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale.prototype.baseName`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.baseName) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.baseName")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/calendar/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/calendar/index.md index ffc4c7abd45a52..e2fd7887e9950d 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/calendar/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/calendar/index.md @@ -156,13 +156,11 @@ console.log(frBuddhist.calendar); // affiche "buddhist" dans la console ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale.prototype.calendar`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.calendar) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.calendar")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/casefirst/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/casefirst/index.md index 58581a139652cf..cc215cf21dc2d1 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/casefirst/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/casefirst/index.md @@ -53,13 +53,11 @@ console.log(us12hour.caseFirst); // affichera "lower" dans la console. ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------ | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.caseFirst) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.caseFirst")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/collation/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/collation/index.md index f8892616187de0..3e63789c3a0635 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/collation/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/collation/index.md @@ -171,13 +171,11 @@ console.log(configColl.collation); // Affichera "emoji" dans la console ## Spécifications -| Spécification | État | Commentaires | -| -------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale.prototype.collation`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.collation) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.collation")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/hourcycle/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/hourcycle/index.md index ca28fa79070685..d9002b7fe61c9f 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/hourcycle/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/hourcycle/index.md @@ -49,13 +49,11 @@ console.log(us12hour.hourCycle); // Affichera "h12" dans la console ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------ | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.hourCycle) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.hourCycle")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/index.md index ae356f6a29353f..86c53288f1a372 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/index.md @@ -43,13 +43,11 @@ L'objet `Intl.Locale` possède les propriétés et méthodes suivantes. ## Spécifications -| Spécification | État | Commentaires | -| --------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale`](https://tc39.github.io/proposal-intl-locale/#locale-objects) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/language/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/language/index.md index 7c88e1c7c9a545..4316d3808e64d0 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/language/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/language/index.md @@ -44,13 +44,11 @@ console.log(langObj.language); // Affichera "es" dans la console ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale.prototype.language`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.language) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.language")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/maximize/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/maximize/index.md index e7e47eb9c237cd..0c7bb420c52ef2 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/maximize/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/maximize/index.md @@ -50,13 +50,11 @@ console.log(myLocMaximized.toString()); ## Spécifications -| Spécification | État | Commentaires | -| -------------------------------------------------------------------------------------------------------------------------------------- | ---- | ------------ | -| [Proposition pour `Intl.Locale.prototype.maximize()`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.maximize) | | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.maximize")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/minimize/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/minimize/index.md index 4654d5b6e608ce..a8754d960d5fa5 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/minimize/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/minimize/index.md @@ -53,13 +53,11 @@ console.log(maLocMinimized.toString()); ## Spécifications -| Spécification | État | Commentaires | -| -------------------------------------------------------------------------------------------------------------------------------------- | ---- | ------------ | -| [Proposition pour `Intl.Locale.prototype.minimize()`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.minimize) | | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.minimize")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/numberingsystem/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/numberingsystem/index.md index 56eadd7dac3cf0..c176685a559436 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/numberingsystem/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/numberingsystem/index.md @@ -135,13 +135,11 @@ console.log(us12hour.numberingSystem); ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------------ | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.numberingSystem) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.numberingSystem")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/numeric/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/numeric/index.md index a70a76e9761fb3..98a525958ae264 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/numeric/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/numeric/index.md @@ -44,13 +44,11 @@ console.log(us12hour.numeric); ## Spécifications -| Spécification | État | Commentaires | -| ---------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.numeric) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.numeric")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/region/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/region/index.md index b3108731b56a31..75228a909fdd79 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/region/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/region/index.md @@ -46,13 +46,11 @@ console.log(regionObj.region); ## Spécifications -| Spécification | État | Commentaires | -| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale.prototype.region`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.region) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.region")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/script/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/script/index.md index 2e6358914aabff..0a94fada5583e8 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/script/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/script/index.md @@ -43,13 +43,11 @@ console.log(scriptObj.script); // Affichera "Latn" dans la console ## Spécifications -| Spécification | État | Commentaires | -| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale.prototype.script`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.script) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.script")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/locale/tostring/index.md b/files/fr/web/javascript/reference/global_objects/intl/locale/tostring/index.md index 292227b9ad38db..ac09ad76374678 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/locale/tostring/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/locale/tostring/index.md @@ -41,13 +41,11 @@ console.log(maLocale.toString()); // Affiche "fr-Latn-FR-u-ca-gregory-hc-h24" ## Spécifications -| Spécification | État | Commentaires | -| -------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.Locale.prototype.toString()`](https://tc39.github.io/proposal-intl-locale/#sec-Intl.Locale.prototype.toString) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.Locale.toString")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.md b/files/fr/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.md index b41b8c4adbaf67..a4662c13e68cfc 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.md @@ -63,13 +63,11 @@ usedOptions.type; // "cardinal" ## Spécifications -| Spécification | État | Commentaires | -| --------------------------------------------------------------------------------------------------------------------- | --------- | -------------------- | -| [Brouillon pour les règles de nombre avec `Intl`](https://rawgit.com/caridy/intl-plural-rules-spec/master/index.html) | Brouillon | Définition initiale. | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.PluralRules.resolvedOptions")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/format/index.md b/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/format/index.md index af5d8cabde62e2..81f5bdd71266b9 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/format/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/format/index.md @@ -75,10 +75,8 @@ rtf.format(1, "day"); ## Spécifications -| Spécification | État | Commentaires | -| ---------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.RelativeTime`](https://tc39.github.io/proposal-intl-relative-time/#sec-Intl.RelativeTimeFormat.prototype.format) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.RelativeTimeFormat.format")}} +{{Compat}} diff --git a/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/formattoparts/index.md b/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/formattoparts/index.md index 8c183d997a295a..9039120d8e4a1f 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/formattoparts/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/formattoparts/index.md @@ -55,13 +55,11 @@ rtf.formatToParts(100, "day"); ## Spécifications -| Spécifications | État | Commentaires | -| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| [Proposition pour `Intl.RelativeTime`](https://tc39.github.io/proposal-intl-relative-time/#sec-Intl.RelativeTimeFormat.prototype.formatToParts) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.RelativeTimeFormat.formatToParts")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/resolvedoptions/index.md b/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/resolvedoptions/index.md index a2fc02bdc460d4..887324044dc5a3 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/resolvedoptions/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/resolvedoptions/index.md @@ -70,14 +70,11 @@ usedOptions.numberingSystem; // "latn" ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | -| | | | -| [Proposition pour `Intl.RelativeTime`](https://tc39.github.io/proposal-intl-relative-time/#sec-intl.relativetimeformat.prototype.resolvedoptions) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.RelativeTimeFormat.resolvedOptions")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/supportedlocalesof/index.md b/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/supportedlocalesof/index.md index b2dabddd7a1b48..ed1da9c41acbe2 100644 --- a/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/supportedlocalesof/index.md +++ b/files/fr/web/javascript/reference/global_objects/intl/relativetimeformat/supportedlocalesof/index.md @@ -57,13 +57,11 @@ var locales = ['ban', 'id-u-co-pinyin', 'de-ID'];var options = { localeMatcher: ## Spécifications -| Spécification | État | Commentaires | -| ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- | ------------ | -| [Proposition pour `Intl.RelativeTime`](https://tc39.github.io/proposal-intl-relative-time/#sec-Intl.RelativeTimeFormat.supportedLocalesOf) | Proposition de niveau 3 | | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Intl.RelativeTimeFormat.supportedLocalesOf")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/regexp/dotall/index.md b/files/fr/web/javascript/reference/global_objects/regexp/dotall/index.md index 96c03bab840346..63c1e2cd028e86 100644 --- a/files/fr/web/javascript/reference/global_objects/regexp/dotall/index.md +++ b/files/fr/web/javascript/reference/global_objects/regexp/dotall/index.md @@ -33,7 +33,7 @@ Cette propriété est uniquement accessible en lecture et ne peut pas être modi ## Compatibilité des navigateurs -{{Compat("javascript.builtins.RegExp.dotAll")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/regexp/input/index.md b/files/fr/web/javascript/reference/global_objects/regexp/input/index.md index eae3ab12fa55c8..decf2e8821ef9e 100644 --- a/files/fr/web/javascript/reference/global_objects/regexp/input/index.md +++ b/files/fr/web/javascript/reference/global_objects/regexp/input/index.md @@ -48,7 +48,7 @@ Cette propriété n'est pas standard. Elle ne fait partie d'aucune spécificatio ## Compatibilité des navigateurs -{{Compat("javascript.builtins.RegExp.input")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/regexp/lastmatch/index.md b/files/fr/web/javascript/reference/global_objects/regexp/lastmatch/index.md index 4e823d4c267f7f..846b36877a64f7 100644 --- a/files/fr/web/javascript/reference/global_objects/regexp/lastmatch/index.md +++ b/files/fr/web/javascript/reference/global_objects/regexp/lastmatch/index.md @@ -47,7 +47,7 @@ Cette propriété n'est pas standard. Elle ne fait partie d'aucune spécificatio ## Compatibilité des navigateurs -{{Compat("javascript.builtins.RegExp.lastMatch")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/regexp/lastparen/index.md b/files/fr/web/javascript/reference/global_objects/regexp/lastparen/index.md index dc762d5383c131..fd87b94f9c6d48 100644 --- a/files/fr/web/javascript/reference/global_objects/regexp/lastparen/index.md +++ b/files/fr/web/javascript/reference/global_objects/regexp/lastparen/index.md @@ -46,7 +46,7 @@ Cette propriété n'est pas standard. Elle ne fait partie d'aucune spécificatio ## Compatibilité des navigateurs -{{Compat("javascript.builtins.RegExp.lastParen")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/regexp/leftcontext/index.md b/files/fr/web/javascript/reference/global_objects/regexp/leftcontext/index.md index 84fa45644194ce..1dcccd192738ba 100644 --- a/files/fr/web/javascript/reference/global_objects/regexp/leftcontext/index.md +++ b/files/fr/web/javascript/reference/global_objects/regexp/leftcontext/index.md @@ -45,7 +45,7 @@ Cette propriété n'est pas standard et ne fait partie d'aucune spécification. ## Compatibilité des navigateurs -{{Compat("javascript.builtins.RegExp.leftContext")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/regexp/n/index.md b/files/fr/web/javascript/reference/global_objects/regexp/n/index.md index 5d2c16808ad19a..4729a1f8cf74d2 100644 --- a/files/fr/web/javascript/reference/global_objects/regexp/n/index.md +++ b/files/fr/web/javascript/reference/global_objects/regexp/n/index.md @@ -57,7 +57,7 @@ Ces propriétés ne sont pas standard, elles ne font partie d'aucune spécificat ## Compatibilité des navigateurs -{{Compat("javascript.builtins.RegExp.n")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/regexp/rightcontext/index.md b/files/fr/web/javascript/reference/global_objects/regexp/rightcontext/index.md index 0910111ea0fe1b..80620029df76fa 100644 --- a/files/fr/web/javascript/reference/global_objects/regexp/rightcontext/index.md +++ b/files/fr/web/javascript/reference/global_objects/regexp/rightcontext/index.md @@ -46,7 +46,7 @@ Cette propriété n'est pas standard, elle ne fait partie d'aucune spécificatio ## Compatibilité des navigateurs -{{Compat("javascript.builtins.RegExp.rightContext")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/string/trimend/index.md b/files/fr/web/javascript/reference/global_objects/string/trimend/index.md index 2861a1ac2be9b6..22ae4d46fb156f 100644 --- a/files/fr/web/javascript/reference/global_objects/string/trimend/index.md +++ b/files/fr/web/javascript/reference/global_objects/string/trimend/index.md @@ -56,13 +56,11 @@ console.log(str); // " toto" ## Spécifications -| Spécification | État | Commentaires | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------------------- | -| Proposition pour [`String.prototype.{trimStart,trimEnd}`](https://github.com/tc39/proposal-string-left-right-trim/#stringprototypetrimstart--stringprototypetrimend) | Brouillon de niveau 4 | Attendu pour ES2019 | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.String.trimEnd")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/string/trimstart/index.md b/files/fr/web/javascript/reference/global_objects/string/trimstart/index.md index 1778c0e7e6e6d8..be64d0c82db7e0 100644 --- a/files/fr/web/javascript/reference/global_objects/string/trimstart/index.md +++ b/files/fr/web/javascript/reference/global_objects/string/trimstart/index.md @@ -56,13 +56,11 @@ console.log(str); // "toto " ## Spécifications -| Spécification | État | Commentaires | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------------------- | -| Proposition pour [`String.prototype.{trimStart,trimEnd}`](https://github.com/tc39/proposal-string-left-right-trim/#stringprototypetrimstart--stringprototypetrimend) | Brouillon de niveau 4 | Attendu pour ES2019 | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.String.trimStart")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/javascript/reference/global_objects/symbol/description/index.md b/files/fr/web/javascript/reference/global_objects/symbol/description/index.md index b2279bd2b22dd8..6901c3e22edb2f 100644 --- a/files/fr/web/javascript/reference/global_objects/symbol/description/index.md +++ b/files/fr/web/javascript/reference/global_objects/symbol/description/index.md @@ -48,13 +48,11 @@ Symbol.for('toto').description; // "toto" ## Spécifications -| Spécification | État | -| --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | -| [Proposition pour `Symbol.prototype.description`](https://tc39.github.io/proposal-Symbol-description/#sec-symbol.prototype.description) | Proposition de niveau 4 | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("javascript.builtins.Symbol.description")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/security/certificate_transparency/index.md b/files/fr/web/security/certificate_transparency/index.md index 05988bbb72f166..0e56ebd1a1d4cd 100644 --- a/files/fr/web/security/certificate_transparency/index.md +++ b/files/fr/web/security/certificate_transparency/index.md @@ -107,13 +107,11 @@ server.modules += ( "mod_setenv" ) ## Spécifications -| Spécification | Description | -| -------------------------------------------------------- | ----------------------------------------------------- | -| {{RFC("7469", "Public-Key-Pins", "2.1")}} | Extension de l'épinglage des clés publiques pour HTTP | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("http.headers.Public-Key-Pins")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/svg/attribute/color/index.md b/files/fr/web/svg/attribute/color/index.md index e5e8cf963e7aa1..4fd4b712265603 100644 --- a/files/fr/web/svg/attribute/color/index.md +++ b/files/fr/web/svg/attribute/color/index.md @@ -71,4 +71,4 @@ Les éléments suivants peuvent utiliser l'attribut `color`: ## Compatibilité des navigateurs -{{Compat("svg.attributes.presentation.color")}} +{{Compat}} diff --git a/files/fr/web/svg/attribute/conditional_processing/index.md b/files/fr/web/svg/attribute/conditional_processing/index.md index 40943ad8df7701..1c20c0448e6bf8 100644 --- a/files/fr/web/svg/attribute/conditional_processing/index.md +++ b/files/fr/web/svg/attribute/conditional_processing/index.md @@ -28,4 +28,4 @@ Les _attributs SVG de traitement conditionnel_ sont tous les attributs qui peuve ## Compatibilité des navigateurs -{{Compat("svg.attributes.conditional_processing")}} +{{Compat}} diff --git a/files/fr/web/svg/attribute/core/index.md b/files/fr/web/svg/attribute/core/index.md index b6f17d78c8275f..a24c94b2a43059 100644 --- a/files/fr/web/svg/attribute/core/index.md +++ b/files/fr/web/svg/attribute/core/index.md @@ -50,4 +50,4 @@ Les _attributs SVG de base_ sont tous les attributs communs pouvant être spéci ## Compatibilité des navigateurs -{{Compat("svg.attributes.core")}} +{{Compat}} diff --git a/files/fr/web/svg/attribute/presentation/index.md b/files/fr/web/svg/attribute/presentation/index.md index a5a6b6872a3f28..bf443638c2c7a8 100644 --- a/files/fr/web/svg/attribute/presentation/index.md +++ b/files/fr/web/svg/attribute/presentation/index.md @@ -264,4 +264,4 @@ Les _attributs SVG de présentation_ sont des propriétés CSS pouvant être uti ## Compatibilité des navigateurs -{{Compat("svg.attributes.presentation")}} +{{Compat}} diff --git a/files/fr/web/svg/attribute/style/index.md b/files/fr/web/svg/attribute/style/index.md index 3aa5ce1d02ec29..f2de208028ec40 100644 --- a/files/fr/web/svg/attribute/style/index.md +++ b/files/fr/web/svg/attribute/style/index.md @@ -80,4 +80,4 @@ Les éléments suivants peuvent utiliser l'attribut `style`: ## Compatibilité des navigateurs -{{Compat("svg.attributes.style.style")}} +{{Compat}} diff --git a/files/fr/web/svg/attribute/styling/index.md b/files/fr/web/svg/attribute/styling/index.md index acf6e90df0fd18..8b8a57ae6e58f1 100644 --- a/files/fr/web/svg/attribute/styling/index.md +++ b/files/fr/web/svg/attribute/styling/index.md @@ -20,4 +20,4 @@ Les _attributs SVG de style_ sont tous les attributs qui peuvent être spécifi ## Compatibilité des navigateurs -{{Compat("svg.attributes.style")}} +{{Compat}} diff --git a/files/fr/web/svg/element/circle/index.md b/files/fr/web/svg/element/circle/index.md index 09845d197f2f83..5401f529f6e39c 100644 --- a/files/fr/web/svg/element/circle/index.md +++ b/files/fr/web/svg/element/circle/index.md @@ -55,9 +55,9 @@ L'élément `circle` est un élément de la catégorie des Formes simples, utili Cet élément implémente l'interface {{ domxref("SVGCircleElement") }}. -## Compatibilité avec les navigateurs +## Compatibilité des navigateurs -{{Compat("svg.elements.circle")}} +{{Compat}} ## Corrélat diff --git a/files/fr/web/svg/element/desc/index.md b/files/fr/web/svg/element/desc/index.md index 007d299f3efc29..06d3b3dd4a0eb4 100644 --- a/files/fr/web/svg/element/desc/index.md +++ b/files/fr/web/svg/element/desc/index.md @@ -34,9 +34,9 @@ _(Aucun)_ Cet élément implémente l'interface [`SVGDescElement`](/fr/docs/Web/API/SVGDescElement). -## Compatibilitée des navigateurs +## Compatibilité des navigateurs -{{Compat("svg.elements.desc")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/svg/element/image/index.md b/files/fr/web/svg/element/image/index.md index e978e532c84021..cdbebea528df1f 100644 --- a/files/fr/web/svg/element/image/index.md +++ b/files/fr/web/svg/element/image/index.md @@ -55,4 +55,4 @@ Cet élément implémente l'interface [`SVGImageElement`](/fr/DOM/SVGImageElemen ## Compatibilité des navigateurs -{{Compat("svg.elements.image")}} +{{Compat}} diff --git a/files/fr/web/svg/element/line/index.md b/files/fr/web/svg/element/line/index.md index a36d5bc8dd8aa2..6f019790c4d024 100644 --- a/files/fr/web/svg/element/line/index.md +++ b/files/fr/web/svg/element/line/index.md @@ -62,7 +62,7 @@ Cet élément implémente l'interface [`SVGLineElement`](/fr/DOM/SVGLineElement) ## Compatibilité des navigateurs -{{Compat("svg.elements.line")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/svg/element/path/index.md b/files/fr/web/svg/element/path/index.md index 0f68c7a334d49c..62c6d37d884c59 100644 --- a/files/fr/web/svg/element/path/index.md +++ b/files/fr/web/svg/element/path/index.md @@ -52,7 +52,7 @@ Cet élément implémente l'interface [`SVGPathElement`](/fr/DOM/SVGPathElement) ## Compatibilité des navigateurs -{{Compat("svg.elements.path")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/svg/element/rect/index.md b/files/fr/web/svg/element/rect/index.md index 9e69585de8960f..fd454edd3ae0e1 100644 --- a/files/fr/web/svg/element/rect/index.md +++ b/files/fr/web/svg/element/rect/index.md @@ -60,9 +60,9 @@ html,body,svg { height:100% } Cet élément implémente l'interface [`SVGRectElement`](/fr/DOM/SVGRectElement) . -## Compatibilité avec les navigateurs +## Compatibilité des navigateurs -{{Compat("svg.elements.rect")}} +{{Compat}} ## Voir aussi diff --git a/files/fr/web/svg/element/text/index.md b/files/fr/web/svg/element/text/index.md index 8f481a58280d73..8fd8ad45305d7f 100644 --- a/files/fr/web/svg/element/text/index.md +++ b/files/fr/web/svg/element/text/index.md @@ -101,7 +101,7 @@ Cet élément implémente l'interface [`SVGTextElement`](/fr/DOM/SVGTextElement) ## Compatibilité des navigateurs -{{Compat("svg.elements.text")}} +{{Compat}} ## Articles liés