Skip to content

Commit

Permalink
fr: Update browser compat/spec sections (part 1) (#11791)
Browse files Browse the repository at this point in the history
This PR updates some of the browser compatibility data and specification sections for the French locale. Part of work for #11594.

Note: this may also include other minor updates, such as removal of old sections or other small bits of cleanup.
  • Loading branch information
queengooborg authored Feb 25, 2023
1 parent 53052bc commit 2498b21
Show file tree
Hide file tree
Showing 100 changed files with 218 additions and 218 deletions.
2 changes: 1 addition & 1 deletion files/fr/learn/css/building_blocks/debugging_css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Browsers simply ignore CSS they don't understand. If the property or value you a

You can also take a look at the Browser compatibility tables at the bottom of each property page on MDN. These show you browser support for that property, often broken down if there is support for some usage of the property and not others. The below table shows the compat data for the {{cssxref("shape-outside")}} property.

{{compat("css.shape-outside")}}
{{Compat}}

### Is something else overriding your CSS?

Expand Down
2 changes: 1 addition & 1 deletion files/fr/learn/css/first_steps/what_is_css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Nous étudierons ce point plus en détail dans l'article sur [le fonctionnement

Voici, par exemple, le tableau de compatibilité pour la propriété [`font-family`](/fr/docs/Web/CSS/font-family).

{{Compat("css.properties.font-family")}}
{{Compat}}

## Où continuer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Les valeurs de ce type sont des objets contenant les propriétés suivantes :
- `periodInMinutes`{{optional_inline}}
- : `double` Un nombre qui, s'il n'est pas `null`, indique que l'alarme est périodique et fournit la période.

## Compatibilité des navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.alarms.Alarm")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ clearAlarm.then(onCleared);

## Compatibilité des navigateurs

{{Compat("webextensions.api.alarms.clear")}}
{{Compat}}

**Remerciements :**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ clearAlarms.then(onClearedAll);

## Compatibilité des navigateurs

{{Compat("webextensions.api.alarms.clearAll")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ browser.alarms.create("my-periodic-alarm", {
});
```

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.alarms.create")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ getAlarm.then(gotAlarm);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.alarms.get")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ getAlarms.then(gotAll);

## Compatibilité des navigateurs

{{Compat("webextensions.api.alarms.getAll")}}
{{Compat}}

> **Note :**
>
Expand Down
2 changes: 1 addition & 1 deletion files/fr/mozilla/add-ons/webextensions/api/alarms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pour pouvoir utiliser cette API, vous devez disposer de la [permission](/fr/Add-

## Compatibilité des navigateurs

{{Compat("webextensions.api.alarms")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ browser.alarms.onAlarm.addListener(handleAlarm);

## Compatibilité des navigateurs

{{Compat("webextensions.api.alarms.onAlarm")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Un {{jsxref("object")}} avec les propriétés suivantes :
- `url` {{optional_inline}}
- : Un {{jsxref("string")}} qui représente l'URL du signet. Si le nœud représente un dossier, cette propriété est omise.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.BookmarkTreeNode", 10)}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Le type **`bookmarks.BookmarkTreeNodeType`** est utilisé pour décrire si un n
- `"folder"`: le noeud est un dossier.
- `"separator"`: le noeud est un séparateur.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.BookmarkTreeNodeType", 10)}}
{{Compat}}

{{WebExtExamples}}
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Un type **`bookmarks.BookmarkTreeNodeUnmodifiable`** est utilisé pour indiquer

`bookmarks.BookmarkTreeNodeUnmodifiable` est un {{jsxref("string")}} qui ne peut actuellement avoir qu'une seule valeur : `"managed"`. Cela indique que le nœud de signet a été configuré par un administrateur ou par le dépositaire d'un utilisateur supervisé (tel qu'un parent, dans le cas des contrôles parentaux).

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.BookmarkTreeNodeUnmodifiable")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ createBookmark.then(onCreated);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.create")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Un {{jsxref("object")}} contenant une combinaison des champs suivants :
- `url` {{optional_inline}}
- : `string`. Un {{jsxref("string")}} qui spécifie l'URL de la page à mettre en signet. Si ceci est omis ou est `null`, un dossier est créé à la place d'un signet.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.CreateDetails", 10)}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ gettingBookmarks.then(onFulfilled, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.get")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ gettingChildren.then(onFulfilled, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.getChildren")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ gettingRecent.then(onFulfilled, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.getRecent")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ gettingSubTree.then(logSubTree, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.getSubTree")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ gettingTree.then(logTree, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.getTree")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Les extensions ne peuvent pas créer, modifier ou supprimer des signets dans le

## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks")}}
{{Compat}}

{{WebExtExamples("h2")}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ movingBookmark.then(onMoved, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.move")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ browser.browserAction.onClicked.addListener(handleClick);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.onChanged")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Les événements ont trois fonctions :
- `childIds`
- : `array` de `string`. Tableau contenant les ID de tous les éléments de signets de ce dossier, dans l'ordre où ils apparaissent maintenant dans l'interface utilisateur.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.onChildrenReordered")}}
{{Compat}}

## Exemples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ browser.bookmarks.onCreated.addListener(handleCreated);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.onCreated")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Les événements ont trois fonctions :
- `callback`
- : Fonction qui sera appelée lorsque cet événement se produit. Il n'y a pas de paramètres.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.onImportBegan")}}
{{Compat}}

## Exemples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Les événements ont trois fonctions :
- `callback`
- : Fonction qui sera appelée lorsque cet événement se produit. Il n'a pas passé de paramètres.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.onImportEnded")}}
{{Compat}}

## Exemples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Les événements ont trois fonctions :
- `oldIndex`
- : `integer`. L'ancien index de l'élément dans son parent.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.onMoved")}}
{{Compat}}

## Exemples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ browser.browserAction.onClicked.addListener(handleClick);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.onRemoved")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ removingBookmark.then(onRemoved, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.remove")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ searchingBookmarks.then(removeMDN, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.removeTree")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ browser.browserAction.onClicked.addListener(checkActiveTab);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.search")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ searching.then(updateFolders, onRejected);

{{WebExtExamples}}

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.bookmarks.update")}}
{{Compat}}

> **Note :**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Un tableau de quatre nombres entiers entre 0-255 définie une couleur RGBA. Les

Par exemple , le rouge opaque est `[255, 0, 0, 255]`.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.browserAction.ColorArray")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ browser.browserAction.disable(
- `tabId`{{optional_inline}}
- : `integer`. L'identifiant (ID) de l'onglet pour lequel vous souhaitez désactiver l'action du navigateur.

## Compatibilité du navigateur
## Compatibilité des navigateurs

{{Compat("webextensions.api.browserAction.disable")}}
{{Compat}}

## Exemples

Expand Down
Loading

0 comments on commit 2498b21

Please sign in to comment.